|
|
Line 2: |
Line 2: |
| | | |
| <html> | | <html> |
− |
| |
| <style> | | <style> |
− | body {
| + | |
− | padding-top: 50px;
| + | #content { |
− | bottom: 50px;
| + | background: #FFF; |
| } | | } |
| + | |
| + | .text {width: 100%;} |
| + | p {width: 80%; font-size: 18px; line-height: 24px; margin-top: 15px; margin-bottom: 15px; margin-left: 10%; margin-right: 10%; color: #234C69;} |
| + | h2 {width: 80%; margin-left: 10%; margin-right: 10%; font-size: 30px; line-height: 32px; color: #F37F78; } |
| + | h3 {width: 80%; margin-left: 10%; margin-right: 10%; font-size: 24px; line-height: 26px; color: #FCCFCD;} |
| + | |
| + | .text2 {width: 100%; background-color: #E7F1F7;} |
| + | .text2 p{width: 80%; margin-left: 10%; margin-right: 10%; color: #234C69;} |
| + | .text2 h2{width: 80%; margin-left: 10%; margin-right: 10%; color: #F37F78;} |
| + | |
| + | caption{caption-side: bottom; text-align: justify; color:#234C69; font-weight: bold;} |
| + | p.caption{width: 80%; margin-left: 10%; margin-right: 10%; text-align: justify; color:#234C69; font-weight: bold; font-size: 14px; line-height: 14px; margin-top: 10px; margin-bottom: 10px;} |
| + | |
| + | th {color:#234C69; font-weight: bold; text-align: left;} |
| + | td {width: 35%; color: #234C69;} |
| + | table {width: 70%; margin-left: 15%; margin-right: 15%;border: 2px solid #234C69; background-color: #F3F8FB;} |
| + | |
| + | img {width: 70%; height: auto; margin-left:15%; margin-right: 15%;margin-top: 15px;} |
| + | |
| + | |
| + | #body { |
| + | background: #F27E77; |
| + | margin-bottom: 50px; |
| + | } |
| + | |
| + | .hero-image { |
| + | background-image: url("https://static.igem.org/mediawiki/2017/a/a7/US_AFRL_CarrollHS_TINA_AND_ANNIE_PROJECT_DESCRIPTION.jpg"); |
| + | height: 100vh; |
| + | top: -1px; |
| + | background-position: center; |
| + | background-repeat: no-repeat; |
| + | background-size: cover; |
| + | position: relative; |
| + | width: 100%; |
| + | |
| + | } |
| + | |
| + | .hero-text { |
| + | text-align: center; |
| + | position: absolute; |
| + | top: 50%; |
| + | left: 50%; |
| + | transform: translate(-50%, -50%); |
| + | color: white; |
| + | } |
| + | |
| + | .hero-text h1 { |
| + | color: #224B69; |
| + | font-size: 80px; |
| + | font-weight: bold; |
| + | text-decoration: none; |
| + | } |
| + | |
| + | .hero-text p { |
| + | color: #0E202D; |
| + | font-size: 40px; |
| + | text-decoration: none; |
| + | } |
| + | |
| + | |
| </style> | | </style> |
| + | |
| + | <div class="hero-image"> |
| + | <div class="hero-text"> |
| + | <h1>Modeling</h1> |
| + | <p>A Visual, Mathematical Representation of Our Project</p> |
| + | </div> |
| + | </div> |
| + | </div> |
| | | |
| <body> | | <body> |
| + | |
| + | <div class="text"> |
| + | <h2>Description</h2> |
| <p>Each year Enterotoxigenic Escherichia coli (ETEC), a form of pathogenic <I>E. coli</I> known for causing traveler’s stomach, affects millions of travelers. ETEC produces two toxins, a heat labile and a heat stable version. The basis of the project is to complete three different steps: sense ETEC, respond to its presence, and package the sense/response module in a cellulose matrix.</p> | | <p>Each year Enterotoxigenic Escherichia coli (ETEC), a form of pathogenic <I>E. coli</I> known for causing traveler’s stomach, affects millions of travelers. ETEC produces two toxins, a heat labile and a heat stable version. The basis of the project is to complete three different steps: sense ETEC, respond to its presence, and package the sense/response module in a cellulose matrix.</p> |
− | <br>
| |
| <p>The goal of the sensing step is to engineer a non-pathogenic <I>E. coli</I> to detect the pathogenic <I>E.coli</I> communication signals. The response section involves engineering the same <I>E. coli</I> to glow green upon the detection of harmful bacteria. In order to package the sense and respond <I>E. coli</I>, cellulose binding domains will be engineered to be expressed on the Csg A portions of curli surface proteins on <I>E. coli</I>.</p> | | <p>The goal of the sensing step is to engineer a non-pathogenic <I>E. coli</I> to detect the pathogenic <I>E.coli</I> communication signals. The response section involves engineering the same <I>E. coli</I> to glow green upon the detection of harmful bacteria. In order to package the sense and respond <I>E. coli</I>, cellulose binding domains will be engineered to be expressed on the Csg A portions of curli surface proteins on <I>E. coli</I>.</p> |
− | <br>
| |
| <p>We chose this project after brainstorming many problems that the United States Air Force airmen face on a daily basis. Traveling far and wide for months at a time, those deployed become susceptible to many pathogens in the water supply, especially harmful strains of <I>E. coli</I>. As ETEC is the most common cause of traveler's stomach, we can help to detect and using this modular system, potentially eradicate the pathogens from the water and the body. </p> | | <p>We chose this project after brainstorming many problems that the United States Air Force airmen face on a daily basis. Traveling far and wide for months at a time, those deployed become susceptible to many pathogens in the water supply, especially harmful strains of <I>E. coli</I>. As ETEC is the most common cause of traveler's stomach, we can help to detect and using this modular system, potentially eradicate the pathogens from the water and the body. </p> |
| + | <br> |
| </body> | | </body> |
| + | </div> |
| + | |
| + | |
| <br> | | <br> |
| <br> | | <br> |