Runners-On-XXXX
|----papers
|----2023.json
|----2022.json
|···
|----script.py
-
Write
config.json
file including your repo name and the description of it. -
The folder
papers
saves all papers you collected, and these papers classified by year(or other rules). -
Run
python script.py
to generate README.md automatically.
[
{
"cite": "BibTeX Citation String copied here",
"url": "paper link copied here",
"code": "code address copied here"
},
{
"cite": "misc{wu2023visual,\n title={Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models}, \n author={Chenfei Wu and Shengming Yin and Weizhen Qi and Xiaodong Wang and Zecheng Tang and Nan Duan},\n year={2023},\n eprint={2303.04671},\n archivePrefix={arXiv},\n primaryClass={cs.CV}\n}",
"url": "https://arxiv.org/abs/2303.04671",
"code": "https://github.com/microsoft/visual-chatgpt"
}
]
If you clone this repo and then build your paper list repo, remember to delete .git/* and reinitialize it before pushing.