Difference between revisions of "Team:Calgary/Description"

Line 1: Line 1:
<!-- GENERAL PAGE HTML -->
 
 
{{Calgary/Imposter-Navbar-No-Logo}}
 
{{Calgary/Imposter-Navbar-No-Logo}}
<html>
+
<!--
<head>
+
    Final Colours:
 +
    menu bar (red-brown): #882916
 +
    progress bar (light orange-yellow): #FFA600
 +
    light blue: #0197AE
 +
    dark blue: #1E6273
 +
    dark orange: #FF7700
 +
    light red: #FBF6F3
 +
    light yellow: #F1C23F (jumbotron h1)
 +
-->
 +
<!-- INSTRUCTIONS for adding more sections
  
<!-- LINKS THE TEST CSS SHEET -->
+
1. copy and paste the following code above the message at end of code (message says CONTENT):
    <link
+
      rel="stylesheet"
+
      type="text/css"
+
      href="https://2020.igem.org/Template:Calgary/Imposter-Description-Style?action=raw&ctype=text/css"
+
    />
+
  
 +
<div class = "NAME" id="NAME">
 +
        <h2>NAME</h2>
 +
        <h3>HEADER</h3>
 +
        <p>
 +
          PASTE IN TEXT HERE
 +
        </p>
 +
</div>
 +
<br>
 +
<hr>
  
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@500;600;700&display=swap" rel="stylesheet">
+
2. Where it says NAME, type in name of section. This has to be the SAME thing you type in for every place it says NAME. for the NAME after the id, you cannot include spaces between words, so use dashes instead, also don't use capitals. (Ex. NAME of section is "Future Directions", so i would paste that in where ever it says NAME. for the NAME after the id, I would type in "future-directions".) Also type in desired HEADER and text where it says PASTE IN TEXT HERE.
  
 +
3. Now we have to add the section to the sidebar menu. For this, go through the code and find the part where it says SIDEBAR. where it says "replace-title" paste in the NAME you put in after the id (Ex. I would paste in "future-directions".) Where it says "Title" paste in the NAME of the section.
 +
 +
4. Now go to the part of the code where it says "References section of page slightly above the header". In the line of code after that, add in #NAME after a comma after the last one that is there before the curly brackets. (Ex. I would paste in #future-directions after the last item in that line of code after a comma.)
 +
 +
5. I've included the example in the code so you can follow along.That's all. You're all done!! :D If you need help just ask! 
 +
-->
 +
<!-- INSTRUCTIONS for adding more experiment sections to accordion:
 +
 +
1. copy and paste the following above the message showing where to paste (it says ACCORDION in the message):
 +
 +
<div class="card">
 +
    <div class="card-header" id="headingREPLACE">
 +
      <h2 class="mb-0">
 +
        <button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseREPLACE" aria-expanded="false" aria-controls="collapseREPLACE">
 +
          EXPERIMENT
 +
        </button>
 +
      </h2>
 +
    </div>
 +
    <div id="collapseREPLACE" class="collapse" aria-labelledby="headingREPLACE" data-parent="#accordionExample">
 +
      <div class="card-body">
 +
        PASTE IN TEXT HERE.
 +
      </div>
 +
    </div>
 +
  </div>
 +
 +
2. Every place where it says REPLACE in the code, type in the next highest numerical number. (Ex. if I am putting in a new experiment I would copy and paste the code above, and type in "Five" where REPLACE is because the last number used in the code was "Four".) The main thing is that whatever you type in for REPLACE has to only be present there and nowhere else in the code!!!!
 +
 +
3. You can now copy and paste in your text from your protocol where it says PASTE IN TEXT HERE. And paste in the name of your experiment where it says EXPERIMENT.
 +
 +
-->
 +
<html>
 +
  <head>
 
<!-- LINKS THE SIDEBAR CSS SHEET BECAUSE THIS PAGE USES A SIDEBAR -->
 
<!-- LINKS THE SIDEBAR CSS SHEET BECAUSE THIS PAGE USES A SIDEBAR -->
 
     <link
 
     <link
