Difference between revisions of "Team:Stony Brook"
m (template call was within html tags, fixed) |
(trying out just a cover image for home page) |
||
Line 10: | Line 10: | ||
text-indent: 50px; | text-indent: 50px; | ||
} | } | ||
+ | |||
+ | #splash { | ||
+ | background-image: url("https://static.igem.org/mediawiki/2015/c/c4/SB_Campus_arial_view.jpg"); | ||
+ | height: 100vh; | ||
+ | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #title { | ||
+ | position: absolute; | ||
+ | top: 50%; | ||
+ | left: 50%; | ||
+ | transform: translate(-50%, -50%); | ||
+ | } | ||
+ | |||
+ | #title h2 { | ||
+ | color: black; | ||
+ | font-size: 4.0em; | ||
+ | opacity: 0.7; | ||
+ | } | ||
+ | |||
+ | /* #testButton { | ||
+ | padding: 15px; | ||
+ | background: red; | ||
+ | position: absolute; | ||
+ | left: 45%; | ||
+ | bottom: 5%; | ||
+ | max-width: 5px; | ||
+ | max-height: 5px; | ||
+ | overflow: hidden; | ||
+ | border: 3px solid black; | ||
+ | border-radius: 10px; | ||
+ | -webkit-transition: max-height 0.75s, max-width 0.75s; | ||
+ | transition: max-height 0.75s, max-width 0.75s; | ||
+ | } | ||
+ | |||
+ | #testButton:hover { | ||
+ | max-width: 100px; | ||
+ | max-height: 100px; | ||
+ | } | ||
+ | |||
+ | #testButton a { | ||
+ | opacity: 0.01; | ||
+ | } | ||
+ | |||
+ | #testButton:hover a { | ||
+ | opacity: 1; | ||
+ | }*/ | ||
</style> | </style> | ||
+ | |||
+ | <div id=splash> | ||
+ | |||
+ | <div id=title> | ||
<h2 id=sbu> Stony Brook iGEM 2015 </h2> | <h2 id=sbu> Stony Brook iGEM 2015 </h2> | ||
<br> | <br> | ||
<h2 id = "sbu"> Project Description </h2> | <h2 id = "sbu"> Project Description </h2> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <!-- | |
− | + | ||
− | + | ||
<h4>Background</h4> | <h4>Background</h4> | ||
<p> The human body has many feedback systems to maintain a suitable environment for its cells. In its simplest form, a homeostatic system consists of a sensor and a response that the sensor can trigger. Our project investigates recreating such a system using E. Coli to determine the robustness and reliability of such an endeavor. Our project has its roots in type II diabetes, when we thought about how people with this disease cannot get rid of excess glucose in their blood naturally. We imagined a system in which E. Coli detect high levels of glucose, and help the human body eliminate it. Most importantly, we decided to try and do this without the use of insulin in any way, due to the insulin insensitivity of the afflicted.</p> | <p> The human body has many feedback systems to maintain a suitable environment for its cells. In its simplest form, a homeostatic system consists of a sensor and a response that the sensor can trigger. Our project investigates recreating such a system using E. Coli to determine the robustness and reliability of such an endeavor. Our project has its roots in type II diabetes, when we thought about how people with this disease cannot get rid of excess glucose in their blood naturally. We imagined a system in which E. Coli detect high levels of glucose, and help the human body eliminate it. Most importantly, we decided to try and do this without the use of insulin in any way, due to the insulin insensitivity of the afflicted.</p> | ||
Line 32: | Line 85: | ||
<h4>Future Plans</h4> | <h4>Future Plans</h4> | ||
− | <p> Our hopes for our system are to create cells which successfully create our tripeptide in response to glucose, and cells that successfully express our protease. Then we hope to put them together to study their interactions. Besides creating our system, we hope to investigate a better sensor, as well as perhaps how to design specific sensors. EnvZ is a histidine kinase, which has a cytoplasmic domain and a periplasmic domain. The periplasmic domain seems to be the part that controls what triggers the protein, while the cytoplasmic domain controls what happens when it triggers. We want to research possible ways to replace the periplasmic domain while retaining the cytoplasmic domain to possibly create a sensor that can detect other things, like glucose specifically.</p> | + | <p> Our hopes for our system are to create cells which successfully create our tripeptide in response to glucose, and cells that successfully express our protease. Then we hope to put them together to study their interactions. Besides creating our system, we hope to investigate a better sensor, as well as perhaps how to design specific sensors. EnvZ is a histidine kinase, which has a cytoplasmic domain and a periplasmic domain. The periplasmic domain seems to be the part that controls what triggers the protein, while the cytoplasmic domain controls what happens when it triggers. We want to research possible ways to replace the periplasmic domain while retaining the cytoplasmic domain to possibly create a sensor that can detect other things, like glucose specifically.</p>--> |
Line 38: | Line 91: | ||
</html> | </html> | ||
− | |||
− |
Revision as of 18:02, 4 August 2015