Difference between revisions of "Team:UCSC/Applied Design"

(Prototype team page)
 
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{UCSC}}
+
{{UCSC-Header}}
 
<html>
 
<html>
 +
<script src="https://use.typekit.net/hii0ztv.js"></script>
 +
<script>try{Typekit.load({ async: true });}catch(e){}</script>
  
 +
<style>
  
<div class="column full_size judges-will-not-evaluate">
+
.metabolic-pathway {
<h3>★  ALERT! </h3>
+
  margin: auto;
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
  background: honeydew;
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
  width: 100%;
</div>
+
}
<div class="clear"></div>
+
  
<div class="column half_size">
+
h1 {
<h1>Applied Design</h1>
+
  font-family: 'objektiv-mk1'!important;
 +
  font-size: 300%; /*!important*/
 +
  font-weight: 300 !important;
 +
    width: 90%;
 +
}
  
<h3>Best Applied Design Special Prize</h3>
+
h2 {
 +
  font-family: 'objektiv-mk1' !important;
 +
  font-size: 200%;
 +
  font-weight: 300;
 +
}
  
<p>This is a prize for the team that has developed a synbio product to solve a real world problem in the most elegant way. The students will have considered how well the product addresses the problem versus other potential solutions, how the product integrates or disrupts other products and processes, and how its lifecycle can more broadly impact our lives and environments in positive and negative ways.
+
h3 {
<br><br>
+
font-family: 'objektiv-mk1' !important;
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Applied Design prize</a>, please describe your work on this page and also fill out the description on the <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>.
+
font-size: 120%;
<br><br>
+
font-weight: 200;
You must also delete the message box on the top of this page to be eligible for this prize.
+
}
</p>
+
</div>
+
  
<div class="column half_size">
+
#page {
 +
  background: honeydew;
 +
}
  
<h5>Inspiration</h5>
+
.proj-button {
<p>Take a look at what some teams accomplished for this prize.</p>
+
    position: relative;
<ul>
+
    width: 25%;
<li><a href="https://2016.igem.org/Team:NCTU_Formosa/Design">2016 NCTU Formosa</a></li>
+
    text-decoration: none !important;
<li><a href="https://2016.igem.org/Team:HSiTAIWAN/Product?locationId=Design">2016 HSiTAIWAN</a></li>
+
}
<li><a href="https://2016.igem.org/Team:Pasteur_Paris/Design">2016 Pasteur Paris</a></li>
+
</ul>
+
</div>
+
  
<div class="clear"></div>
+
.proj-button-image {
 +
  opacity: 1;
 +
  display: inline-block;
 +
  width: 30%;
 +
  height: auto;
 +
  transition: .5s ease;
 +
  backface-visibility: hidden;
 +
}
  
 +
.proj-button-image-solo {
 +
  opacity: 1;
 +
  display: inline-block;
 +
  width: 65%;
 +
  height: auto;
 +
  transition: .5s ease;
 +
  backface-visibility: hidden;
 +
}
  
 +
.proj-button-desc {
 +
  transition: .5s ease;
 +
  opacity: 0;
 +
  position: absolute;
 +
  top: 100%;
 +
  left: 50%;
 +
  background: transparent;
 +
  transform: translate(-50%, -50%);
 +
  -ms-transform: translate(-50%, -50%)
 +
}
  
 +
.overlap-button-text {
 +
  background-color: transparent;
 +
  color: black;
 +
  font-size: 20px;
 +
  font-family: "Objektiv-mk1" !important;
 +
  font-weight: 600 !important;
 +
  padding: 16px 32px;
 +
}
  
 +
.proj-button:hover .proj-button-image {
 +
  opacity: 0.3;
 +
}
  
 +
.proj-button:hover .proj-button-image-solo {
 +
  opacity: 0.3;
 +
}
  
 +
.proj-button:hover .proj-button-desc {
 +
  opacity: 0.6;
 +
}
  
 +
.overlap-button-text {
 +
  background-color: transparent;
 +
  color: black;
 +
  font-size: 20px;
 +
  font-family: "Objektiv-mk1" !important;
 +
  font-weight: 600 !important;
 +
  padding: 16px 32px;
 +
}
 +
 +
.text {
 +
  background-color: transparent;
 +
  color: black;
 +
  font-size: 20px;
 +
  padding: 16px 32px;
 +
}
 +
 +
.paragraph-left {
 +
font-family: 'objektiv-mk1' !important;
 +
font-size: 18px;
 +
text-align: left;
 +
vertical-align: middle;
 +
}
 +
 +
