Difference between revisions of "Team:UC Davis"

 
(181 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
+
<!DOCTYPE html>
 
<head>
 
<head>
 
+
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
   <link href="//fonts.googleapis.com/css?family=PT+Sans:400italic,400,700italic,700" rel="stylesheet" type="text/css">
+
<title>iGEM-mainpage</title>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 
</head>
 
</head>
 +
<style>
 +
  body { margin:0px; background-color: #fff; max-width: 100%; min-width: 700px; font-family:BernardMT;}
 +
  /*------------Get rid of iGEM stuff----------------------------------*/
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 +
  /*-------------------------------------------------------------------*/
  
<body class="body" style="background-color: #002756;">
+
body {
  <div class="w3-content w3-display-container">
+
    <img class="mySlides" src="https://static.igem.org/mediawiki/2018/e/e0/T--UC_Davis--20180619_103945.jpg" width="967px" height="400/">
+
    <img class="mySlides" src="https://static.igem.org/mediawiki/2018/a/af/T--UC_Davis--blah2.jpg" width="967px" height="400/">
+
    <img class="mySlides" src="https://static.igem.org/mediawiki/2018/d/d5/T--UC_Davis--blah1.jpg" width="967px" height="400/">
+
  
    <button class="w3-button w3-display-left" onclick="plusDivs(-1)">&#10094;</button>
+
      font-family: 'PT Sans', sans-serif;
     <button class="w3-button w3-display-right" onclick="plusDivs(+1)">&#10095;</button>
+
      font-size:16px;
 +
line-height: 200%;
 +
      min-width: 800px;
 +
      margin-bottom:-17px;
 +
     }
 +
/*--Top Navigation Styling--*/
 +
#topnav {
 +
  text-align: center;
 +
  margin: 0 auto;
 +
}
 +
#topnav li ul{
 +
  position: relative;
 +
  display: none;
 +
}
 +
#topnav li ul li a {display:block !important;}
 +
/* -- dropdown container-- */
 +
.dropdown {
 +
  display: inline-block
 +
}
 +
/* --Dropdown button-- */
  
   </div>
+
.dropdown .dropbtn {
 +
   font-size: 20px;
 +
  border: none;
 +
  outline: none;
 +
  color: white;
 +
  padding: 14px 16px;
 +
  background-color: inherit;
 +
  font-family: inherit;
 +
  margin: 0;
 +
}
  
   <script>
+
/*-- Dropdown content (hidden by default) --*/
    var slideIndex = 1;
+
.dropdown-content {
    showDivs(slideIndex);
+
   display: none;
 +
  position: absolute;
 +
  background-color: #eff1f2;
 +
  min-width: 200px;
 +
  border-radius: 7px;
 +
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
  z-index: 1;
  
    function plusDivs(n) {
+
}
      showDivs(slideIndex += n);
+
    }
+
  
    function showDivs(n) {
+
/*-- Links inside the dropdown-- */
      var i;
+
.dropdown-content a {
      var x = document.getElementsByClassName("mySlides");
+
  float: none;
      if (n > x.length) {
+
  color: black;
        slideIndex = 1
+
  padding: 12px 16px;
      }
+
  text-decoration: none;
      if (n < 1) {
+
  display: block;
        slideIndex = x.length
+
  text-align:left;
      }
+
  font-size: 16px;
      for (i = 0; i < x.length; i++) {
+
}
        x[i].style.display = "none";
+
.dropdown-content a:hover {
      }
+
    color:#48fb47;
      x[slideIndex - 1].style.display = "block";
+
  }
    }
+
  </script>
+
  <!--Sidebar-->
+
  <style>
+
.body{
+
      margin:0;
+
    }
+
    .sidebar ul {
+
      list-style-type: none;
+
      margin: 0;
+
      padding: 0;
+
      width: 80px;
+
      border: 1px solid #555;
+
      background-color: #f1f1f1;
+
      height: auto;
+
      position: fixed;
+
    }
+
  
    .sidebar li a {
 
      display: block;
 
      width: auto;
 
      text-align: center;
 
      text-decoration: none;
 
      color: #000;
 
    }
 
  
    .sidebar li a.active {
 
      background-color: #555;
 
      color: white;
 
    }
 
  
    .sidebar li a:hover:not(.active) {
+
/* --Show the dropdown menu on hover --*/
      background-color: #555;
+
.dropdown:hover .dropdown-content {
      color: white;
+
  display: block;
    }
+
}
  
    .mainContainer {
+
/*-----------Burger Menu Styling-------------*/
      margin-left: 90px;
+
    }
