From b38a0012a601de1d0738043c4e058a6b82595714 Mon Sep 17 00:00:00 2001 From: zhisbug Date: Fri, 15 Mar 2024 03:38:41 -0700 Subject: [PATCH] add more instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 433119e..07a8e18 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` + + +## 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` \ No newline at end of file