Skip to content

Commit ca7c340

Browse files
committed
Updates of code for new GS Scripts Version
1 parent c757a5a commit ca7c340

12 files changed

+1217
-1104
lines changed

About-Template.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<base target="_top">
6+
<style>
7+
body,
8+
html {
9+
font-family: 'Roboto', sans-serif;
10+
font-size: 14px;
11+
color: #666666;
12+
}
13+
14+
div {
15+
padding: 20px;
16+
}
17+
</style>
18+
19+
</head>
20+
21+
<body>
22+
<div align="center">
23+
<img src="//isa-tools.org/OntoMaton/figures/ontomaton.png" width="85%" />
24+
25+
<p>Version 4.0</p>
26+
<p>OntoMaton makes use of the <a href="https://bioportal.bioontology.org/" target="new">NCBO BioPortal
27+
Web Services</a> to facilitate ontology lookup and tagging within Google Spreadsheets.</p>
28+
29+
<br /><br />
30+
<img src="//isa-tools.org/wp-content/themes/isatools-wp-theme/img/footer_logo.svg" width="50%" />
31+
32+
<p>OntoMaton was developed by the <a href="http://www.isa-tools.org" target="blank">ISA team</a> at the
33+
University of Oxford to aid users in the use of ontologies in their day to day work.</p>
34+
</div>
35+
</body>
36+
37+
</html>

About.gs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ function showAbout() {
4040
.showSidebar(html);
4141

4242
}
43+
44+

0 commit comments

Comments
 (0)