Skip to content

Commit

Permalink
add more instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhisbug committed Mar 15, 2024
1 parent 6a3cad8 commit b38a001
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,14 @@ This git repo hosts all content displayed on the website of Hao AI Lab @ UCSD.
git clone https://github.com/hao-ai-lab/hao-ai-lab.github.io.git
cd hao-ai-lab.github.io
hugo server
```
```


## How to generate publication list

1. copy the latest publication json to the root folder.
2. run the following
```bash
python gen_publications.py
```
3. copy the output of this script to `content/publications.md`

0 comments on commit b38a001

Please sign in to comment.