Skip to content

Commit

Permalink
Merge pull request #57 from ccb-hms/main
Browse files Browse the repository at this point in the history
Add DOI to README.md
  • Loading branch information
rsgoncalves authored Jul 8, 2024
2 parents 2678606 + 3d29eed commit fb265d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<a href="https://github.com/ccb-hms/ontology-mapper/actions/workflows/github_test.yml">
<img alt="Tests" src="https://github.com/ccb-hms/ontology-mapper/actions/workflows/github_test.yml/badge.svg" />
</a>
<a href="https://doi.org/10.48550/arXiv.2407.02626">
<img alt="arXiv preprint" src="https://img.shields.io/badge/DOI-arXiv:2407.02626-orange" />
</a>
</div>

## Installation
Expand Down Expand Up @@ -305,4 +308,4 @@ The mapping score of each mapping indicates how similar an input term is to an o
> When using the BioPortal or Zooma interfaces, make sure to specify the target ontology name(s) as they appear in BioPortal or OLS, respectively
> [!NOTE]
> 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
> 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 comments on commit fb265d1

Please sign in to comment.