+
  
    .mainTitleHeader {
+
.topnav .burger {
      margin-left: 90px;
+
  display: none;
    }
+
   float: right;
   </style>
+
   margin-right: 20px;
   <div class="sidebar">
+
  z-index: 1;
    <ul>
+
  color: #d9a900;
      <li><a class="active" href="https://2018.igem.org/Team:UC_Davis/Project_Overview">Home</a></li>
+
   font-size: 20px;
      <li><a href="https://2018.igem.org/Team:UC_Davis/Project_Overview">Team</a></li>
+
}
      <li><a href="https://2018.igem.org/Team:UC_Davis/Project_Overview">Hamsters</a></li>
+
.topnav .b-dropdown-content {
    </ul>
+
   display: none;
   </div>
+
   font-size: 16px;
  <!--Project Menu Start-->
+
   border-radius: 7px;
  <div class="mainTitleHeader">
+
    <p class="centertext"><a href="https://2018.igem.org/Team:UC_Davis/Project_Overview">
+
Project Overview</a>
+
    </p>
+
    <p class="centertext"><a href="https://2018.igem.org/Team:UC_Davis/Human_Practices">
+
Human Practices</a>
+
    </p>
+
   </div>
+
   <div class="floatboxProjectMenu">
+
   </div>
+
  <!--Project Menu End-->
+
  
  <div class="mainTitleHeader">
+
}
    <p class="centertext">
+
      <h1 style="color:gold;">
+
<i><b>Cenozoic: </b></h1>
+
      <h2="color:000080;">Mammmalian Cell Based Biosensor For Physiological Effects of Toxins</i>
+
        </h2>
+
  
    </p>
 
  </div>
 
  
   <div class="mainContainer">
+
.burger-content {
    <a href="https://2018.igem.org/Team:UC_Davis/Policy_Practices_Overview">
+
   display: none;
</a>
+
  position: absolute;
    <p>
+
  background-color: #f9f9f9;
 +
  border-radius: 7px;
 +
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
 +
  z-index: 1;
 +
  width: 200px;
 +
  margin-top: 40px;
 +
  Float: none;
  
      <b>An idealized finding from our project would be in the form: </b><br><br> “We have evidence to support the finding that (COC) is correlated with the expression of (reporter genes) coupled with promoters associated with physiological stress (e.g.
+
}
      oxidative) in mammalian cells.”<br><br> After visiting a Superfund site, it became clear that to have a real positive impact regarding their problems with pollution and health, it would be necessary to draw a clear narrative between sources of pollution,
+
      measurements of a specific toxin in the environment using a high quality field test, demonstration of an effect on human health at these concentrations, and a specific policy change.<br><br> Polluters –> Environment (Field Test) –> Human Disease
+
      –> Policy Change –| Polluters<br><br> For best outcomes, every link in this chain needs to be well documented and backed by substantial evidence/data. It needs to be clear which organizations are responsible for introducing which toxins into the
+
      environment, that they are present in meaningful concentrations in the environment, that these toxins have a known causal effect on human disease, and what set of policy changes can help improve public health.<br><br> This model suggests an obvious
+
      guiding narrative to a project, with a very strong human practices component involving “cultural competencies” working with, and respecting the views and opinions of an indigenous people, and designing policy change to improve public health. <br><br>      After initially focusing on the possibility of developing a new field test to help detect COCs in the environment, upon further research, it was determined that the current state of the art field tests, ELISA immunoassays, are of high quality and
+
      effectiveness. In light of this finding, we determined that our efforts were best spent studying the effect of COCs, including chemicals which have not been previously studied in detail, on the physiological health of mammalian cells.<br><br> A
+
      limitation of our research is that we will not be able to show a definitive causal link between COCs and human disease, but it is our intention to find links between COCs and physiological stress in mammalian systems, with the hope that our findings
+
      may motivate and inform further studies to find out if there is a causal link between these COCs and human disease.<br><br> A possible extension of our research would be to determine the effect of multiple COCs on the physiological health of mammalian
+
      cells. This would be of value in assessing and creating sane standards for pollution, as organisms in the natural environment are exposed to a variety of COCs at once, which may not have been previously screened in conjunction with each other. A
+
      possible finding from this might be that COC “A,” at a concentration below what is currently considered to be harmful, in the presence of COC “B,” also at a concentration below what is currently considered to be harmful, interact together to trigger
+
      a response associated with stress in mammalian cells.
+
      <br><br>
+
  
 +
.burger-content div, .burger-content a {
 +
text-decoration: none;
 +
color: #525b65;
 +
padding: 6px 8px;
 +
text-decoration: none;
 +
display: block;
 +
text-align: left;
 +
font-weight: bold;
 +
overflow: hidden;
 +
}
 +
