From 773677d11fdcb8bfc6f22c83e46d2579b02774a2 Mon Sep 17 00:00:00 2001 From: andreas Date: Tue, 15 Oct 2019 13:16:37 +0200 Subject: [PATCH] Add abstract. #7 Add hardware overview graphic. #7 Add usage section. #7 --- README.tex.md | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/README.tex.md b/README.tex.md index 44649ef..88c4aa6 100644 --- a/README.tex.md +++ b/README.tex.md @@ -20,13 +20,20 @@ We are currently testing three approaches to generate these libraries. ... ## Hardware Reactor -... +// TODO: add reactor photo + +### Abstract // TODO: add final version +Experiments involving bacterial cell growth are limited by tedious manual tasks such as cell density measurements and growth medium addition. To overcome these issues, we developed a highly customizable, extendable and cost-efficient bioreactor. Independent flasks for cell growth are integrated with temperature control, continuous OD measurement using our self-built OD sensors and peristaltic pumps. +  +Complementary software allows implementation of new experimental setups, custom control and monitoring mechanisms. Remote access and alerts permit unsupervised, long-term experiments. Collected data from ongoing experiments can be used to determine parameters such as growth rates which in turn can be used to make predictions and adjust growth conditions accordingly. +Hardware design, software and documentation are freely available. +  +Our prototype was of great use for our long term and large volume experiments which led to multiple iterations of hardware and software improvements.This reactor is a valuable tool that significantly increases efficiency and experiment reproducibility. + -### Abstract -... ### Hardware Overview -... +![Image of Yaktocat](hardware_overview.svg) ### Hardware Components ... @@ -58,3 +65,17 @@ We are currently testing three approaches to generate these libraries. ### Naive Constant Cell Density Controller ### Model Driven Constant Cell Density Controller + + +## Usage + +``` +git clone https://github.com/andreaskuster/igem19-ethz-phage-hw-model.git +cd igem19-ethz-phage-hw-model +./startup.sh +``` + + +``` + +``` \ No newline at end of file