Skip to content

Commit

Permalink
Added both Aber-OWL and OLS as generic browsers, Fixes OBOFoundry#144
Browse files Browse the repository at this point in the history
Also edited 3 md files to avoid duplicating, no need for an explicit entry now
  • Loading branch information
cmungall committed Nov 5, 2015
1 parent c7a863a commit 8c6e6fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
6 changes: 6 additions & 0 deletions _layouts/ontology_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ <h1>
<a href="http://www.ontobee.org/browser/index.php?o={{page.id}}">
<button type="button" class="btn btn-default">OntoBee</button>
</a>
<a href="http://aber-owl.net/ontology/{{page.id | upcase}}">
<button type="button" class="btn btn-default">AberOWL</button>
</a>
<a href="http://www.ebi.ac.uk/ols/beta/ontologies/{{page.id}}">
<button type="button" class="btn btn-default">OLS</button>
</a>
{% for b in page.browsers %}
<a href="{{b.url}}">
<button type="button" class="btn btn-default">{{b.label}}</button>
Expand Down
4 changes: 0 additions & 4 deletions ontology/mpath.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ title: Mouse pathology
license:
url: http://creativecommons.org/licenses/by/3.0/
label: CC-BY
browsers:
- label: Aber-OWL
title: Aber-OWL Ontology Repository
url: http://aber-owl.net/ontology/MPATH
build:
source_url: https://raw.githubusercontent.com/PaulNSchofield/mpath/master/mpath.obo
method: obo2owl
Expand Down
6 changes: 0 additions & 6 deletions ontology/nbo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,9 @@ license:
url: http://creativecommons.org/licenses/by/3.0/
label: CC-BY
browsers:
- label: Aber-OWL
title: Aber-OWL Ontology Browser
url: http://aber-owl.net/ontology/NBO
- label: BioPortal
title: BioPortal Ontology Browser
url: https://bioportal.bioontology.org/ontologies/NBO
- label: OntoBee
title: OntoBee Ontology Browser
url: http://www.ontobee.org/browser/index.php?o=NBO
build:
checkout: git clone https://github.com/bio-ontology-research-group/behavior-ontology.git
system: git
Expand Down
6 changes: 0 additions & 6 deletions ontology/pato.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@ domain: phenotype
homepage: https://github.com/pato-ontology/pato/
repository: https://github.com/pato-ontology/pato/
browsers:
- label: Aber-OWL
title: Aber-OWL Ontology Browser
url: http://aber-owl.net/ontology/PATO
- label: BioPortal
title: BioPortal Ontology Browser
url: https://bioportal.bioontology.org/ontologies/PATO
- label: OntoBee
title: OntoBee Browser
url: http://www.ontobee.org/browser/index.php?o=PATO
license:
url: http://creativecommons.org/licenses/by/3.0/
label: CC-BY
Expand Down

0 comments on commit 8c6e6fa

Please sign in to comment.