diff --git a/docs/background.md b/docs/background.md index e69de29..5abb77d 100644 --- a/docs/background.md +++ b/docs/background.md @@ -0,0 +1,5 @@ +# Project Background + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod +nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor +massa, nec semper lorem quam in massa. \ No newline at end of file diff --git a/docs/documentation/notebook.md b/docs/documentation/notebook.md index 168621d..999aefa 100644 --- a/docs/documentation/notebook.md +++ b/docs/documentation/notebook.md @@ -4,3 +4,5 @@ We used electronic lab notebooks (ELN) from [Benchling](https://benchling.com). ## Directed Evolution on GFP +- [MCLONE001: Plasmid construction for DE of GFP](../notebooks/MCLONE001.pdf){: target="_blank" } +- [EVOLVE001: Directed evolution on GFP](../notebooks/EVOLVE001.pdf){: target="_blank" } \ No newline at end of file diff --git a/docs/img/dummy.png b/docs/img/dummy.png new file mode 100644 index 0000000..9638ab8 Binary files /dev/null and b/docs/img/dummy.png differ diff --git a/docs/results.md b/docs/results.md index 381a318..f68d452 100644 --- a/docs/results.md +++ b/docs/results.md @@ -1 +1,3 @@ -# Results \ No newline at end of file +# Results + +![dummy image](img/dummy.png){ width=800px } \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 3d3617e..66e5461 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,8 +38,10 @@ copyright: Copyright © 2021 iDEC. CC-BY-4.0 | The International Directed Ev nav: - Home: index.md - - Background: background.md - - Results: results.md - - Protocols: protocols.md - - Lab notebook: notebook.md - - Some useful features: useful_features.md + - Project: + - Background: background.md + - Results: results.md + - Documentation: + - Protocols: documentation/protocols.md + - Lab notebook: documentation/notebook.md + - Some useful features: useful_features.md \ No newline at end of file