Difference between revisions of "Team:UMBC-Maryland/Attributions"

 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
{{Team:UMBC-Maryland/TemplateTop}}
[[File:Team_UMBC-Maryland_banner.jpg|600px]]
+
 
<html>
 
<html>
 
+
<div class="divider-bar"></div>
<style type="text/css">
+
 
+
/* PAGE LAYOUT */
+
+
/* page background color*/
+
body {
+
background-color: #A7A9AB;
+
}
+
 
+
 
+
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
#mainContainer { 
+
width: 980px;
+
overflow: hidden;
+
float:left;
+
margin-left: 20px;
+
background-color: #EEEDEA;
+
border-bottom: 6px solid #EE3e53;
+
}
+
 
+
/* Creates the container for the menu */
+
#menuContainer  {
+
float:right;
+
width: 150px;
+
background-color: #0e232f;
+
height: 100%;
+
border-top: 6px solid #EE3e53;
+
font-family: "Arial", Helvetica, sans-serif;
+
}
+
 
+
/* Creates the container for the content */
+
#contentContainer {
+
background-color: #EEEDEA;
+
width: 810px;
+
float: left;
+
padding: 10px;
+
border-top: 6px solid #EE3e53;
+
}
+
 
+
 
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
 
+
 
+
/*Change the styling of text for everything inside main container*/
+
#mainContainer p {
+
font-family: "Arial", Helvetica, sans-serif;
+
font-size: 12px;
+
color: #0e232f;
+
}
+
+
/*This changes the color and font family */
+
#contentContainer h1, h2, h3, h4, h5, h6 {
+
font-family: "Arial", Helvetica, sans-serif;
+
color: #0e232f;
+
border-bottom: none;
+
font-weight: bold;
+
text-transform: uppercase;
+
}
+
 
+
/*Style of the links - links are different inside the menu */
+
#contentContainer a {
+
font-weight: bold;
+
color: #ee3e53;
+
}
+
 
+
  /* Styling links on hover- links are different inside the menu */
+
#contentContainer a:hover{
+
color: #f4b248;
+
}
+
 
+
/*Change the styling of tables */
+
        #contentContainer table {
+
    border: 1px solid #0e232f;
+
    border-collapse: collapse;
+
    width: 90%
+
    margin: auto;
+
    margin-bottom: 15px;
+
    margin-top: 15px;
+
    margin-right: 10px;
+
    margin-left: 10px;
+
    }
+
 
+
/*Change the styling of table cells*/
+
    #contentContainer  td {
+
    padding: 10px;
+
    border: 1px solid #0e232f;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    background-color: #EEEDEA;
+
    }
+
 
+
/*Change the styling of table headers */
+
    #contentContainer th {
+
    padding: 10px;
+
    border: 1px solid #0e232f;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    background-color: #e8d5b7;
+
    }
+
 
+
 
+
/*MENU STYLING */
+
 
+
/*Styling for the links in the menu */
+
#menuContainer a {
+
color: #EEEDEA;
+
text-decoration:none;
+
font-weight: bold;
+
}
+
 
+
/* Sets the style for lists inside menuContainer  */
+
#menuContainer ul {
+
width:100%;
+
list-style: none;
+
margin: auto;
+
padding-top: 10px;
+
padding-bottom: 10px;
+
 
+
}
+
 
+
/*Styles the list items to become menu buttons */
+
#menuContainer ul li {
+
display: block;
+
position: relative;
+
padding: 10px;
+
margin-bottom:5px;
+
padding-left: -20px;
+
}
+
 
+
#menuContainer ul li:hover {
+
background: #F4B248;
+
color: #0e232f;
+
}
+
 
+
 
+
/*HIde the submenus and removes the padding */
+
#menuContainer li ul {
+
display: none;
+
padding-top:15px;
+
margin-left: -9px;
+
}
+
 
+
/*Shows the submenus once you hover*/
+
#menuContainer li:hover ul {
+
display: block;
+
}
+
 
+
/*style the submenu buttons*/
+
#menuContainer li ul li {
+
background: #0E232F;
+
width: 100%;
+
}
+
 
+
#menuContainer li ul li:hover {
+
background: #EE3E53;
+
color: #fff;
+
}
+
 
+
 
+
 
+
/*CLASSES */
+
/*Clear class for all the pages, adds spacing too*/
+
.clear{
+
clear:both;
+
height: 10px;
+
}
+
 
