Difference between revisions of "Team:Evry/Collaborations"

(Prototype team page)
 
m
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Evry}}
 
{{Evry}}
 +
{{:Team:Evry/Template:SideNavbar}}
 
<html>
 
<html>
 +
  <!-- Main Content -->
 +
<!-- Parallax div. Uncomment if you want to include one before page content -->
 +
<!--div class='side-body hidden-xs parallax' style="width: calc(100%-250px); height: 550px; background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://static.igem.org/mediawiki/2015/5/5d/Homepage_header_background_optimized.jpg'); background-size: cover;">
 +
      <div style="position: relative; top: 50%; transform: translateY(-50%);  -webkit-transform: translateY(-50%);">
 +
        <p class="text-center" style="font-weight: 300; font-size:4em; color: #ffffff; text-shadow: 0px 0px 8px #222222;">Parallax div big text.</p>
 +
        <p class="text-center" style="color: white;">Parallax div subtitle.</p>
 +
      </div>
 +
</div--> <!-- end parallax div -->
 +
 +
<div class="container">
 +
    <div class="side-body" id="content-body">
 +
        <div id='top-menu-anchor'></div>
 +
        <div id="top-menu"></div>
 +
    <div class="page-header">
 +
      <h1>Collaborations</h1>
 +
    </div>
 +
<section class='page-section'>
 +
<h2>iGEM TU Eindhoven: cloning guide</h2>
 +
<div class="row">
 +
<div class="col-md-3"><img src="https://static.igem.org/mediawiki/2015/5/50/CloningGuide_CheckFile1.jpg" class="img-responsive"/></div>
 +
<div class="col-md-9">
 +
<p class='text-justify'>Our team participated in the <strong>writing of a cloning guide</strong> aiming at centralizing information regarding different cloning techniques. This project was initiated and carried by the <strong>TU Eindhoven</strong> iGEM team.</p>
 +
<p class='text-justify'>As we worked using the Golden Gate assembly method during the competition, we wrote half of the part of the guide dedicated to it (along with the NRP-UEA iGEM team who wrote the other half).</p>
 +
<p class='text-justify'>Learn more about the cloning guide <a href="https://2015.igem.org/Team:TU_Eindhoven/Collaborations/CloningGuide" target="_blank">here</a> (iGEM TU Eindhoven wiki). </p>
 +
</div>
 +
</div>
 +
</section>
 +
<section class='page-section'>
 +
<h2>Other collaborations</h2>
 +
<div class="row">
 +
<div class="col-md-3">
 +
<img src="https://static.igem.org/mediawiki/2015/5/53/Igem_rhizi_badge.png" class="img-responsive"/>
 +
</div>
 +
<div class="col-md-9">
 +
<h3>iGEM Paris Bettencourt: Rhizi</h3>
 +
<p class='text-justify'><a href="http://igem.rhizi.net/" target="_blank">iGEM Rhizi</a> is a <strong>collaborative graphic database</strong>. It has been initiated by iGEM Paris Bettencourt to help iGEM teams learn about other teams projects and collaborate. Our team participated by filled information about our project. </p>
 +
</div>
 +
</div>
 +
<div class="row"><br><br>
 +
<div class="col-md-9"><br>
 +
<h3>iGEM Paris Saclay: safety survey</h3>
 +
<p class='text-justify'>The Paris Saclay iGEM team created and shared a survey about <strong>safety in iGEM projects</strong>. Our team completed this survey, and earned this awesome badge! </p>
 +
</div>
 +
<div class="col-md-3">
 +
<img src="https://static.igem.org/mediawiki/2015/9/9e/Safety_survey_saclay_badge.png" class="img-responsive"/>
 +
</div>
 +
</div>
  
<h2> Collaborations</h2>
 
  
<p>
+
<div class="row">
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
<div class="col-md-3">
</p>
+
<img src="https://static.igem.org/mediawiki/2015/b/b0/LOGO_IGEM_2015.png" class="img-responsive"/>
 +
</div>
 +
<div class="col-md-9">
 +
<h3>Parisian iGEM Meet up</h3>
 +
<p class='text-justify'>iGEM Meet up was organized and hosted by <strong>IGEM pasteur  </strong> on Monday July 6th. iGEM Pasteur, iGEM IONIS-Paris, iGEM Paris-Saclay and iGEM Paris-Bettencourt were present to share about projects and sciences. <a href="https://2015.igem.org/Meetups/Pasteur_Paris" target="_blank">Parisian iGEM Meet up</a></p>
 +
</div>
 +
</div>
  
<div class="highlightBox">
+
</section>
  
<h4> Which other teams can we work with? </h4>
+
<script defer="defer" type="text/javascript">
<p>
+
// Parallax effect ftw
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the <a hreef="https://2015.igem.org/Judging/Awards#Medals">iGEM team collaboration gold medal criterion</a>.
+
(function(){
</p>
+
  var parallax = document.querySelectorAll(".parallax"),
 +
      speed = 0.5;
 +
  window.onscroll = function(){
 +
    [].slice.call(parallax).forEach(function(el,i){
 +
      var windowYOffset = window.pageYOffset,
 +
          elBackgrounPos = "50% " + (windowYOffset * speed) + "px";
 +
      el.style.backgroundPosition = elBackgrounPos;
 +
    });
 +
  };
 +
})();
  
<p>
+
// Please let us add the active class of the 'Team' item on the menu, plus sub-item
In order to meet the gold medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
$('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Achievements') > -1; }).addClass('active');
</p>
+
$('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Collaborations') > -1; }).addClass('active');
</div>
+
</script>
 +
    </div><!-- end .side-body -->
 +
</div> <!-- end .container -->
 +
</div> <!-- end .row -->
  
<p>
 
Here are some suggestions for projects you could work on with other teams:
 
</p>
 
 
<ul>
 
<li> Improve the function of another team's BioBrick Part or Device</li>
 
<li> Characterize another team's part </li>
 
<li> Debug a construct </li>
 
<li> Model or simulating another team's system </li>
 
<li> Test another team's software</li>
 
<li> Help build and test another team's hardware project</li>
 
<li> Mentor a high-school team</li>
 
</ul>
 
 
 
 
</div>
 
 
</html>
 
</html>
 +
{{:Team:Evry/Template:Footer}}

Latest revision as of 15:55, 19 November 2015

iGEM TU Eindhoven: cloning guide

Our team participated in the writing of a cloning guide aiming at centralizing information regarding different cloning techniques. This project was initiated and carried by the TU Eindhoven iGEM team.

As we worked using the Golden Gate assembly method during the competition, we wrote half of the part of the guide dedicated to it (along with the NRP-UEA iGEM team who wrote the other half).

Learn more about the cloning guide here (iGEM TU Eindhoven wiki).

Other collaborations

iGEM Paris Bettencourt: Rhizi

iGEM Rhizi is a collaborative graphic database. It has been initiated by iGEM Paris Bettencourt to help iGEM teams learn about other teams projects and collaborate. Our team participated by filled information about our project.




iGEM Paris Saclay: safety survey

The Paris Saclay iGEM team created and shared a survey about safety in iGEM projects. Our team completed this survey, and earned this awesome badge!

Parisian iGEM Meet up

iGEM Meet up was organized and hosted by IGEM pasteur on Monday July 6th. iGEM Pasteur, iGEM IONIS-Paris, iGEM Paris-Saclay and iGEM Paris-Bettencourt were present to share about projects and sciences. Parisian iGEM Meet up

Scroll to top To top