Skip to content

Commit fb265d1

Browse files
authored
Merge pull request #57 from ccb-hms/main
Add DOI to README.md
2 parents 2678606 + 3d29eed commit fb265d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<a href="https://github.com/ccb-hms/ontology-mapper/actions/workflows/github_test.yml">
1212
<img alt="Tests" src="https://github.com/ccb-hms/ontology-mapper/actions/workflows/github_test.yml/badge.svg" />
1313
</a>
14+
<a href="https://doi.org/10.48550/arXiv.2407.02626">
15+
<img alt="arXiv preprint" src="https://img.shields.io/badge/DOI-arXiv:2407.02626-orange" />
16+
</a>
1417
</div>
1518

1619
## Installation
@@ -305,4 +308,4 @@ The mapping score of each mapping indicates how similar an input term is to an o
305308
> When using the BioPortal or Zooma interfaces, make sure to specify the target ontology name(s) as they appear in BioPortal or OLS, respectively
306309
307310
> [!NOTE]
308-
> Syntactic distance-based mappers and Web API-based mappers perform slowly (much slower than the TF-IDF mapper). The former because they do pairwise comparisons between each input string and each ontology term label/synonym. In the Web API-based approaches there are networking and API load overheads
311+
> Syntactic distance-based mappers and Web API-based mappers perform slowly (much slower than the TF-IDF mapper). The former because they do pairwise comparisons between each input string and each ontology term label/synonym. In the Web API-based approaches there are networking and API load overheads

0 commit comments

Comments
 (0)