Difference between revisions of "Team:Groningen/Attributions"

(Prototype team page)
 
Line 10: Line 10:
  
  
<div class="clear"></div>
+
<script>
 +
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
 +
$(document).ready(function() {
  
 +
$("#HQ_page").attr('id','');
 +
  
 +
//highlight current page on the menu
 +
highlight_current_page_menu();
 +
 +
//accessing submenus
 +
$(".menu_item").click(function(){
 +
$(".submenu_control_icon", this).toggleClass("open");
 +
$(this).next(".submenu").fadeToggle(400);
 +
});
 +
 +
//mobile menu access
 +
$(".igem_2018_team_mobile_bar").click(function(){
 +
$(this).next().toggleClass("displaying_menu");
 +
});
 +
 +
});
  
  
 +
function highlight_current_page_menu() {
 +
 +
var page_url="https://2018.igem.org/";
 +
page_url = page_url + wgPageName;
 +
$("a[href$='"+ page_url +"']").children().addClass("current_page");
 +
 +
//if the page is in a submenu, open the submenu and make the appropiate changes
 +
if( $( ".current_page" ).hasClass( "submenu_item" )){
 +
 +
$(".current_page").parent().parent().fadeToggle(400);
 +
$(".current_page").parent().parent().prev().addClass("current_page");
 +
$(".menu_item.current_page > .submenu_control_icon").toggleClass("open");
 +
 +
}
 +
}
  
<div class="column full_size">
 
<h1>Attributions</h1>
 
<p>This page is your opportunity to explain what parts of your project you did and what was done by technicians, advisers, etc. This requirement is not about literature references - these can and should be displayed throughout your wiki.
 
</p>
 
  
<h3> Bronze Medal Criterion #3</h3>
+
/*********************** Own Script: ****************/
<p> All of the work done in your project must be attributed correctly on this page. You must clearly state the work that was done by the students on your team and note any work that was done by people outside of your team, including the host labs, advisors, instructors, and individuals not on the team roster.
+
<br><br>
+
Please see the <a href="https://2018.igem.org/Judging/Medals">Medals requirements page</a> for more details.</p>
+
</div>
+
  
 +
function showPopup(popup_name) {
 +
    var popup = document.getElementById(popup_name);
 +
    popup.classList.toggle("show");
 +
}
 +
  
<div class="clear extra_space"></div>
+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 +
</script>
 +
<style>
 +
.collapsible {
 +
    background-color: white;
 +
    color:  #484848;
 +
    cursor: pointer;
 +
    padding: 18px;
 +
    width: 100%;
 +
    border: none;
 +
    text-align: left;
 +
    outline: none;
 +
    font-size: 15px;
 +
}
  
 +
.collapsible-header {
 +
background-color: #039435
 +
color: white;
  
 +
}
  
<div class="column third_size">
+
.content {
<h3> What should this page contain?</h3>
+
    padding: 0 18px;
 +
    display: none;
 +
    overflow: hidden;
 +
    background-color: #f1f1f1;
 +
}
 +
</style>
  
<ul>
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<li>Clearly state what the team accomplished</li>
+
<!--- THIS IS WHERE THE HTML BEGINS --->
<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>
+
</div>
+
  
<div class="column third_size">
+
<head>  
<p>Tell us if your institution teaches an iGEM or synthetic biology class and when you started your project:</p>
+
<ul>
+
<li>Does your institution teach an iGEM or synthetic biology course?</li>
+
<li>When did you start this course?</li>
+
<li>Are the syllabus and course materials freely available online?</li>
+
<li>When did you start your brainstorming?</li>
+
<li>When did you start in the lab?</li>
+
<li>When did you start working on  your project?</li>
+
</ul>
+
</div>
+
  
 +
<!-- This tells the browser that your page is responsive -->
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<script src="scrollreveal.js"> </script>
 +
<link rel="stylesheet" type="text/css" href="groningen.css">
  
