Difference between revisions of "Team:TP CC-SanDiego/Attributions"

(Prototype team page)
 
Line 1: Line 1:
{{TP_CC-SanDiego}}
 
 
<html>
 
<html>
  
<h2> Attributions</h2>
+
<head>
 +
  <meta name="viewport" content="width=device-width, initial-scale=1" />
 +
  <meta charset="utf-8" />
  
<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>
+
  <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
 +
  <link href='https://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
 +
  <link href='https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700' rel='stylesheet' type='text/css'>
  
 +
  <!-- Main stylesheet -->
 +
  <link rel="stylesheet" href="https://2015.igem.org/Team:TP_CC-SanDiego/content-sidebar-CSS?action=raw&amp;ctype=text/css" type="text/css">
  
<div class="highlightBox">
+
  <!-- Navbar/Sidebar JS for scrolling behavior -->
 +
  <script type="text/javascript">
 +
    $(window).scroll(function(){
 +
      // var winheight = $(window).height() - 416;  FINAL: 350, 416
 +
      var winheight = 313; //330px div - 17px iGEM bar
 +
      var mn = $("#nav-wrapper");
 +
      var mn2 = $("#nav");
 +
      var nextdiv = $("#content-wrapper");
 +
      if($(window).scrollTop() > winheight){
 +
        mn.addClass("fixed");
 +
        mn2.addClass("marginRight")
 +
        nextdiv.css("padding-top", "50px");
 +
      }
 +
      else{
 +
        mn.removeClass("fixed");
 +
        mn2.removeClass("marginRight")
 +
        nextdiv.css("padding-top", "0px");
 +
      }
 +
    });
 +
  </script>
  
<h4> Can we base our project on a previous one? </h4>
+
  <script type="text/javascript">
<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>
+
    $(window).scroll(function(){
</div>
+
      var sbheight = 313 ;
 +
      var sb = $("#sidebar")
 +
      // var nextdiv = $("#content-wrapper");
 +
      if($(window).scrollTop() > sbheight){
 +
        sb.addClass("sb-fixed");
 +
        //nextdiv.css("padding-top", "50px");
 +
      }
 +
      else{
 +
        sb.removeClass("sb-fixed")
 +
        //nextdiv.css("padding-top", "0px");
 +
      }
 +
    });
 +
  </script>
  
 +
  <script>
 +
  // Smooth scroll; NOT WORKING
 +
  $(function() {
 +
  $('a[href*=#]:not([href=#])').click(function() {
 +
      if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
 +
        var target = $(this.hash);
 +
        target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
 +
        if (target.length) {
 +
          $('html,body').animate({
 +
            scrollTop: target.offset().top
 +
          }, 1000);
 +
          return false;
 +
        }
 +
      }
 +
    });
 +
  });
 +
  </script>
  
  
<h4> Why is this page needed? </h4>
+
  <!-- CUSTOM BACKGROUND IMAGE -->
<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>
+
  <style type="text/css">
