Difference between revisions of "Team:GO Paris-Saclay"

m
 
(69 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{GO_Paris-Saclay}}
 
 
[[Team:GO_Paris-Saclay/WikiDraft|Page de brouillon pour essayer la syntaxe wiki ]]
 
[[Team:GO_Paris-Saclay/PlasmidSketcher| PlasmidSketcher hebergé sur wiki ]] <- Despite my effort, I can't make it work. (can't bust out of the wiki content container enough to get everything to work)
 
 
 
<html>
 
<html>
 +
<!-- predisplay while loading -->
 +
<style>
 +
body {
 +
  width: 1200px;
 +
  background-color: rgb(217,217,217);
 +
  margin: auto;
 +
  font-family: 'Roboto', Helvetica, SansSerif;
 +
  padding: 0;
 +
  color: black;
 +
  background-color:rgb(217,217,217);
 +
  word-wrap: break-word;
 +
}
  
 +
#cssmenu {
 +
  background: white;
 +
  margin-top: 25px;
 +
  width: 100%;
 +
  padding: 0;
 +
  line-height: 1;
 +
  display: block;
 +
  position: relative;
 +
  top: 0em;
 +
  z-index: 1000;
 +
  font-family: 'PT Sans', sans-serif;
  
 +
}
  
 +
#cssmenu ul {
 +
  list-style: none;
 +
  margin: 0;
 +
  padding: 0;
 +
  display: block;
 +
  z-index: 1000;
 +
}
 +
#cssmenu ul:after,
 +
#cssmenu:after {
 +
  content: " ";
 +
  display: block;
 +
  font-size: 0;
 +
  height: 0;
 +
  clear: both;
 +
  visibility: hidden;
 +
}
 +
#cssmenu ul li {
 +
  margin: 0;
 +
  margin-right: 5px;
 +
  padding: 0;
 +
  display: block;
 +
  position: relative;
 +
  z-index: 1000;
  
<div class="column full_size" >
+
}
<h1> Welcome to iGEM 2018! </h1>
+
#cssmenu ul li a {
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
  text-decoration: none;
 +
  display: block;
 +
  margin: 0;
 +
  -webkit-transition: color .2s ease;
 +
  -moz-transition: color .2s ease;
 +
  -ms-transition: color .2s ease;
 +
  -o-transition: color .2s ease;
 +
  transition: color .2s ease;
 +
  -webkit-box-sizing: border-box;
 +
  -moz-box-sizing: border-box;
 +
  box-sizing: border-box;
 +
  z-index: 1000;
  
 +
}
  
<img src="http://placehold.it/1080x320/c4baba/e4dede">
+
.container {
+
  position: relative;
 +
  margin: auto;
 +
  background-color: white;
 +
  height: 100%;
 +
}
 +
.waiteranimationdiv {
 +
margin-left: auto;
 +
margin-right: auto;
 +
width: 100%;
 +
}
  
</div>  
+
</style>
 +
<div id="removeme">
 +
<nav>
 +
  <div id='cssmenu'>
 +
    <ul>
 +
      <li></li>
 +
      <li><a><span>Project</span></a>
 +
       
 +
      </li>
  
 +
      <li><a><span>Lab</span></a>
 +
       
 +
      </li>
  
<div class="column full_size" >
+
      <li><a><span>Parts</span></a>
 +
      </li>
 +
      <li><a ><span>Model</span></a>
 +
       
 +
      </li>
  
<h3>Before you start</h3>
+
      <li><a ><span>Contribution</span></a>
<p> Please read the following pages:</p>
+
       
<ul>
+
      </li>
<li> <a href="https://2018.igem.org/Competition">Competition Hub</a> </li>
+
      <li><a ><span>Human practice</span></a></li>
<li> <a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
      <li><a ><span>Acknowledgement</span></a>
<li> <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
      </li>
</ul>
+
    </ul>
 +
  </div>
 +
</nav>
 +
<div class="container"><div class="waiteranimationdiv"><img class="spinner" src="https://static.igem.org/mediawiki/2018/c/cc/T--GO_Paris-Saclay--mascotte_spinner.png"> Loading, please wait <progress id="progress" value="0"></progress><span id="progdisplay"></span></div></div>
 
</div>
 
</div>
  
 +
<style>
 +
.spinner {
 +
  width: 40px;
  
<div class="clear extra_space"></div>
+
  margin: 100px auto;
<div class="line_divider"></div>
+
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
<div class="clear extra_space"></div>
+
  animation: sk-rotateplane 1.2s infinite ease-in-out;
 +
}
  
 +
@-webkit-keyframes sk-rotateplane {
 +
  0% { -webkit-transform: perspective(120px) }
 +
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
 +
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
 +
}
  
 +
@keyframes sk-rotateplane {
 +
  0% {
 +
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
 +
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
 +
  } 50% {
 +
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
 +
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
 +
  } 100% {
 +
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 +
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 +
  }
 +
}
  
