Skip to content

Commit

Permalink
add bibliography.bib instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lhao03 committed Mar 11, 2024
1 parent 3bc6eb2 commit 8649a61
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/documentation/how.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ git checkout lucy-drylab-software

mdBook is an open source project developed by the Rust Foundation for documenting Rust packages. If you're running Windows, I recommend you get WSL. You can get started [here](https://rust-lang.github.io/mdBook/guide/installation.html). Let Lucy know if you have any issues.

## How to add inline citations
1. edit [src/bibliography.bib](https://github.com/UBC-iGEM/internal-wiki-2023-24/blob/main/src/bibliography.bib), following the format.
2. Then call your reference like this: [@clines1974evidence, 22]

Check out [an example](https://github.com/jacob-pro/mdbook-bibfile-referencing/tree/master/test-book).

## How to write Markdown

Check out the [CommonMark quick reference](https://commonmark.org/help/) first. Much of this document is borrowed from the rustdoc book[^rust].
Expand Down
2 changes: 2 additions & 0 deletions src/dry-lab/hardware/microfluidics/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Microfluidics

Paragraph contents with an inline [@clines1974evidence, 22] reference.
3 changes: 3 additions & 0 deletions src/dry-lab/software/encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Consists of segmenting information into blocks, generating primers, mapping prim

## Key points


Paragraph contents with an inline [@clines1974evidence] reference.

1. Segmentation of data: by breaking an input into smaller blocks, we can control how large or how small a strand is to be synthesized. Shorter strands appear to have a smaller rate of error[^aachen].
2. Redundancy: a message is encoded and transmitted using more bits that are necessary to encode the message; a piece of information is redundant if it can be removed without loss of information [^redundancy]. This has either not been explored in depth by other iGEM teams[^github].
3. Primer generation and storing primers.
Expand Down

0 comments on commit 8649a61

Please sign in to comment.