<p>
+
  body {
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>
+
    /* background-color: #0099CC; */
 +
    background: url(https://static.igem.org/mediawiki/2015/7/7c/Tpcc-homebackground.jpg) no-repeat center center fixed;
 +
    -moz-background-size: cover;
 +
    -webkit-background-size: cover;
 +
    -o-background-size: cover;
 +
    background-size: cover;
 +
  }
 +
  </style>
  
 +
</head>
  
<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>
 
  
 +
<body onload="setHeight()">
  
<h4>Inspiration</h4>
+
  <div id="whole-wrapper">
<p>Take a look at what other teams have done:</p>
+
 
<ul>
+
  <div id="header-text">
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
+
    <h6>ATTRIBUTIONS</h6>
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
+
  </div>
<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>
+
    <div id="nav-wrapper">
</ul>
+
      <div id="nav">
 +
      <span style="color: #f15258; border: 2px solid #f15258; padding: 5px 10px 5px 10px;">T P - C C</span>
 +
        <div id="nav-right">
 +
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego">
 +
        HOME</a>
 +
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego/Description">
 +
        PROJECT</a> <!-- Overview, Experiments/Protocols, Safety, Results -->
 +
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego/Notebook">
 +
        NOTEBOOK</a>
 +
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego/Practices">
 +
        OUTREACH</a> <!-- Collaborations -->
 +
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego/Team">
 +
        TEAM</a> <!-- Attributions -->
 +
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego/Attributions">
 +
        ATTRIBUTIONS</a>  
 +
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego/Collaboration">
 +
        COLLABORATIONS</a>
 +
        </div>
 +
      </div>
 +
    </div>
 +
 
 +
  <div id="content-wrapper">
 +
    <div id="sidebar">
 +
      <div id="sidebar-contents">
 +
        <a href="#top">Back to Top</a>
 +
        <a href="#attributions">ATTRIBUTIONS</a>
 +
        <a href="#teams">TEAMS</a>
 +
        <a href="#support">SUPPORT</a>
 +
      </div>
 +
    </div>
 +
 
 +
    <div id="text-wrapper">
 +
 
 +
 
 +
  <a id="top"></a>
 +
 
 +
 
 +
 
 +
  <!-- =========================== OVERVIEW ===========================-->
 +
 
 +
  <a class="anchor" id="attributions"></a>
 +
  <h5>ATTRIBUTIONS</h5>
 +
  <p>
 +
 
 +
All the work not mentioned here was done by the students in the team, including the preliminary research. With the help and guidance from those mentioned below, members of the lab team performed all the lab work. The wiki and website were created by members of the website team through their previous understanding and skills adopted throughout the year. The poster, logo, banner, and t-shirts were designed by the poster team. Human practices was led by a core group of project leaders.
 +
 
 +
  </p>
 +
 
 +
 +
 
 +
  <br><br><br>
 +
 
 +
 
 +
  <!-- =========================== PROTOCOLS ===========================-->
 +
 
 +
  <a class="anchor" id="teams"></a>
 +
  <h5>TEAMS</h5>
 +
  <p>
 +
<h2>Lab Team:</h2>
 +
 
 +
<ol ><li><p>Abhishek Chakraborty</p>
 +
 
 +
</li>
 +
<li><p>Aidan Kahng</p>
 +
 
 +
</li>
 +
<li><p>Andrew Rim</p>
 +
 
 +
</li>
 +
<li><p>Anthony Kang</p>
 +
 
 +
</li>
 +
<li><p>Caroline Zhang</p>
 +
 
 +
</li>
 +
<li><p>Catherine Jung</p>
 +
 
 +
</li>
 +
<li><p>Gitanjali Multani</p>
 +
 
 +
</li>
 +
<li><p>Jonathan Wang</p>
 +
 
 +
</li>
 +
<li><p>Madeline Song</p>
 +
 
 +
</li>
 +
<li><p>Nathan Lian</p>
 +
 
 +
</li>
 +
<li><p>Patricia Ouyang</p>
 +
 
 +
</li>
 +
<li><p>Priyanka Multani</p>
 +
 
 +
</li>
 +
<li><p>Dane Malangone</p>
 +
 
 +
</li>
 +
</ol><p><b><br />
 +
</b></p>
 +
 
 +
<h2>Website Team:</h2>
 +
 
 +
<ol ><li><p>Abishek Chozhan</p>
 +
 
 +
</li>
 +
<li><p>Edric Xiang</p>
 +
 
 +
</li>
 +
</ol><p><b><br />
 +
</b></p>
 +
 
 +
<h2>Poster Team:</h2>
 +
 
 +
<ol ><li><p>Abhishek Chakraborty</p>
 +
 
 +
</li>
 +
<li><p>Daniel Rim</p>
 +
 
 +
</li>
 +
<li><p>Gitanjali Multani</p>
 +
 
 +
</li>
 +
<li><p>Jodie Hoh</p>
 +
 
 +
</li>
 +
<li><p>Jonathan Kuo</p>
 +
 
 +
</li>
 +
<li><p>Nathan Rim</p>
 +
 
 +
</li>
 +
<li><p>Priyanka Multani</p>
 +
 
 +
</li>
 +
<li><p>Rachel Lian</p>
 +
 
 +
</li>
 +
</ol><p><b><br />
 +
</b></p>
 +
 
 +
<h2>Human Practices Team:</h2>
 +
 
 +
<ol ><li><p>Alice Jin</p>
 +
 
 +
</li>
 +
<li><p>Anthony Kang</p>
 +
 
 +
</li>
 +
<li><p>Caroline Zhang</p>
 +
 
 +
</li>
 +
<li><p>Edric Xiang</p>
 +
 
 +
</li>
 +
<li><p>Nathan Lian</p>
 +
 
 +
</li>
 +
</ol> </h4>
 +
 
 +
 
 +
  </p>
 +
 
 +
 
 +
 
 +
  <!-- =========================== SAFETY ===========================-->
 +
 
 +
  <a class="anchor" id="support"></a>
 +
  <h5>SUPPORT</h5>
 +
  <p>
 +
 
 +
<p>We would like to thank The Joseph Lab, particularly Professor Simpson Joseph, Bryan Arias, Xinying Shi, Aaron Ward, Krista Trappl, Youssi Athar, and Reeta, as well as Dr. Shulei Sun at the University of California, San Diego for providing us with lab space and valuable advice and guidance throughout our project.</p>
 +
 
 +
<p><br />
 +
</p>
 +
 
 +
<p>We would also like to thank Dr. Philip Weyman of the J. Craig Venter Institute for providing us with certain reagents and materials, project troubleshooting advice, as well as lab space for data analysis; and Spencer Scott of The Hasty Lab for providing general input on our various project proposals.</p>
 +
 
 +
 
 +
  </p>
 +
 
 +
 
 +
    </div> <!-- text-wrapper -->
 +
    </div> <!-- content-wrapper -->
 +
  </div> <!-- whole-wrapper -->
 +
 
 +
</body>
  
</div>
 
 
</html>
 
</html>

Revision as of 01:40, 19 September 2015

ATTRIBUTIONS
ATTRIBUTIONS

All the work not mentioned here was done by the students in the team, including the preliminary research. With the help and guidance from those mentioned below, members of the lab team performed all the lab work. The wiki and website were created by members of the website team through their previous understanding and skills adopted throughout the year. The poster, logo, banner, and t-shirts were designed by the poster team. Human practices was led by a core group of project leaders.




TEAMS

Lab Team:

  1. Abhishek Chakraborty

  2. Aidan Kahng

  3. Andrew Rim

  4. Anthony Kang

  5. Caroline Zhang

  6. Catherine Jung

  7. Gitanjali Multani

  8. Jonathan Wang

  9. Madeline Song

  10. Nathan Lian

  11. Patricia Ouyang

  12. Priyanka Multani

  13. Dane Malangone


Website Team:

  1. Abishek Chozhan

  2. Edric Xiang


Poster Team:

  1. Abhishek Chakraborty

  2. Daniel Rim

  3. Gitanjali Multani

  4. Jodie Hoh

  5. Jonathan Kuo

  6. Nathan Rim

  7. Priyanka Multani

  8. Rachel Lian


Human Practices Team:

  1. Alice Jin

  2. Anthony Kang

  3. Caroline Zhang

  4. Edric Xiang

  5. Nathan Lian

SUPPORT

We would like to thank The Joseph Lab, particularly Professor Simpson Joseph, Bryan Arias, Xinying Shi, Aaron Ward, Krista Trappl, Youssi Athar, and Reeta, as well as Dr. Shulei Sun at the University of California, San Diego for providing us with lab space and valuable advice and guidance throughout our project.


We would also like to thank Dr. Philip Weyman of the J. Craig Venter Institute for providing us with certain reagents and materials, project troubleshooting advice, as well as lab space for data analysis; and Spencer Scott of The Hasty Lab for providing general input on our various project proposals.