Difference between revisions of "Team:UC San Diego/Contribution"

(Prototype team page)
 
Line 1: Line 1:
{{UC_San_Diego}}
+
<html lang="en">
<html>
+
<head>
 +
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 +
<style>
  
 +
a {
 +
  color:inherit;
 +
  text-decoration:none;
 +
}
 +
a:hover {
 +
  color:inherit;
 +
  text-decoration:none;
 +
}
 +
a:active {
 +
  color:inherit;
 +
  text-decoration:none;
 +
}
  
<div class="column full_size judges-will-not-evaluate">
+
.navbar_custom {
<h3>★  ALERT! </h3>
+
  height:8vh;
<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: #090f14;
<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>
+
  position:fixed;
</div>
+
  width:100%;
<div class="clear"></div>
+
  z-index:999;
 +
  float:left;
 +
}
 +
.navlink {
 +
  position:relative;
 +
  height:100%;
 +
  padding:20px;
 +
  min-width:164px;
 +
  text-align:center;
 +
  color:#fff;
 +
  float:right;
 +
  font-size:18px;
 +
  font-weight:300;
 +
  font-family: 'Cutive Mono', monospace;
 +
  letter-spacing: -2px;
 +
  transition: all .2s;
 +
}
 +
.navlink:hover {
 +
  background:#141d26;
  
 +
}
 +
.navdrop {
 +
  position:absolute;
 +
  top:100%;
 +
  left:0;
 +
  width:100%;
 +
  background:black;
 +
  display:none;
 +
}
 +
.subnavlink{
 +
  padding:8px;
 +
  width:100%;
 +
  text-align:left;
 +
}
 +
.subnavlink:hover {
 +
  background:#394959;
 +
}
 +
.navlink:hover > .navdrop {
 +
  display: block;
 +
}
 +
.syneco {
 +
  float:left;
 +
  background-repeat: no-repeat;
 +
  height:100%;
 +
  width:250px;
 +
  font-size:42px;
 +
  padding-top:8px;
 +
  color:#fff;
 +
  font-family: 'Cutive Mono', monospace;
 +
  padding-left:16px;
 +
}
  
<div class="column full_size">
+
#sideMenu, #top_title {
<h1>Contribution</h1>
+
  display: none;
<h3>Bronze Medal Criterion #4</h3>
+
}
<p><b>Standard Tracks:</b> Participate in the Interlab Measurement Study (to be documented on your InterLab page) and/or improve the characterization of an existing BioBrick Part or Device and enter this information on that part's Main Page in the Registry. The part that you are characterizing must NOT be from a 2017 part number range. Teams who are working on improving the characterization of an existing part should document their experimental design here, along with an explanation for why they chose that part to improve. Data can also be shown here, but it MUST also be documented on the part's Main Page in the Registry.
+
#content {
<br><br>
+
  width:100% !important;
<b>Special Tracks:</b> Document at least one new substantial contribution to the iGEM community that showcases a project related to BioBricks. This contribution should be central to your project and equivalent in difficulty to making and submitting a BioBrick part.
+
  margin: 0px !important;
 +
  margin-top:8vh !important;
 +
background: linear-gradient(#141d26, #394959);
 +
}
  
</p>
+
.titleMain {
</div>
+
  font-size:92px;
 +
  color:#fff;
 +
  position: absolute;
 +
  top:50%;
 +
  left:calc(50% - 157.6px);
 +
}
 +
.quote {
 +
  font-size:42px;
 +
  color:white;
 +
  width:40%;
 +
  margin-left:auto;
 +
  margin-right:auto;
 +
  text-align: center;
 +
  margin-top:196px;
 +
  margin-bottom:332px;
 +
}
 +
.titleBroad {
 +
  font-size:64px;
 +
  text-align:center;
 +
  padding:32px;
 +
  color:#fff;
 +
}
 +
.card {
 +
  padding:18px;
 +
  position:relative;
 +
}
 +
.cardImage {
 +
  width:100%;
 +
  border-radius:12px;
 +
}
  
 +
.protocol {
 +
  width:100%;
  
 +
  color:#fff;
 +
  border-radius:12px;
 +
  box-sizing:border-box;
 +
  padding:16px;
 +
  padding-left:32px;
 +
  padding:right:32px;
  
 +
}
 +
.white {
 +
  background:#fff;
 +
  color:#000;
 +
  border-radius:12px;
 +
  box-sizing:border-box;
 +
  padding:32px;
 +
  padding-left:64px;
 +
  padding-right:64px;
 +
}
 +
.timeImage {
 +
  width:100%;
 +
  border-radius:12px;
 +
}
 +
.timeItem {
 +
  position:relative;
 +
  text-align:center;
 +
  color:#fff;
 +
  font-size:18px;
 +
}
 +
.timeHover {
 +
  display:none;
 +
  position:absolute;
 +
  top:100%;
 +
  left:-50%;
 +
  width:200%;
 +
  color:#fff;
 +
  font-size:18px;
 +
  border-radius:6px;
 +
  text-align:center;
 +
  padding:4px;
  
 +
}
 +
.timeItem:hover > .timeHover{
 +
display:inline-block;
 +
}
 +
.timelineInfo {
 +
  color:#fff;
 +
  text-align:center;
 +
  padding:32px;
 +
  font-size:18px;
 +
}
 +