p {
 +
font-family: 'objektiv-mk1' !important;
 +
/* margin-left: 200px !important;
 +
margin-right: 200px !important;*/
 +
font-size: large !important;
 +
}
 +
 +
.firstword {
 +
font-family: 'objektiv-mk1' !important;
 +
font-size: 65px;
 +
}
 +
.quote {
 +
font-family: 'objektiv-mk1' !important;
 +
font-style: italic !important;
 +
font-size: 28px;
 +
line-height: 130%;
 +
}
 +
 +
.quote-person {
 +
font-family: 'objektiv-mk1' !important;
 +
font-size: 22px;
 +
width: 100% !important;
 +
text-align: right !important;
 +
padding-right: 80px !important;
 +
}
 +
 +
.titleimg {
 +
  vertical-align: middle;
 +
  width: 20%;
 +
}
 +
 +
.titlebox {
 +
margin-left: 0px !important;
 +
}
 +
 +
.reference-list {
 +
font-family: 'objektiv-mk1';
 +
font-size: 12px;
 +
text-align: left;
 +
list-style-type: none;
 +
line-height: 100%;
 +
margin-bottom: 80px;
 +
}
 +
 +
.reference-italic {
 +
font-family: 'objektiv-mk1';
 +
font-size: 12px;
 +
font-style: italic;
 +
}
 +
 +
figcaption {
 +
font-family: 'objektiv-mk1';
 +
font-style: italic;
 +
font-size: 13px;
 +
}
 +
 +
.diagram-image-right {
 +
width: 100%;
 +
padding-left: 30px;
 +
}
 +
 +
.diagram-image-right-1 {
 +
width: 40%;
 +
padding-left: 30px;
 +
float: right;
 +
text-align: center;
 +
font-family: 'objektiv-mk1';
 +
padding-bottom: 15px;
 +
}
 +
 +
.diagram-image-left-1 {
 +
width: 55%;
 +
padding-right: 30px;
 +
float: left;
 +
text-align: center;
 +
font-family: 'objektiv-mk1';
 +
padding-bottom: 30px;
 +
padding-top: 15px;
 +
}
 +
 +
.diagram-image-left {
 +
width: 100%;
 +
padding-right: 30px;
 +
}
 +
 +
 +
@media (min-width: 1144px) {
 +
.container {
 +
    width: 100% !important;
 +
    }
 +
 +
  .text-container {
 +
    width: 70%;
 +
    padding-left: 15px;
 +
    padding-right: 15px;
 +
  }
 +
 +
  .titlebox {
 +
    width: 80%;
 +
  }
 +
 +
  figcaption {
 +
    font-size: 16px;
 +
  }
 +
}
 +
 +
@media (max-width: 1144px) {
 +
 +
    .titlebox {
 +
    margin-left: auto !important;
 +
    }
 +
 +
p {
 +
font-family: 'objektiv-mk1' !important;
 +
margin-left: 10px !important;
 +
margin-right: 10px !important;
 +
font-size: medium !important;
 +
}
 +
 +
.quote {
 +
font-family: 'objektiv-mk1' !important;
 +
font-style: italic !important;
 +
font-size: 26px;
 +
}
 +
 +
.quote-person {
 +
font-family: 'objektiv-mk1' !important;
 +
font-size: 20px;
 +
width: 100%;
 +
text-align: right;
 +
padding-right: 80px !important;
 +
}
 +
 +
.metabolic-pathway {
 +
  margin: auto;
 +
  background: honeydew;
 +
  width: 100%;
 +
}
 +
 +
.container {
 +
width: 80% !important;
 +
padding-left: 0px !important;
 +
padding-right: 0px !important;
 +
}
 +
 +
.text-container {
 +
width: 80%;
 +
padding-left: 0px;
 +
padding-right: 0px;
 +
}
 +
 +
figcaption {
 +
font-size: 14px;
 +
}
 +
}
 +
 +
@media (max-width: 992px) {
 +
.proj-button-image-solo {
 +
  opacity: 1;
 +
  display: inline-block;
 +
  width: 30%;
 +
  height: auto;
 +
  transition: .5s ease;
 +
  backface-visibility: hidden;
 +
  }
 +
}
 +
 +
