drvenabili commited on
Commit
cb908b0
·
verified ·
1 Parent(s): 068517c

fix(doc): fix bibtex

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -287,11 +287,13 @@ You should always cite the original kubhist2 release, provided below as bibtex.
287
 
288
  ```bibtex
289
  @techreport{hengchen2025kubhist,
290
- author = {Hengchen, Simon},
291
- title = {A huggingface version of the Kubhist newspaper archive},
292
- year = {2025},
293
- howpublished = {\url{https://archive-ouverte.unige.ch/unige:187998}},
294
- note = {Accessed: 2025-10-02}
 
 
295
  }
296
  ```
297
 
 
287
 
288
  ```bibtex
289
  @techreport{hengchen2025kubhist,
290
+ author = {Hengchen, Simon},
291
+ title = {A Huggingface Version of the Kubhist Newspaper Archive},
292
+ year = {2025},
293
+ institution = {Université de Genève/\texttt{iguanodon.ai}},
294
+ type = {Technical Report},
295
+ url = {https://archive-ouverte.unige.ch/unige:187998},
296
+ note = {Published: 2025-10-02}
297
  }
298
  ```
299