Skip to content

Commit

Permalink
Updates of code for new GS Scripts Version
Browse files Browse the repository at this point in the history
  • Loading branch information
annapaola committed Nov 3, 2020
1 parent c757a5a commit ca7c340
Show file tree
Hide file tree
Showing 12 changed files with 1,217 additions and 1,104 deletions.
37 changes: 37 additions & 0 deletions About-Template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>
2 changes: 2 additions & 0 deletions About.gs
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ function showAbout() {
.showSidebar(html);

}


Loading

0 comments on commit ca7c340

Please sign in to comment.