Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
highjun committed Oct 1, 2024
1 parent f284447 commit 10eb56a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ npm install
npm run dev
```

## Things to do
- [ ] Refactoring Main page

## How to add data?

To add data, you can follow the instructions below directly on github, but I recommend you to run it locally to check whether it is added as you intended.
Expand All @@ -61,5 +58,6 @@ For updating image, please change the image in `/pulbic/members/`.
### Update/Add Publications

The metadata of publication will be processed from `/data/publication.bib`.
The slide and paper should be located in `\public\publications\papers\` and `\public\publications\slides\` respectively named with citeKey.
The links of other supplementary materials (i.e., video and code) can be inserted in `/data/publications.ts` on `supplementaries` variable.
Please include bibtex for new publication on there.
The slide and paper should be located in `/public/publications/papers/` and `/public/publications/slides/` respectively named with citeKey.
The links of other supplementary materials (i.e., video and code) can be inserted in `/data/publicationSupplementary.ts` on `supplementaries` variable.

0 comments on commit 10eb56a

Please sign in to comment.