Skip to content

Commit

Permalink
try commiting from replit
Browse files Browse the repository at this point in the history
  • Loading branch information
Replit user committed Feb 10, 2024
1 parent 4a05f27 commit cc76520
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
modules = ["bash:v1-20231215-e6d471c"]
run = "mdbook serve -n 0.0.0.0"

[nix]
channel = "unstable"
12 changes: 12 additions & 0 deletions replit.nix
Original file line number Diff line number Diff line change
@@ -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
];
}
5 changes: 3 additions & 2 deletions src/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit cc76520

Please sign in to comment.