choucsan commited on
Commit
9e20349
·
verified ·
1 Parent(s): ca317ca

Use Hugging Face DOI citation

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