Pclanglais
commited on
Commit
•
7dffa57
1
Parent(s):
999a847
Update README.md
Browse files
README.md
CHANGED
@@ -17,4 +17,55 @@ BibTexer has been trained on multilingual styles and formats and should work cor
|
|
17 |
|
18 |
Along with Segmentext and Bibstyle-Detector, BibTexer can be tested on the [Reversed-Zotero](https://huggingface.co/spaces/PleIAs/Reversed-Zotero) space.
|
19 |
|
20 |
-
## Example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
Along with Segmentext and Bibstyle-Detector, BibTexer can be tested on the [Reversed-Zotero](https://huggingface.co/spaces/PleIAs/Reversed-Zotero) space.
|
19 |
|
20 |
+
## Example
|
21 |
+
|
22 |
+
This copy-paste of unstructured references include unwelcome line jumps as well as a title not part of the original set:
|
23 |
+
|
24 |
+
> References
|
25 |
+
> 1. Postigo JAR. Leishmaniasis in the World Health Organization Eastern Mediterranean Region Int J Antimicrob Agents. 2010;36:S62-5.
|
26 |
+
> 2. Alvar J, Vélez ID, Bern C, Herrero M, Desjeux P, Cano J, et al. Leishmaniasis worldwide and global estimates of its incidence. PLoS One.
|
27 |
+
> 2012;7:35671.
|
28 |
+
> 3. World Health Organization. Control of the leishmaniases. World Health Organ Tech Rep Ser.
|
29 |
+
> 2010;7-8:1-186.
|
30 |
+
> 4. Wallace MR, Hale BR, Utz CC, Olson PE, Earhart KC, Thornton SA, et al. Endemic infectious diseases of Afghanistan. Clin Infect Dis. 2002;34:171-207.
|
31 |
+
|
32 |
+
After parsing by Segmentext, Bibtexer returns the following list of references:
|
33 |
+
|
34 |
+
```@article{postigo2010,
|
35 |
+
author = {Postigo JAR},
|
36 |
+
title = {Leishmaniasis in the World Health Organization Eastern Mediterranean Region},
|
37 |
+
journal = {Int J Antimicrob Agents},
|
38 |
+
year = {2010},
|
39 |
+
volume = {36},
|
40 |
+
pages = {62-5}
|
41 |
+
}
|
42 |
+
|
43 |
+
@article{alvar2012,
|
44 |
+
author = {Alvar J Vélez ID Bern C Herrero M Desjeux P Cano J et al},
|
45 |
+
title = {Leishmaniasis worldwide and global estimates of its incidence},
|
46 |
+
journal = {PLoS One},
|
47 |
+
year = {2012},
|
48 |
+
volume = {7},
|
49 |
+
pages = {35671}
|
50 |
+
}
|
51 |
+
|
52 |
+
@article{world2010,
|
53 |
+
author = {World Health Organization},
|
54 |
+
title = {Control of the leishmaniases},
|
55 |
+
journal = {World Health Organ Tech Rep Ser},
|
56 |
+
year = {2010},
|
57 |
+
volume = {78},
|
58 |
+
pages = {1-186}
|
59 |
+
}
|
60 |
+
|
61 |
+
@article{wallace2002,
|
62 |
+
author = {Wallace MR Hale BR Utz CC Olson PE Earhart KC Thornton SA et al},
|
63 |
+
title = {Endemic infectious diseases of Afghanistan},
|
64 |
+
journal = {Clin Infect Dis},
|
65 |
+
year = {2002},
|
66 |
+
volume = {34},
|
67 |
+
pages = {171-207}
|
68 |
+
}```
|
69 |
+
|
70 |
+
The reference can be straight exported to Zotero:
|
71 |
+
|