Team:Minnesota/Attributions

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:Minnesota/Templates/Minnesota_Main_Style}}
{{:Team:Minnesota/Templates/Minnesota_Main_Style}}
 +
<html>
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<title>Team:Minnesota - Attributions</title>
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<script type="text/javascript" src="jquery.js"></script>
 +
<script type="text/javascript">
-
<html>
+
 
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
$(document).ready(function(){
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
 
-
This is a template page. READ THESE INSTRUCTIONS.
+
  // 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/welcome_maroon_txt.png");
 +
      $("#MainBoxContentImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/image1_resized.png");
 +
      $(".mainContentTextBanner").text("Welcome to the University of Minnesota iGEM team website! Please take some time to explore around by hovering over the icons on the right for quick blurbs or navigate using the buttons to the left. We hope you enjoy learning about us and what we do!");
 +
    },         
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png");}
 +
);
 +
 
 +
 
 +
 
 +
 
 +
 
 +
//social media button switchers
 +
$("#fbButton").hover(
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook.png");},         
 +
    function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook_1.png");}
 +
);
 +
 
 +
$("#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://i1158.photobucket.com/albums/p607/iGEM_MN/MainBanner_trans.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 href='https://2013.igem.org/Team:Minnesota/Project'>PROJECT</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Software'>SOFTWARE</a></li>
 +
<li><a href='https://2013.igem.org/Team:Minnesota/Notebook'>NOTEBOOK</a></li>
 +
<li><a class="current" 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:6px; top:6px;">
 +
<a href="http://www.facebook.com/GopheriGEM2013">
 +
<img id="fbButton" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/facebook_1.png">
 +
</a>
</div>
</div>
-
</html>
 
-
<!-- *** End of the alert box *** -->
+
<div style="position:absolute; left:66px; 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> <!--End sideSocialMediaButtons-->
 +
<!--temp area for guide to social media-->
 +
<div style="position:absolute; top:420px; left:20px;font-family:Verdana;font-size:15;">
 +
Like us on FB and follow us on Twitter!
 +
</div>
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
</div> <!--End sideBarAll-->
-
!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="MainBoxAll">
-
Each team must clearly attribute work done by the team on this page. They must distinguish work done by the team from work done by others, including the host labs, advisors, instructors, graduate students, and postgraduate masters students.
+
<div id="MainBoxContent" style="background-color:white;">
 +
<img style="position:absolute; width:670px; top:-35px; left:30px;" src="http://i1158.photobucket.com/albums/p607/iGEM_MN/team_panorama.jpg">
 +
<div class="ScrollDiv" style="height:350px;top:100px;">
 +
<h1>Sciency Stuff</h1>
 +
<h2>Caffeine Yeast Team</h2>
 +
<b>Project idea:</b> Hannah Aho, Molly Swanson <br>
 +
Project Design: Hannah Aho, Molly Swanson, Dana Morrone, George Chao <br>
 +
Plasmid/gBlock design: George Chao, Molly Swanson, Hannah Aho, Misha Patel <br>
 +
Shuttle vector construction/testing: George Chao, Molly Swanson, Hannah Aho, Misha Patel <br>
 +
Expression device construction: George Chao, Molly Swanson, Hannah Aho, Misha Patel <br>
 +
Bacterial Bio Bricking: George Chao, Molly Swanson, Hannah Aho, Misha Patel <br>
 +
Yeast transformations: George Chao, Misha Patel <br>
 +
Caffeine Toxicity: Hannah Aho, Dana Morrone <br>
 +
Caffeine Assay: Hannah Aho, George Chao <br>
 +
<h2>UV Absorbing Bacteria Team:</h2>
 +
Project idea: Michelle Goettge, Nolan Kennedy <br>
 +
Project Design: Michelle Goettge, Nolan Kennedy, Mark Held, Grayson Wawrzyn, David Babson <br>
 +
Parts cloning: Michelle Goettge, Nolan Kennedy, Kyle Smith, Niko Le Miuex <br>
 +
Parts testing: Michelle Goettge, Nolan Kennedy <br>
 +
UV resistance characterization: Nolan Kennedy <br>
 +
<h1>Outreach:</h1>
 +
State Fair Event Organizer: George Chao <br>
 +
State Fair Presenters: George Chao, Misha Patel, Hannah Aho, Molly Swanson, Nolan Kennedy <br>
 +
Survey Designer: Nolan Kennedy, Kyle Smith, Dana Morrone, Mark Held <br>
 +
<h1>Wiki:</h1>
 +
Wiki Design: George Chao, Yahya Rushdi <br>
 +
Logo Design: Yahya Rushdi, George Chao <br>
 +
Wiki Figure Creation: George Chao, Yahya Rushdi <br>
 +
Wiki Content Contributors: Everyone! <br>
 +
<h1>T-Shirt:</h1>
 +
T-Shirt Design: George Chao, Aunica Kane, Yahya Rushdi <br>
 +
 
 +
 
 +
</div>
 +
 
 +
</div> <!--end mainboxcontent-->
 +
 
 +
 
 +
 
 +
<div id="MainBoxOtherLinks">
 +
<p class="otherLinks">
 +
<a href="https://2013.igem.org/Main_Page">iGEM Home</a> | <a href="https://2013.igem.org/Team:Minnesota/Judges" style="color:red;">iGEM Judge-Click Here!</a> | <a href="https://igem.org/Team.cgi?id=814">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-->
 +
 
 +
 
 +
 
 +
</div> <!--end mainboxall-->
 +
 
 +
 
 +
</div> <!--end content all-->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<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/image4_resized.png",
 +
 
 +
)
 +