#topnav .b-dropdown:hover .b-dropdown-content {
 +
  display: inline-block;
 +
}
 +
#topnav .b-dropdown-content a:hover {
 +
  color: #48fb47;
 +
}
 +
#topnav .b-dropdown-content {
 +
  display: none;
 +
  position: absolute;
 +
  background-color: #f9f9f9;
 +
  min-width: 150px;
 +
  margin-top: -50px;
 +
  margin-left: 200px;
 +
  z-index: 1;
 +
}
  
 +
input[type=checkbox]{
 +
  display: none;
 +
}
 +
input[type=checkbox]:checked ~ .burger-content {
 +
  display: block;
 +
}
  
</body>
+
@media screen and (max-width:750px) {
 +
  #topnav .dropdown .dropbtn {
 +
    display: none;
 +
  }
 +
  #topnav {
 +
    justify-content: center;
 +
  }
  
 +
  #topnav li.burger {
 +
    display: flex;
 +
    justify-content: center;
 +
    padding-right: 46%;
 +
 +
  }
 +
}
 +
/*-------------------------------------------*/
 +
 +
/*--alignment--*/
 +
 +
.content {
 +
  margin:0 auto;
 +
  background-color:#002855;
 +
}
 +
.contentb {
 +
  margin:0% auto;
 +
  background-color:#002855;
 +
  white-space: nowrap ;
 +
  overflow: hidden;
 +
  width: 100%;
 +
}
 +
.logos {
 +
width: 33%;
 +
vertical-align: middle;
 +
  display: inline-block;
 +
}
 +
.logos img {
 +
text-align: center;
 +
display: table-cell;
 +
vertical-align: middle;
 +
width: 0 auto;
 +
}
 +
