Team:UCSC/Attributions

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
m
 
(19 intermediate revisions not shown)
Line 6: Line 6:
<html>
<html>
-
 
+
<body>
 +
<p style="color:#F7EB06"> <a href="https://2014.igem.org/wiki/index.php?title=Team:UCSC/Attributions&action=edit"style="color:PaleGoldenrod"> Click here  to edit this page!</a> </p>
<!--main content -->
<!--main content -->
-
<table width="70%" align="center">
+
<head>
 +
<style>
 +
#menuWrapper {
 +
width:100%; /* Menu width */
 +
height:35px;
 +
padding-left:12px;
 +
background: SteelBlue;/* Background color */
 +
background-size: 100%;
 +
}
 +
.menu {
 +
padding:0;
 +
margin:0;
 +
list-style:none;
 +
height:75px;
 +
position:relative;
 +
z-index:5;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
 +
.menu li:hover li a {
 +
background:none;
 +
}
 +
.menu li.top {display:block; float:left;}
 +
.menu li a.top_link {
 +
display:block;
 +
float:left;
 +
height:45px;
 +
line-height:34px;
 +
color:gold;
 +
text-decoration:none;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
font-size:18px; /* Font size */
 +
padding:0 0 0 10px;
 +
cursor:pointer;
 +
}
 +
.menu li a.top_link span {
 +
float:left;
 +
display:block;
 +
padding:0 24px 0 12px;
 +
height:35px;
 +
}
 +
.menu li a.top_link span.down {
 +
float:left;
 +
display:block;
 +
padding:0 24px 0 12px;
 +
height:35px;
 +
}
 +
.menu li a.top_link:hover, .menu li:hover > a.top_link {color:#fff; }
 +
.menu li:hover {position:relative; z-index:2;}
 +
.menu ul,
 +
.menu li:hover ul ul,
 +
.menu li:hover ul li:hover ul ul,
 +
.menu li:hover ul li:hover ul li:hover ul ul,
 +
.menu li:hover ul li:hover ul li:hover ul li:hover ul ul
 +
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 +
.menu li:hover ul.sub {
 +
left:0;
 +
top:35px;
 +
background:SteelBlue; /* Submenu background color */
 +
padding:3px;
 +
white-space:nowrap;
 +
width:200px;
 +
height:auto;
 +
z-index:3;
 +
}
 +
.menu li:hover ul.sub li {
 +
display:block;
 +
height:30px;
 +
position:relative;
 +
float:left;
 +
width:200px;
 +
font-weight:normal;
 +
}
 +
.menu li:hover ul.sub li a{
 +
display:block;
 +
height:30px;
 +
width:200px;
 +
line-height:30px;
 +
text-indent:5px;
 +
color:#ccc;
 +
text-decoration:none;
 +
}
 +
.menu li ul.sub li a.fly {
 +
/* Submenu Background Color */
 +
background:RosyBrown
 +
}
 +
.menu li:hover ul.sub li a:hover {
 +
background:#orange; /* Background Color on mouseover */
 +
color: white;
 +
}
 +
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly {
 +
/* Background on Mouseover */
 +
background:#646464 url(http://2.bp.blogspot.com/-38QeToUdU48/UWmqpRNO-LI/AAAAAAAADP4/A4AJhnSm0Fg/s1600/arrow_over.gif) 185px 10px no-repeat; color:#fff;}
-
<!--welcome box -->
+
.menu li:hover ul li:hover ul,
-
<tr>
+
.menu li:hover ul li:hover ul li:hover ul,
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
.menu li:hover ul li:hover ul li:hover ul li:hover ul,
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
left:200px;
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
top:-4px;
-
<br>
+
background: #333; /* Background Color of the Submenu */
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:UCSC/Attributions&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
padding:3px;
-
</td>
+
white-space:nowrap;
-
</tr>
+
width:200px;
 +
z-index:4;
 +
height:auto;
 +
}
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
#wrapperHeader{
-
<!-- end welcome box -->
+
  width: 100%;
-
<tr>
+
  height: 320px;
 +
  background:RosyBrown url(https://static.igem.org/mediawiki/2014/thumb/8/84/UCSC_Pafford_JBaskin.jpg/448px-UCSC_Pafford_JBaskin.jpg) no-repeat top left;
 +
  text-align: right;
 +
}
 +
#wrapperHeader div#header {
 +
width:1000px;
 +
height:200px;
 +
margin:0 auto;
 +
}   
-
<!--navigation menu -->
+
myh1{
-
<td align="center" colspan="3">
+
    color: gold;
 +
    text-align: center;
 +
    font-size: 70px;
 +
}
-
<table  width="100%">
+
myh2{
-
<tr heigth="15px"></tr>
+
    color: orange;
-
<tr heigth="75px">
+
    text-align: center;
 +
    font-size: 50px;
 +
}
 +
myh3{
 +
    color: RosyBrown;
 +
    text-align: center;
 +
    font-size: 40px;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
myh4{
-
<a href="https://2014.igem.org/Team:UCSC"style="color:#000000">Home </a> </td>
+
    color: SpringGreen;
 +
    font-family:Tahoma, Geneva, sans-serif;
 +
    text-align: center;
 +
    font-size: 15px;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
myh5{
-
<a href="https://2014.igem.org/Team:UCSC/Team"style="color:#000000"> Team </a> </td>
+
    color: SteelBlue;
 +
    text-align: center;
 +
    font-size: 20px;
 +
}
 +
</style>
 +
</head>
-
<td style="border:1px solid black;" align="center" height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<div id="wrapperHeader">
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=UCSC"style="color:#000000"> Official Team Profile </a></td>
+
<div id="header"><br>
 +
<myh1><br><br><br><br><b>Attributions</b></myh1></div>  
 +
</div>
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
<div id='menuWrapper'>
-
<a href="https://2014.igem.org/Team:UCSC/Project"style="color:#000000"> Project</a></td>
+
<ul class='menu'>
 +
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC"><span><b>HOME</b></span></a></li>
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Project"><span class='down'>Project</span></a>
-
<a href="https://2014.igem.org/Team:UCSC/Parts"style="color:#000000"> Parts</a></td>
+
<ul class='sub'>
 +
<li><a href = "https://2014.igem.org/Team:UCSC/Project">Project Overview</a>
 +
<li><a href="https://2014.igem.org/Team:UCSC/Parts">Parts</a></li>
 +
<li><a href="https://2014.igem.org/Team:UCSC/Safety">Safety</a></li>
 +
</ul>
 +
</li>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Bioethics"><span class='down'>Bioethics</span></a>
-
<a href="https://2014.igem.org/Team:UCSC/Modeling"style="color:#000000"> Modeling</a></td>
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Notebook"><span class='down'>Notebook</span></a>
-
<a href="https://2014.igem.org/Team:UCSC/Notebook"style="color:#000000"> Notebook</a></td>
+
<ul class='sub'>
 +
<li><a href="https://2014.igem.org/Team:UCSC/Notebook">Interactive Schedule</a></li>
 +
<li><a href="https://2014.igem.org/Team:UCSC/Modeling">Models</a></li>
 +
</ul>
 +
</li>
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<li class='top'><a class='top_link' href="https://2014.igem.org/Team:UCSC/Team">Team</a>
-
<a href="https://2014.igem.org/Team:UCSC/Safety"style=" color:#000000"> Safety </a></td>
+
<ul class='sub'><li><a href='https://igem.org/Team.cgi?year=2014&team_name=UCSC'>Official Profile</a></li>
 +
<li><a href="https://2014.igem.org/Team:UCSC/Team">Undergrad Researchers</a></li>
 +
<li><a href = "">The Bioethics Team</a>
 +
<li><a href="https://2014.igem.org/Team:UCSC/Attributions">Attributions</a></li>
 +
</li>
 +
</ul>
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 
-
<a href="https://2014.igem.org/Team:UCSC/Attributions"style="color:#000000"> Attributions </a></td>
 
 +
<li class='top'><a class='top_link' href="https://2014.igem.org/Meetups/August_UCSC"><span><b>Our Meetup</b></span></a>
 +
</li>
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
<li class='top'><a class='top_link' href="https://experiment.com/projects/sustainable-next-generation-biofuel-production"><span><myh4><b> Thank you, Donors!</b></myh4></span></a>
-
</tr>
+
</li>
-
</table>
+
-
</tr>
+
 +
</ul>
 +
</div>
-
</tr>
+
<br>
-
+
-
</td>
+
<a href= "http://www.ucsc.edu/"> <img src="https://static.igem.org/mediawiki/2014/9/94/UCSC_School_Logo_white.jpg" height = "100px" align = "center"></a>
-
 
+
<a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" height = "100px" align = "center"></a>
-
<tr> <td colspan="3" height="15px"> </td></tr>
+
<a href = "http://www.geneious.com/"> <img src= "https://static.igem.org/mediawiki/2014/d/d6/Genious_logo.png" height = "100px" align = "center"></a>
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
<a href = "https://us.vwr.com/"> <img src= "https://static.igem.org/mediawiki/2014/4/4f/Sponsors_Logo_VWR.jpg" height = "60px" align = "center"></a>
-
<tr> <td colspan="3" height="5px"> </td></tr>
+
<tr>
 +
<br><br><br>
<!--Attributions content -->
<!--Attributions content -->
 +
<myh2>Faculty Advisors </myh2><br><br>
 +
<myh3>Dr. David Bernick</myh3><br>
 +
<p> Ph. D. in Bioinformatics and Biomolecular Engineering, 2010, UC Santa Cruz</p>
 +
<br><br>
 +
<myh3>Dr. Sandra Dreisbach</myh3><br>
 +
 +
<br><br>
 +
<myh2> Mentors </myh2><br><br>
 +
<myh3>Hossein Amiri</myh3><br><br>
 +
<myh5></myh5>
 +
<br><br>
 +
<myh3>Logan Mulroney </myh3><br><br>
 +
<myh5>Graduate Student in Bioengineering</myh5>
 +
<br><br>
 +
<myh3> Jeffrey Nivala</myh3><br><br>
 +
<myh5></myh5>
 +
<br><br>
 +
<myh3> Charles Paine </myh3><br><br>
 +
<myh5>BS in Bioengineering from UCSC, with strong interest in Bioinformatics</myh5>
 +
 +
<br><br><br>
 +
 +
<myh2>Subgroups</myh2><br><br>
 +
 +
<myh3>Biochemistry</myh3><br>
 +
<p>Wade Dugdale, Stas Fridland, Kevin Sweeny</p>
 +
<br><br>
 +
 +
<myh3>Bioengineering and Genetics</myh3><br>
 +
<p>Stas Fridland, Max Genetti, Renee Jocic, Rolando Perez, Vinay Poodari, Dominic Schenone, Saumya Singh, Kaylee Walker</p>
 +
<br><br>
 +
 +
<myh3>Bioinformatics</myh3><br>
 +
<p>Renee Jocic, Chris Lee, Charlie Paine, Lenore Pafford</p>
 +
<br><br>
 +
 +
<myh3>Ethics</myh3><br>
 +
<p></p>
 +
 +
<br><br><br>
 +
 +
<myh2>Fundraising </myh2><br><br>
 +
<p> All fundraising was done either through the university directly, or from our crowd funding page at <a href = "https://experiment.com/projects/sustainable-next-generation-biofuel-production"> Experiment.com </a> </p>
 +
 +
<br><br><br>
 +
 +
<myh2> References </myh2><br><br>
 +
<myh3> Spring Journal Club Articles</myh3><br><br>
 +
<myh5> This course was designed to weed out potential project topics, and trained students in academic article research.</myh5>
 +
<p>
 +
<br>Atsumi, Shota, Anthony F. Cann, Michael R. Connor, Claire R. Shen, Kevin M. Smith, Mark P. Brynildsen, Katherine J.y. Chou, Taizo Hanai, and James C. Liao. "Metabolic Engineering of Escherichia Coli for 1-butanol Production." Metabolic Engineering 10.6 (2008): 305-11. ScienceDirect. Web.<br>
 +
 +
<br>Bond-Watts, Brooks B., Robert J. Bellerose, and Michelle C Y Chang. "Enzyme Mechanism as a Kinetic Control Element for Designing Synthetic Biofuel Pathways." Nature Chemical Biology 7.4 (2011): 222-27. Web.<br>
 +
 +
<br>Lim, Jae Hyung, Sang Woo Seo, Se Yeon Kim, and Gyoo Yeol Jung. "Model-driven Rebalancing of the Intracellular Redox State for Optimization of a Heterologous N-butanol Pathway in Escherichia Coli." Metabolic Engineering 20 (2013): 56-62. Web.<br>
 +
 +
<br>Timpson, Leanne M., Ann-Kathrin Liliensiek, Diya Alsafadi, Jennifer Cassidy, Michael A. Sharkey, Susan Liddell, Thorsten Allers, and Francesca Paradisi. "A Comparison of Two Novel Alcohol Dehydrogenase Enzymes (ADH1 and ADH2) from the Extreme Halophile Haloferax Volcanii." Applied Microbiology and Biotechnology 97.1 (2013): 195-203. Web.<br>
 +
 +
<br>Yamamoto, Shogo, Masako Suda, Satoko Niimi, Masayuki Inui, and Hideaki Yukawa. "Strain Optimization for Efficient Isobutanol Production Using Corynebacterium Glutamicum Under Oxygen Deprivation." Biotechnology and Bioengineering 110.10 (2013): n. pag. Wiley Online Library. Web.<br>
 +
 +
<br>Zaigler, Alexander, Stephan C. Schuster, and Jörg Soppa. "Construction and Usage of a Onefold-coverage Shotgun DNA Microarray to Characterize the Metabolism of the Archaeon Haloferax Volcanii." Molecular Microbiology 48.4 (2003): 1089-105. Web.
 +
</p>
 +
<!--
<tr><td > <h3> iGEM Team attributions page</h3></td>
<tr><td > <h3> iGEM Team attributions page</h3></td>
<td ></td >
<td ></td >
-
<td > <h3> </h3></td>
+
<td > <h3></h3></td>
</tr>
</tr>
Line 146: Line 347:
</ol>
</ol>
</td>
</td>
-
 
+
-->
</tr>
</tr>
</table>
</table>
</html>
</html>

Latest revision as of 19:46, 14 October 2014



Click here to edit this page!





Faculty Advisors

Dr. David Bernick

Ph. D. in Bioinformatics and Biomolecular Engineering, 2010, UC Santa Cruz



Dr. Sandra Dreisbach


Mentors

Hossein Amiri



Logan Mulroney

Graduate Student in Bioengineering

Jeffrey Nivala



Charles Paine

BS in Bioengineering from UCSC, with strong interest in Bioinformatics


Subgroups

Biochemistry

Wade Dugdale, Stas Fridland, Kevin Sweeny



Bioengineering and Genetics

Stas Fridland, Max Genetti, Renee Jocic, Rolando Perez, Vinay Poodari, Dominic Schenone, Saumya Singh, Kaylee Walker



Bioinformatics

Renee Jocic, Chris Lee, Charlie Paine, Lenore Pafford



Ethics




Fundraising

All fundraising was done either through the university directly, or from our crowd funding page at Experiment.com




References

Spring Journal Club Articles

This course was designed to weed out potential project topics, and trained students in academic article research.


Atsumi, Shota, Anthony F. Cann, Michael R. Connor, Claire R. Shen, Kevin M. Smith, Mark P. Brynildsen, Katherine J.y. Chou, Taizo Hanai, and James C. Liao. "Metabolic Engineering of Escherichia Coli for 1-butanol Production." Metabolic Engineering 10.6 (2008): 305-11. ScienceDirect. Web.

Bond-Watts, Brooks B., Robert J. Bellerose, and Michelle C Y Chang. "Enzyme Mechanism as a Kinetic Control Element for Designing Synthetic Biofuel Pathways." Nature Chemical Biology 7.4 (2011): 222-27. Web.

Lim, Jae Hyung, Sang Woo Seo, Se Yeon Kim, and Gyoo Yeol Jung. "Model-driven Rebalancing of the Intracellular Redox State for Optimization of a Heterologous N-butanol Pathway in Escherichia Coli." Metabolic Engineering 20 (2013): 56-62. Web.

Timpson, Leanne M., Ann-Kathrin Liliensiek, Diya Alsafadi, Jennifer Cassidy, Michael A. Sharkey, Susan Liddell, Thorsten Allers, and Francesca Paradisi. "A Comparison of Two Novel Alcohol Dehydrogenase Enzymes (ADH1 and ADH2) from the Extreme Halophile Haloferax Volcanii." Applied Microbiology and Biotechnology 97.1 (2013): 195-203. Web.

Yamamoto, Shogo, Masako Suda, Satoko Niimi, Masayuki Inui, and Hideaki Yukawa. "Strain Optimization for Efficient Isobutanol Production Using Corynebacterium Glutamicum Under Oxygen Deprivation." Biotechnology and Bioengineering 110.10 (2013): n. pag. Wiley Online Library. Web.

Zaigler, Alexander, Stephan C. Schuster, and Jörg Soppa. "Construction and Usage of a Onefold-coverage Shotgun DNA Microarray to Characterize the Metabolism of the Archaeon Haloferax Volcanii." Molecular Microbiology 48.4 (2003): 1089-105. Web.