Difference between revisions of "Team:CCA SanDiego/Attributions"

(Prototype team page)
 
 
(63 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CCA_SanDiego}}
+
<html lang="en">
<html>
+
  
<h2> Attributions</h2>
+
<head>
 +
<title>CCA San Diego iGEM 2015</title>
 +
    <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
 +
    <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
 +
    <link rel="stylesheet" type="text/css" href="https://static.igem.org/mediawiki/2015/5/53/Cca_sandiego_grayscale.css.txt">
 +
    <style>
 +
    #content{width:100%}
 +
    #bodyContent{width:100%}
 +
    #attributions{height:700px;
 +
        background-color:#FFC881;
 +
        padding-top:40px
 +
        }
  
<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>
+
    nav{background:#EEE}
 +
    body{font-family:courier}
 +
    img{
 +
        max-width:auto;
 +
        max-height:auto; 
 +
    }
 +
    p{
 +
        text-align:justify;
 +
        font-size:22px;
 +
    }
 +
    </style>
 +
</head>
  
 +
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 +
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
 +
    <div class="container">
 +
    <div>
 +
        <ul class="nav navbar-nav">
 +
            <li><a href="https://2015.igem.org/Team:CCA_SanDiego">CCA San Diego iGEM</a></li>
 +
            <li class="dropdown">
 +
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project<b class="caret"></b></a>
 +
                                <ul class="dropdown-menu">
 +
                                    <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Project#introduction">Introduction</a></li>
 +
                                    <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Project#methods">Methods</a></li>
 +
                                    <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Project#results">Results</a></li>
 +
                                </ul>
 +
                                </li>
 +
            <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Team">Team</a></li>
 +
            <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Notebook">Notebook</a></li>
 +
            <li><a href="https://2015.igem.org/Team:CCA_SanDiego/Attributions">Attributions</a></li>
 +
            <li><a href="https://2015.igem.org/Team:CCA_SanDiego/HumanPractice">Human Practices</a></li>
 +
        </ul>
 +
    </div>
 +
    </div>
 +
</nav>
  
<div class="highlightBox">
+
<div id="attributions">
 +
    <div class="container">
 +
        <div class="row">
 +
            <div class="twelve columns">
 +
                <h1 class="brand-heading" style="text-align:center">Attributions</h1>
 +
            </div>
 +
          </div>
 +
          <div class="row">
 +
            <div class="twelve columns" style="text-align:center">
 +
                <p>The Canyon Crest Academy iGEM Team would like to thank the following organizations for their support:
 +
<ul>
 +
<li>Cymer</li>
 +
<li>UC San Diego</li>
 +
</ul>
 +
</p>
 +
<p>We would also like to thank the teachers, parents, mentors, and others that volunteered to provide the team with feedback and guidance, notably:
 +
<ul>
 +
<li>Sophia Hirakis</li>
 +
<li>Erinn Eddingfield</li>
 +
<li>Ben Kellman</li>
 +
<li>Jenhan Tao</li>
 +
</ul>
 +
</p>
 +
            </div>
 +
      </div>
  
<h4> Can we base our project on a previous one? </h4>
+
        </div>
<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>
 
</div>
 
</div>
  
 +
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
 +
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
 +
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
  
 +
<script>
 +
// jQuery to collapse the navbar on scroll
 +
$(window).scroll(function() {
 +
    if ($(".navbar").offset().top > 50) {
 +
        $(".navbar-fixed-top").addClass("top-nav-collapse");
 +
    } else {
 +
        $(".navbar-fixed-top").removeClass("top-nav-collapse");
 +
    } 
 +
});
  
<h4> Why is this page needed? </h4>
+
// jQuery for page scrolling feature - requires jQuery Easing plugin
<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>
+
$(function() {
<p>
+
    $('a.page-scroll').bind('click', function(event) {
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>
+
        var $anchor = $(this);
 +
        $('html, body').stop().animate({
 +
            scrollTop: $($anchor.attr('href')).offset().top
 +
        }, 1500, 'easeInOutExpo');
 +
        event.preventDefault();
 +
    });
 +
});
  
 +
// Closes the Responsive Menu on Menu Item Click
 +
$('.navbar-collapse ul li a').click(function() {
 +
    $('.navbar-toggle:visible').click();
 +
});
 +
$('.firstHeading').remove()
 +
    </script>
  
<h5> What should this page have?</h5>
+
</body>
  
<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>

Latest revision as of 01:04, 19 September 2015

CCA San Diego iGEM 2015

Attributions

The Canyon Crest Academy iGEM Team would like to thank the following organizations for their support:

  • Cymer
  • UC San Diego

We would also like to thank the teachers, parents, mentors, and others that volunteered to provide the team with feedback and guidance, notably:

  • Sophia Hirakis
  • Erinn Eddingfield
  • Ben Kellman
  • Jenhan Tao