Waterloo

From 2007.igem.org

(Difference between revisions)
(Inputs)
 
(91 intermediate revisions not shown)
Line 1: Line 1:
-
<center><font size="6">[[Image:UWLogo.jpg]] University of Waterloo iGEM Team </font></center>
+
<center> [[Image:UW_iGEMLogoHeader.png | 935px]] </center>
 +
<br>
 +
{| style="border-spacing:0px; border-width:thin; border-color:black; border-style:solid"
 +
|-
 +
| style="font-size:x-large; font-weight:bold; border-bottom-width:thin; border-bottom-color:black; border-bottom-style:solid; font-size:x-large; font-weight:bold; padding:5px; background-color:#FBCC30" | Our Team
 +
|-
 +
| style="padding:5px" | [[Image:Group photo mimi1.JPG|470px|left|thumb|Undergraduate Members]]  [[Image:UW_Advisors.jpg|407px|center|thumb|Faculty and Graduate Advisors]]
 +
|-
 +
| style="padding:5px" | The UW iGEM team is a very interdisciplinary group. Our team members span three faculties: Science, Mathematics, and Engineering, and represent a wide range of undergraduate programs: Biology, Biomedical Sciences, Biochemistry, Computer Science, Bioinformatics, Computer Engineering, Electrical Engineering, Chemical Engineering, Systems Design Engineering, and Mathematical Physics.
-
== Our Team ==
+
Drawing on our diverse backgrounds, we bring a wide range of skills and modes of creative thinking to our iGEM project. The iGEM competition is providing us with an opportunity to become more familiar with the emerging field of synthetic biology in an engaging and fun atmosphere.  In addition to gaining experience in the design, construction, and analysis of genetic circuits, we are also meeting the challenge of bringing together a large, diverse group toward a common goal.
-
[[Image:Group photo mimi1.JPG|500px]]<br clear="all">
+
-
The UW iGEM team is a very interdisciplinary group. Our team members span the three faculties of Science, Mathematics and Engineering and include the programs of Biology, Biomedical Sciences, Computer Science, Bioinformatics, Computer Engineering, Electrical Engineering, Chemical Engineering, and Mathematical Physics at undergraduate and graduate levels. Even our professor advisors are cross-appointed to two other faculties. Our diverse backgrounds bring together a wide range of skills and ideas to the iGEM project. iGEM is giving us the opportunity to apply the skills learned in our lectures and labs to real life applications in molecular biology and biotechnology.
+
-
==Abstract==
+
|}
-
==Background==
+
-
===Binary Addition===
+
-
When working in binary, only two digits are used: 0 and 1. A single binary digit is called a '''bit'''. Counting proceeds as:
+
-
1: 1<br>
+
<br clear="all">
-
2: 10<br>
+
-
3: 11<br>
+
-
4: 100<br>
+
-
5: 101<br>
+
-
6: 111<br>
+
-
etc.
+
-
To add two binary numbers, the process is much the same as adding two decimal (ordinary) numbers, except that instead of carrying when two digits add to ten, carrying must be performed when two digits add to two. In other words, 0 + 1 adds to 1, but 1 + 1 adds to 0 with a carry of 1, which gives 10 (just as in decimal 1 + 9 would add to 0 with a carry of 1, to give 10). A complete list of the possibilities is as follows:
+
{| style="border-spacing:0px; border-width:thin; border-color:black; border-style:solid; width:100%"
 +
|-
 +
| colspan="4" style="border-bottom-width:thin; border-bottom-color:black; border-bottom-style:solid; font-size:x-large; font-weight:bold; padding:5px; background-color:#FBCC30" | Our Project
 +
|-
 +
| colspan="4" style="padding:5px; font-size:large" | Abstract
 +
|-
 +
| colspan="2" style="vertical-align:top; border-bottom-width:thin; border-bottom-color:black; border-bottom-style:solid; padding:5px" | The goal of this project is to design a basic device for computing. Our idea was to reproduce a circuit element called a half adder with DNA, which takes in two 1-bit inputs, adds them, and outputs a sum and a carry. Our device responds to two inputs: red light and the chemical tetracycline. The input sensors control a set of genetic switches in order to carry out the computation and fluoresces green, red, or neither, depending on the outcome.
-
[[Image:000.jpg]]
+
Half adders are used as building blocks for full adders, which perform calculations similar to long addition but in binary. They are also an essential component in a device called the Arithmetic Logic Unit (ALU), a fundamental building block for the central processing unit in a modern computer. ALUs perform simple and complex operations such as bitwise logical operations and mathematical operations.  
-
Here is an example of long addition:
+
The constructs for the half adder were built in parallel as well as the testing constructs. A future extension to this project would be to create a full adder. More information on each stage of the project is available below.
-
[[Image:222.jpg]]<br clear="all" />
+
| colspan="2" style="border-bottom-width:thin; border-bottom-color:black; border-bottom-style:solid; padding:5px; vertical-align:middle" | [[Image:Design schematic.jpg|thumb|center|475px|Schematic Design of the Biological Half-Adder]]
 +
|-
 +
| style="width:25%; border-right-width:thin; border-right-color:black; border-right-style:solid; font-size:large; text-align:left; padding:5px; background-color:#FBCC30" | [[Project | Project Design]] || style="width:25%; border-right-width:thin; border-right-color:black; border-right-style:solid; font-size:large; text-align:left; padding:5px; background-color:#FBCC30"  | [[Modelling | Mathematical Modelling]] || style="width:25%; border-right-width:thin; border-right-color:black; border-right-style:solid; font-size:large; text-align:left; padding:5px; background-color:#FBCC30" | [[Construction_and_Testing | Construction and Testing]] || style="width:25%; font-size:large; text-align:left; padding:5px; background-color:#FBCC30" | [[Future_Work | Future Work]]
 +
|-
 +
| style="vertical-align:top; border-right-width:thin; border-right-color:black; border-right-style:solid; padding:5px" |
 +
* Binary addition and boolean logic
 +
* Half-adder vs. full-adder designs
 +
* Biological half-adder implementation
 +
| style="vertical-align:top; border-right-width:thin; border-right-color:black; border-right-style:solid; padding:5px" |
 +
* Modelling the gene regulatory network
 +
* Simulation results
 +
| style="vertical-align:top; border-right-width:thin; border-right-color:black; border-right-style:solid; padding:5px" |
 +
* Strategy for half-adder construction
 +
* Testing constructs for device
 +
* Test execution plan
 +
* Submitted parts
 +
| style="vertical-align:top; padding:5px" |
 +
* Explanation of a full adder
 +
* Gene design for full adder
 +
* Implementation plan
 +
|}
-
===Half-Adder vs. Full-Adder===
+
<br clear="all">
-
Any construct designed to add two numbers will either be a half-adder or a full-adder. A half-adder can only add together two single digits, whereas a full-adder is needed to add two numbers consisting of more than one digit.
+
-
For example, a half-adder could perform the addition 1 + 0 = 1, or 1 + 1 = 10, but it would take a full-adder to be able to perform 1100101 + 100101.
+
{| style="border-spacing:0px; border-width:thin; border-color:black; border-style:solid; width:100%; text-align:center"
 +
|-
 +
| style="font-size:x-large; font-weight:bold; font-size:x-large; font-weight:bold; padding:5px; background-color:#FBCC30; border-bottom-width:thin; border-bottom-color:black; border-bottom-style:solid; text-align:left" colspan="15" | Acknowledgements
 +
|-
 +
| colspan="3" | [[Image:Fsf_logo.gif|150px]] || colspan="3" | [[Image:MEF_logo.gif|150px]] || colspan="3" | [[Image:SFF_Logo.gif|150px]] || colspan="3" | [[Image:WEEFLogo.jpg|150px]] || colspan="3" | [[Image:WatSEF_Logo.jpg|150px]]
 +
|-
 +
| colspan="3" | [http://www.science.uwaterloo.ca/fsf/index.html Faculty of Science Foundation ] || colspan="3" | [http://www.student.math.uwaterloo.ca/~mefcom/ Mathematics Endowment Fund ] || colspan="3" | [http://www.eng.uwaterloo.ca/~sff/ Sir Sanford Fleming Foundation] || colspan="3" | [http://www.weef.uwaterloo.ca/ Waterloo Engineering Endowment Fund] || colspan="3" | [http://www.science.uwaterloo.ca/~watsef/mainpage.html Waterloo Science Endowment Fund]
 +
|-
 +
| colspan="15" | &nbsp;
 +
|-
 +
| colspan="5" | [[Image:UW_EngFacLogo.PNG |150px]] || colspan="5" | [[Image:UW_SciFacLogo.PNG|150px]] || colspan="5" | [[Image:UW_MathFacLogo.PNG|150px]]
 +
|-
 +
| colspan="5" | [http://www.engineering.uwaterloo.ca University of Waterloo Faculty of Engineering] || colspan="5" | [http://www.science.uwaterloo.ca University of Waterloo Faculty of Science] || colspan="5" | [http://www.math.uwaterloo.ca University of Waterloo Faculty of Mathematics]
 +
|-
 +
| colspan="15" | &nbsp;
 +
|-
 +
| colspan="5" style="padding:5px" | [[Image:UW_Waterloocrest.PNG | 150px]] || colspan="10" style="text-align:left; padding:5px" | We would like to thank the following people for their support and guidance:
 +
* Dr. Trevor Charles
 +
* Dr. Barbara Moffatt
 +
* Dr. Joshua Neufeld
 +
|}
-
In terms of implementation, a half-adder accepts two inputs (the two digits to be summed) and returns two outputs (the "sum bit" and the "carry bit"). To add 1 + 1, the two inputs would each be 1, the sum bit would be 0, and the carry bit would be 1. A full list of the possibilities is shown in Figure 1.
+
<br clear="all">
-
 
+
<center>  
-
A full-adder is merely a half-adder that accepts an extra input; namely, the carry bit from another full-adder. Each full-adder is responsible for adding one pair of corresponding digits from the two numbers to be added, ''and'' it must add to that the carry bit from the previous full-adder. The full-adder will output the resulting sum bit and carry bit, and the process will continue until all the digits have been added. Such a chain of full-adders is called a ripple carry adder. See Figure 2 for a full list of possibilities.
+
  [[Waterloo | Home ]] | [[Project | Project]] | [[Modelling | Mathematical Modelling]] | [[Construction_and_Testing | Construction and Testing]] | [[Future_Work | Future Work]]  
-
 
+
</center>
-
 
+
-
[[Image:111.jpg|thumb|left|Figure 1: Half-Adder Truth Table]]
+
-
 
+
-
[[Image:333.jpg|thumb|left|Figure 2: Full Adder Truth Table]]<br clear="all" />
+
-
 
+
-
===Logic Gates and Implementing an Adder===
+
-
A '''logic gate''' performs a logical operation on one or more logic inputs and produces a logic output. Usually the inputs and outputs are '''binary''', meaning they each have a value of either 0 or 1. Also, it is often useful to think of of 0 as representing "false", and 1 as representing "true". A list of relevant logic gates is as follows:
+
-
 
+
-
* OR gate
+
-
* XOR gate
+
-
* AND gate
+
-
* NOT gate
+
-
 
+
-
For the following explanations, A and B represent statements that can be either true or false.
+
-
 
+
-
====OR Gate====
+
-
 
+
-
Consider the statement "A OR B". If either A or B is true, the statement is said to be true. The only time this statement will be false is when both A and B are false. This is the meaning of the OR operation.
+
-
 
+
-
An OR gate accepts two binary inputs, where a 1 represents "true" and a 0 represents "false". The output of the OR gate is also binary, and similarly represents either "true" or "false".
+
-
 
+
-
To illustrate,
+
-
 
+
-
0 OR 0 = 0
+
-
 
+
-
1 OR 0 = 0 OR 1 = 1
+
-
 
+
-
1 OR 1 = 1
+
-
 
+
-
====XOR Gate====
+
-
 
+
-
XOR is an abbreviation for "exclusive OR". The XOR gate is similar to the OR gate, the only difference being that it will return false if both inputs are true.
+
-
 
+
-
For example,
+
-
 
+
-
1 XOR 0 = 1
+
-
 
+
-
1 XOR 1 = 0
+
-
 
+
-
====AND gate====
+
-
 
+
-
The AND gate will return 1 (true) '''only if both the inputs are 1 (true)'''. Otherwise, it will return a 0.
+
-
 
+
-
To illustrate,
+
-
 
+
-
0 AND 0 = 0
+
-
 
+
-
1 AND 0 = 0 AND 1 = 0
+
-
 
+
-
1 AND 1 = 1
+
-
 
+
-
====NOT gate====
+
-
 
+
-
The NOT gate accepts one input, and simply switches its value.
+
-
 
+
-
NOT 1 = 0
+
-
 
+
-
NOT 0 = 1
+
-
 
+
-
====Using logic gates to make an adder====
+
-
 
+
-
Given two binary inputs A and B, their sum can be computed by passing these inputs through various logic gates. The process is illustrated in Figures 4 and 5.
+
-
 
+
-
[[Image:Half-adder.png|left|thumb|300px|Figure 4: Half-adder circuit diagram]][[Image:Full-adder.png|left|thumb|300px|Figure 5: Full-adder circuit diagram]]<br clear="all" />
+
-
 
+
-
===DNA as Logic Gates===
+
-
The focus of our project revolves around using DNA as logic gates. In essence, the output of a logical operation is the chemical produced by a certain gene, and the inputs are external stimuli that modify the conformation of proteins, which act on the promoters of the genes to induce or inhibit transcription depending on the specific logic gate implemented.
+
-
 
+
-
For example, consider a positively regulated gene G that codes for protein X. By default, the gene is not expressed. If the inputs A and B are on and inducing protein activity that turns on G, the expressed protein represents the output of an AND gate. The inputs would be the "presence" or "absence" of A and the "presence" or "absence" of B (both representing 0 and/or 1 as inputs), and the output would be the "presence" or "absence" of X (where "presence" and "absence" should be read as high and low intensity/concentration, respectively).
+
-
 
+
-
This is the type of approach used to construct our biological adder. Further details are given under the Project Details section.
+
-
 
+
-
==Project Details==
+
-
 
+
-
===Inputs===
+
-
As a half-adder, our cells require two binary inputs. We chose to use the presence or absence of red light as one input, and the presence or absence of the chemical tetracycline as another. For the first input, the presence of red light represents a 0 and the absence represents a 1. For the second input, the absence of tetracycline represents a 0 and the presence represents a 1.
+
-
 
+
-
We chose to use light as an input for the reasons that it does not require altering the media, it can be turned on and off rapidly, and it has extremely high resolution and accuracy. The red light will be detected by the previously used Cph1/EnvZ fusion protein ([http://partsregistry.org/Part:BBa_I15010 BBa_I15010]). 
+
-
 
+
-
Tetracycline was used as a second iutput since it binds to the tetR repressor ultimately allowing for the production of the Green Fluorescent Protein (GFP) or Red Fluorescent Protein (RFP) depending on the presence of the first input. It also will not interfere with the constitutive promoter and can be easily controlled.
+
-
 
+
-
===Output===
+
-
Depending on the result of the calculation, the bacteria will produce either red fluorescent protein (RFP), green fluorescent protein (GFP), or neither. The possible outcomes are as follows:
+
-
 
+
-
0+0 ==> nothing
+
-
 
+
-
0+1 ==> GFP
+
-
 
+
-
1+0 ==> GFP
+
-
 
+
-
1+1 ==> RFP
+
-
 
+
-
===Schematic Diagram===
+
-
[[Image:Design schematic.jpg|none|thumbnail|center|500px|Schematic Design of Biological Half-Adder]]
+
-
 
+
-
===Gene Diagram===
+
-
[[Image:GeneDesignHA.jpg|none|thumbnail|center|500px|Gene Diagram for the Half Adder Construction]]
+
-
 
+
-
===Biology Schematic Diagram===
+
-
[[Image:UW_biology_schematic_diagram.PNG|none|thumbnail|center|500px|Input and Outputs of the Biological Half Adder]]
+
-
 
+
-
==Construction==
+
-
[[Image:UW_Construction_Chart.jpg|thumb|500px|left|Construction Chart]]
+
-
 
+
-
==Testing/Results==
+
-
===Testing Constructs===
+
-
 
+
-
[[Image:UW_testing_constructs1.PNG|500px|thumb|left|Testing Construct 2]]
+
-
<br style="clear:both;"/>
+
-
Testing Construct One
+
-
[[Image:UW_testing_constructs2.PNG|500px|thumb|left|Testing Construct 2]]
+
-
<br style="clear:both;"/>
+
-
 
+
-
===Mathematical Model===
+
-
===Measurements===
+
-
 
+
-
==Extensions==
+
-
===Full Adder===
+
-
As a future project, we would like to extend our half-adder to a full-adder, which would be much more useful as it would give us the ability to add numbers of more than one digit. A gene design that makes use of some of the half-adder components can be seen below.
+
-
 
+
-
 
+
-
[[Image:GeneDesignFA.JPG]]
+
-
 
+
-
==Acknowledgements==
+
-
The UW-iGEM team would like to thank the following organizations and individuals for their contributions:
+
-
 
+
-
<gallery>
+
-
Image:Fsf logo.gif|[http://www.science.uwaterloo.ca/fsf/index.html Faculty of Science Foundation ]of University of Waterloo
+
-
Image:MEF_logo.gif|[http://www.student.math.uwaterloo.ca/~mefcom/ Mathematics Endowment Fund ]of University of Waterloo
+
-
Image:SFF_Logo.gif|[http://www.eng.uwaterloo.ca/~sff/ Sir Sanford Fleming Foundation] of University of Waterloo
+
-
Image:WEEFLogo.jpg|[http://www.weef.uwaterloo.ca/ Waterloo Engineering Endowment Fund]
+
-
Image:WatSEF_Logo.jpg|[http://www.science.uwaterloo.ca/~watsef/mainpage.html Waterloo Science Endowment Fund]
+
-
 
+
-
</gallery>
+
-
 
+
-
* Dr. Trevor Charles
+

Latest revision as of 04:02, 27 October 2007

UW iGEMLogoHeader.png


Our Team
Undergraduate Members
Faculty and Graduate Advisors
The UW iGEM team is a very interdisciplinary group. Our team members span three faculties: Science, Mathematics, and Engineering, and represent a wide range of undergraduate programs: Biology, Biomedical Sciences, Biochemistry, Computer Science, Bioinformatics, Computer Engineering, Electrical Engineering, Chemical Engineering, Systems Design Engineering, and Mathematical Physics.

Drawing on our diverse backgrounds, we bring a wide range of skills and modes of creative thinking to our iGEM project. The iGEM competition is providing us with an opportunity to become more familiar with the emerging field of synthetic biology in an engaging and fun atmosphere. In addition to gaining experience in the design, construction, and analysis of genetic circuits, we are also meeting the challenge of bringing together a large, diverse group toward a common goal.


Our Project
Abstract
The goal of this project is to design a basic device for computing. Our idea was to reproduce a circuit element called a half adder with DNA, which takes in two 1-bit inputs, adds them, and outputs a sum and a carry. Our device responds to two inputs: red light and the chemical tetracycline. The input sensors control a set of genetic switches in order to carry out the computation and fluoresces green, red, or neither, depending on the outcome.

Half adders are used as building blocks for full adders, which perform calculations similar to long addition but in binary. They are also an essential component in a device called the Arithmetic Logic Unit (ALU), a fundamental building block for the central processing unit in a modern computer. ALUs perform simple and complex operations such as bitwise logical operations and mathematical operations.

The constructs for the half adder were built in parallel as well as the testing constructs. A future extension to this project would be to create a full adder. More information on each stage of the project is available below.

Schematic Design of the Biological Half-Adder
Project Design Mathematical Modelling Construction and Testing Future Work
  • Binary addition and boolean logic
  • Half-adder vs. full-adder designs
  • Biological half-adder implementation
  • Modelling the gene regulatory network
  • Simulation results
  • Strategy for half-adder construction
  • Testing constructs for device
  • Test execution plan
  • Submitted parts
  • Explanation of a full adder
  • Gene design for full adder
  • Implementation plan


Acknowledgements
Fsf logo.gif MEF logo.gif SFF Logo.gif WEEFLogo.jpg WatSEF Logo.jpg
Faculty of Science Foundation Mathematics Endowment Fund Sir Sanford Fleming Foundation Waterloo Engineering Endowment Fund Waterloo Science Endowment Fund
 
UW EngFacLogo.PNG UW SciFacLogo.PNG UW MathFacLogo.PNG
University of Waterloo Faculty of Engineering University of Waterloo Faculty of Science University of Waterloo Faculty of Mathematics
 
UW Waterloocrest.PNG We would like to thank the following people for their support and guidance:
  • Dr. Trevor Charles
  • Dr. Barbara Moffatt
  • Dr. Joshua Neufeld


  Home  |  Project |  Mathematical Modelling |  Construction and Testing |  Future Work