Team:SouthBend-Mishawaka-HS-2/Attributions

From 2011.igem.org

(Difference between revisions)
(Attributions & Contributions)
 
(19 intermediate revisions not shown)
Line 20: Line 20:
==Attributions & Contributions==
==Attributions & Contributions==
 +
Our team is very thankful for all the contributions made. Thanks to Professor Twaddle and Mr. Madden for guiding and providing knowledge. Thanks to the 2009 Gronigen Team for our promoter K190015 Designed by Michael Verhoeven. Thanks to the 2006 MIT team for the Wintergreen reporter J45119 Designed by Boyuan Zhu. Thanks to the Endy Lab for the GFP reporter E0840 Designed by Jennifer Braff.
 +
<br>
 +
We would like to thank all our sponsors listed below including the Lilly foundation for their generous grant and Ivy Tech for letting us use their lab.
 +
<br>
 +
https://www.indypatientsafety.org/images/logos/lilly_foundation_logo.gif http://www.iupui.edu/~ivy/_Assets/ivy_tech_logo.jpg https://static.igem.org/mediawiki/2010/6/6f/Agilent-2c_Corp_Sig_50mm.jpg
 +
https://static.igem.org/mediawiki/2010/1/1e/Alberta_innovates_30h.jpg
 +
https://static.igem.org/mediawiki/2010/2/29/ADSK_logo_S_black_web_32h.png
 +
https://static.igem.org/mediawiki/2010/6/6c/EMDtwitterlogo.jpg
 +
https://static.igem.org/mediawiki/2010/6/6f/Emergence_logo_30h.jpg
 +
https://static.igem.org/mediawiki/2010/1/1e/Fbi_seal_mod_50px.png
 +
https://static.igem.org/mediawiki/2009/1/16/Geneart_Logo_Colour_h26px.png
 +
https://static.igem.org/mediawiki/2010/6/67/GinkgoBioworksLogo20px.png
 +
https://static.igem.org/mediawiki/2010/9/97/Mathworks_Logo_R1_RGB_26h.jpg
 +
https://static.igem.org/mediawiki/2010/9/93/Mit_logo_h26px.jpg
 +
https://static.igem.org/mediawiki/2011/f/fc/Nasa_logo_h50px.png
 +
https://static.igem.org/mediawiki/2010/6/6c/Nsf_logo_h26px.jpg
 +
https://static.igem.org/mediawiki/2010/5/5f/Osli_official_logo_26h.png
 +
https://static.igem.org/mediawiki/2010/e/e9/SynBERC_logo_h26px.png
 +
<html>
-
Each team must clearly attribute work done by the team on this pageThey must distinguish work done by the team from work done by others, including the host labs, advisors, instructors, graduate students, and postgraduate masters students.
+
 
 +
 
 +
<style type="text/css">
 +
 
 +
#pics {
 +
margin-left:-5px;
 +
margin-right:-5px;
 +
text-align:center;
 +
        background-image: url(https://static.igem.org/mediawiki/2010/d/d2/IGEM_official_gray4.png);
 +
        background-repeat: no-repeat;
 +
        background-position: center;
 +
}
 +
 
 +
.piclinks {
 +
border:none;
 +
text-decoration:none;
 +
position:relative;
 +
z-index:5;
 +
}
 +
 
 +
#desc-table {
 +
width:370px;
 +
height:170px;
 +
border: none;
 +
background:transparent;
 +
margin:10px 0px;
 +
}
 +
 +
#desc {
 +
border: none;
 +
background:transparent;
 +
padding:0px;
 +
text-align:justify;
 +
font-size:12pt;
 +
}
 +
 
 +
a { outline:0}
 +
 
 +
#wrapperheadline {
 +
position:relative;
 +
font-size: 14pt;
 +
font-weight:bold;
 +
}
 +
 
 +
</style>
 +
 
 +
<script type="text/javascript">
 +
 +
var modelarray = new Array();
 +
var teamarray = new Array();
 +
var humanarray = new Array();
 +
var notearray = new Array();
 +
var partsarray = new Array();
 +
var suparray = new Array();
 +
 
 +
for (var i = 0; i <= 3; i++) {
 +
modelarray[i] = new Image();
 +
teamarray[i] = new Image();
 +
humanarray[i] = new Image();
 +
notearray[i] = new Image();
 +
partsarray[i] = new Image();
 +
suparray[i] = new Image();
 +
}
 +
 
 +
modelarray[1].src="https://static.igem.org/mediawiki/2010/2/2d/Modeling_none.png";
 +
