chemodiversity/README.md

20 lines
777 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Chemodiversity
Project in the workgroup "theoretic biology" at the faculty of biology exploring
the evolution of plants secondary metabolities (PSM) via simulation.
References:
- [Moore et al (2013): Explaining intraspecific diversity in plant secondary metabolites in an ecological context](https://nph.onlinelibrary.wiley.com/doi/full/10.1111/nph.12526)
- [Firn, Jones (2003): Natural products a simple model to explain chemical diversity](http://www.caryinstitute.org/sites/default/files/public/reprints/Firn_&_Jones_2003_Natural_RSC_Nat_Prod_Rep_20_382-391.pdf)
## Creating slideshow
The slides are created with revealjs which has to be present. A simple
```bash
git submodule update --init
```
pulls all dependencies and `make slides` then works as expected.