Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,6 +33,32 @@ and the roles played on them by the biological entities.
|
|
| 33 |
Each entity is linked to their correspondent ontology, allowing
|
| 34 |
for entity disambiguation and NEL.
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
## Dataset usage
|
| 37 |
|
| 38 |
```python
|
|
|
|
| 33 |
Each entity is linked to their correspondent ontology, allowing
|
| 34 |
for entity disambiguation and NEL.
|
| 35 |
|
| 36 |
+
## Cite our work
|
| 37 |
+
|
| 38 |
+
```latex
|
| 39 |
+
@misc {embo_2023,
|
| 40 |
+
author = { Abreu-Vicente, J. \& Lemberger, T. },
|
| 41 |
+
title = { The SourceData dataset},
|
| 42 |
+
year = 2023,
|
| 43 |
+
url = { https://huggingface.co/datasets/EMBO/SourceData },
|
| 44 |
+
doi = { 10.57967/hf/0495 },
|
| 45 |
+
publisher = { Hugging Face }
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
@article {Liechti2017,
|
| 49 |
+
author = {Liechti, Robin and George, Nancy and Götz, Lou and El-Gebali, Sara and Chasapi, Anastasia and Crespo, Isaac and Xenarios, Ioannis and Lemberger, Thomas},
|
| 50 |
+
title = {SourceData - a semantic platform for curating and searching figures},
|
| 51 |
+
year = {2017},
|
| 52 |
+
volume = {14},
|
| 53 |
+
number = {11},
|
| 54 |
+
doi = {10.1038/nmeth.4471},
|
| 55 |
+
URL = {https://doi.org/10.1038/nmeth.4471},
|
| 56 |
+
eprint = {https://www.biorxiv.org/content/early/2016/06/20/058529.full.pdf},
|
| 57 |
+
journal = {Nature Methods}
|
| 58 |
+
}
|
| 59 |
+
```
|
| 60 |
+
|
| 61 |
+
|
| 62 |
## Dataset usage
|
| 63 |
|
| 64 |
```python
|