Add citation for Belfort paper at HIP2023
#6
by
starride-teklia
- opened
README.md
CHANGED
@@ -52,6 +52,7 @@ Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
|
|
52 |
|
53 |
## Cite us
|
54 |
|
|
|
55 |
```bibtex
|
56 |
@inproceedings{pylaia-lib,
|
57 |
author = "Tarride, Solène and Schneider, Yoann and Generali, Marie and Boillet, Melodie and Abadie, Bastien and Kermorvant, Christopher",
|
@@ -61,3 +62,20 @@ Please refer to the [documentation](https://atr.pages.teklia.com/pylaia/).
|
|
61 |
}
|
62 |
```
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
## Cite us
|
54 |
|
55 |
+
|
56 |
```bibtex
|
57 |
@inproceedings{pylaia-lib,
|
58 |
author = "Tarride, Solène and Schneider, Yoann and Generali, Marie and Boillet, Melodie and Abadie, Bastien and Kermorvant, Christopher",
|
|
|
62 |
}
|
63 |
```
|
64 |
|
65 |
+
```bibtex
|
66 |
+
@inproceedings{belfort-2023,
|
67 |
+
author = {Tarride, Solène and Faine, Tristan and Boillet, Mélodie and Mouchère, Harold and Kermorvant, Christopher},
|
68 |
+
title = {Handwritten Text Recognition from Crowdsourced Annotations},
|
69 |
+
year = {2023},
|
70 |
+
isbn = {9798400708411},
|
71 |
+
publisher = {Association for Computing Machinery},
|
72 |
+
address = {New York, NY, USA},
|
73 |
+
url = {https://doi.org/10.1145/3604951.3605517},
|
74 |
+
doi = {10.1145/3604951.3605517},
|
75 |
+
booktitle = {Proceedings of the 7th International Workshop on Historical Document Imaging and Processing},
|
76 |
+
pages = {1–6},
|
77 |
+
numpages = {6},
|
78 |
+
keywords = {Crowdsourcing, Handwritten Text Recognition, Historical Documents, Neural Networks, Text Aggregation},
|
79 |
+
series = {HIP '23}
|
80 |
+
}
|
81 |
+
```
|