fix(doc): fix bibtex
Browse files
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
|
| 291 |
-
title
|
| 292 |
-
year
|
| 293 |
-
|
| 294 |
-
|
|
|
|
|
|
|
| 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 |
|