choucsan commited on
Commit
de8d2ce
·
verified ·
1 Parent(s): 7b85afe

Use Hugging Face DOI citation

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -189,12 +189,13 @@ for paper in papers:
189
  ## Citation
190
 
191
  ```bibtex
192
- @dataset{zou2026iccv_papers,
193
- author = {Zhishan Zou},
194
- title = {ICCV Papers},
195
- year = {2026},
196
- publisher = {Hugging Face},
197
- url = {https://huggingface.co/datasets/choucsan/ICCV_Papers}
 
198
  }
199
  ```
200
 
 
189
  ## Citation
190
 
191
  ```bibtex
192
+ @misc{zhishan_zou_2026,
193
+ author = { Zhishan Zou },
194
+ title = { ICCV_Papers (Revision 7b85afe) },
195
+ year = 2026,
196
+ url = { https://huggingface.co/datasets/choucsan/ICCV_Papers },
197
+ doi = { 10.57967/hf/9875 },
198
+ publisher = { Hugging Face }
199
  }
200
  ```
201