Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 74 additions & 1 deletion software.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,79 @@ <h2> TaxonPages </h2>
<div class="container">
<h2> Libraries, gems, modules, etc. </h2>
<p class="lead"> Multi-use utilities </p>
<p> Our goal is to continually move toward isolating code into small, generally useful libraries. See the GNA tools, and general utilities in the <a href="https://github.com/SpeciesFileGroup">Species File Group repositories on Github</a>.</p>
<p> Our goal is to continually move toward isolating code into small, generally useful libraries. See the <a href="https://globalnames.org/apps/" target="_blank">GNA tools</a>, and general utilities in the <a href="https://github.com/SpeciesFileGroup">Species File Group repositories on Github</a>.</p>

<table>
<tr>
<th>Repo</th>
<th>API Wrapped</th>
<th>Language</th>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/bananomia" target="_blank">bananomia</a></td>
<td><a href="https://bionomia.net/developers" target="_blank">Bionomia API</a></td>
<td>Ruby</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/bananompy" target="_blank">bananompy</a></td>
<td><a href="https://bionomia.net/developers" target="_blank">Bionomia API</a></td>
<td>Python</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/bell_pepper" target="_blank">bell_pepper</a></td>
<td><a href="https://github.com/VertNet/bels" target="_blank">BELS Georeference API</a></td>
<td>Ruby</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/bok_choy" target="_blank">bok_choy</a></td>
<td><a href="https://bhlnames.globalnames.org/apidoc/index.html" target="_blank">BHLnames API</a></td>
<td>Ruby</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/checkerberry" target="_blank">checkerberry</a></td>
<td><a href="https://apidoc.globalnames.org/gnames" target="_blank">GNverifier API</a></td>
<td>Ruby</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/colrapi" target="_blank">colrapi</a></td>
<td><a href="https://api.checklistbank.org" target="_blank">Catalogue of Life / ChecklistBank API</a></td>
<td>Ruby</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/crawliflower" target="_blank">crawliflower</a></td>
<td><a href="https://www.marinespecies.org/rest/" target="_blank">WoRMS API</a></td>
<td>Ruby</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/hookkaido" target="_blank">hookkaido</a></td>
<td><a href="https://www.ebi.ac.uk/ols4/api-docs" target="_blank">OLS Ontology API</a></td>
<td>Ruby</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/nasturtium" target="_blank">nasturtium</a></td>
<td><a href="https://api.inaturalist.org/v1/docs/" target="_blank">iNaturalist API</a></td>
<td>Ruby</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/plazucchini" target="_blank">plazucchini</a></td>
<td><a href="https://api.plazi.org/" target="_blank">Plazi TreatmentBank API</a></td>
<td>Ruby</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/Rtaxonworks" target="_blank">Rtaxonworks</a></td>
<td><a href="https://api.taxonworks.org/" target="_blank">TaxonWorks API</a></td>
<td>R</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/syconium" target="_blank">syconium</a></td>
<td><a href="https://docs.openalex.org/" target="_blank">OpenAlex API</a></td>
<td>Ruby</td>
</tr>
<tr>
<td><a href="https://github.com/SpeciesFileGroup/wikimelon" target="_blank">wikimelon</a></td>
<td><a href="https://query.wikidata.org/" target="_blank">Wikidata API</a></td>
<td>Ruby</td>
</tr>
</table>
</div>
</div>