Skip to content
/ obook Public
forked from OBOAcademy/obook

OBO Organized Knowledge: Training materials for becoming an OBO engineer

License

Notifications You must be signed in to change notification settings

clnsmth/obook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Biological and Biomedical Ontologies (OBO) Organized Knowledge (OBOOK)

The OBOOK is the main resource for OBOAcademy training materials for Semantic OBO Engineers.

Running the website locally

Installing dependencies

# Create a virtual environment in the project folder
python -m venv .venv

# Activate the virtual environment
# in mac/linux
source .venv/bin/activate
# in Windows
.\.venv\Scripts\activate

# Install dependencies
pip install mkdocs
pip install mkdocs-material

Running the site locally

If you haven't, activate the local virtual environment

# in mac/linux
source .venv/bin/activate
# in Windows
.\.venv\Scripts\activate

Then run:

mkdocs serve

Go to http://127.0.0.1:8000/, you should see the site.

License

This content is available under the Creative Commons CC0 Public Domain Dedication.

Acknowledgements

Critical Path Institute

Critical Path Institute (CPI) is an independent, nonprofit organisation dedicated to bringing together experts from regulatory agencies, industry, and academia to collaborate and improve the medical product development process.

In April 2021, the CPI has commissioned the first version of this OBO course, contributing not only funding for the preparation and delivery of the materials, but also valuable feedback about the course contents and data for the practical exercises. We thank the CPI for contributing significantly to the OBO community and open science!

https://c-path.org/

About

OBO Organized Knowledge: Training materials for becoming an OBO engineer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 82.3%
  • Shell 17.7%