.timelineBar {
 +
  position:absolute;
 +
  top:50%;
 +
  left:5%;
 +
  z-index:-1;
 +
  border:solid 2px white;
 +
  height:1px;
 +
  width:90%;
 +
}
 +
h5 {
 +
  margin-bottom:48px;;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
  <div class="container-fluid" style="padding:64;">
 +
    <!--hover shows name click to jump to scroll position -->
 +
    <div class="timeline row">
 +
      <div class="titleBroad col-xs-12">
 +
        <center>
 +
          <img style="width:40%;" src="HP_handshake.png"><br />
 +
          Collaborations
 +
        </center>
 +
      </div>
  
  
 +
      </div>
 +
      <div class="row">
 +
        <div class="card col-xs-12">
 +
      <div class=" white" style="margin-top:64px;">
 +
        <h1>Collaborations</h1>
 +
        <h3>UCSC iGEM</h3>
 +
        <p style="margin-left:16px;">This year, our team collaborated with UCSC iGEM because our projects relied on using the same organism, namely Synechococcus elongatus PCC 7492. We gave them the strain because their lab did not have it, and we also discussed a number of strategies on how to take care of the bacteria and culture them properly. In return, UCSC iGEM was very helpful in giving us advice as a new team. We were very inspired by their project from last year, and they even helped us get in contact with a regional director at the American Diabetes Association. In addition, they offered to assist us with the tagatose detection phase of our project because their campus had the detection column that we were looking for.</p>
 +
        <center><img style="width:60%; padding:32px;" src="ucsc.png"></center>
 +
        <h3>CC-TP iGEM</h3>
 +
        <p style="margin-left:16px;">We also thought that it would be important to collaborate with teams that were near to us. Therefore, we reached out to the high school students across from UCSD who also participate in iGEM. Because our projects had different focuses, we decided to discuss presentation strategies and general tips on how to prepare for the Jamboree. The captain of the team has gone to the competition for the past two year teams, and she helped us start thinking about the structure and narrative of our presentation. We also discussed the possibility of media exposure for both teams on the San Diego Tribune.</p>
 +
        <h3>SDA iGEM</h3>
 +
        <p style="margin-left:16px;">As a team we wanted to focus on making synthetic biology accessible to as many individuals as possible. Therefore, we invited a high school student, Ayse, to intern with the Golden Lab during the summer and sit in on our meetings and get a sense of how to run an iGEM team. Eventually, Ayse went back to her school, San Dieguito Academy, and we gave a presentation to the Intro to Biotech class. Afterwards, several students from SDA reached out to us and expressed interest in starting up a team. We sat down with them and showed them all our resources for starting up a team; best of luck at next year’s competition!</p>
 +
        <center><img style="width:60%; padding:32px;"src="sda.jpg"></center>
 +
        <h3>San Diego Meetup</h3>
 +
        <p style="margin-left:16px;">Before we fly out for Boston, we also thought it would be valuable to do several trial runs of our presentation and then get feedback from all the advisors. We also invited past members of UC San Diego and UCLA iGEM to give their thoughts. Therefore, we are hosting the San Diego meetup at Geisel Library on November 4. Hope to see all the San Diego and Southern California teams there!</p>
 +
 +
      </div>
 +
    </div>
 +
    </div>
 +
  </div>
 +
</body>
 
</html>
 
</html>

Revision as of 03:19, 1 November 2017


Collaborations

Collaborations

UCSC iGEM

This year, our team collaborated with UCSC iGEM because our projects relied on using the same organism, namely Synechococcus elongatus PCC 7492. We gave them the strain because their lab did not have it, and we also discussed a number of strategies on how to take care of the bacteria and culture them properly. In return, UCSC iGEM was very helpful in giving us advice as a new team. We were very inspired by their project from last year, and they even helped us get in contact with a regional director at the American Diabetes Association. In addition, they offered to assist us with the tagatose detection phase of our project because their campus had the detection column that we were looking for.

CC-TP iGEM

We also thought that it would be important to collaborate with teams that were near to us. Therefore, we reached out to the high school students across from UCSD who also participate in iGEM. Because our projects had different focuses, we decided to discuss presentation strategies and general tips on how to prepare for the Jamboree. The captain of the team has gone to the competition for the past two year teams, and she helped us start thinking about the structure and narrative of our presentation. We also discussed the possibility of media exposure for both teams on the San Diego Tribune.

SDA iGEM

As a team we wanted to focus on making synthetic biology accessible to as many individuals as possible. Therefore, we invited a high school student, Ayse, to intern with the Golden Lab during the summer and sit in on our meetings and get a sense of how to run an iGEM team. Eventually, Ayse went back to her school, San Dieguito Academy, and we gave a presentation to the Intro to Biotech class. Afterwards, several students from SDA reached out to us and expressed interest in starting up a team. We sat down with them and showed them all our resources for starting up a team; best of luck at next year’s competition!

San Diego Meetup

Before we fly out for Boston, we also thought it would be valuable to do several trial runs of our presentation and then get feedback from all the advisors. We also invited past members of UC San Diego and UCLA iGEM to give their thoughts. Therefore, we are hosting the San Diego meetup at Geisel Library on November 4. Hope to see all the San Diego and Southern California teams there!