Team:UT Dallas/test haccordian
From 2012.igem.org
(Difference between revisions)
(4 intermediate revisions not shown) | |||
Line 8: | Line 8: | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script> | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script> | ||
- | <script type="text/javascript" src=" | + | <script type="text/javascript" src="https://2012.igem.org/Team:UT_Dallas/haccordion.js?action=raw&ctype=text/javascript"></script> |
<script type='text/javascript' src='https://2012.igem.org/Team:UT_Dallas/script.js?action=raw&ctype=text/javascript'></script> | <script type='text/javascript' src='https://2012.igem.org/Team:UT_Dallas/script.js?action=raw&ctype=text/javascript'></script> | ||
<link href="https://2012.igem.org/Team:UT_Dallas/test/page.css?action=raw&ctype=text/css&pu=khhkhhyw" rel="stylesheet"> | <link href="https://2012.igem.org/Team:UT_Dallas/test/page.css?action=raw&ctype=text/css&pu=khhkhhyw" rel="stylesheet"> | ||
- | |||
</script> | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | /* | + | |
+ | .haccordion{ | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | .haccordion ul{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | overflow: hidden; /*leave as is*/ | ||
+ | } | ||
+ | |||
+ | |||
+ | .haccordion li{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | display: block; /*leave as is*/ | ||
+ | width: 100%; /*For users with JS disabled: Width of each content*/ | ||
+ | height: 200px; /*For users with JS disabled: Height of each content*/ | ||
+ | overflow: hidden; /*leave as is*/ | ||
+ | float: left; /*leave as is*/ | ||
+ | } | ||
+ | |||
+ | .haccordion li .hpanel{ | ||
+ | width: 100%; /*For users with JS disabled: Width of each content*/ | ||
+ | height: 200px; /*For users with JS disabled: Height of each content*/ | ||
+ | } | ||
+ | |||
#hc2{ | #hc2{ | ||
float:right; | float:right; | ||
Line 39: | Line 65: | ||
haccordion.setup({ | haccordion.setup({ | ||
accordionid: 'hc2', //main accordion div id | accordionid: 'hc2', //main accordion div id | ||
- | paneldimensions: {peekw:'40px', fullw:' | + | paneldimensions: {peekw:'40px', fullw:'785px', 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 61: | Line 87: | ||
</li> | </li> | ||
- | <li style="border-right-width:0"> | + | <li style="background:url('https://static.igem.org/mediawiki/2012/b/b7/Oscillator.png') no-repeat scroll 0 0 #EEEEEE;border-right-width:0"> |
<div class="hpanel"> | <div class="hpanel"> | ||
oscillator | oscillator | ||
Line 67: | Line 93: | ||
</li> | </li> | ||
- | <li style="border-right-width:0"> | + | <li style="background:url('https://static.igem.org/mediawiki/2012/d/de/And_gate.png') no-repeat scroll 0 0 #EEEEEE;border-right-width:0"> |
<div class="hpanel"> | <div class="hpanel"> | ||
AND gate | AND gate | ||
Line 73: | Line 99: | ||
</li> | </li> | ||
- | <li> | + | <li style="background:url('https://static.igem.org/mediawiki/2012/4/44/Infographics.png') no-repeat scroll 0 0 #EEEEEE;border-right-width:1px"> |
<div class="hpanel"> | <div class="hpanel"> | ||
Infographics | Infographics |
Latest revision as of 01:59, 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. |