diff --git a/.replit b/.replit new file mode 100644 index 0000000..bc400ca --- /dev/null +++ b/.replit @@ -0,0 +1,5 @@ +modules = ["bash:v1-20231215-e6d471c"] +run = "mdbook serve -n 0.0.0.0" + +[nix] +channel = "unstable" diff --git a/replit.nix b/replit.nix new file mode 100644 index 0000000..8672f21 --- /dev/null +++ b/replit.nix @@ -0,0 +1,12 @@ +{ pkgs }: { + deps = [ + pkgs.bashInteractive + pkgs.nodePackages.bash-language-server + pkgs.man + pkgs.graphviz + pkgs.mdbook + pkgs.mdbook-linkcheck + pkgs.mdbook-graphviz + pkgs.mdbook-toc + ]; +} \ No newline at end of file diff --git a/src/description.md b/src/description.md index d0772c9..311034b 100644 --- a/src/description.md +++ b/src/description.md @@ -9,7 +9,8 @@ When writing the project description, every member should be table to answer the 3. What is the project explained in a detailed manner? ## Project Summary -Solution: Enhance DNA storage process with improved synthesis and storage semantics: +Solution: Enhance DNA storage process with improved synthesis and storage semantics + 1. The expression of thermostable TdT with E. Coli, and automation of optimal reaction conditions for free-running synthesis 2. Implementation of block based storage semantics using arbitrarily long primers and update system via. versioning and patches. (15) @@ -20,7 +21,7 @@ Approach: - synthesis occurring in mild, aqueous conditions (27) - Reduction of secondary structures with higher reaction temperatures (27), because DNA secondary structures can be melted by raising the temperature (27) -Block based semantics and updates via patches +A file system like implementation, segmentation of "blocks" of information and updates via patches - Random and sequential access (15) - Retrieval of units smaller than unit of random access (15) - Software based update patching: faster, more reliable than changing the bases in the lab (15) diff --git a/src/index.md b/src/index.md index e044448..414736e 100644 --- a/src/index.md +++ b/src/index.md @@ -6,7 +6,7 @@ Welcome to the UBC iGEM 2023-2024 Internal Wiki. Read these pages before you sta - [For leads](./documentation/lead.md) - [For wiki liaisons](./documentation/liaison.md) -If you have any questions regarding documenting your progress and work, please send a message in the documentation channel. +If you have any questions regarding documenting your progress and work, please send a message in the documentation-wiki channel. ## What should this internal wiki contain?