<div class="column third_size">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.4/css/materialize.min.css">
<div class="highlight decoration_A_full">
+
  
<h3>Inspiration</h3>
 
<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>
 
</div>
 
  
 +
  <script type = "text/javascript" src = "https://code.jquery.com/jquery-2.1.1.min.js"></script>         
 +
  <!-- Compiled and minified JavaScript -->
 +
    <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-alpha.4/js/materialize.min.js"></script>
  
 +
</head>
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<!--- Menu --->
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
  
<div class="clear extra_space"></div>
 
  
<div class="column two_thirds_size">
 
<h3> Why is this page needed? </h3>
 
<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>
 
</div>
 
  
<div class="column third_size">
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<div class="highlight decoration_B_full">
+
<!--- Content of the page  --->
<h3> Can we base our project on a previous one? </h3>
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<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>
+
<style>
</div>
+
.portrait_photo {
 +
border-radius: 10px
 +
}
 +
</style>
 +
 
 +
<div class="navbar-fixed">
 +
<!-- <nav class="row red"> -->
 +
<div id="primary_nav_wrap" style="z-index: 2000">
 +
<ul>
 +
<li class="mobicon"> <a href="javascript:void(0);" onclick="mobnavtoggle()">≡ Menu</a></li>
 +
 +
<li><a href="https://2018.igem.org/Team:Groningen">Home</a></li>
 +
<li><a onclick="">Team</a>
 +
<ul>
 +
<li class="dir"><a href="https://2018.igem.org/Team:Groningen/Team">Team Members</a></li>
 +
<li class="dir"><a href="">Collaborations</a></li>
 +
</ul>
 +
</li>
 +
<li><a onclick="">Project</a>
 +
<ul>
 +
<li><a href="https://2018.igem.org/Team:Groningen/InterLab">InterLab</a></li>
 +
<li class="dir">Description</li>
 +
<li class="dir">Design</li>
 +
<li class="dir">Experiments</li>
 +
<li class="dir">Notebook</li>
 +
<li class="dir">Model</li>
 +
<li class="dir">Results</li>
 +
<li class="dir">Demonstrate</li>
 +
<li class="dir">Improve</li>
 +
<li class="dir">Attributions</li>
 +
</ul>
 +
</li>
 +
<li><a onclick="">Human Practices</a>
 +
<ul>
 +
<li class="dir">Human Practices</li>
 +
<li class="dir">Education & Engagement</li>
 +
</ul>
 +
</li>
 +
<li><a onclick="">Parts</a>
 +
<ul>
 +
<li class="dir">Parts Overview</li>
 +
<li class="dir">Basic Parts</li>
 +
<li class="dir">Composite Parts</li>
 +
<li class="dir">Part Collection</li>
 +
</ul>
 +
</li>
 +
<li><a onclick="">Awards</a>
 +
<ul>
 +
<li class="dir">Applied Design</li>
 +
<li class="dir">Entrepeneurship</li>
 +
<li class="dir">Hardware</li>
 +
<li class="dir">Measurement</li>
 +
<li class="dir">Model</li>
 +
<li class="dir">Plant</li>
 +
<li class="dir">Software</li>
 +
</ul>
 +
</li>
 +
<li><a>Sponsors</a></li>
 +
</ul>
 +
</div>
 +
<!-- </nav> -->
 +
<div>
 +
 
 +
<!------------- toggle mobile menu ----------->
 +
<script>
 +
function mobnavtoggle() {
 +
document.getElementByID("primary_nav_wrap").classList.toggle("mobnav");
 +
}
 +
</script>
 +
 
 +
<style>
 +
.mobicon {display:none;}
 +
</style>
 +
 
 +
<div box-shadow="0 0 px 8px #10722B inset" visibility="hidden">
 +
<img src="https://static.igem.org/mediawiki/2018/5/5c/T--Groningen--WikiBackgroundImage.png" width="100%" height="auto">
 
</div>
 
</div>
 +
