-
Notifications
You must be signed in to change notification settings - Fork 9
/
About-Template.html
37 lines (29 loc) · 1015 Bytes
/
About-Template.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
<!DOCTYPE html>
<html>
<head>
<base target="_top">
<style>
body,
html {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #666666;
}
div {
padding: 20px;
}
</style>
</head>
<body>
<div align="center">
<img src="//isa-tools.org/OntoMaton/figures/ontomaton.png" width="85%" />
<p>Version 4.0</p>
<p>OntoMaton makes use of the <a href="https://bioportal.bioontology.org/" target="new">NCBO BioPortal
Web Services</a> to facilitate ontology lookup and tagging within Google Spreadsheets.</p>
<br /><br />
<img src="//isa-tools.org/wp-content/themes/isatools-wp-theme/img/footer_logo.svg" width="50%" />
<p>OntoMaton was developed by the <a href="http://www.isa-tools.org" target="blank">ISA team</a> at the
University of Oxford to aid users in the use of ontologies in their day to day work.</p>
</div>
</body>
</html>