modelarray[2].src="https://static.igem.org/mediawiki/2010/a/a6/Modeling_hover.png";
 +
modelarray[3].src="https://static.igem.org/mediawiki/2010/e/e1/Modeling_down.png";
 +
 
 +
teamarray[1].src="https://static.igem.org/mediawiki/2010/8/82/Team_none.png";
 +
teamarray[2].src="https://static.igem.org/mediawiki/2010/d/d2/Team_hover.png";
 +
teamarray[3].src="https://static.igem.org/mediawiki/2010/9/97/Team_down.png";
 +
 
 +
humanarray[1].src="https://static.igem.org/mediawiki/2010/a/a7/Human_practices_none.png";
 +
humanarray[2].src="https://static.igem.org/mediawiki/2010/1/1e/Human_practices_hover.png";
 +
humanarray[3].src="https://static.igem.org/mediawiki/2010/d/d6/Human_practices_down.png";
 +
 
 +
notearray[1].src="https://static.igem.org/mediawiki/2010/8/8f/Notebook_none.png";
 +
notearray[2].src="https://static.igem.org/mediawiki/2010/1/18/Notebook_hover.png";
 +
notearray[3].src="https://static.igem.org/mediawiki/2010/a/a5/Notebook_down.png";
 +
 
 +
partsarray[1].src="https://static.igem.org/mediawiki/2010/5/57/Parts_none.png";
 +
partsarray[2].src="https://static.igem.org/mediawiki/2010/3/38/Parts_hover.png";
 +
partsarray[3].src="https://static.igem.org/mediawiki/2010/c/c0/Parts_down.png";
 +
 
 +
suparray[1].src="https://static.igem.org/mediawiki/2010/4/46/Support_none.png";
 +
suparray[2].src="https://static.igem.org/mediawiki/2010/2/22/Support_hover.png";
 +
suparray[3].src="https://static.igem.org/mediawiki/2010/8/8d/Support_down.png";
 +
 
 +
function writeText(txt)
 +
{document.getElementById("desc").innerHTML=txt; }
 +
 
 +
function swap(num,effect) {
 +
 
 +
switch (num) {
 +
 
 +
case 1: document.getElementById("pic"+num).src =modelarray[effect].src;
 +
break;
 +
case 2: document.getElementById("pic"+num).src =teamarray[effect].src;
 +
break;
 +
case 3: document.getElementById("pic"+num).src =humanarray[effect].src;
 +
break;
 +
case 4: document.getElementById("pic"+num).src =notearray[effect].src;
 +
break;
 +
case 5: document.getElementById("pic"+num).src =partsarray[effect].src;
 +
break;
 +
case 6: document.getElementById("pic"+num).src =suparray[effect].src;
 +
break;
 +
}
 +
}
 +
 
 +
function mouseOver(num) {
 +
  swap(num,2);
 +
}
 +
 
 +
function mouseOut(num)
 +
{
 +
swap(num,1);
 +
}
 +
 
 +
function mouseDown(num)
 +
{
 +
swap(num,3);
 +
}
 +
 
 +
function mouseUp(num)
 +
{
 +
swap(num,2);
 +
}
 +
 
 +
</script>
 +
 
 +
<div id="slider">
 +
 
 +
 
 +
<div id="pics">
 +
<a class="piclinks" href="javascript:writeText('And we are not talking about fashion! In our team, a group of students was in charge of the computational interpretation and modeling of the data generated. Want to read more? Click <a href=&quot;https://2011.igem.org/Team:SouthBend-Mishawaka-HS-2/Modeling&quot;>here</a>!')" onMouseOver="mouseOver(1)"  onMouseOut="mouseOut(1)" onMouseDown="mouseDown(1)" onMouseUp="mouseUp(1)">
 +
<img id="pic1" border=0 src="https://static.igem.org/mediawiki/2010/2/2d/Modeling_none.png" />
 +
</a>
 +
 
 +
<a class="piclinks" href="javascript:writeText('Our team comprised a group of seven motivated students and four advisors. Want to meet them? Click <a href=&quot;https://2011.igem.org/Team:SouthBend-Mishawaka-HS-2/Team&quot;>here</a>!')" onMouseOver="mouseOver(2)" onMouseOut="mouseOut(2)" onMouseDown="mouseDown(2)" onMouseUp="mouseUp(2)">
 +
<img id="pic2"  border=0 src="https://static.igem.org/mediawiki/2010/8/82/Team_none.png"; />
 +
</a>
 +
 
 +