<div style="position:relative; height: 15px; ; z-index: 5; box-shadow: 0px 0px 8px 1px black; background-color: white"></div>
  
 +
<!-- PAGE CONTENT -->
  
 +
<div class="igem_2018_team_content" style="background-color: white">
 +
<div class="igem_2018_team_column_wrapper">
  
 +
<h1 class="headline">Attributions</h1>
 +
<body>
 +
<ul class="collapsible popout">
 +
    <li>
 +
      <h4 class="collapsible-header">PI's</h4>
 +
      <div class="collapsible-body">
 +
      <ul>Jan Kok</ul>
 +
      <ul>Dirk-Jan Scheffers</ul>
 +
      </div>
 +
    </li>
 +
    <li>
 +
      <h4 class="collapsible-header">Instructors</h4>
 +
      <div class="collapsible-body">
 +
      <ul>Andreas Milias</ul>
 +
      <ul>Linda Dijkshoorn</ul>
 +
      <ul>Agnieszka Wegrzyn</ul>
 +
      <ul>Sergey Lunev</ul>
 +
      </div>
 +
    </li>
 +
    <li>
 +
      <h4 class="collapsible-header">General Support</h4>
 +
      <div class="collapsible-body">
 +
<ul>Lisbeth Ravnkilde Kjolbye: <i>for providing us with many contacts to get our project off the ground</i></ul>
 +
<ul>Thanks to Matthijs’ personnel pass for free coffee</ul>
 +
<ul>Sonja Billerbeck: <i>advice about the iGEM competition in general</i></ul>
 +
<ul>Siger Holsappel: <i>general support in logistics</i></ul>
 +
<ul>Ger Telkamp: <i>for providing us with lab-equipment from the practicum pool</i></ul>
 +
<ul>Manon Dusseljee: <i>for financial administrative support</i></ul>
 +
<ul>Hannah Dosenko: <i>for helping us with our ....</i></ul>
 +
      </div>
 +
    </li>
 +
    <li>
 +
      <h4 class="collapsible-header">Fundraising help and advice</h4>
 +
      <div class="collapsible-body">
 +
<ul>Chienes Metus: <i>For aiding us in our financial planning and taking care of all of our bills</i></ul>
 +
<ul>Mareike Schmidt: <i>For giving advice on organizing our fundraising barbecue </i></ul>
 +
<ul>Derk Bosker: <i>For guidance in the crowd-funding page </i></ul>
 +
      </div>
 +
    </li>
 +
    <li>
 +
      <h4 class="collapsible-header">Lab Support</h4>
 +
      <div class="collapsible-body">
 +
      </div>
 +
    </li>
 +
    <li>
 +
      <h4 class="collapsible-header">Lab design Support</h4>
 +
      <div class="collapsible-body">
 +
      </div>
 +
    </li>
 +
    <li>
 +
      <h4 class="collapsible-header">Personal development and coaching</h4>
 +
      <div class="collapsible-body">
 +
      </div>
 +
    </li>
 +
    <li>
 +
      <h4 class="collapsible-header">(Integrated) Human Practices and Public Engagement Support</h4>
 +
      <div class="collapsible-body">
 +
      </div>
 +
    </li>
 +
    <li>
 +
      <h4 class="collapsible-header">Outreach and Social Media</h4>
 +
      <div class="collapsible-body">
 +
      </div>
 +
    </li>
 +
    <li>
 +
      <h4 class="collapsible-header">Drylab Support</h4>
 +
      <div class="collapsible-body">
 +
      </div>
 +
    </li>
 +
</ul>
 +
<script>
 +
  $(document).ready(function(){
 +
    $('.collapsible').collapsible();
 +
  });
 +
</script>
 +
</body>
 
</html>
 
</html>

Revision as of 10:56, 30 September 2018

★ ALERT!

This page is used by the judges to evaluate your team for the medal criterion or award listed below.

Delete this box in order to be evaluated for this medal criterion and/or award. See more information at Instructions for Pages for awards.