Difference between revisions of "Team:UChicago"

 
(189 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{UChicago}}
 +
 
<html>
 
<html>
 
<head>
 
<head>
 
</head>
 
</head>
 
 
<body>
 
<body>
<div class="Title">
+
 
    <a href=#startlink><button class="sbutton">Start</button></a>
+
<div class="staticgel" id="toppic">
 
</div>
 
</div>
  
  
<style>
+
<img src="https://static.igem.org/mediawiki/2017/2/2d/T--UChicago--ppp.png"  id="title">
    .Title{
+
          background-image: url(https://static.igem.org/mediawiki/2017/1/1c/T--UChicago--TitleImg.jpg);
+
          height: 500px;
+
          width: 800px;
+
    }
+
  
    .sbutton{
 
          margin-left: 673px;
 
          margin-top: 187px;
 
          color: white;
 
          background-color: orange;
 
          border: none;
 
          outline: none;
 
          text-decoration: none;
 
          text-align: center;
 
          font-size: 25px;
 
          padding 15px 25px;
 
          cursor: pointer;
 
          border-radius: 15px;
 
          box-shadow: 0 9px #999;
 
    }
 
  
    .sbutton:hover{
 
          background-color: #FAD16C;
 
    }
 
    .sbutton:active{
 
          background-color: #FBE8BA;
 
          box-shadow: 0 5px #666;
 
          transform: translateY(4px);
 
    }
 
</style>
 
  
<div id="startlink" class="s1">
+
 
     <div class="text1">This is <i>Pichia pastors</i> , <br><br><br>a strain of yeast often<br><br><br> used in the<br><br><br> biotechnical industry.</div>
+
<div class="arrowcontainer">
    <div class="img1"><img src="https://static.igem.org/mediawiki/2017/d/dc/T--UChicago--logo.gif"></div>
+
 
 +
     <a data-scroll href="#p1" class="arrow"></a>
 +
 
 +
 
 
</div>
 
</div>
 +
 +
<h1>About GeneHackers</h1>
 +
<div class="paragraph" id="p1">
 +
Genehackers is a recognized undergraduate student association with The University of Chicago. Founded in 2013, our organization aims to raise awareness about synthetic biology through community and research. We have competed in the iGem competition since the founding of our group. Our team has created innovative projects that bring synthetic biology to the center of the laboratory experience.
 +
</div>
 +
 +
 +
<div class="paragraph" id="top">
 +
This year, UChicago Genehackers has set out to design the first yeast centromeric plasmid for <i>Pichia pastoris</i>.
 +
</div>
 +
 +
 +
<h1>iGem 2017</h1>
 +
<div class="paragraph">
 +
Our team has already made significant strides towards creating the proposed centromeric plasmid vector. We have grown psB1C3mut in LB+CAM (chloramphenicol), psD000 in LB+CAM and drop-out arginine plates and psD001 in LB+CAM. Additionally, we have amplified five potential centromeric regions in total from the chromosomal DNA of Pichia pastors.
 +
</div>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 
<style>
 
<style>
    .s1{
+
 
          height: 500px;
+
#bodyContent h1{
          background-color: #FAD16C;
+
text-align: center;
border-style: double none none none;
+
font-family: 'Open Sans', sans-serif;
    border-width: 20px;
+
font-size: 30px;
border-color: white;
+
color: rgb(0,109,171);
       
+
 
    }
+
.text1{
+
padding-top: 150px;
+
padding-left: 40px;
+
font-size: 50px;
+
width: 800px;
+
height: 800px;
+
 
}
 
}
.img1{
+
 
margin-left: 600px;
+
.circlepics{
margin-top: -800px;
+
  display: block;
 +
  margin: auto;
 +
  width: 50%;
 +
  height: 50%;
 
}
 
}
  
 +
.staticgel{
 +
  height: 875px;
 +
  width: 100%;
 +
  display: block;
 +
    margin: auto;
 +
  background-image: url('https://static.igem.org/mediawiki/2017/4/40/T--UChicago--PCRgel.jpg');
 +
  background-size: 100% 100%;
 +
  background-attachment: fixed;
 +
margin-top: -20px;
 +
}
  
i:hover{
+
#title{
font-size: 53px;
+
  position: absolute;
 +
  z-index: 1000;
 +
  top: 100px;
 +
left: 15%;
 +
width: 60%;
 +
 +
}
 +
#top{
 +
    width: 650px;
 +
font-size: 50px;
 +
margin: auto;
 +
margin-top: 50px;
 
color: white;
 
color: white;
 +
background-color: grey;
 +
height: 400px;
 +
}
  
</style>
+
#top:hover
 +
{
  
</body>
+
        background-color: rgb(0,109,171);
 +
background-color: rgba(0,109,171, .4);}
  
  
 +
.arrow {
 +
  box-sizing: border-box;
 +
  height: 40px;
 +
  width: 40px;
 +
  border-style: solid;
 +
  border-color: #006dab;
 +
  border-width: 0px 1px 1px 0px;
 +
  transform: rotate(45deg);
 +
  transition: border-width 150ms ease-in-out;
 +
}
  
 +
.arrow:hover {
 +
  border-bottom-width: 4px;
 +
  border-right-width: 4px;
 +
}
  
 +
.arrowcontainer {
 +
  display: flex;
 +
  align-items: center;
 +
  justify-content: center;
 +
  margin-top: -150px;
 +
  height: 150px;
 +
}
  
  
 +
