Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.09 KB

Proteomics Academy

deployment

Proteomics Academy is a collection of tutorials and resources for learning about proteomics. We also list upcoming events and recommend Q&A forums and job boards for proteomics researchers.

Visit the website at proteomics-academy.org.

Contributing

Anyone is welcome to contribute to Proteomics Academy. This can be done by:

  • Requesting the addition of a new resource or event through an issue
  • Submitting a pull request to add/update content
  • Contacting us at proteomics-academy [at] eubic-ms [dot] org.

Local development

The website is built using mkdocs. To run the website locally, first install Python. Then install the project with

pip install --editable .

Then run the website with

mkdocs serve