Team:Minnesota/Project

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(40 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{:Team:Minnesota/Templates/Minnesota_Main_Style}}
-
 
+
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
This is a template page. READ THESE INSTRUCTIONS.
+
<title>Team:Minnesota - Project</title>
 +
 
 +
<script type="text/javascript" src="jquery.js"></script>
 +
<script type="text/javascript">
 +
 
 +
 
 +
$(document).ready(function(){
 +
 
 +
  // jQuery functions go here...
 +
 
 +
//vertical autocenter
 +
$(window).resize(function(){
 +
  $('#ContentAll').css({
 +
    position:'absolute',
 +
    top: ($(window).height() - $('#ContentAll').outerHeight())/2
 +
  });
 +
  $('#bgImageDiv').css({
 +
    position:'absolute',
 +
    top: -1*($(window).height() - $('#bgImageDiv').height())/2
 +
  });
 +
 
 +
});
 +
 
 +
$(window).resize();
 +
//end vertial autocenter
 +
 
 +
//background image centering
 +
 
 +
//main page image switcher
 +
 
 +
$("#mainRightButton1").hover(
 +
    function() {
 +
      $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/projects_maroon_txt.png");},         
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/projects_maroon_img.png");}
 +
);
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
//social media button switchers
 +
 
 +
$("#twitterButton").hover(
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter.png");},         
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter_1.png");}
 +
);
 +
 
 +
 
 +
 
 +
}); //ends .ready function
 +
 +
 
 +
 
 +
</script>
 +
 
 +
<style type="text/css">
 +
 
 +
 
 +
</style>
 +
 
 +
 
 +
</head>
 +
 
 +
 
 +
<body>
 +
 
 +
 
 +
<div id="ContentAll">
 +
 
 +
<div id="MainBannerImage">
 +
<img src="http://img20.imageshack.us/img20/35/19hf.png">
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
<div id="MainBanner">
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace.
+
 
 +
<div id="SideBarAll">
 +
<div class="sideNavBar2">
 +
<ul>
 +
<li><a href='https://2013.igem.org/Team:Minnesota'>HOME</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Team'>TEAM</a></li>
 +
<li><a class="current" href='https://2013.igem.org/Team:Minnesota/Project'>PROJECT</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Notebook'>NOTEBOOK</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Attributions'>ATTRIBUTIONS</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Outreach'>OUTREACH</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Safety'>SAFETY</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Sponsors'>SPONSORS</a></li>
 +
</ul>
</div>
</div>
 +
 +
<div class="sideSocialMediaButtons">
 +
 +
<div style="position:absolute; left:36px; top:6px;">
 +
<a href="https://twitter.com/GopheriGEM">
 +
<img id="twitterButton" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/twitter_1.png">
 +
</a>
</div>
</div>
-
</html>
+
</div> <!--End sideSocialMediaButtons-->
-
<!-- *** End of the alert box *** -->
+
<!--temp area for guide to social media-->
 +
<div style="position:absolute; top:440px; left:20px;font-family:Verdana;font-size:15;">
 +
Follow us on Twitter!
 +
</div>
 +
</div> <!--End sideBarAll-->
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
<div id="MainBoxAll">
-
!align="center"|[[Team:Minnesota|Home]]
+
-
!align="center"|[[Team:Minnesota/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Minnesota Official Team Profile]
+
-
!align="center"|[[Team:Minnesota/Project|Project]]
+
-
!align="center"|[[Team:Minnesota/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Minnesota/Modeling|Modeling]]
+
-
!align="center"|[[Team:Minnesota/Notebook|Notebook]]
+
-
!align="center"|[[Team:Minnesota/Safety|Safety]]
+
-
!align="center"|[[Team:Minnesota/Attributions|Attributions]]
+
-
|}
+
 +
<div id="MainBoxContent" style="background-color:white;">
 +
<p>The 2013 University of Minnesota iGEM team aims to produce active human insulin by designing a versatile expression system in the industrially-relevant yeast, Pichia pastoris.  The team will construct several novel expression systems and employ methanol-based induction systems using the standardized, modular design of the BioBricks systems. As well as this, the team will use cross-kingdom conjugation to advance the genetic toolkit available for transformation and expression in Pichia.  Ultimately, we will utilize our system to produce active insulin as a proof-of-concept.</p>
 +
<a href="https://2013.igem.org/Team:Minnesota/Project/Pichia_Expression_System">
 +
<img style="position:absolute; top:125px;left:0px" id="MainCaffeineButton" src="http://img51.imageshack.us/img51/8678/qr5h.png">
 +
</a>
-
== '''Overall project''' ==
+
<a href="https://2013.igem.org/Team:Minnesota/Project/Pichia_Expression_System">
 +
<img style="position:absolute; top:125px;left:0px; display:none;" id="MainCaffeineButton2" src="http://imageshack.us/a/img202/7744/jyit.png">
 +
</a>
-
Tell us more about your project. Give us background. Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs)
+
<a href="https://2013.igem.org/Team:Minnesota/Project/Insulin">
 +