.circlepics{
 +
  display: block;
 +
  margin: auto;
 +
  width: 50%;
 +
  height: 50%;
 +
 +
}
  
  
<div class="column full_size" >
+
.paragraph{
</div>
+
  padding-top: 15px;
 +
  padding-bottom: 15px;
 +
  padding-right: 30px;
 +
text-align: left;
 +
  font-size: 20px;
 +
  margin-right: 30px;
 +
  margin-left: 20px;
 +
  padding-left: 20px;
 +
line-height: 1.5;
 +
text-align: center;
 +
}
  
<h1> Project Description </h1>
+
#bodyContent{
<p> Centromeric plasmids combine the stability of a chromosome and the flexibility of a plasmid to create the perfect tool for bioengineering purposes. Pichia pastoris, a strain of yeast that is often used for these purposes, lacks a centromeric plasmid, which limits the research that can be done with this strain of yeast. The University of Chicago iGEM Team, GeneHackers, is conducting research to create a centromeric plasmid for Pichia pastoris. This project aims to create a plasmid that will be useful for a multitude of purposes, such as bioengineering or industrial applications. To begin this experiment, we are to find and incorporate the minimal sequence within the chromosomes of Pichia pastoris to help this plasmid behave like chromosome. Once found, the sequence will lead to the creation of a centromeric plasmid for Pichia pastoris. </p>
+
padding-right: 15%;
 +
}
  
  
<div class="column full_size" >
+
</style>
<h1> Welcome to iGEM 2017! </h1>
+
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
</div>  
+
  
<div class="clear"></div>
+
<div class="circles">
 +
<div>
 +
<a class="btn" id="pencil" href="https://2017.igem.org/Team:UChicago/Description"><i class="ion-iso-arrow-down"></i></a>
 +
</div>
  
<div class="column half_size" >
+
<div>
<h5>Before you start: </h5>
+
<a class="btn" id="gavel" href="https://2017.igem.org/Team:UChicago/Parts"><i class="ion-ios-arrow-down"></i></a>
<p> Please read the following pages:</p>
+
<ul>
+
<li>  <a href="https://2017.igem.org/Competition">Competition Hub</a> </li>
+
<li> <a href="https://2017.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
<li> <a href="https://2017.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
</ul>
+
 
</div>
 
</div>
  
<div class="column half_size" >
 
<div class="highlight">
 
<h5> Styling your wiki </h5>
 
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
 
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
 
</div>
 
 
</div>
 
</div>
  
<div class="column full_size" >
+
<style>
<h5> Wiki template information </h5>
+
.circles{
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2017.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
display: flex;
 +
margin: 0 auto;
 +
padding-top: 50px;
 +
width: 450px;
 +
}
  
</div>
+
.btn {
 +
display: block;
 +
width:200px;
 +
margin-left: 10px;
 +
margin-right: 10px;
 +
  height: 200px;
 +
  border-radius: 50%;
 +
  border: 5px solid rgb(0,109,171);;
 +
}
  
 +
#pencil{
 +
background-image: url('https://static.igem.org/mediawiki/2017/e/e3/T--UChicago--project.png');
 +
opacity: .5;
 +
}
  
 +
#gavel{
 +
background-image: url('https://static.igem.org/mediawiki/2017/7/77/T--UChicago--partstras.png');
 +
opacity: .5;
 +
}
  
 +
#gavel:hover, #pencil:hover{
 +
opacity: 1;
 +
}
  
<div class="column half_size" >
+
.footer2 a{
<h5> Editing your wiki </h5>
+
color: white;
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
text-decoration:none; 
<p> <a href="https://2017.igem.org/wiki/index.php?title=Team:Example&action=edit"> </a>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
}
  
</div>
+
.footer2{
 +
background-color: grey;
 +
width: auto;
 +
height: 50px;
 +
margin-top: 45px;
 +
text-align: center;
 +
color: white;
 +
font-family: 'Open Sans', sans-serif;
 +
padding-top: 28px;
 +
}
  
  
<div class="column half_size" >
 
<h5>Tips</h5>
 
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
 
<ul>
 
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
 
<li>Be clear about what you are doing and how you plan to do this.</li>
 
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
 
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
 
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
 
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2017.igem.org/Calendar">iGEM 2017 calendar</a> </li>
 
<li>Have lots of fun! </li>
 
</ul>
 
</div>
 
  
  
<div class="column half_size" >
+
</style>
<h5>Inspiration</h5>
+
<div class="footer2">
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<a href="mailto:genehackers.uchicago@gmail.com">GeneHackers 2017</a>
<ul>
+
<div>
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
 
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
 
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
 
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
</div>
+
  
<div class="column half_size" >
 
<h5> Uploading pictures and files </h5>
 
<p> You can upload your pictures and files to the iGEM 2017 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
 
When you upload, set the "Destination Filename" to <br><code>T--YourOfficialTeamName--NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)<br><br>
 
  
<a href="https://2017.igem.org/Special:Upload">
 
UPLOAD FILES
 
</a>
 
</p>
 
</div>
 
  
  
 
</html>
 
</html>

Latest revision as of 03:30, 1 November 2017

About GeneHackers

Genehackers is a recognized undergraduate student association with The University of Chicago. Founded in 2013, our organization aims to raise awareness about synthetic biology through community and research. We have competed in the iGem competition since the founding of our group. Our team has created innovative projects that bring synthetic biology to the center of the laboratory experience.
This year, UChicago Genehackers has set out to design the first yeast centromeric plasmid for Pichia pastoris.

iGem 2017

Our team has already made significant strides towards creating the proposed centromeric plasmid vector. We have grown psB1C3mut in LB+CAM (chloramphenicol), psD000 in LB+CAM and drop-out arginine plates and psD001 in LB+CAM. Additionally, we have amplified five potential centromeric regions in total from the chromosomal DNA of Pichia pastors.