+
/* highlight box for special messages */
+
    .highlightBox {
+
    width:500px;
+
            margin:auto;
+
            background-color: #E8D5B7;
+
    margin-bottom: 15px;
+
    margin-top: 15px;
+
    padding: 15px;
+
    padding-top: 5px;
+
          }
+
 
+
</style>
+
<!-- End of CSS -->
+
 
+
 
+
<!-- Start of the template html elements. -->
+
<div id ="mainContainer"><!--This div will close on the page.-->
+
 
+
<div id="bannerContainer">
+
<br> <br>
+
+
</div>
+
 
+
<!-- Start of menu -->
+
<div id="menuContainer">
+
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
+
<ul>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland"><li>HOME</li></a>
+
 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Team"><li>TEAM</li></a>
+
 
+
 
+
<a href="#"><li>PROJECT
+
            <ul>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Description"><li>Description</li></a>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Experiments"><li>Experiments & Protocols</li></a> 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Results"><li>Results</li></a> 
+
</ul>
+
</li></a>
+
 
+
<a href="#"><li>PARTS
+
            <ul>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Parts"><li>Team Parts</li></a>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Basic_Part"><li>Basic Parts</li></a> 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Composite_Part"><li>Composite Parts</li></a>
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Part_Collection"><li>Part Collection</li></a> 
+
</ul>
+
</li></a>
+
 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Notebook"><li>NOTEBOOK</li></a>
+
     
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Attributions"><li>ATTRIBUTIONS</li></a>
+
 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Collaborations"><li>COLLABORATIONS</li></a>
+
 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Practices"><li>HUMAN PRACTICES</li></a>
+
 
+
<a href="https://2015.igem.org/Team:UMBC-Maryland/Safety"><li>SAFETY</li></a>
+
 
+
 
+
</ul>
+
</div>
+
<!-- End of menu  -->
+
 
+
<!-- Start of content -->
+
<div id="contentContainer"><!--This div will close on the page.-->
+
</html>
+
<html>
+
 
+
 
<h1> Attributions</h1>
 
<h1> Attributions</h1>
  
Line 248: Line 11:
 
<p>The UMBC Student Government Association provided us with funds for travel cost and reagent cost.</p>
 
<p>The UMBC Student Government Association provided us with funds for travel cost and reagent cost.</p>
 
<p>Mrs. Felicia Felton, the Assistant Director of Annual Giving at UMBC, helped us jumpstart our crowdfunding website.</p>
 
<p>Mrs. Felicia Felton, the Assistant Director of Annual Giving at UMBC, helped us jumpstart our crowdfunding website.</p>
<p>We would also like to thank the Department of Biological Sciences, Chemistry & Biochemistry, Honors College and the College of Natural and Mathematical Sciences at UMBC for their support.</p>
+
<p>We would also like to thank the Department of Biological Sciences, Chemistry & Biochemistry, Interdisciplinary Studies, Honors College and the College of Natural and Mathematical Sciences at UMBC for their support.</p>
 
<h3>Lab Support</h3>
 
<h3>Lab Support</h3>
<p>Professor Ralph Murphy, Teaching Lab Technician, provided sterilized flasks of Lysogeny Broth for the inoculation experiments.</p>  
+
<p>Ralph Murphy, Teaching Lab Technician, provided sterilized flasks of Lysogeny Broth for the inoculation experiments.</p>
 +
<p>Lab space is provided by the Department of Biological Sciences.</p>
 
<h3>Advisory Support</h3>
 
<h3>Advisory Support</h3>
 
<p>Professor Lisa Kelly, a Senior Lecturer in Chemistry and Biochemistry at UMBC, informed us about how we can measure copper and also taught us the role of reactive oxygen species.</p>
 
<p>Professor Lisa Kelly, a Senior Lecturer in Chemistry and Biochemistry at UMBC, informed us about how we can measure copper and also taught us the role of reactive oxygen species.</p>
Line 259: Line 23:
 
<p>Dr. Stephen Mang is a Senior Lecturer in Chemistry and Biochemistry at UMBC. With his advice, we learned how to do flame atomic absorption spectroscopy through the use the spectrometer in his lab.</p>
 
<p>Dr. Stephen Mang is a Senior Lecturer in Chemistry and Biochemistry at UMBC. With his advice, we learned how to do flame atomic absorption spectroscopy through the use the spectrometer in his lab.</p>
 