<img style="position:absolute; top:125px;left:325px" id="MainSunscreenButton" src="http://imageshack.us/a/img51/9952/48b2.png">
 +
</a>
 +
<a href="https://2013.igem.org/Team:Minnesota/Project/Insulin">
 +
<img style="position:absolute; top:125px;left:325px; display:none;" id="MainSunscreenButton2" src="http://imageshack.us/a/img138/6616/4299.png">
 +
</a>
 +
</div>
 +
<div class="rightNavButtons">
 +
<div style="position:absolute;left:5px;top:0px;">
 +
<a href="#"><img id="mainRightButton1" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/projects_maroon_img.png"></a>
 +
</div>
-
== Project Details==
+
<!-- 2013 edit
 +
<div style="position:absolute;left:5px;top:75px;">
 +
<a href="https://2013.igem.org/Team:Minnesota/Project/Caffeine_Yeast"><img id="mainRightButton2" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/caffeinatedbread_gold_img.png"></a>
 +
</div>
 +
<div style="position:absolute;left:5px;top:150px;">
 +
<a href="https://2013.igem.org/Team:Minnesota/Project/UV_Absorption"><img id="mainRightButton3" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/bacterialsunscreen_gold_img.png"></a>
 +
</div>
 +
END 2013 edit-->
 +
</div><!--end rightNavButtons-->
-
=== Part 2 ===
 
 +
<div id="MainBoxOtherLinks">
 +
<p class="otherLinks">
 +
<a href="https://igem.org/2013_Judging_Form?id=1187">iGEM Home</a> | <a href="https://igem.org/2013_Judging_Form?id=1187" style="color:red;">iGEM Judge-Click Here!</a> | <a href="https://igem.org/Team.cgi?id=1187">Team Minnesota Info</a> |
 +
<a href="http://www1.umn.edu/twincities/index.html">University of Minnesota Home</a> |  <a href="https://2013.igem.org/Team:Minnesota/Contact">Contact Us!</a>
 +
</p>
 +
</div> <!--end mainboxotherlinks-->
-
=== The Experiments ===
 
 +
</div> <!--end mainboxall-->
-
=== Part 3 ===
+
</div> <!--end content all-->
-
== Results ==
+
 
 +
<div class="hidden">
 +
<script type="text/javascript">
 +
<!--//--><![CDATA[//><!--
 +
var images = new Array()
 +
function preload() {
 +
for (i = 0; i < preload.arguments.length; i++) {
 +
images[i] = new Image()
 +
images[i].src = preload.arguments[i]
 +
}
 +
}
 +
preload(
 +
"http://i1158.photobucket.com/albums/p607/iGEM_MN/caffeinatedbread_maroon_img.png",
 +
"http://i1158.photobucket.com/albums/p607/iGEM_MN/caffeinatedbread_maroon_txt.png",
 +
"http://i1158.photobucket.com/albums/p607/iGEM_MN/caffeinatedbread_gold_img.png",
 +
"http://i1158.photobucket.com/albums/p607/iGEM_MN/caffeinatedbread_gold_txt.png",
 +
"http://i1158.photobucket.com/albums/p607/iGEM_MN/bacterialsunscreen_maroon_img.png",
 +
"http://i1158.photobucket.com/albums/p607/iGEM_MN/bacterialsunscreen_maroon_txt.png",
 +
"http://i1158.photobucket.com/albums/p607/iGEM_MN/bacterialsunscreen_gold_img.png",
 +
"http://i1158.photobucket.com/albums/p607/iGEM_MN/bacterialsunscreen_gold_txt.png",
 +
 
 +
 
 +
)
 +
//--><!]]>
 +
</script>
 +
</div>
 +
</body>
 +
 
 +
 
 +
 
 +
</html>

Latest revision as of 03:52, 28 September 2013

Team:Minnesota - Main Style Template Team:Minnesota - Project

The 2013 University of Minnesota iGEM team aims to produce active human insulin by designing a versatile expression system in the industrially-relevant yeast, Pichia pastoris. The team will construct several novel expression systems and employ methanol-based induction systems using the standardized, modular design of the BioBricks systems. As well as this, the team will use cross-kingdom conjugation to advance the genetic toolkit available for transformation and expression in Pichia. Ultimately, we will utilize our system to produce active insulin as a proof-of-concept.