Mk3johnson (Talk | contribs) (Created page with "{{Uppsala/javascript/iGemRemoval_js}} {{Uppsala/css_removal}} {{Uppsala/main_template}} {{Uppsala/scroll-button}} {{Uppsala/javascript/scroll-button}} {{Uppsala/javascript/red...") |
Mk3johnson (Talk | contribs) |
||
Line 20: | Line 20: | ||
− | |||
− | |||
− | |||
− | |||
+ | div#sponsor-img1 { | ||
+ | content:url(https://static.igem.org/mediawiki/2018/6/6c/T--Uppsala--IDT-logo.png); | ||
} | } | ||
+ | |||
+ | div#sponsor-img2 { | ||
+ | content:url(https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png); | ||
+ | } | ||
+ | |||
+ | div#sponsor-img3 { | ||
+ | content:url(https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png); | ||
+ | } | ||
+ | |||
+ | div#sponsor-img4 { | ||
+ | content:url(https://static.igem.org/mediawiki/2018/c/cc/T--Uppsala--logo_merck.png); | ||
+ | } | ||
+ | |||
+ | div#sponsor-img5 { | ||
+ | content:url(https://static.igem.org/mediawiki/2018/2/2d/T--Uppsala--NBS.png); | ||
+ | } | ||
+ | |||
+ | div#sponsor-img6 { | ||
+ | content:url(https://static.igem.org/mediawiki/2018/1/1a/T--Uppsala--NEB.svg); | ||
+ | } | ||
+ | |||
+ | div#sponsor-img7 { | ||
+ | content:url(https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png); | ||
+ | } | ||
+ | |||
+ | div#sponsor-img8 { | ||
+ | content:url(https://static.igem.org/mediawiki/2018/c/cc/T--Uppsala--logo_merck.png); | ||
+ | } | ||
+ | |||
+ | div#sponsor-img9 { | ||
+ | content:url(https://static.igem.org/mediawiki/2018/2/2d/T--Uppsala--NBS.png); | ||
+ | } | ||
+ | |||
+ | div#sponsor-img10 { | ||
+ | content:url(https://static.igem.org/mediawiki/2018/1/1a/T--Uppsala--NEB.svg); | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
− | |||
@media only screen and (max-width: 800px) { | @media only screen and (max-width: 800px) { | ||
Line 52: | Line 92: | ||
− | + | /* DESKTOP */ | |
@media all and (max-width: 999999999px) and (min-width: 1340px) { | @media all and (max-width: 999999999px) and (min-width: 1340px) { | ||
− | */ | + | /* Footer Parent Div Styling */ |
+ | .footer { | ||
+ | |||
+ | width:100%; | ||
+ | background-color:#fff; | ||
+ | margin: 0 auto; | ||
− | /* | + | } |
+ | |||
+ | |||
+ | /* H3 Styling */ | ||
h3.left { | h3.left { | ||
Line 84: | Line 132: | ||
+ | /* List Styling */ | ||
ul { | ul { | ||
Line 101: | Line 150: | ||
− | */ | + | /* Utility Links Div Styling */ |
+ | |||
+ | .utility-links { | ||
+ | |||
+ | width: 50%; | ||
+ | height: 150px; | ||
+ | background-color:#fff; | ||
+ | margin: 40px auto 0 auto; | ||
+ | |||
+ | } | ||
+ | |||
+ | .rectangle { | ||
+ | width: 1px; | ||
+ | height: 100px; | ||
+ | background: #D8D8D8; | ||
+ | margin: 0 30px 0 0; | ||
+ | float: left; | ||
+ | display: inline-block; | ||
+ | |||
+ | } | ||
− | |||
+ | /* Help Styling */ | ||
+ | .help { | ||
+ | |||
+ | width: 30%; | ||
+ | height: 100px; | ||
+ | float: left; | ||
+ | margin: 0; | ||
+ | display: inline-block; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | .sponsor-img { | ||
+ | |||
+ | width: 30%; | ||
+ | height: 100px; | ||
+ | float: left; | ||
+ | margin: 0; | ||
+ | display: inline-block; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /* Help Img Icons*/ | ||
.help-img-icon { | .help-img-icon { | ||
Line 115: | Line 208: | ||
+ | /* About Styling */ | ||
− | . | + | .about { |
width: 30%; | width: 30%; | ||
Line 127: | Line 221: | ||
− | . | + | /* Card Services Styling */ |
+ | |||
+ | .card { | ||
width: 30%; | width: 30%; | ||
Line 138: | Line 234: | ||
+ | /* Newsletter-Social Container */ | ||
.newsletter-social { | .newsletter-social { | ||
Line 147: | Line 244: | ||
} | } | ||
− | + | ||
+ | /* Newsletter Styling */ | ||
.newsletter { | .newsletter { | ||
Line 201: | Line 299: | ||
+ | /* Social Media Styling */ | ||
.social { | .social { | ||
Line 212: | Line 311: | ||
− | + | /* Copyright Styling */ | |
.rectangle-horiz { | .rectangle-horiz { | ||
Line 248: | Line 347: | ||
− | + | /* Link Styling */ | |
a:link { | a:link { | ||
Line 284: | Line 383: | ||
− | + | /* =TABLET */ | |
@media all and (max-width: 1339px) and (min-width: 600px) { | @media all and (max-width: 1339px) and (min-width: 600px) { | ||
− | + | /* Footer Parent Div Styling */ | |
.footer { | .footer { | ||
Line 298: | Line 397: | ||
} | } | ||
− | + | /* H3 Styling */ | |
h3.left { | h3.left { | ||
Line 323: | Line 422: | ||
− | + | /* List Styling */ | |
ul { | ul { | ||
Line 342: | Line 441: | ||
− | + | /* Utility Links Div Styling */ | |
.utility-links { | .utility-links { | ||
Line 365: | Line 464: | ||
} | } | ||
− | + | /* Help Styling */ | |
.help { | .help { | ||
Line 377: | Line 476: | ||
} | } | ||
− | + | /* Help Img Icons*/ | |
.help-img-icon { | .help-img-icon { | ||
Line 387: | Line 486: | ||
− | + | /* About Styling */ | |
.about { | .about { | ||
Line 400: | Line 499: | ||
− | + | /* Card Services Styling */ | |
.card { | .card { | ||
Line 413: | Line 512: | ||
+ | /* Newsletter Styling */ | ||
.newsletter { | .newsletter { | ||
Line 466: | Line 566: | ||
− | + | /* Social Media Styling */ | |
.social { | .social { | ||
Line 478: | Line 578: | ||
− | + | /* Copyright Styling */ | |
.rectangle-horiz { | .rectangle-horiz { | ||
Line 513: | Line 613: | ||
− | + | /* Link Styling */ | |
a:link { | a:link { | ||
Line 549: | Line 649: | ||
+ | |||
+ | /* MOBILE */ | ||
@media all and (max-width: 599px) and (min-width: 100px) { | @media all and (max-width: 599px) and (min-width: 100px) { | ||
− | + | /* Footer Parent Div Styling */ | |
.footer { | .footer { | ||
Line 563: | Line 665: | ||
} | } | ||
− | + | /* H3 Styling */ | |
h3.left { | h3.left { | ||
Line 588: | Line 690: | ||
− | + | /* List Styling */ | |
ul { | ul { | ||
Line 606: | Line 708: | ||
− | + | /* Utility Links Div Styling */ | |
.utility-links { | .utility-links { | ||
Line 619: | Line 721: | ||
− | + | /* Help Styling */ | |
.help { | .help { | ||
Line 631: | Line 733: | ||
− | + | /* Help Img Icons*/ | |
.help-img-icon { | .help-img-icon { | ||
Line 640: | Line 742: | ||
− | + | /* About Styling */ | |
.about { | .about { | ||
Line 652: | Line 754: | ||
− | + | /* Card Services Styling */ | |
.card { | .card { | ||
Line 664: | Line 766: | ||
− | + | /* Newsletter Styling */ | |
.newsletter { | .newsletter { | ||
Line 716: | Line 818: | ||
− | + | /* Social Media Styling */ | |
.social { | .social { | ||
Line 726: | Line 828: | ||
− | + | /* Copyright Styling */ | |
.rectangle-horiz { | .rectangle-horiz { | ||
Line 762: | Line 864: | ||
− | + | /* Link Styling */ | |
a:link { | a:link { | ||
Line 797: | Line 899: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 1,009: | Line 918: | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Line 1,231: | Line 1,054: | ||
<div class="footer"> | <div class="footer"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- Card row 1 --> | <!-- Card row 1 --> | ||
− | <div class="sponsors | + | <div class="sponsors"> |
− | <div class=" | + | <div class="utility-links"> |
− | <div class=" | + | <div class="sponsor-img" id="sponsor-img1"> |
− | <img class="help-img-icon" | + | <ul> |
+ | <li><img class="help-img-icon" width="18" height="14" src="https://res.cloudinary.com/cloudinary-account/image/upload/v1469462241/msg_jn0whe.svg"> <a href="#">Live Chat</a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
<div class="rectangle"></div> | <div class="rectangle"></div> | ||
− | + | <div class="sponsor-img" id="sponsor-img2"> | |
− | + | <ul> | |
+ | <h3 class="left">About Academy</h3> | ||
+ | <li><a href="#">Company Information</a></li> | ||
+ | <li><a href="#">Careers</a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
<div class="rectangle"></div> | <div class="rectangle"></div> | ||
− | + | <div class="sponsor-img" id="sponsor-img3"> | |
− | + | <ul> | |
+ | <h3 class="left">Card Services</h3> | ||
+ | <li><a href="#">Academy Credit Card</a></li> | ||
+ | <li><a href="#">Academy Gift Card</a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 1,311: | Line 1,089: | ||
<!-- Card row 2 --> | <!-- Card row 2 --> | ||
− | <div class="sponsors | + | <div class="sponsors"> |
− | <div class=" | + | <div class="utility-links"> |
− | <div class=" | + | <div class="sponsor-img" id="sponsor-img4"> |
− | + | <ul> | |
+ | <li><img class="help-img-icon" width="18" height="14" src="https://res.cloudinary.com/cloudinary-account/image/upload/v1469462241/msg_jn0whe.svg"> <a href="#">Live Chat</a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
<div class="rectangle"></div> | <div class="rectangle"></div> | ||
− | + | <div class="sponsor-img" id="sponsor-img5"> | |
− | < | + | <ul> |
+ | <h3 class="left">About Academy</h3> | ||
+ | <li><a href="#">Company Information</a></li> | ||
+ | <li><a href="#">Careers</a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
<div class="rectangle"></div> | <div class="rectangle"></div> | ||
− | + | <div class="sponsor-img" id="sponsor-img6"> | |
− | < | + | <ul> |
+ | <h3 class="left">Card Services</h3> | ||
+ | <li><a href="#">Academy Credit Card</a></li> | ||
+ | <li><a href="#">Academy Gift Card</a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 1,338: | Line 1,126: | ||
<div class="sponsors"> | <div class="sponsors"> | ||
<div class="utility-links"> | <div class="utility-links"> | ||
− | <div class=" | + | <div class="sponsor-img" id="sponsor-img7"> |
<ul> | <ul> | ||
<li> | <li> | ||
Line 1,349: | Line 1,137: | ||
<div class="rectangle"></div> | <div class="rectangle"></div> | ||
− | + | <div class="sponsor-img" id="sponsor-img8"> | |
<ul> | <ul> | ||
<h3 class="left">About Academy</h3> | <h3 class="left">About Academy</h3> | ||
Line 1,358: | Line 1,146: | ||
<div class="rectangle"></div> | <div class="rectangle"></div> | ||
− | + | <div class="sponsor-img" id="sponsor-img9"> | |
<ul> | <ul> | ||
<h3 class="left">Card Services</h3> | <h3 class="left">Card Services</h3> | ||
Line 1,401: | Line 1,189: | ||
<div class="cdd" style="margin-top: 200px; padding-top: 200px;"> | <div class="cdd" style="margin-top: 200px; padding-top: 200px;"> | ||
− | <div class="utility-links"> | + | <div class="utility-links"> |
<div class="help"> | <div class="help"> |
Revision as of 01:47, 18 October 2018
Uppsala iGEM 2018
Nematode parasites of the strongyle family cause the agricultural industry substantial losses and grief each year due to the detrimental effects they have on livestock. Common issues include severe health damage in the host animal as well as resistance development to anthelmintics in the most commonly occurring strongyles. There are currently no easy methods for diagnosing these parasites. By reprogramming a smart bacterium to detect and report the presence of the parasites, we aim to develop a simple diagnostic method. This will provide the tools necessary to help farmers both to make decisions on whether to treat their animals and to prevent infection to begin with.
Our Targets:
Small Strongyles
Small strongyles (Cyathostominae) are among the most common equine parasites with more than 52 species in their family. Horses are exposed when they graze on infested pastures, where they consume the worms in their larval stage. The strongyles move to the horses’ intestines, gathering into cysts in the intestinal wall and usually reach very large numbers. These cysts eventually burst and the developed worms moves up towards the intestinal lumen where they become adult worms. The release of the larvae from the cysts can lead to lesions, diarrhea, and potential weight loss in the animal, a condition called cyathostominosis. When untreated, the mortality rate of a small strongyle infection can reach up to 50%.
Large Strongyles
Strongylus vulgaris is the most pathogenic parasite in horses, posing a significant threat to the health of the animal. They, like small strongyles, live in the grass and infect the horse after being ingested. During the larval stages inside the animal, the parasite enters the intestinal blood vessels as a part of their life cycle. This causes them to commonly avoid deworming and detection measures. When the worms migrate in the arteries they cause inflammation in the arterial wall and induce the formation of blood clots. These blood clots may travel in the blood vessels and block smaller passages, inhibiting oxygen and nutrient supply to the surrounding tissues, and may result in colic or in the worst case, death.
The Worm Busters
One approach for designing a diagnostic system against the strongyles is to engineer a “smart” bacterium which will live in the intestinal tract and is capable of reacting to the presence of the parasite by emitting a quantifiable signal. This biosensor may, for instance, induce the production of a detectable fluorescent protein in the feces of the animal. Large strongyles, however, are more elusive and are less frequently present in the intestine during an infection. Here it would be suitable to instead try and detect the presence of the parasite on the pastures as to avoid infection altogether, by developing bacteria responding to the parasite outside of the animal body.
Our work is dependent on finding one or more genes in E.coli which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing E.coli in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.
The Worm Busters
Our work is dependent on finding one or more genes in E.coli which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing E.coli in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.
Our work is dependent on finding one or more genes in E.coli which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing E.coli in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.
Our work is dependent on finding one or more genes in E.coli which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing E.coli in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.
Our work is dependent on finding one or more genes in E.coli which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing E.coli in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.
Our work is dependent on finding one or more genes in E.coli which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing E.coli in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.
Our work is dependent on finding one or more genes in E.coli which will, exclusively, be highly expressed when the cell is exposed to the parasitic worms. This is done by co-culturing E.coli in liquid medium along with live strongyles, which are harvested from feces and sterilized. From here, the E.coli cells are separated from the solution and their entire transcriptomic suite is extracted and sequenced to detect genes of interest. Any found genes which display promise will have to be validated by qPCR (which is a similar method) in a second run to confirm that they are only expressed due to the strongyle presence. Another approach to tackle our challenge is to screen for interaction between the surface proteins on the strongyle and short peptides. Through affinity screening of a random peptide library displayed on the surface of phages, we can select a peptide with a high affinity to the nematodes surface.