-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathontology.html
70 lines (68 loc) · 2.64 KB
/
ontology.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
layout: default
title: Ontology Tools
group: "in_local_navigation"
order: 2
---
<div class="blurb">
<!-- <h2>The EMBL-EBI ontology tools and services for data annotation </h2> -->
<p> Welcome to the Ontology Tooling page of the Samples Phenotypes and Ontologies Team.
Here you will find different tools to help you discover, develop and search ontologies,
along with tools to help you annotate your data with ontologies. If you are new to these concepts,
please visit the FAQ page or contact us directly on ontology-tools-support [at] ebi.ac.uk.
</p>
<p> Let's try and answer some questions using our ontology tools.
</p>
<table>
<tr>
<td>How can I deploy the ontology tools to my own server?</td>
<td style="background-color: #eaeaea;"><b>OntoTools Docker</b></td>
<td>
<a href="https://github.com/EBISPOT/ontotools-docker">
<span class="hidden-xs">View on GitHub</span>
</a>
</td>
</tr>
<tr>
<td>How do I access ontologies?</td>
<td style="background-color: #eaeaea;"><a href="http://www.ebi.ac.uk/ols" target="_blank" class='hideLink'><img style="width:150px" src="{{site.baseurl}}/static/OLS_logo_2017_colour background.png" alt="OLS logo"/></a>
</td>
<td>
<a href="https://github.com/EBISPOT/OLS">
<span class="hidden-xs">View on GitHub</span>
</a>
</td>
</tr>
<tr>
<td>How do I map data to ontologies?</td>
<td style="background-color: #eaeaea;"><a href="http://www.ebi.ac.uk/spot/zooma" target="_blank" class='hideLink'><img style="width:150px" src="{{site.baseurl}}/static/ZOOMA_logo_2017_colour background.png" alt="Zooma logo"/></a>
</td>
<td>
<a href="https://github.com/EBISPOT/zooma">
<span class="hidden-xs">View on GitHub</span>
</a>
</td>
</tr>
<tr>
<td>How do I translate from one ontology to another?</td>
<td style="background-color: #eaeaea;"><a href="http://www.ebi.ac.uk/spot/oxo" target="_blank" class='hideLink'><img style="width:150px" src="{{site.baseurl}}/static/OXO_logo_2017_colour_background.png" alt="OxO logo"/></a>
</td>
<td>
<a href="https://github.com/EBISPOT/OLS-mapping-service">
<span class="hidden-xs">View on GitHub</span>
</a>
</td>
</tr>
<tr>
<td>How do I map strings to ontology terms?</td>
<td style="background-color: #eaeaea;"><a href="http://www.ebi.ac.uk/spot/ontostring" target="_blank" class='hideLink'><img style="width:150px" src="{{site.baseurl}}/static/OntoString_logo_2022.png" alt="OntoString logo"/></a>
</td>
<td>
<a href="https://github.com/EBISPOT/OntoString">
<span class="hidden-xs">View on GitHub</span>
</a>
</td>
</tr>
</table>
</div>
<!-- /.blurb -->