//--><!]]>
 +
</script>
 +
</div>
 +
</body>
 +
 
 +
 
 +
 
 +
</html>

Revision as of 08:15, 13 July 2013

Team:Minnesota - Main Style Template Team:Minnesota - Attributions

Like us on FB and follow us on Twitter!

Sciency Stuff

Caffeine Yeast Team

Project idea: Hannah Aho, Molly Swanson
Project Design: Hannah Aho, Molly Swanson, Dana Morrone, George Chao
Plasmid/gBlock design: George Chao, Molly Swanson, Hannah Aho, Misha Patel
Shuttle vector construction/testing: George Chao, Molly Swanson, Hannah Aho, Misha Patel
Expression device construction: George Chao, Molly Swanson, Hannah Aho, Misha Patel
Bacterial Bio Bricking: George Chao, Molly Swanson, Hannah Aho, Misha Patel
Yeast transformations: George Chao, Misha Patel
Caffeine Toxicity: Hannah Aho, Dana Morrone
Caffeine Assay: Hannah Aho, George Chao

UV Absorbing Bacteria Team:

Project idea: Michelle Goettge, Nolan Kennedy
Project Design: Michelle Goettge, Nolan Kennedy, Mark Held, Grayson Wawrzyn, David Babson
Parts cloning: Michelle Goettge, Nolan Kennedy, Kyle Smith, Niko Le Miuex
Parts testing: Michelle Goettge, Nolan Kennedy
UV resistance characterization: Nolan Kennedy

Outreach:

State Fair Event Organizer: George Chao
State Fair Presenters: George Chao, Misha Patel, Hannah Aho, Molly Swanson, Nolan Kennedy
Survey Designer: Nolan Kennedy, Kyle Smith, Dana Morrone, Mark Held

Wiki:

Wiki Design: George Chao, Yahya Rushdi
Logo Design: Yahya Rushdi, George Chao
Wiki Figure Creation: George Chao, Yahya Rushdi
Wiki Content Contributors: Everyone!

T-Shirt:

T-Shirt Design: George Chao, Aunica Kane, Yahya Rushdi