Skip to content

EuBIC/proteomics-academy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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