<div class="column full_size" >
+
</style>
<h3> Styling your wiki </h3>
+
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>  
+
  
</div>
+
<!-- end predisplay -->
  
 +
  <meta charset="utf-8">
 +
  <base href="https://2018.igem.org/Team:GO_Paris-Saclay">
 +
  <meta name="viewport" content="width=device-width, initial-scale=1">
  
 
+
<div id="bigmaindiv">
 
+
<app-root></app-root>
<div class="clear extra_space"></div>
+
 
+
 
+
 
+
<div class="column third_size" >
+
 
+
<h3> Uploading pictures and files </h3>
+
<p> You must upload any pictures and files to the iGEM 2018 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. </p>
+
 
+
 
+
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
 
+
<div class="button_link">
+
<a href="https://2018.igem.org/Special:Upload">
+
UPLOAD FILES
+
</a>
+
 
</div>
 
</div>
  
</div>
+
<script>
 +
$('#top_title').remove();
 +
var progressBar = document.getElementById("progress");
 +
var display = document.getElementById("progdisplay");
  
<div class="column third_size" >
+
function reqListener () {
<h3> Wiki template information </h3>
+
  var b64_csstext = this.responseText;
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2018.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
  console.log("Received CSS results");
 +
  var css_text = atob(b64_csstext);
 +
  $('head').append("<style>"+css_text+"</style>");
 +
}
  
</div>
+
var oReq = new XMLHttpRequest();
 +
oReq.addEventListener("load", reqListener);
 +
oReq.open("GET", "https://static.igem.org/mediawiki/2018/2/22/T--GO_Paris-Saclay--maincss.txt");
 +
console.log("Sending CSS XHR...");
 +
oReq.send();
  
  
 +
function JSreqLoader () {
 +
  var b64_text = this.responseText;
 +
  console.log("Received JS results");
  
<div class="column third_size" >
+
  var js_text = atob(b64_text);
<div class="highlight decoration_B_full">
+
eval(js_text);
<h3> Editing your wiki </h3>
+
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
  
<div class="button_link">
 
<a href="https://2018.igem.org/wiki/index.php?title=Team:GO_Paris-Saclay&action=edit">
 
EDIT PAGE
 
</a>
 
</div>
 
  
 +
setTimeout(function(){
 +
    $(".body").append($("#bigmaindiv"));
  
</div>
+
$('#removeme').remove();
</div>
+
$('#bigmaindiv').insertBefore('#content'); }, 0);
 
+
setTimeout(function(){
 
+
    $('#cssmenu').prepend('<div id="menu-button">Menu</div>');
 
+
    $('#cssmenu #menu-button').on('click', function(){
 
+
      var menu = $(this).next('ul');
 
+
      if (menu.hasClass('open')) {
<div class="clear extra_space"></div>
+
        menu.removeClass('open');
<div class="line_divider"></div>
+
      }
<div class="clear extra_space"></div>
+
      else {
 
+
        menu.addClass('open');
 
+
      }
 
+
    });
<div class="column two_thirds_size" >
+
},1000);
<h3>Tips</h3>
+
}
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
<ul>
+
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read. </li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2018.igem.org/Calendar">iGEM 2018 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
</div>
+
 
+
 
+
<div class="column third_size">
+
<div class="highlight decoration_A_full">
+
<h3>Inspiration</h3>
+
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<ul>
+
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
</div>
+
</div>
+
  
  
 +
const req = new XMLHttpRequest();
 +
req.addEventListener("load", JSreqLoader);
  
 +
req.open('GET', 'https://static.igem.org/mediawiki/2018/e/ee/T--GO_Paris-Saclay--mainscript.txt', true);
 +
console.log("Sending JS XHR...");
 +
req.onprogress = function(e) {
 +
    if (e.lengthComputable) {
 +
        progressBar.max = e.total;
 +
        progressBar.value = e.loaded;
 +
        display.innerText = Math.floor((e.loaded / e.total) * 100) + '%';
 +
    }
 +
};
 +
req.send(null);
  
 +
</script>
 +
<script src="https://2018.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 +
<script type="text/x-mathjax-config">
 +
MathJax.Hub.Config({
 +
    tex2jax: {
 +
        inlineMath: [ ['$','$'], ["\\(","\\)"] ],
 +
        displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
 +
        processEscapes: true,
 +
        processEnvironments: true
 +
    },
 +
    // Center justify equations in code and markdown cells. Elsewhere
 +
    // we use CSS to left justify single line equations in code cells.
 +
    displayAlign: 'center',
 +
    "HTML-CSS": {
 +
        styles: {'.MathJax_Display': {"margin": 0}},
 +
        linebreaks: { automatic: true }
 +
    }
 +
});
 +
</script>
 
</html>
 
</html>

Latest revision as of 22:07, 13 October 2018