-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates of code for new GS Scripts Version
- Loading branch information
Showing
12 changed files
with
1,217 additions
and
1,104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,3 +40,5 @@ function showAbout() { | |
.showSidebar(html); | ||
|
||
} | ||
|
||
|
Oops, something went wrong.