Team:UT Dallas/test haccordian
From 2012.igem.org
(Difference between revisions)
Line 37: | Line 37: | ||
haccordion.setup({ | haccordion.setup({ | ||
accordionid: 'hc2', //main accordion div id | accordionid: 'hc2', //main accordion div id | ||
- | paneldimensions: {peekw:' | + | paneldimensions: {peekw:'40px', fullw:'850px', h:'180px'}, |
selectedli: [-1, true], //[selectedli_index, persiststate_bool] | selectedli: [-1, true], //[selectedli_index, persiststate_bool] | ||
collapsecurrent: true //<- No comma following very last setting! | collapsecurrent: true //<- No comma following very last setting! | ||
Line 54: | Line 54: | ||
<li style="border-right-width:0"> | <li style="border-right-width:0"> | ||
- | <div class="hpanel" style="padding:5px; | + | <div class="hpanel" style="padding:5px;"> |
Toggle switch | Toggle switch | ||
</div> | </div> | ||
Line 60: | Line 60: | ||
<li style="border-right-width:0"> | <li style="border-right-width:0"> | ||
- | <div class="hpanel" style="padding:5px; | + | <div class="hpanel" style="padding:5px;"> |
oscillator | oscillator | ||
</div> | </div> | ||
Line 66: | Line 66: | ||
<li style="border-right-width:0"> | <li style="border-right-width:0"> | ||
- | <div class="hpanel" style="padding:5px; | + | <div class="hpanel" style="padding:5px;"> |
AND gate | AND gate | ||
</div> | </div> | ||
Line 72: | Line 72: | ||
<li> | <li> | ||
- | <div class="hpanel" style="padding:5px; | + | <div class="hpanel" style="padding:5px;"> |
Infographics | Infographics | ||
</div> | </div> |
Revision as of 01:35, 27 September 2012
|
Distributed Cellular Processing Units: a synergistic approach to biological computingThe goal of the 2012 University of Texas at Dallas IGEM team is to redefine biological information processing using quorum signaling-based biological circuitry in bacteria. Quorum signaling allows bacteria to communicate with each other through the use of chemical signals. Bacteria use this form of signaling in nature to coordinate their behavior. Using three quorum signaling molecules we create unique connections between different populations of engineered bacteria and perform coordinated computing functions. We design and characterize standard and novel modules such as toggle switches, oscillators, signal propagators, and logic gates. As compared to engineering molecular circuitry in single populations, we aim to show that the synergistic approach to information processing leads to improved, scalable, and tunable operation. |