.UCD img:hover{
 +
 
 +
 +
  -webkit-filter: drop-shadow(0px 0px 10px #48fb47);
 +
  -moz-filter: drop-shadow(0px 0px 10px #48fb47);
 +
  -ms-filter: drop-shadow(0px 0px 10px #48fb47);
 +
  -o-filter: drop-shadow(0px 0px 10px #48fb47);
 +
  filter: drop-shadow(0px 0px 10px #48fb47);
 +
 +
-webkit-transition: all 300ms cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
  -moz-transition: all 300ms cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
    -o-transition: all 300ms cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
        transition: all 300ms cubic-bezier(0.265, 0.270, 0.625, 0.745); /* custom */
 +
 +
-webkit-transition-timing-function: cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
  -moz-transition-timing-function: cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
    -o-transition-timing-function: cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
        transition-timing-function: cubic-bezier(0.265, 0.270, 0.625, 0.745); /* custom */
 +
       
 +
 +
}
 +
.iGEM img:hover{
 +
  -webkit-filter: drop-shadow(0px 0px 10px #48fb47);
 +
  -moz-filter: drop-shadow(0px 0px 10px #48fb47);
 +
  -ms-filter: drop-shadow(0px 0px 10px #48fb47);
 +
  -o-filter: drop-shadow(0px 0px 10px #48fb47);
 +
  filter: drop-shadow(0px 0px 10px #48fb47);;
 +
 
 +
 +
-webkit-transition: all 500ms cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
  -moz-transition: all 500ms cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
    -o-transition: all 500ms cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
        transition: all 500ms cubic-bezier(0.265, 0.270, 0.625, 0.745); /* custom */
 +
 +
-webkit-transition-timing-function: cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
  -moz-transition-timing-function: cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
    -o-transition-timing-function: cubic-bezier(0.265, 0.270, 0.625, 0.745);
 +
        transition-timing-function: cubic-bezier(0.265, 0.270, 0.625, 0.745); /* custom */
 +
 +
}
 +
.Cenozoic img:hover{
 +
  box-shadow: 0px 0px 50px #48fb47;
 +
  border-radius: 50%;
 +
 
 +
  -webkit-transition: all 10ms cubic-bezier(0.980, 0.960, 0.975, 0.980);
 +
    -moz-transition: all 10ms cubic-bezier(0.980, 0.960, 0.975, 0.980);
 +
      -o-transition: all 10ms cubic-bezier(0.980, 0.960, 0.975, 0.980);
 +
          transition: all 10ms cubic-bezier(0.980, 0.960, 0.975, 0.980); /* custom */
 +
 +
  -webkit-transition-timing-function: cubic-bezier(0.980, 0.960, 0.975, 0.980);
 +
    -moz-transition-timing-function: cubic-bezier(0.980, 0.960, 0.975, 0.980);
 +
      -o-transition-timing-function: cubic-bezier(0.980, 0.960, 0.975, 0.980);
 +
          transition-timing-function: cubic-bezier(0.980, 0.960, 0.975, 0.980); /* custom */
 +
 +
}
 +
 +
/*------------------------Shapes-------------------------------------------*/
 +
.rectangleb{
 +
height: 900px;
 +
width: 100%;
 +
background-color: #002855;
 +
position:relative;
 +
overflow-y: scroll;
 +
}
 +
.rectanglew{
 +
height:650px;
 +
width: 100%;
 +
background-color: #fff;
 +
position:relative;
 +
}
 +
 +
.triangleb {
 +
background-color: #002855;
 +
width: 100%;
 +
min-width: 600px;
 +
position: absolute;
 +
margin: 0;
 +
margin-top: -0.5px;
 +
}
 +
 +
.triangleb:after {
 +
content: "";
 +
position: absolute;
 +
  min-width: 600px;
 +
top: 100%;
 +
left: 0;
 +
right: 0;
 +
padding-bottom: 10%;
 +
background-color: #002855;
 +
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
 +
}
 +
 +
.trianglew{
 +
background-color: #fff;
 +
width: 100%;
 +
  min-width: 600px;
 +
position: absolute;
 +
margin: 0;
 +
margin-top: -0.5px;
 +
z-index: -2px;
 +
}
 +
 +
.trianglew:after {
 +
content: "";
 +
position: absolute;
 +
top: 100%;
 +
left: 0;
 +
right: 0;
 +
padding-bottom: 10%;
 +
background-color: #fff;
 +
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
 +
}
 +
.triangleblk{
 +
background-color: #000;
 +
width: 100%;
 +
  min-width: 600px;
 +
position: absolute;
 +
margin: 0;
 +
margin-top: -0.5px;
 +
}
 +
 +
.triangleblk:after {
 +
content: "";
 +
position: absolute;
 +
top: 100%;
 +
left: 0;
 +
right: 0;
 +
padding-bottom: 10%;
 +
background-color: #000;
 +
clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
 +
}
 +
.spacer {
 +
height: 10vw;
 +
}
 +
 +
.spacerw {
 +
height: 10vw;
 +
}
 +
.info {
 +
width: 40%;
 +
}
 +
</style>
 +
 +
<body>
 +
<div class="content">
 +
  <div class="contentb">
 +
  <!-- Page content -->
 +
  <div style='padding-top: 50px;'></div>
 +
<!--______________UC Davis logo____________-->
 +
 +
  <div class="logos" style="background-color: #002855;">
 +
      <div class="UCD">
 +
      <a href="http://ucdavis.com">
 +
      <img src="https://static.igem.org/mediawiki/2018/a/a5/T--UC_Davis--whitelogo.png"  alt="uc davis logo" style="margin-left: auto;margin-right:auto; width: 50%;" Padding: "0";>
 +
      </a>
 +
    </div>
 +
</div>
 +
  <!--_____________Cenozoic logo_____________-->
 +
 +
  <div class="logos" style="background-color: #002855">
 +
      <div class="Cenozoic"style='padding-bottom: 50px;'>
 +
      <a href="https://2018.igem.org/Team:UC_Davis">
 +
      <img src="https://static.igem.org/mediawiki/2018/6/66/T--UC_Davis--Cenozoi_Transp.jpg "onmouseover="this.src='https://static.igem.org/mediawiki/2018/5/5e/T--UC_Davis--Cenozoi_green.jpg'"
 +
onmouseout="this.src='https://static.igem.org/mediawiki/2018/6/66/T--UC_Davis--Cenozoi_Transp.jpg'
 +
"  alt="Cenozoic logo" style="width: 80%; margin-left: auto;margin-right: auto;"Padding: "0";>
 +
      </a>
 +
    </div>
 +
    </div>
 +
 +
  <!--______________iGEM logo____________-->
 +
 +
 +
  <div class="logos" style="background-color: #002855">
 +
        <div class="iGEM">
 +
    <a href="https://2018.igem.org">
 +
    <img src="https://static.igem.org/mediawiki/2018/2/2b/T--UC_Davis--iGEM.png"  alt="iGEM logo" style="width: 40%; margin-left: auto;margin-right: auto;" ;Padding: "0";>
 +
    </a>
 +
  </div>
 +
</div>
 +
 +
 +
 +
 +
 +
</div>
 +
 +
<div style='padding-top: 200px;'></div>
 +
 +
<!--______________Top Navigation Bar____________-->
 +
  <ul class="topnav" id="topnav">
 +
 +
      <!--______________Project____________-->
 +
      <div class="dropdown">
 +
        <button class="dropbtn">PROJECT</button>
 +
          <div class="dropdown-content">
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Design">Design</a>
 +
<a href="https://2018.igem.org/Team:UC_Davis/Measurement">Measurement</a>
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Demonstrate">Results</a>
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Modeling">Modeling</a>
 +
            <a href="https://2018.igem.org/Team:UC_Davis/InterLab">InterLab</a>
 +
           
 +
 +
          </div>
 +
      </div>
 +
<!--______________Human Resources____________-->
 +
      <div class="dropdown">
 +
        <button class="dropbtn">HUMAN PRACTICES</button>
 +
          <div class="dropdown-content">
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Human_Practices">Integrating Human Practices</a>
 +
         
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Education">Education & Outreach</a>
 +
 +
          </div>
 +
      </div>
 +
<!--______________Parts____________-->
 +
      <div class="dropdown">
 +
        <button class="dropbtn">PARTS</button>
 +
          <div class="dropdown-content">
 +
       
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Parts">Basic</a>
 +
         
 +
 +
          </div>
 +
      </div>
 +
    <!--______________Lab____________-->
 +
    <div class="dropdown">
 +
      <button class="dropbtn">LAB WORK</button>
 +
        <div class="dropdown-content">
 +
          <a href="https://2018.igem.org/Team:UC_Davis/Experiments">Experiments</a>
 +
          <a href="https://2018.igem.org/Team:UC_Davis/Notebook">Lab Notebook</a>
 +
<a href="https://2018.igem.org/Team:UC_Davis/SupplementalMaterials">Supplementary Material</a>
 +
          <a href="https://2018.igem.org/Team:UC_Davis/Safety">Safety</a>
 +
 +
          </div>
 +
      </div>
 +
    <!--______________Acknowledgements____________-->
 +
    <div class="dropdown">
 +
      <button class="dropbtn">TEAM</button>
 +
          <div class="dropdown-content">
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Team">Meet the Team</a>
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Attributions">Attributions</a>
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Sponsors">Sponsors</a>
 +
          </div>
 +
    </div>
 +
    <!--______________Achievements____________-->
 +
    <div class="dropdown">
 +
      <button class="dropbtn">ACHIEVEMENTS</button>
 +
        <div class="dropdown-content">
 +
          <a href="https://2018.igem.org/Team:UC_Davis/Medal_Requirements">Medal Requirements</a>
 +
<a href="https://2018.igem.org/Team:UC_Davis/Collaborations">Collaborations</a>
 +
         
 +
          </div>
 +
    </div>
 +
 +
 +
<!--___________________________________Burger Menu____________________________________________-->
 +
<li class="burger"><input type="checkbox" id="b-control"><label for="b-control">&#9776;</label>
 +
<div class="burger-content">
 +
<div class="b-dropdown"><a href="Project" class="b-dropdown-main">Project</a>
 +
<div class="b-dropdown-content">
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Design">Design</a>
 +
<a href="https://2018.igem.org/Team:UC_Davis/Measurement">Measurement</a>
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Demonstrate">Results</a>
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Modeling">Modeling</a>
 +
            <a href="https://2018.igem.org/Team:UC_Davis/InterLab">InterLab</a>
 +
           
 +
</div>
 +
</div>
 +
<div class="b-dropdown"><a href="Practices" class="b-dropdown-main"> Human Practices</a>
 +
<div class="b-dropdown-content">
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Human_Practices">Integrating Human Practices</a>
 +
     
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Education">Education & Outreach</a>
 +
 +
</div>
 +
</div>
 +
<div class="b-dropdown"><a href="Parts" class="b-dropdown-main">Parts</a>
 +
<div class="b-dropdown-content">
 +
         
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Parts">Basic</a>
 +
         
 +
</div>
 +
</div>
 +
        <div class="b-dropdown"><a href="Lab" class="b-dropdown-main">Lab Work</a>
 +
<div class="b-dropdown-content">
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Experiments">Experiments</a>
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Notebook">Lab Notebook</a>
 +
<a href="https://2018.igem.org/Team:UC_Davis/SupplementalMaterials">Supplementary Material</a>
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Safety">Safety</a>
 +
</div>
 +
</div>
 +
<div class="b-dropdown b-Acknowledgements"><a href="Acknowledgements" class="b-dropdown-main">Team</a>
 +
<div class="b-dropdown-content">
 +
<a href="https://2018.igem.org/Team:UC_Davis/Team">Meet the Team</a>
 +
<a href="https://2018.igem.org/Team:UC_Davis/Attributions">Attributions</a>
 +
<a href="https://2018.igem.org/Team:UC_Davis/Sponsors">Sponsors</a>
 +
</div>
 +
</div>
 +
        <div class="b-dropdown"><a href="Parts" class="b-dropdown-main">Achievements</a>
 +
          <div class="b-dropdown-content">
 +
            <a href="https://2018.igem.org/Team:UC_Davis/Medal_Requirements">Medal Requirements</a>
 +
          <a href="https://2018.igem.org/Team:UC_Davis/Collaborations">Collaborations</a>
 +
          </div>
 +
        </div>
 +
</div>
 +
</span>
 +
</li>
 +
</ul>
 +
<!--__________________________________________________________________________________________-->
 +
 +
  </ul>
 +
</div>
 +
 +
<!--______Triangle and Spacing______-->
 +
<div class="triangleb"></div>
 +
<div class="spacer"></div>
 +
  <div style='padding-top: 30px;'></div>
 +
<!--_______CONTENT  Arrow 1______________-->
 +
<div class="rectanglew">
 +
  <center>
 +
    <div style = ' padding-right: 100PX; padding-left: 60PX; padding-bottom: 25px;padding-top: 100px; font-size: 25px; color: #d9a900; line-height: 25px'; ><b>Mammalian Cell Based Bioassay For Environmental Toxicology</b></div>
 +
  </center>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2018/9/9a/T--UC_Davis--SB1.jpg" style=' width: 900px;'>
 +
</center>
 +
    <div style='padding-top: 30px;'></div>
 +
    <div style = 'padding-right: 100PX; padding-left: 100PX; text-indent: 50px;line-height: 25px; font-size: 16px' >
 +
    Hello, we are team Cenozoic from the University of California, Davis. This year we developed a mammalian cell-based bioassay for detecting physiological stress, for use in environmental toxicology.
 +
<div style='padding-top: 30px;'></div>
 +
 
 +
</div>
 +
 +
</div>
 +
 +
 +
 +
 +
<!--_______CONTENT  Arrow 2______________-->
 +
 +
<div class="rectangleb">
 +
  <!--______Triangle and Spacing______-->
 +
  <div class="trianglew"></div>
 +
  <div class="spacerw"></div>
 +
 +
  <!-- Page content -->
 +
    <div style='padding-top: 25px;'></div>
 +
      <center>
 +
          <div style = 'padding-left: 10PX; padding-bottom: 20px;padding-top: 20px; font-size: 25px; color: #d9a900'; ><b>Inspiration</b></div>
 +
      </center>
 +
          <div style='padding-top: 30px;'></div>
 +
          <div class="info" style = "float:right;">
 +
            <img src="https://static.igem.org/mediawiki/2018/3/35/T--UC_Davis--Klamath.jpg" style="width:300px; height: 300px;padding-left: 20PX; padding-right:20px;padding-bottom: 20px;padding-top: 5px;">
 +
          </div>
 +
 +
 +
          <div style = 'padding-right: 100PX; padding-left: 100PX;padding-bottom: 60px; text-indent:50px ;line-height: 25px; color: #fff; font-size: 16px'; >
 +
          In the far northern end of California, a Native American tribe lives at the mouth of the Klamath River, where their people have lived for countless generations. This community exists in close relation with the local ecosystem, which they rely upon for food, materials for their traditional ceremonies, and recreation. In recent years this tribe has reported elevated rates of cancer, miscarriage, and other illnesses. Our team joined fellow researchers from our university to visit the tribe and learn about the problems they face.
 +
 +
            <br></br> Upriver from this community, industrial agriculture and forestry corporations manage the land. As part of their routine practices, these corporations apply herbicides, pesticides, and other industrial chemicals on the land under their control. These chemicals have been detected in the water of the river and in local flora and fauna Additionally, illegal marijuana growers in the region have been found to be using warfarin, a potent rat poison, to protect their crops from pests. This chemical has also been measured in the environment.
 +
 +
            <br></br> The tribe has presented the hypothesis that their health crisis is linked to the presence of these chemicals in their environment.
 +
 +
         
 +
          </div>
 +
</div>
 +
<!--______Triangle and Spacing______-->
 +
<div class="triangleb"></div>
 +
</div>
 +
 +
 +
<!--_______CONTENT  Arrow 3_____________-->
 +
<div class="rectanglew">
 +
<div class="triangleb"></div>
 +
<div class="spacer"></div>
 +
 +
    <div style='padding-top: 30px;'></div>
 +
        <center>
 +
          <div style = 'padding-left: 10PX; padding-bottom: 20px;padding-top: 20px; font-size: 25px; color: #d9a900'; ><b>Biosensor Design</b></div>
 +
        </center>
 +
          <div style='padding-top: 20px;'></div>
 +
<center>
 +
          <div class="info" style = "float:right;">
 +
            <img src="https://static.igem.org/mediawiki/2018/3/3b/T--UC_Davis--Cellglowt.jpg" style="height:200px; padding-left: 0%; padding-right:7%;padding-bottom: 20px;padding-top: 5px;">
 +
         
 +
</center>
 +
          <div style = 'padding-right: 100PX; padding-left: 100PX; text-indent: 50px;line-height: 25px; font-size: 16px' >
 +
            We designed a mammalian cell-based bioassay that reports activation of specific stress pathways via fluorescence, for use in environmental toxicology. To do this, we selected transcriptionally regulated target genes which are present in mammalian cells and are involved in stress pathways. We isolated the promoters with transcription factor binding sites from these target genes and coupled them to a fluorescent reporter gene. When a chemical of concern is screened using our assay, if it triggers a specific stress response, the reporter gene will be expressed, causing the assay to fluoresce. The fluorescence of the assay can be quantitatively measured and analyzed. This assay will provide data on the effect of chemicals of concern on the physiological health of mammalian cells.
 +
 +
<br></br>For a full report on our bioassay design, please visit our <a style='color: #d9a900' href="https://2018.igem.org/Team:UC_Davis/Design">project design page.</a>
 +
   
 +
</div>
 +
</div>
 +
</div>
 +
<div style='padding-top: 150px;'></div>
 +
</div>
 +
  <div class="trianglew" ></div>
 +
<!--_______CONTENT  Arrow 4_____________-->
 +
 +
<img src="https://static.igem.org/mediawiki/2018/e/eb/T--UC_Davis--AML12_EGFP.jpeg" style="margin-left: auto;margin-right: auto; z-index:1;"width="100%"; height="650px"; Padding: "0";>
 +
 +
 +
<!--_______CONTENT  Arrow 5_____________-->
 +
 +
<div class="rectangleb">
 +
  <!--______Triangle and Spacing______-->
 +
  <div class="triangleblk" ></div>
 +
  <div class="spacer" ></div>
 +
 +
    <div style='padding-top: 40px;'></div>
 +
      <center>
 +
        <div style = 'padding-left: 10PX; padding-bottom: 20px;padding-top: 20px; font-size: 25px; color: #d9a900'; ><b>Integrating Human Practices</b></div>
 +
      </center>
 +
        <div style='padding-top: 30px;'></div>
 +
        <div class="info" style = "float:left;">
 +
          <img src="https://static.igem.org/mediawiki/2018/4/43/T--UC_Davis--picFP.jpg" style="width: 350px; height: 400px;padding-left: 20%; padding-right:10px ;padding-bottom: 5px;padding-top: 5px;">
 +
        </div>
 +
 +
        <div style = 'padding-right: 100PX; padding-left: 100PX;padding-bottom: 60px; text-indent:50px ;line-height: 25px; color: #fff; font-size: 16px'; >
 +
          After learning about the problems facing this community, we became very interested in the cultural context in which any proposed solution involving synthetic biology would be used.
 +
 +
            <br></br> The tribe has previously voiced concerns about biotechnology. In 2015, the tribal leadership council passed the “Genetically Engineered Organism Ordinance,” which made illegal the creation, growth, or release of genetically engineered organisms within the tribe’s territory. Interestingly, when our team read through the law in question, we learned that the ban has generous exceptions, including all of bacterial synthetic biology. When we reached out to a member of the tribe’s scientific body for clarification, the tribe’s scientist told us that some forms of biotechnology were incompatible with this community’s values, other forms were not.
 +
 +
            <br></br> With a better understanding of the cultural context in hand, we set out to help solve this problem. The tribe’s concern was not about identifying the chemicals in their environment. Their question, to paraphrase a tribal member we met with, was “is this water going to make my kids sick?” They already knew what chemicals were present— what they wanted to know was what effect they had on the health of people in their community.
 +
 +
            <br></br> For a full report on what we learned from working with this indigenous community and how we integrated human practices into our project, please visit our <a style ='color:  #d9a900;' href="https://2018.igem.org/Team:UC_Davis/Human_Practices">Human Practices page.</a>
 +
        </div>
 +
 +
</div>
 +
<div class="rectanglew">
 +
<div class="triangleb"></div>
 +
<div class="spacer"></div>
 +
 +
    <div style='padding-top: 30px;'></div>
 +
        <center>
 +
          <div style = 'padding-left: 10PX; padding-bottom: 20px;padding-top: 20px; font-size: 25px; color: #d9a900'; ><b>Mammalian Synthetic Biology</b></div>
 +
        </center>
 +
          <div style='padding-top: 20px;'></div>
 +
<center>
 +
          <div class="info" style = "float:right;">
 +
            <img src="https://static.igem.org/mediawiki/2018/6/6d/T--UC_Davis--filler1.png" style="height:350px; padding-left: 0%; padding-right:7%;padding-bottom: 20px;padding-top: 5px;">
 +
         
 +
</center>
 +
          <div style = 'padding-right: 100PX; padding-left: 100PX; text-indent: 50px;line-height: 25px; font-size: 16px' >
 +
          Our project represents the first time that an iGEM team from our university has worked with mammalian cells. Mammalian synthetic biology in the iGEM competition is less well developed than bacterial systems, and we hope to help future teams work in this space. Mammalian cells offer unique challenges and opportunities, and there are very large gaps in shared knowledge and protocols for working with mammalian cells in iGEM. To this end, we have created comprehensive protocols for culturing of two mammalian cell lines, AML-12 and CHO-DG44, as well as protocols for transfection and characterization of EGFP expression. To download these protocols, please visit our  <a style ='color:  #d9a900;' href="https://2018.igem.org/Team:UC_Davis/Experiments">Experiments page</a>.
 +
   
 +
</div>
 +
</div>
 +
<div style='padding-top: 150px;'></div>
 +
</div>
 +
</body>
 
</html>
 
</html>
 +
 +
 +
{{Template: UC_Davis/footer}}

Latest revision as of 01:08, 18 October 2018

iGEM-mainpage

Mammalian Cell Based Bioassay For Environmental Toxicology
Hello, we are team Cenozoic from the University of California, Davis. This year we developed a mammalian cell-based bioassay for detecting physiological stress, for use in environmental toxicology.
Inspiration
In the far northern end of California, a Native American tribe lives at the mouth of the Klamath River, where their people have lived for countless generations. This community exists in close relation with the local ecosystem, which they rely upon for food, materials for their traditional ceremonies, and recreation. In recent years this tribe has reported elevated rates of cancer, miscarriage, and other illnesses. Our team joined fellow researchers from our university to visit the tribe and learn about the problems they face.

Upriver from this community, industrial agriculture and forestry corporations manage the land. As part of their routine practices, these corporations apply herbicides, pesticides, and other industrial chemicals on the land under their control. These chemicals have been detected in the water of the river and in local flora and fauna Additionally, illegal marijuana growers in the region have been found to be using warfarin, a potent rat poison, to protect their crops from pests. This chemical has also been measured in the environment.

The tribe has presented the hypothesis that their health crisis is linked to the presence of these chemicals in their environment.
Biosensor Design
We designed a mammalian cell-based bioassay that reports activation of specific stress pathways via fluorescence, for use in environmental toxicology. To do this, we selected transcriptionally regulated target genes which are present in mammalian cells and are involved in stress pathways. We isolated the promoters with transcription factor binding sites from these target genes and coupled them to a fluorescent reporter gene. When a chemical of concern is screened using our assay, if it triggers a specific stress response, the reporter gene will be expressed, causing the assay to fluoresce. The fluorescence of the assay can be quantitatively measured and analyzed. This assay will provide data on the effect of chemicals of concern on the physiological health of mammalian cells.

For a full report on our bioassay design, please visit our project design page.
Integrating Human Practices
After learning about the problems facing this community, we became very interested in the cultural context in which any proposed solution involving synthetic biology would be used.

The tribe has previously voiced concerns about biotechnology. In 2015, the tribal leadership council passed the “Genetically Engineered Organism Ordinance,” which made illegal the creation, growth, or release of genetically engineered organisms within the tribe’s territory. Interestingly, when our team read through the law in question, we learned that the ban has generous exceptions, including all of bacterial synthetic biology. When we reached out to a member of the tribe’s scientific body for clarification, the tribe’s scientist told us that some forms of biotechnology were incompatible with this community’s values, other forms were not.

With a better understanding of the cultural context in hand, we set out to help solve this problem. The tribe’s concern was not about identifying the chemicals in their environment. Their question, to paraphrase a tribal member we met with, was “is this water going to make my kids sick?” They already knew what chemicals were present— what they wanted to know was what effect they had on the health of people in their community.

For a full report on what we learned from working with this indigenous community and how we integrated human practices into our project, please visit our Human Practices page.
Mammalian Synthetic Biology
Our project represents the first time that an iGEM team from our university has worked with mammalian cells. Mammalian synthetic biology in the iGEM competition is less well developed than bacterial systems, and we hope to help future teams work in this space. Mammalian cells offer unique challenges and opportunities, and there are very large gaps in shared knowledge and protocols for working with mammalian cells in iGEM. To this end, we have created comprehensive protocols for culturing of two mammalian cell lines, AML-12 and CHO-DG44, as well as protocols for transfection and characterization of EGFP expression. To download these protocols, please visit our Experiments page.