OBOFoundry / OBOFoundry.github.io

Metadata and website for the Open Bio Ontologies Foundry Ontology Registry
http://obofoundry.org
Other
166 stars 204 forks source link

Ontologies without domain not displayed on homepage #2107

Closed allenbaron closed 2 years ago

allenbaron commented 2 years ago

https://obofoundry.org/ does not display ontologies without domains even when all checkboxes are unchecked.

image

Examples of missing ontologies by prefix: aao, fix, gaz

nlharris commented 2 years ago

Hey @allenbaron thanks for reporting this (and thanks for giving specific examples of the issue -- always helpful!).

matentzn commented 2 years ago

Whoever js person we have to address this, I would start looking roughly here: https://github.com/OBOFoundry/OBOFoundry.github.io/blob/94cfb4b920b490bd11ed353fd4306c284c09251a/_includes/js/custom.js#L77

erik-whiting commented 2 years ago

Gave this one a try: https://github.com/OBOFoundry/OBOFoundry.github.io/pull/2114

cthoyt commented 2 years ago

Alternate solution to making a programmatic solution: require all ontologies are annotated with a domain, do the annotation, and add a unit test.

cthoyt commented 2 years ago

All ontologies are required to have domains as of #2115, so this can be closed.