<p>Dr. Zeev Rosenzweig is a professor and the  Chair of the Department of Chemistry and Biochemistry at UMBC. Through his advice, we discovered a method to quantify copper through fluorescence.</p>
 
<p>Dr. Zeev Rosenzweig is a professor and the  Chair of the Department of Chemistry and Biochemistry at UMBC. Through his advice, we discovered a method to quantify copper through fluorescence.</p>
<p>Dr. Suzanne Ostrand-Rosenberg, a professor in Biological Sciences at UMBC, allowed us to use the plate reader in her lab to measure copper.</p>  
+
<p>Dr. Suzanne Ostrand-Rosenberg, a professor in Biological Sciences at UMBC, and graduate student Lucas Horn, allowed us to use the plate reader in her lab to measure copper.</p>  
 
+
<br>
<p> Each team must clearly attribute work done by the student team members on this page. The team must distinguish work done by the students from work done by others, including the host labs, advisors, instructors, and individuals not on the team roster. </p>
+
<br>
 
+
 
+
<div class="highlightBox">
+
 
+
<h4> Can we base our project on a previous one? </h4>
+
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
+
</div>
+
 
+
 
+
 
+
<h4> Why is this page needed? </h4>
+
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
+
<p>
+
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
+
 
+
 
+
<h5> What should this page have?</h5>
+
 
+
<ul>
+
<li>General Support</li>
+
<li>Project support and advice</li>
+
<li>Fundraising help and advice</li>
+
<li>Lab support</li>
+
<li>Difficult technique support</li>
+
<li>Project advisor support</li>
+
<li>Wiki support</li>
+
<li>Presentation coaching</li>
+
<li>Human Practices support</li>
+
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
+
</ul>
+
 
+
 
+
<h4>Inspiration</h4>
+
<p>Take a look at what other teams have done:</p>
+
<ul>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
+
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
+
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
+
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
+
</ul>
+
 
+
</div>
+
 
</html>
 
</html>
 +
{{Team:UMBC-Maryland/TemplateBottom}}

Latest revision as of 21:19, 18 September 2015

Attributions

General Support

Dr. Cynthia Wagner is a Senior Lecturer in Biological Sciences at UMBC. She is also our mentor and aided us during our experiments, brainstorming, and founded the first UMBC iGEM Team.

Dr. Stephen Freeland, the Director of Interdisciplinary Studies became our advisor and helped in the foundation of UMBC’s first iGEM Team.

We would also like to acknowledge the iGEM Team from the University of Groningen, Netherlands for their project idea in 2009. Their work on the import of arsenite and arsenate by GlpF inspired us to do so for copper.

Financial Support

The UMBC Student Government Association provided us with funds for travel cost and reagent cost.

Mrs. Felicia Felton, the Assistant Director of Annual Giving at UMBC, helped us jumpstart our crowdfunding website.

We would also like to thank the Department of Biological Sciences, Chemistry & Biochemistry, Interdisciplinary Studies, Honors College and the College of Natural and Mathematical Sciences at UMBC for their support.

Lab Support

Ralph Murphy, Teaching Lab Technician, provided sterilized flasks of Lysogeny Broth for the inoculation experiments.

Lab space is provided by the Department of Biological Sciences.

Advisory Support

Professor Lisa Kelly, a Senior Lecturer in Chemistry and Biochemistry at UMBC, informed us about how we can measure copper and also taught us the role of reactive oxygen species.

Julie Wolf, Senior Lecturer in Biological Sciences at UMBC, taught us how to do Hi-Fi Assembly.

Professor Elsa Garcin, a Senior Lecturer in Chemistry and Biochemistry at UMBC, helped us decide which protein to select for our project.

Dr. Herald Schrier, a Senior Lecturer in Biological Sciences at UMBC, taught us surface binding.

Copper Measurement Support

Dr. Stephen Mang is a Senior Lecturer in Chemistry and Biochemistry at UMBC. With his advice, we learned how to do flame atomic absorption spectroscopy through the use the spectrometer in his lab.

Dr. Zeev Rosenzweig is a professor and the Chair of the Department of Chemistry and Biochemistry at UMBC. Through his advice, we discovered a method to quantify copper through fluorescence.

Dr. Suzanne Ostrand-Rosenberg, a professor in Biological Sciences at UMBC, and graduate student Lucas Horn, allowed us to use the plate reader in her lab to measure copper.