@media (max-width: 768px) {
 +
.proj-button-image {
 +
      opacity: 1;
 +
      display: inline-block;
 +
      width: 32%;
 +
      height: auto;
 +
      transition: .5s ease;
 +
      backface-visibility: hidden;
 +
    }
 +
 +
    .proj-button-image-solo {
 +
      opacity: 1;
 +
      display: inline-block;
 +
      width: 35%;
 +
      height: auto;
 +
      transition: .5s ease;
 +
      backface-visibility: hidden;
 +
    }
 +
 +
    .proj-button-desc {
 +
      transition: .5s ease;
 +
      opacity: 1;
 +
      position: absolute;
 +
      top: 100%;
 +
      left: 50%;
 +
      transform: translate(-50%, -50%);
 +
      -ms-transform: translate(-50%, -50%)
 +
  }
 +
 +
  .diagram-image-right-1 {
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
font-size: 65%;
 +
line-height: 1.5;
 +
width: 100%;
 +
}
 +
 +
.diagram-image-left-1 {
 +
padding-right: 10px;
 +
padding-left: 10px;
 +
font-size: 65%;
 +
line-height: 1.5;
 +
width: 100%;
 +
}
 +
.diagram-image-right-1 {
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
font-size: 65%;
 +
line-height: 1.5;
 +
}
 +
 +
  .overlap-button-text {
 +
background-color: rgba(94, 94, 94, 0.4);
 +
border-radius: 60px;
 +
color: white;
 +
}
 +
 +
h1 {
 +
      font-family: 'objektiv-mk1'; /*!important*/
 +
      font-size: 220%; /*!important*/
 +
      width: 80%;
 +
  }
 +
 +
  h2 {
 +
      font-family: 'objektiv-mk1'; /*!important*/
 +
      font-size: 20px; /*!important*/
 +
  }
 +
 +
.quote {
 +
font-family: 'objektiv-mk1' !important;
 +
font-style: italic !important;
 +
font-size: 20px;
 +
}
 +
 +
.quote-person {
 +
width: 100%;
 +
font-family: 'objektiv-mk1' !important;
 +
font-size: 16px;
 +
text-align: right !important;
 +
padding-right: 20px !important;
 +
}
 +
 +
.text-container {
 +
width: 82%;
 +
padding-left: 0px;
 +
padding-right: 0px;
 +
}
 +
 +
figcaption {
 +
font-size: 14px;
 +
line-height: 140%;
 +
}
 +
 +
.reference-list {
 +
font-family: 'objektiv-mk1';
 +
font-size: 12px;
 +
text-align: left;
 +
list-style-type: none;
 +
line-height: 100%;
 +
margin-bottom: 80px;
 +
margin-right: -70px;
 +
margin-left: -70px;
 +
}
 +
 +
.diagram-image {
 +
width: 100%;
 +
padding-left: 0px;
 +
}
 +
}
 +
/* p {
 +
margin-left: 10px !important;
 +
margin-right: 10px !important;
 +
}
 +
}*/
 +
 +
@media (max-width: 576px) {
 +
.proj-button-image {
 +
      opacity: 1;
 +
      display: inline-block;
 +
      width: 50%;
 +
      height: auto;
 +
      transition: .5s ease;
 +
      backface-visibility: hidden;
 +
    }
 +
 +
    .proj-button-image-solo {
 +
      opacity: 1;
 +
      display: inline-block;
 +
      width: 50%;
 +
      height: auto;
 +
      transition: .5s ease;
 +
      backface-visibility: hidden;
 +
    }
 +
 +
    .proj-button-desc {
 +
      transition: .5s ease;
 +
      opacity: 1;
 +
      position: absolute;
 +
      top: 100%;
 +
      left: 50%;
 +
      transform: translate(-50%, -50%);
 +
      -ms-transform: translate(-50%, -50%)
 +
  }
 +
 +
  .overlap-button-text {
 +
background-color: rgba(94, 94, 94, 0.5);
 +
border-radius: 60px;
 +
color: white;
 +
font-size: 12px;
 +
}
 +
 +
.firstword {
 +
font-family: 'objektiv-mk1' !important;
 +
font-size: 40px;
 +
}
 +
 +
  .titleimg {
 +
    vertical-align: middle;
 +
    width: 40%;
 +
  }
 +
 +
p {
 +
    font-family: 'objektiv-mk1' !important;
 +
    margin-left: 10px !important;
 +
    margin-right: 10px !important;
 +
    font-size: small !important;
 +
  }
 +
 +
h1 {
 +
    font-size: 140%;
 +
  }
 +
 +
.quote {
 +
font-family: 'objektiv-mk1' !important;
 +
font-style: italic !important;
 +
font-size: 17px;
 +
}
 +
 +
.quote-person {
 +
width: 60% !important;
 +
font-family: 'objektiv-mk1' !important;
 +
font-size: 12px;
 +
text-align: right !important;
 +
margin-right: -120px !important;
 +
}
 +
 +
.paragraph-left {
 +
font-size: 13px;
 +
line-height: 170%;
 +
}
 +
 +
.text-container {
 +
width: 85%;
 +
padding-left: 0px;
 +
padding-right: 0px;
 +
}
 +
 +
.metabolic-pathway {
 +
  margin: auto;
 +
  background: honeydew;
 +
  width: 110%;
 +
  margin-left: -20px;
 +
  margin-right: -20px;
 +
}
 +
 +
figcaption {
 +
font-size: 12px;
 +
line-height: 130%;
 +
}
 +
 +
.reference-list {
 +
font-family: 'objektiv-mk1';
 +
font-size: 12px;
 +
text-align: left;
 +
list-style-type: none;
 +
line-height: 100%;
 +
margin-bottom: 80px;
 +
margin-right: -50px;
 +
margin-left: -50px;
 +
}
 +
}
 +
 +
