Display-Lab / psdo

Performance Summary Display Ontology
https://display-lab.github.io/psdo/
Other
3 stars 3 forks source link

Create static html as "term browser" hosted by github pages. #165

Open grosscol opened 5 years ago

grosscol commented 5 years ago

Create term browser html

Make a "term browser" out of a static html file for OBOFoundry/purl.obolibrary.org. An html page with a fragment for each term needs to be created.

Write script to generate automatically

The ontology html can be generated similar to how the dictionary.md is generated. Another possibility is to create from the dicitionary.md using pandoc. Some munging of the subheadings might be required to get the fragments named satisfactorily.

Host using github pages

The html generated should go into the /doc along with a minimal jekyll config. See: https://github.com/Display-Lab/slides-template for an example of minimal config with an index.html that avoids jekyll mucking about with md files.

This is blocking #164