Line 20: Line 64:
 
     />
 
     />
  
  <script src="https://2020.igem.org/Template:Calgary/DynamicSizeModelPage?action=raw&ctype=text/javascript"></script>
+
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@500;600;700&display=swap" rel="stylesheet">
  
  <style>
+
<link
 +
      rel="stylesheet"
 +
      type="text/css"
 +
      href="https://2020.igem.org/Template:Calgary/Imposter-Content-Style?action=raw&ctype=text/css"
 +
    />
 +
   
 +
   
 +
    <script src="https://2020.igem.org/Template:Calgary/DynamicSizeModelPage?action=raw&ctype=text/javascript"></script>
 +
    <style>
  
 +
/* The banner image */
 +
.banner-image {
 +
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
 +
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%), url("https://static.igem.org/mediawiki/2020/e/ed/T--Calgary--judging.png");
  
 +
  /* Set a specific height */
 +
  height: 65vh;
  
    /* Style page content */
+
  /* Position and center the image to scale nicely on all screens */
 
+
  background-position: center;
 
+
  background-repeat: no-repeat;
 
+
  background-size: cover;
 
+
   position: relative;
    * References section of page slightly above the header */
+
  background-attachment: fixed;
#The-Oviita-Philosophy {
+
 
+
  margin-top: -100px;
+
}
+
 
+
#Vitamin-A-Deficiency {
+
    
+
 
}
 
}
  
Line 54: Line 105:
 
   }}
 
   }}
  
/* Fixing the top content under the navbar */
 
      .banner-image {
 
        position: relative;
 
 
      }
 
  
 
@media (max-width: 767px) {
 
@media (max-width: 767px) {
Line 67: Line 113:
 
}
 
}
  
  </style>
 
  
  
  
 +
/* Fixing the top content under the navbar */
 +
      .banner-image {
 +
        position: relative;
 +
      }
  
</head>
 
  
<body style="background-color: #ffffff; overflow-x: hidden;">
+
 
   <div>
+
 
     <div class ="container-fluid">
+
 
      <!-- SIDEBAR -->
+
/* References section of page slightly above the header */
 +
#bronze, #silver, #gold {
 +
    padding-top: 50px;
 +
    margin-top: -50px;
 +
}
 +
 
 +
 
 +
/*Font size in sidebar */
 +
.sidenav a {font-size: 20px;}
 +
 
 +
 
 +
/* Accordion styling */
 +