@media (max-width: 400px) {
 +
.quote {
 +
font-size: 15px;
 +
}
 +
}
 +
 +
 +
</style>
 +
 +
<body style="background-color: honeydew;">
 +
<div id="page">
 +
<center>
 +
<br>
 +
 +
<img class="titleimg" src="https://static.igem.org/mediawiki/2017/6/6a/Implementation.png" alt="http://al-taiclub.com/image-post/13-head-brain-clipart-15.png.html">
 +
 +
<h1>APPLIED DESIGN</h1>
 +
 +
<br>
 +
<br>
 +
<br>
 +
 +
<div class="text-container">
 +
 +
<p><span class="firstword">After</span> successfully inserting the synthesis pathways for acetaminophen and vitamin B<sub>12</sub> into <i>Synechococcus elongatus</i> 7942, we plan on transferring our model to the GRAS (Generally Recognized As Safe) status cyanobacteria, <i>Arthrospira platensis</i>. Our pathway modifications should be readily transferable, allowing our engineered products to be made in a nutrient dense, widely consumed bacteria.</p>
 +
 +
<br>
 +
 +
<div class="diagram-image-left-1">
 +
<img src="https://static.igem.org/mediawiki/2017/1/1d/Cyano_farm.png" style="width: 100%;">
 +
<i>Image sourced from Ethanol Producer Magazine, "Green Expectations"
 +
<br>
 +
<br>
 +
Large scale photosynthesis-driven bioreactors can be productive in locations where traditional crops could not otherwise be grown.
 +
</i>
 +
</div>
 +
 +
<p>The implementation of this idea requires completing of a thorough genetic system for <i>Arthrospira platensis</i>. Our team has gone so far as to prepare an axenic culture of <i>Arthrospira platensis</i> UTEX 2340 for whole genome sequencing. Among other faculties, this will allow in depth analysis of <i>Arthrospira platensis</i> foreign DNA defense systems and improve transformation protocols with this GRAS status cyanobacterium.</p>
 +
 +
<br>
 +
 +
<p>Further improvements will be made to optimize product synthesis with the sampling of mutant strains of <i>Arthrospira platensis</i>, different promoters, optimized enzymes and growth conditions.</p>
 +
 +
<br>
 +
 +
<p>Further next steps entail development of low-cost semi-continuous bioreactors and fulfillment of GRAS status application requirements.Post perfection of our product, Bugs without Borders looks to international distribution. To do so, a partnership with Doctors without Borders and reconnection with our international contacts would initiate effective permeation into isolated rural communities on a global scale. High efficiency solar-powered lights and batteries could be used to power photosynthesis in dark times while producing oxygen and engineered products grown in vitamins rich bacteria.</p>
 +
 +
</br>
 +
 +
<h2 style="text-align: left;">INTERSTELLAR IMPLEMENTATION</h2>
 +
 +
<br>
 +
 +
<div class="diagram-image-right-1">
 +
<img src="https://static.igem.org/mediawiki/2017/1/1e/Bioreactor.png" style="width: 100%; float: right;" alt="http://www.instructables.com/id/Solar-powered-algae-bioreactor/">
 +
<i>Image sourced from "Instructables"
 +
<br>
 +
<br>
 +
Solar powered bioreactors have the potential to be implemented in nearly any setting, including space.</i>
 +
</div>
 +
 +