<a class="piclinks" href="javascript:writeText('A philosophy and a psychology student helped us to understand how Synthetic Biology interacts with society. Click <a href=&quot;https://2010.igem.org/Team:Heidelberg/Human_Practices&quot;>here</a> to see how our science is percieved by the public!')" onMouseOver="mouseOver(3)" onMouseOut="mouseOut(3)" onMouseDown="mouseDown(3)" onMouseUp="mouseUp(3)">
 +
<img id="pic3"  border=0 src="https://static.igem.org/mediawiki/2010/a/a7/Human_practices_none.png" />
 +
</a>
 +
 
 +
<center><table id="desc-table"><tr><td><div id ="desc" border=0><center>Please click a Button to get more information! </center></div></td></tr></table></center>
 +
 
 +
 
 +
<a class="piclinks" href="javascript:writeText('As in any piece of research, we have been keeping detailed notebooks with the experiments we have done. Want to retrace our steps? Click <a href=&quot;https://2011.igem.org/Team:SouthBend-Mishawaka-HS-2/Notebook&quot;>here</a>!')" onMouseOver="mouseOver(4)" onMouseOut="mouseOut(4)" onMouseDown="mouseDown(4)" onMouseUp="mouseUp(4)">
 +
<img  id="pic4" border=0 src="https://static.igem.org/mediawiki/2010/8/8f/Notebook_none.png" />
 +
</a>
 +
 
 +
<a class="piclinks" href="javascript:writeText('we used multiple parts in our device. Want to know which ones? Click <a href=&quot;https://2011.igem.org/Team:SouthBend-Mishawaka-HS-2/Parts&quot;>here</a>!')" onMouseOver="mouseOver(5)" onMouseOut="mouseOut(5)" onMouseDown="mouseDown(5)" onMouseUp="mouseUp(5)">
 +
<img id="pic5"  border=0 src="https://static.igem.org/mediawiki/2010/5/57/Parts_none.png" />
 +
</a>
 +
 
 +
<a class="piclinks" href="javascript:writeText('Igem is sponsored by 8 different groups. Want to find out more? Click <a href=&quot;https://2011.igem.org/Sponsors&quot;>here</a>!')" onMouseOver="mouseOver(6)" onMouseOut="mouseOut(6)" onMouseDown="mouseDown(6)" onMouseUp="mouseUp(6)">
 +
<img id="pic6"  border=0 src="https://static.igem.org/mediawiki/2010/4/46/Support_none.png" />
 +
</a>
 +
</div><br><br>
 +
<div class="clear"></div>
 +
</div>
 +
 
 +
 
 +
<body>
 +
 
 +
 
 +
<object type="application/x-shockwave-flash" data="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=F09600&bgcolor=f2f2f2&date_month=06&date_day=25&date_year=0&un=IGEM JAMBOREE 2011&size=normal&mo=06&da=25&yr=2011" width="250" height="80"><param name="movie" value="http://www.oneplusyou.com/bb/files/countdown/countdown.swf?co=F09600&date_month=06&date_day=25&date_year=0&un=UNTIL IGEM JAMBOREE 2011&size=normal&mo=06&da=25&yr=2011" /><param name="bgcolor" value="#f2f2f2" /></object>
 +
 
 +
  </body>
 +
</html>

Latest revision as of 17:09, 24 June 2011

SouthBend-Mishawaka-HS-2 logo.png



Home Team Official Team Profile Project Parts Submitted to the Registry Modeling Notebook Safety Attributions


Attributions & Contributions

Our team is very thankful for all the contributions made. Thanks to Professor Twaddle and Mr. Madden for guiding and providing knowledge. Thanks to the 2009 Gronigen Team for our promoter K190015 Designed by Michael Verhoeven. Thanks to the 2006 MIT team for the Wintergreen reporter J45119 Designed by Boyuan Zhu. Thanks to the Endy Lab for the GFP reporter E0840 Designed by Jennifer Braff.
We would like to thank all our sponsors listed below including the Lilly foundation for their generous grant and Ivy Tech for letting us use their lab.
lilly_foundation_logo.gif ivy_tech_logo.jpg Agilent-2c_Corp_Sig_50mm.jpg Alberta_innovates_30h.jpg ADSK_logo_S_black_web_32h.png EMDtwitterlogo.jpg Emergence_logo_30h.jpg Fbi_seal_mod_50px.png Geneart_Logo_Colour_h26px.png GinkgoBioworksLogo20px.png Mathworks_Logo_R1_RGB_26h.jpg Mit_logo_h26px.jpg Nasa_logo_h50px.png Nsf_logo_h26px.jpg Osli_official_logo_26h.png SynBERC_logo_h26px.png

Please click a Button to get more information!