-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAbout-Template.html
36 lines (28 loc) · 1.13 KB
/
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
<!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="https://raw.githubusercontent.com/bigbio/proma/main/figures/logo_small_icon_only_inverted.png" width="100">
<p>Version 1.0</p>
<p>PROMA enables the annotation of MAGE-TAB proteomics datasets using ontology terms from <a href="https://www.ebi.ac.uk/ols/index" target="new">Ontology Lookup Service</a> tagging within Google Spreadsheets.</p>
<br /><br />
<img src="https://raw.githubusercontent.com/bigbio/proma/main/figures/logo_small_icon_only_inverted.png" width="100">
<p>PROMA has been developed based on OntoMaton originally 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>