<p>Other possibilities for product implementation lie in the future of interplanetary travel. Space exploration and settlement missions will look to minimize their dependence on Earth and become self-sustaining. Libraries of engineered cyanobacteria could be freeze dried for immediate biosynthesis of pharmaceuticals<sup>[1]</sup>, fuels<sup>[2]</sup>, and foods<sup>[3]</sup>. Other medicine production pathways such as opioid synthesis would be explored in this scenario for a fully sustainable pharmacy.</p>
 +
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
<br>
 +
 +
<div class="container">
 +
    <div class="container">
 +
      <div class="reference-list">
 +
      <hr>
 +
          <li>[1] Gantar, M., & Svirčev, Z. (2008). Microalgae and Cyanobacteria: Food for Thought1. Journal of Phycology, 44(2), 260–268. https://doi.org/10.1111/j.1529-8817.2008.00469.x</li>
 +
          <li>[2] Nozzi, N. E., Oliver, J. W. K., & Atsumi, S. (2013). Cyanobacteria as a Platform for Biofuel Production. Frontiers in Bioengineering and Biotechnology, 1. https://doi.org/10.3389/fbioe.2013.00007</li>
 +
          <li>[3] Vijayakumar, S., & Menakha, M. (2015). Pharmaceutical applications of cyanobacteria—A review. Journal of Acute Medicine, 5(1), 15–23. https://doi.org/10.1016/j.jacme.2015.02.004</li>
 +
      </div>
 +
    </div>
 +
</div>
 +
 +
<br>
 +
<br>
 +
 +
</div>
 +
</div>
 +
</center>
 +
</div>
 +
</body>
 
</html>
 
</html>
 +
{{UCSC-Footer}}

Latest revision as of 03:38, 2 November 2017


http://al-taiclub.com/image-post/13-head-brain-clipart-15.png.html

APPLIED DESIGN




After successfully inserting the synthesis pathways for acetaminophen and vitamin B12 into Synechococcus elongatus 7942, we plan on transferring our model to the GRAS (Generally Recognized As Safe) status cyanobacteria, Arthrospira platensis. Our pathway modifications should be readily transferable, allowing our engineered products to be made in a nutrient dense, widely consumed bacteria.


Image sourced from Ethanol Producer Magazine, "Green Expectations"

Large scale photosynthesis-driven bioreactors can be productive in locations where traditional crops could not otherwise be grown.

The implementation of this idea requires completing of a thorough genetic system for Arthrospira platensis. Our team has gone so far as to prepare an axenic culture of Arthrospira platensis UTEX 2340 for whole genome sequencing. Among other faculties, this will allow in depth analysis of Arthrospira platensis foreign DNA defense systems and improve transformation protocols with this GRAS status cyanobacterium.


Further improvements will be made to optimize product synthesis with the sampling of mutant strains of Arthrospira platensis, different promoters, optimized enzymes and growth conditions.


Further next steps entail development of low-cost semi-continuous bioreactors and fulfillment of GRAS status application requirements.Post perfection of our product, Bugs without Borders looks to international distribution. To do so, a partnership with Doctors without Borders and reconnection with our international contacts would initiate effective permeation into isolated rural communities on a global scale. High efficiency solar-powered lights and batteries could be used to power photosynthesis in dark times while producing oxygen and engineered products grown in vitamins rich bacteria.


INTERSTELLAR IMPLEMENTATION


http://www.instructables.com/id/Solar-powered-algae-bioreactor/ Image sourced from "Instructables"

Solar powered bioreactors have the potential to be implemented in nearly any setting, including space.

Other possibilities for product implementation lie in the future of interplanetary travel. Space exploration and settlement missions will look to minimize their dependence on Earth and become self-sustaining. Libraries of engineered cyanobacteria could be freeze dried for immediate biosynthesis of pharmaceuticals[1], fuels[2], and foods[3]. Other medicine production pathways such as opioid synthesis would be explored in this scenario for a fully sustainable pharmacy.







  • [1] Gantar, M., & Svirčev, Z. (2008). Microalgae and Cyanobacteria: Food for Thought1. Journal of Phycology, 44(2), 260–268. https://doi.org/10.1111/j.1529-8817.2008.00469.x
  • [2] Nozzi, N. E., Oliver, J. W. K., & Atsumi, S. (2013). Cyanobacteria as a Platform for Biofuel Production. Frontiers in Bioengineering and Biotechnology, 1. https://doi.org/10.3389/fbioe.2013.00007
  • [3] Vijayakumar, S., & Menakha, M. (2015). Pharmaceutical applications of cyanobacteria—A review. Journal of Acute Medicine, 5(1), 15–23. https://doi.org/10.1016/j.jacme.2015.02.004