.btn {color:#882916;}
 +
 
 +
 
 +
.intro-body ul {
 +
  list-style: none;
 +
}
 +
 
 +
.intro-body ul li:before {
 +
  content: '✓';
 +
}
 +
 
 +
 
 +
 
 +
    </style>
 +
   </head>
 +
 
 +
  <body style="background-color: #FFFFFF;" ;>
 +
     <div class="container-fluid">
 +
 
 +
 
 +
<!-- SIDEBAR -->
 
         <div class="sidenav" id="sidenav">
 
         <div class="sidenav" id="sidenav">
 
           <a href="https://2020.igem.org/Team:Calgary"
 
           <a href="https://2020.igem.org/Team:Calgary"
Line 84: Line 164:
 
               style="height: 150px; width: auto; padding-top:20px; position:relative; left:-20px;"
 
               style="height: 150px; width: auto; padding-top:20px; position:relative; left:-20px;"
 
           /></a>
 
           /></a>
         
+
<br>
           <a href="#The-Oviita-Philosophy"> The Oviita Philosophy </a>
+
           <a href="#bronze">Bronze</a>  
          <br>
+
<br>
           <a href="#Vitamin-A-Deficiency"> Vitamin A Deficiency </a>
+
           <a href="#silver">Silver</a>
           <br>
+
<br>
           <a href="#Our-Approach"> Our Approach </a>
+
           <a href="#gold">Gold</a>
 +
<br>
 +
           <a href="#special-awards"> Special Awards</a>
 +
<br>
 
         </div>
 
         </div>
  
  
      <div class = "main">
+
 
      <!-- HEADER/BANNER -->
+
 
          <div class="banner-image">
+
<div class="main">
 +
      <!-- HEADER/BANNER -->
 +
      <div class="banner-image">
 
         <div class="banner-text resp">
 
         <div class="banner-text resp">
           <h1 style="font-family: 'Public Sans', sans-serif; font-weight: 600;">DESCRIPTION</h1>
+
           <h1 style="font-weight: 600; font-family: 'Public Sans', sans-serif;">JUDGING</h1>
 
                
 
                
 
         </div>
 
         </div>
 
       </div>
 
       </div>
 +
     
 +
      <!-- BODY -->
 +
      <div class="intro-body">
 +
<div class = "project-design" id="bronze">
 +
        <h2>BRONZE</h2>
 +
        <h4> Requirements </h4>
 +
     
 +
<ul>
 +
  <li><b>Competition Deliverables</b></li>
 +
<p>We have completed the competition deliverables including the wiki, poster, presentation video, judging form, and promotional video which can be found <a class= "abody" href="https://2020.igem.org/Team:Calgary/Description">here. </a></p>
  
      <!-- Main text and content MAKE THIS ON THE STYLE SHEET -->
+
  <li><b>Attributions</b></li>
      <div class = "description-body">
+
<p>We have created an <a class= "abody" href="https://2020.igem.org/Team:Calgary/Attributions">attributions </a> page outlining all the people who have helped us along the way to bring Oviita to fruition</p>
 +
 +
  <li><b>Project Description</b></li>
 +
<p>We have created a <a class= "abody" href="https://2020.igem.org/Team:Calgary/Description">project description </a> page to outline our motivation, goals, and various components of Oviita. </p>
  
        <div class = "Vitamin-A-Deficiency" id = "Vitamin-A-Deficiency" >
+
  <li><b>Contributions</b></li>
        <h2>VITAMIN A DEFICIENCY</h2>
+
<p>We have created a <a class= "abody" href="https://2020.igem.org/Team:Calgary/Contributions">contributions </a> page outlining everything we have contributed to the iGEM community. Additionally, the characterization of the existing registry part, <a href="BBa_K2117000">BBa_K211700,</a> is documented on our <a class= "abody" href="https://2020.igem.org/Team:Calgary/Characterization">characterization </a> page.</p>
        <h4>Understanding the Importance of Vitamin A</h4>
+
  
        <p>An estimated 250 million children worldwide are currently suffering from Vitamin A deficiency (WHO, 2020). Vitamin A deficiency, also known as VAD, is one of the leading causes of preventable childhood mortality, also playing roles in causing reproductive issues, reduced immune function, vision loss, and in severe cases, xerophthalmia, the leading cause of preventable childhood blindness (UNICEF, 2020). While VAD has essentially been eradicated in many places around the globe, parts of South Asia and Sub-Saharan Africa are still facing a Vitamin A crisis. It disproportionately harms some of the world’s most vulnerable populations, particularly pregnant women and children. These groups typically lack access to varied diets, due to a variety of socioeconomic and cultural factors.</p>
+
</ul>
  
        <img class="img-fluid"src="https://static.igem.org/mediawiki/2020/4/46/T--Calgary--VAD_map.png">
 
<p style="color:grey; font-size: 85%;"> Figure 1. Colour-coded map depicting areas of no significant prevalence of VAD to areas of high prevalence of VAD.</p>
 
  
  
        <p>Vitamin A refers to a group of fat-soluble retinoids, and as a result, it requires fat to be properly absorbed by the body. Vitamin A cannot be synthesized by the body, so it is taken up in two forms: preformed Vitamin A, as found in meat and fish, or provitamin A carotenoids, most commonly in the form of beta-carotene (National Institutes of Health, 2020). Beta-carotene rich foods include green leafy vegetables, such as spinach, and orange vegetables, such as sweet potatoes (National Institutes of Health, 2020). Where preformed Vitamin A can be toxic to the body in high enough concentrations, beta-carotene and other carotenoids do not carry that same risk.</p>
+
</div>
        <p>The low fat diets of the affected South Asian and Sub Saharan African areas also play a role in reduced Vitamin A uptake. For example, up to 70% of a South Asian diet consists solely of rice, a grain with very low lipid content (Bishwajit et al., 2013). Frankly, rice is cheap, making it much more accessible for poorer and rural regions. Many of these areas also lack fortified foods, making it more difficult for the population to obtain the necessary nutrients to maintain health (Vitamin Angels, 2020). Not coincidentally, these demographics are hit hard by Vitamin A deficiency.<p>
+
<br>
 +
<hr>
 +
<div class = "part-design" id="silver">
 +
        <h2>SILVER</h2>
 +
        <h4>Requirements</h4>
  
 +
<ul>
 +
  <li><b>Engineering Success</b></li>
 +
<p>Oviita has multiple sub-projects that were designed carefully and thoughtfully. Our <a class= "abody" href="https://2020.igem.org/Team:Calgary/Engineering">engineering success</a> page outlines the each of our subprojects that had to be designed and carefully using the engineering design process: <a href="Cellulase_Engineering">cellulase integration </a>, <a href="Biocontainment_Engineering">biocontainment, </a> <a href="Thymol_Engineering"> thymol production, </a> <a href="Bioreactor"> bioreactor creation, </a> and <a href= "Randys_Cell"> Randle's Cell Testing Device. </a>The Engineering Success page provides an overview of all these projects, but you can find more details on each the on their respective subproject specific pages. </p>
  
 +
  <li><b>Collaborations</b></li>
 +
<p>We have collaborated with a number of teams this year all over the world! Check out our <a class= "abody" href="https://2020.igem.org/Team:Calgary/Collaborations">collaborations</a> page to learn more.</p>
 +
 +
  <li><b>Human Practices</b></li>
 +
<p>Oviita was designed thoughtfully with the inclusion of stakeholder opinions every step of the way. We have created a <a class= "abody" href="https://2020.igem.org/Team:Calgary/Human_Practices">human practices</a> page to outline our work. </p>
  
 +
  <li><b>Proposed Implementation</b></li>
 +
<p>We have planned extensively for Oviita to be successfully implemented in communities. Check out our <a class= "abody" href="https://2020.igem.org/Team:Calgary/Implementation">proposed implementation</a> page to learn more. </p>
 +
  
        <div class = "The-Oviita-Philosophy" id = "The-Oviita-Philosophy" >
+
</ul>
        <h2> VITAMIN A DEFICIENCY</h2>
+
  
        <p style = "text-align: center; color: #FFA600; font-weight: bold; font-size: 17px;"> Vitamin A is typically taken up in the diet from specific plant and animal sources. Without these sources, deficiency compromises the immune system, stunts growth, and blinds the eyes, leaving patients vulnerable. </p>
+
</div>
 
<br>
 
<br>
          <p> Vitamin A deficiency (VAD) is one of the leading causes of preventable childhood mortality. Vitamin A is acquired from specific plant and animal sources in our diet. Without these sources, the resulting deficiency can lead to destruction of the immune system, stunted growth, and blindness, leaving patients vulnerable to infection and mortality. </p>
+
<hr>
  
<br>
+
<div class = "part-design" id="gold">
 +
        <h2>GOLD</h2>
 +
        <h4>Requirements</h4>
 +
<ul>
 +
  <li><b>Integrated Human Practices</b></li>
 +
<p>We designed Oviita to be consistently human-centered and community-based. Check out our <a class= "abody" href="https://2020.igem.org/Team:Calgary/Human_Practices">integrated human practices</a> page to learn more. </p>
  
<p>VAD disproportionately harms some of the world’s most vulnerable populations, particularly pregnant women and children who lack access to varied diets due to socioeconomic and cultural factors. It is widespread in regions of Africa and South Asia where diets may contain low amounts of Vitamin A. Furthermore, since vitamin A is fat soluble, deficiency can also be exacerbated by a lack of dietary fat, which is common in many of the same regions.</p>
+
  <li><b>Project Modelling</b></li>
 +
<p>We have used extensive modelling to inform our wet lab projects and our bioreactor design. Check out our <a class= "abody" href="https://2020.igem.org/Team:Calgary/Model">modelling overview</a> page to see how modelling influenced our project.</p>
  
<img style="display: block; margin-left: auto; margin-right: auto;" width=95% src="https://static.igem.org/mediawiki/2020/f/f5/T--Calgary--pipeline.png" />
+
  <li><b>Science Communication</b></li>
<p style = "text-align: left; color: #444444; font-size: 14px;"> Change to map graphic</p>
+
<p> We have created an <a class= "abody" href="https://2020.igem.org/Team:Calgary/Education">education </a> page to outline the synthetic biology course we made, describe our extensive mentorship endeavours, talk about other initiatives we started to promote synthetic biology education.</p>
 +
 +
</ul>
  
 +
</div>
 
<br>
 
<br>
 +
<hr>
  
<p>Current solutions exist which have helped significantly, such as Vitamin A supplementation through annual shots and fortification of food. However, these solutions can leave communities reliant on charity or government aid infrastructure to provide them with ongoing, recurring relief. As a result, these solutions are unsustainable, and vulnerable in case of failure of infrastructure or continued funding. They also fail to address lipid deficiency.</p>
+
<div class = "part-design" id="gold">
 +
        <h2>SPECIAL AWARDS</h2>
 +
        <h4> Other awards </h4>
  
<img style="display: block; margin-left: auto; margin-right: auto;" width=95% src="https://static.igem.org/mediawiki/2020/c/c1/T--Calgary--vitAmitigation.png" />
+
<ul>
<p style = "text-align: left; color: #444444; font-size: 14px;"> Figure 2.</p>
+
  <li><b>Integrated Human Practices</b></li>
 +
<p> Oviita is a system that prides itself on being inexpensive, sustainable, and easy to maintain. In order to make this system as accessible as possible, we wanted to take into consideration the culture, lifestyle, and needs of those that would be using it. This use of integrated human practices was achieved through discussions with anthropologists, non-profit organizations, and healthcare workers.</p>
  
 +
  <li><b>Hardware</b></li>
 +
<p> The design of specific <a class= "abody" href="https://2020.igem.org/Team:Calgary/Hardware"> hardware </a> tools were essential for the creation of Oviita. Specifically, we designed a <a class= "abody" href="https://2020.igem.org/Team:Calgary/Bioreactor"> bioreactor </a> for community-based implementation, and <a class= "abody" href="https://2020.igem.org/Team:Calgary/Randys_Cell"> Randle's Cell Testing Device </a> to address inadequate vitamin A testing. </p>
  
        </div>
+
  <li><b> Entrepreneurship</b></li>
 +
<p>We have incorporated Oviita as a non-profit organization and have taken the next steps to introduce Oviita to the communities we aim to serve have through our various our wet <a class= "abody" href="https://2020.igem.org/Team:Calgary/Entrepreneurship"> entrepreneurship </a> initiatives.</p>
  
 +
  <li><b>Education</b></li>
 +
<p> We have successfully created a senior-level university synthetic biology course and have implemented it in our school as the first synthetic biology-specific course offered at our institution. This is a major step forward in promoting <a class= "abody" href="https://2020.igem.org/Team:Calgary/Education"> synthetic biology education. </a> Furthermore, we are dedicated to helping all iGEM teams develop good strategies for human practices and team organization. </p>
  
 +
  <li><b>Part Collection</b></li>
 +
<p> We created the first <a class= "abody" href="https://2020.igem.org/Team:Calgary/Part_Collection"> part collection </a> of its kind that includes modular Gibson Assembly compatible parts that make <span style="font-style: italic;class="italic">Y. lipolytica </span> an easier chassis for iGEM teams and the synthetic biology community. </p>
  
      </div>
+
  <li><b>Modelling</b></li>
 +
<p> <a class= "abody" href="https://2020.igem.org/Team:Calgary/Model">Modelling </a> was integrated throughout the project. The most prominent impact was in our engineered cellulase enzymes. Other aspects of our project influenced by modelling were the Randle's Cell Testing Device and the bioreactor. </p>
  
        <div class = "second-banner">
+
  <li><b>Measurement</b></li>
        <div style = "padding: 5vw;">
+
<p> Measurement is difficult, especially for quantizing the nanoscale movements of biological molecules. To address this, iGEM Calgary introduces GausHaus, a parameterization method for protein dynamics. This is enabled by molecular dynamic simulation and by Gaussian process dynamic models. This method can also be used for the estimation of protein dynamics. Learn more on our <a class= "abody" href="https://2020.igem.org/Team:Calgary/Measurement">measurement page. </a> </p>
      <p style = "text-align: center;"> Vitamin A is typically taken up in the diet from specific plant and animal sources. Without these sources, deficiency compromises the immune system, stunts growth, and blinds the eyes, leaving patients vulnerable. </p>
+
          </div>
+
  <li><b>Software</b></li>
        </div>
+
<p> Software development was an exciting portion of our summer. We were able to develop GausHaus, Sticks, Hardware programming, and Bellatrix. These <a class= "abody" href="https://2020.igem.org/Team:Calgary/Software">software tools </a>were able to enrich our project and ensure that what we were doing was reproducible at every stage. </p>
       
+
        <div class = "description-body">
+
       
+
        <h3>One of the biggest causes of preventable childhood mortality, Vitamin A Deficiency, currently afflicts an estimated 250 million women and children worldwide. </h3>
+
        <br>
+
          <div class = "description-body-map">
+
          </div>
+
        <br>
+
        <p>VAD disproportionately harms some of the world’s most vulnerable populations. It is widespread in regions of Africa and South Asia, where diets contain low amounts of Vitamin A, and is further exacerbated by a lack of dietary fat.</p>
+
  
          <div class = "Our-Approach" id = "Our-Approach">
+
  <li><b>Sustainable Development</b></li>
            <h2> OUR APPROACH </h2>
+
<p> We designed Oviita with the UN SDG goals in mind, and tackled a number of them in various aspects of our project. Learn more on our <a href="Sustainable">sustainable development</a> page. </p>
 +
</ul>
 +
</div>
 +
<br>
 +
<hr>
  
<img style="display: block; margin-left: auto; margin-right: auto;" width=100% src="https://static.igem.org/mediawiki/2020/5/59/T--Calgary--pipelinegraphicoverlay.png" />
 
  
            <p>
 
              <span style = "color: #0197AE; font-weight: bold; ">Engineering Cellulases</span> involves something something, it's cool and we love to do it. A main part of our project.
 
              <br>
 
              <br>
 
              <span style = "color: #0197AE; font-weight: bold; ">Biocontainment</span> is an aspect of our project that is also very important to what we're doing.
 
              <br>
 
              <br>
 
              <span style = "color: #0197AE; font-weight: bold;  ">Implementation</span> involves many aspects such as  building a bioreactor, doing some other stuff, and one last one. One of the last most important aspects of our project.  </p>
 
  
<p> When it came to selecting our choice of yeast chassis, we had six major considerations.
 
</p>
 
  
<img style="width: 100%; align: left;" src="https://static.igem.org/mediawiki/2020/5/58/T--Calgary--whyYL.png"  />
 
  
<p>
 
After the careful consideration of many organisms, we selected <span style="font-style: italic;class="italic">Y. lipolytica</span> OBJMY3501. As a strain of the well-characterized yeast, <span style="font-style: italic;class="italic">Y, lipolytica</span>, OBJMY3501 has already been engineered for beta carotene production and satisfies all of our criteria. </p>
 
  
  
          </div>
 
        </div>
 
  
 +
 +
 +
          </div> <!-- add in new section of CONTENT above this -->
 
       </div>
 
       </div>
 
     </div>
 
     </div>
    <!-- Wrapping Container  -->
+
   </body>
   </div>
+
 
+
 
+
</body>
+
 
</html>
 
</html>
 
 
 
 
{{Calgary/Imposter-Footer}}
 
{{Calgary/Imposter-Footer}}

Revision as of 17:11, 27 October 2020



BRONZE

Requirements

  • Competition Deliverables
  • We have completed the competition deliverables including the wiki, poster, presentation video, judging form, and promotional video which can be found here.

  • Attributions
  • We have created an attributions page outlining all the people who have helped us along the way to bring Oviita to fruition

  • Project Description
  • We have created a project description page to outline our motivation, goals, and various components of Oviita.

  • Contributions
  • We have created a contributions page outlining everything we have contributed to the iGEM community. Additionally, the characterization of the existing registry part, BBa_K211700, is documented on our characterization page.



SILVER

Requirements

  • Engineering Success
  • Oviita has multiple sub-projects that were designed carefully and thoughtfully. Our engineering success page outlines the each of our subprojects that had to be designed and carefully using the engineering design process: cellulase integration , biocontainment, thymol production, bioreactor creation, and Randle's Cell Testing Device. The Engineering Success page provides an overview of all these projects, but you can find more details on each the on their respective subproject specific pages.

  • Collaborations
  • We have collaborated with a number of teams this year all over the world! Check out our collaborations page to learn more.

  • Human Practices
  • Oviita was designed thoughtfully with the inclusion of stakeholder opinions every step of the way. We have created a human practices page to outline our work.

  • Proposed Implementation
  • We have planned extensively for Oviita to be successfully implemented in communities. Check out our proposed implementation page to learn more.



GOLD

Requirements

  • Integrated Human Practices
  • We designed Oviita to be consistently human-centered and community-based. Check out our integrated human practices page to learn more.

  • Project Modelling
  • We have used extensive modelling to inform our wet lab projects and our bioreactor design. Check out our modelling overview page to see how modelling influenced our project.

  • Science Communication
  • We have created an education page to outline the synthetic biology course we made, describe our extensive mentorship endeavours, talk about other initiatives we started to promote synthetic biology education.



SPECIAL AWARDS

Other awards

  • Integrated Human Practices
  • Oviita is a system that prides itself on being inexpensive, sustainable, and easy to maintain. In order to make this system as accessible as possible, we wanted to take into consideration the culture, lifestyle, and needs of those that would be using it. This use of integrated human practices was achieved through discussions with anthropologists, non-profit organizations, and healthcare workers.

  • Hardware
  • The design of specific hardware tools were essential for the creation of Oviita. Specifically, we designed a bioreactor for community-based implementation, and Randle's Cell Testing Device to address inadequate vitamin A testing.

  • Entrepreneurship
  • We have incorporated Oviita as a non-profit organization and have taken the next steps to introduce Oviita to the communities we aim to serve have through our various our wet entrepreneurship initiatives.

  • Education
  • We have successfully created a senior-level university synthetic biology course and have implemented it in our school as the first synthetic biology-specific course offered at our institution. This is a major step forward in promoting synthetic biology education. Furthermore, we are dedicated to helping all iGEM teams develop good strategies for human practices and team organization.

  • Part Collection
  • We created the first part collection of its kind that includes modular Gibson Assembly compatible parts that make Y. lipolytica an easier chassis for iGEM teams and the synthetic biology community.

  • Modelling
  • Modelling was integrated throughout the project. The most prominent impact was in our engineered cellulase enzymes. Other aspects of our project influenced by modelling were the Randle's Cell Testing Device and the bioreactor.

  • Measurement
  • Measurement is difficult, especially for quantizing the nanoscale movements of biological molecules. To address this, iGEM Calgary introduces GausHaus, a parameterization method for protein dynamics. This is enabled by molecular dynamic simulation and by Gaussian process dynamic models. This method can also be used for the estimation of protein dynamics. Learn more on our measurement page.

  • Software
  • Software development was an exciting portion of our summer. We were able to develop GausHaus, Sticks, Hardware programming, and Bellatrix. These software tools were able to enrich our project and ensure that what we were doing was reproducible at every stage.

  • Sustainable Development
  • We designed Oviita with the UN SDG goals in mind, and tackled a number of them in various aspects of our project. Learn more on our sustainable development page.