Team:Glendale CC AZ/Attributions

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(23 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:Glendale_CC_AZ/main.css}}
-
<html>
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<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;">
+
    <link href=
-
This is a template page. READ THESE INSTRUCTIONS.
+
    "http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
-
</div>
+
    rel="stylesheet" type="text/css" />
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
    <link href=
-
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>.
+
    "http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic"
-
</div>
+
    rel="stylesheet" type="text/css" />
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
    <meta charset="UTF-8" />
-
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. 
+
    <style type="text/css">
-
</div>
+
/*<![CDATA[*/
-
</div>
+
    * {
-
</html>
+
    -webkit-box-sizing: border-box;
 +
    -moz-box-sizing: border-box;
 +
    box-sizing: border-box;
 +
    }
-
<!-- *** End of the alert box *** -->
+
    html {
 +
    font-size:50%;
 +
    -webkit-font-smoothing: antialiased;
 +
    }
 +
    body {
 +
    font-family: "Source Sans Pro";
 +
    font-size:1.4rem;
 +
    line-height: 2.3rem;
 +
    color:#444;
 +
    background: #fff;
 +
    margin:0;
 +
    }
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
    a {
-
!align="center"|[[Team:Glendale_CC_AZ|Home]]
+
    color: #06c;
-
!align="center"|[[Team:Glendale_CC_AZ/Team|Team]]
+
    transition: color .3s;
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Glendale_CC_AZ Official Team Profile]
+
    }
-
!align="center"|[[Team:Glendale_CC_AZ/Project|Project]]
+
-
!align="center"|[[Team:Glendale_CC_AZ/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Glendale_CC_AZ/Modeling|Modeling]]
+
-
!align="center"|[[Team:Glendale_CC_AZ/Notebook|Notebook]]
+
-
!align="center"|[[Team:Glendale_CC_AZ/Safety|Safety]]
+
-
!align="center"|[[Team:Glendale_CC_AZ/Attributions|Attributions]]
+
-
|}
+
 +
    a:hover {
 +
    color: #012c57;
 +
    }
-
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.
+
    h1, h2, h3, h4, h5, h6, h7 {
 +
    font-family: "Futura";
 +
    line-height:2.0rem;
 +
    font-weight:normal;
 +
    color: #111;
 +
    }
 +
 
 +
    .content-area {
 +
    width:850px;
 +
    padding:2rem;
 +
    margin:auto;
 +
    background: #f9f9f9;
 +
    }
 +
 
 +
    .content-area h1 {
 +
    font-size: 2.7rem;
 +
    }
 +
 
 +
    .content-area h2 {
 +
    font-size: 2.2rem;
 +
    }
 +
 
 +
    .content-area h3 {
 +
    font-size: 2.7rem;
 +
    }
 +
 
 +
    .content-area h4 {
 +
    font-size: 4.0rem;
 +
    }
 +
 
 +
    .content-area h5 {
 +
    font-size: 1.4rem;
 +
    }
 +
 
 +
    .content-area h6 {
 +
    font-size: 1.2rem;
 +
    }
 +
 
 +
    .content-area aside {
 +
    float:right;
 +
    width:50%;
 +
    padding:2rem;
 +
 
 +
    .blockquote {
 +
    font-family: Georgia, serif;
 +
    font-size: 18px;
 +
    font-style: italic;
 +
    width: 500px;
 +
    margin: 0.25em 0;
 +
    padding: 0.35em 40px;
 +
    line-height: 1.45;
 +
    position: relative;
 +
    color: #383838;
 +
    }
 +
 
 +
    .blockquote:before {
 +
    display: block;
 +
    padding-left: 10px;
 +
    content: "\201C";
 +
    font-size: 80px;
 +
    position: absolute;
 +
    left: -20px;
 +
    top: -20px;
 +
    color: #7a7a7a;
 +
    }
 +
 
 +
    .blockquote cite {
 +
    color: #999999;
 +
    font-size: 14px;
 +
    display: block;
 +
    margin-top: 5px;
 +
    }
 +
 
 +
    .blockquote cite:before {
 +
    content: "\2014 \2009";
 +
    }
 +
 
 +
 
 +
    /*]]>*/
 +
    </style>
 +
    <title>
 +
      Attributions
 +
    </title>
 +
  </head>
 +
  <body>
 +
   
 +
    <div class="content-area">
 +
      <a href="https://igem.org/Main_Page"><img style=
 +
      "border: 0px solid ; width: 50px; height: 40px;" alt="iGEM"
 +
      src=
 +
      "http://s21.postimg.org/ff5nkjy9v/IGEM_basic_Logo_stylized.png"
 +
      align="left" /></a>
 +
      <h4>
 +
        Glendale Community College Arizona<a href=
 +
        "http://www2.gccaz.edu"><img style=
 +
        "width: 200px; height: 58px;" alt="GCC" src=
 +
        "https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align=
 +
        "right" /></a>
 +
      </h4>
 +
      <h3>
 +
        <big style="color: rgb(204, 0, 0);">Acknowledgements</big>
 +
      </h3>
 +
      <p>
 +
        We would like to thank the following undergraduate students
 +
        for their contributions to our project. We would also thank
 +
        the president of Glendale Community College, Dr. Irene
 +
        Kovala, for her support. A very special thank you to our
 +
        Biotechnology Lab Supervisor <b>Rhonda Lee</b>.<hr>
 +
      </p>
 +
      <ul>
 +
        <li>
 +
          <h3>
 +
            Michelle Yafileh
 +
          </h3>
 +
        </li>
 +
        <li>
 +
          <h3>
 +
            Jesse Maynard
 +
          </h3>
 +
        </li>
 +
        <li>
 +
          <h3>
 +
            Jessica Farmer
 +
          </h3>
 +
        </li>
 +
        <li>
 +
          <h3>
 +
            Beau Grothendick
 +
          </h3>
 +
        </li>
 +
        <li style="list-style: none; display: inline">
 +
          <hr />
 +
          <p>
 +
            Also, without the support of our Associated Student
 +
            Government, we would not have been able to be part of the research project.
 +
            We also extend our gratitude to The
 +
            Community College Undergraduate Research Initiative,
 +
            CCURI, for their support in our endeavors.
 +
          </p>
 +
          <hr />
 +
          <h3>
 +
            Thank you!
 +
          </h3>
 +
        </li>
 +
      </ul>
 +
    </div><!--/.content-area-->
 +
  </body>
 +
</html>

Latest revision as of 02:34, 28 September 2013

Attributions

iGEM

Glendale Community College ArizonaGCC

Acknowledgements

We would like to thank the following undergraduate students for their contributions to our project. We would also thank the president of Glendale Community College, Dr. Irene Kovala, for her support. A very special thank you to our Biotechnology Lab Supervisor Rhonda Lee.


  • Michelle Yafileh

  • Jesse Maynard

  • Jessica Farmer

  • Beau Grothendick


  • Also, without the support of our Associated Student Government, we would not have been able to be part of the research project. We also extend our gratitude to The Community College Undergraduate Research Initiative, CCURI, for their support in our endeavors.


    Thank you!