Difference between revisions of "Team:NEFU China/Software"

Line 9: Line 9:
 
<!-- Bootstrap -->
 
<!-- Bootstrap -->
 
<link
 
<link
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
+
  href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
rel="stylesheet">
+
  rel="stylesheet">
 
<link
 
<link
href="https://2015.igem.org/Team:NEFU_China/fullPagecss?action=raw&ctype=text/css"
+
  href="https://2015.igem.org/Team:NEFU_China/fullPagecss?action=raw&ctype=text/css"
rel="stylesheet">
+
  rel="stylesheet">
  
 
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
 
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
Line 24: Line 24:
 
<style type="text/css">
 
<style type="text/css">
 
body {
 
body {
text-align: justify;
+
  text-align: justify;
font-size: 16px;
+
  font-size: 16px;
font-family: 'Comic Sans MS', 'Comic Sans', 'Open Sans', sans-serif;
+
  font-family: 'Comic Sans MS', 'Comic Sans', 'Open Sans', sans-serif;
 
}
 
}
  
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
border-bottom: none;
+
  border-bottom: none;
 
}
 
}
  
 
#bodyContent h1, #bodyContent h2 {
 
#bodyContent h1, #bodyContent h2 {
margin-bottom: 0;
+
  margin-bottom: 0;
 
}
 
}
  
 
.section h2 {
 
.section h2 {
text-align: center;
+
  text-align: center;
padding-bottom: 5px;
+
  padding-bottom: 5px;
position: relative;
+
  position: relative;
line-height: 80px;
+
  line-height: 80px;
color: white;
+
  color: white;
 
}
 
}
  
 
.section h2 em {
 
.section h2 em {
display: block;
+
  display: block;
border-width: 10px;
+
  border-width: 10px;
position: absolute;
+
  position: absolute;
bottom: -10px;
+
  bottom: -10px;
left: 50%;
+
  left: 50%;
border-style: solid dashed dashed;
+
  border-style: solid dashed dashed;
border-color: transparent transparent #F7931E transparent;
+
  border-color: transparent transparent #F7931E transparent;
font-size: 0;
+
  font-size: 0;
line-height: 0;
+
  line-height: 0;
 
}
 
}
  
 
.section .navbar {
 
.section .navbar {
margin-bottom: 120px;
+
  margin-bottom: 120px;
position: absolute;
+
  position: absolute;
top: 0;
+
  top: 0;
width: 100%;
+
  width: 100%;
 
}
 
}
  
 
.section .navbar h2 {
 
.section .navbar h2 {
margin-top: 0;
+
  margin-top: 0;
 
}
 
}
  
 
.logo-container {
 
.logo-container {
height: 160px;
+
  height: 160px;
background-color: #F7931E;
+
  background-color: #F7931E;
width: 100px;
+
  width: 100px;
position: absolute;
+
  position: absolute;
left: 20px;
+
  left: 20px;
 
}
 
}
  
 
.logo {
 
.logo {
display: block;
+
  display: block;
font-size: 15px;
+
  font-size: 15px;
margin-top: 125px;
+
  margin-top: 125px;
text-align: center;
+
  text-align: center;
color: white;
+
  color: white;
 
}
 
}
  
 
@media ( max-width : 768px) {
 
@media ( max-width : 768px) {
.logo-container {
+
  .logo-container {
display: none;
+
    display: none;
}
+
  }
 
}
 
}
  
 
.sub-container {
 
.sub-container {
padding-top: 45px;
+
  padding-top: 45px;
 
}
 
}
  
 
.sub-container .msg {
 
.sub-container .msg {
background-color: #f2f2f2;
+
  background-color: #f2f2f2;
position: relative;
+
  position: relative;
padding: 15px;
+
  padding: 15px;
display: block;
+
  display: block;
 
}
 
}
  
 
.chart-msg {
 
.chart-msg {
padding: 15px;
+
  padding: 15px;
padding-left: 30px;
+
  padding-left: 30px;
 
}
 
}
  
 
.sub-container .img {
 
.sub-container .img {
display: block;
+
  display: block;
 
}
 
}
  
 
.sub-container .msg em {
 
.sub-container .msg em {
position: absolute;
+
  position: absolute;
border-width: 10px;
+
  border-width: 10px;
font-size: 0;
+
  font-size: 0;
line-height: 0;
+
  line-height: 0;
 
}
 
}
  
 
.msg .right {
 
.msg .right {
top: 50%;
+
  top: 50%;
right: -20px;
+
  right: -20px;
border-style: dashed solid solid dashed;
+
  border-style: dashed solid solid dashed;
border-color: transparent transparent transparent #f2f2f2;
+
  border-color: transparent transparent transparent #f2f2f2;
 
}
 
}
  
 
.msg .left {
 
.msg .left {
top: 50%;
+
  top: 50%;
left: -20px;
+
  left: -20px;
border-style: dashed solid solid dashed;
+
  border-style: dashed solid solid dashed;
border-color: transparent #f2f2f2 transparent transparent;
+
  border-color: transparent #f2f2f2 transparent transparent;
 
}
 
}
  
 
.msg .up {
 
.msg .up {
top: -20px;
+
  top: -20px;
left: 50%;
+
  left: 50%;
border-style: dashed solid solid dashed;
+
  border-style: dashed solid solid dashed;
border-color: transparent transparent #f2f2f2 transparent;
+
  border-color: transparent transparent #f2f2f2 transparent;
 
}
 
}
  
 
.fp-controlArrow .fp-prev {
 
.fp-controlArrow .fp-prev {
border-color: transparent gray transparent transparent;
+
  border-color: transparent gray transparent transparent;
 
}
 
}
  
 
.fp-controlArrow .fp-next {
 
.fp-controlArrow .fp-next {
border-color: transparent transparent transparent gray;
+
  border-color: transparent transparent transparent gray;
 
}
 
}
  
 
#section0, #section5 {
 
#section0, #section5 {
background: -webkit-gradient(linear, top left, bottom left, from(#4bbfc3),
+
  background: -webkit-gradient(linear, top left, bottom left, from(#4bbfc3),
to(#7baabe));
+
    to(#7baabe));
background: -webkit-linear-gradient(#4BBFC3, #7BAABE);
+
  background: -webkit-linear-gradient(#4BBFC3, #7BAABE);
background: linear-gradient(#4BBFC3, #7BAABE);
+
  background: linear-gradient(#4BBFC3, #7BAABE);
 
}
 
}
  
 
.show-sec {
 
.show-sec {
background: -webkit-gradient(linear, top left, bottom left, from(#7baabe),
+
  background: -webkit-gradient(linear, top left, bottom left, from(#7baabe),
to(#969ac6));
+
    to(#969ac6));
background: -webkit-linear-gradient(#7BAABE, #969AC6);
+
  background: -webkit-linear-gradient(#7BAABE, #969AC6);
background: linear-gradient(#7BAABE, #969AC6);
+
  background: linear-gradient(#7BAABE, #969AC6);
 
}
 
}
  
 
.section .himg {
 
.section .himg {
width: 100%;
+
  width: 100%;
 
}
 
}
 
</style>
 
</style>
 
<link
 
<link
href="https://2015.igem.org/Team:NEFU_China/cleariGEM?action=raw&ctype=text/css"
+
  href="https://2015.igem.org/Team:NEFU_China/cleariGEM?action=raw&ctype=text/css"
rel="stylesheet" />
+
  rel="stylesheet" />
 
</head>
 
</head>
 
<body>
 
<body>
<div id="fullpage">
+
  <div id="fullpage">
<div class="section" id="section0">
+
    <div class="section" id="section0">
<nav class="navbar navbar-inverse">
+
      <nav class="navbar navbar-inverse">
<div class="logo-container">
+
        <div class="logo-container">
<span class="logo">Flight iGEM</span>
+
          <span class="logo">Flight iGEM</span>
</div>
+
        </div>
<h2>
+
        <h2>
Attitudes<em></em>
+
          Attitudes<em></em>
</h2>
+
        </h2>
</nav>
+
      </nav>
<div class="container">
+
      <div class="container">
<div class="row">
+
        <div class="row">
<div class="sub-container">
+
          <div class="sub-container">
<h2 style="text-align: center;">Attitudes towards creating a
+
            <h2 style="text-align: center;">Attitudes towards creating a
wiki</h2>
+
              wiki</h2>
<div class="col-xs-6 col-md-6">
+
            <div class="col-xs-6 col-md-6">
<canvas id="slide-canvas-1"></canvas>
+
              <canvas id="slide-canvas-1"></canvas>
</div>
+
            </div>
<div class="col-xs-6 col-md-6 chart-msg">
+
            <div class="col-xs-6 col-md-6 chart-msg">
<p>According to our survey, most teams (51/66) find it difficult or tedious to create wiki with high quality, especially in very limited time. So, we&rsquo;d like to make some changes.</p>
+
              <p>According to our survey, most teams (51/66) find it difficult or tedious to create wiki with high quality, especially in very limited time. We also counted the number of word used for writing the wikis in the past 4 years, the average number of word in these wikis is 9531 (HTML tags, javascript and css files are not included, code can be seen on <a href="https://github.com/reage/flightigem/blob/master/countword.php" target="_blank">GitHub</a>). As you can imagine, this needs a huge amount of work! So, we&rsquo;d like to make some changes.</p>
<p>
+
              <p>
*You can see all raw data by click <a
+
                *You can see all raw data by click <a
href="http://www.wenjuan.com/r/QF3QnyK?pid=55f01be9f7405b0c34569df1&amp;vcode=d3452b2f6d3f5f4e009805e3520d4512">this</a>.
+
                  href="http://www.wenjuan.com/r/QF3QnyK?pid=55f01be9f7405b0c34569df1&amp;vcode=d3452b2f6d3f5f4e009805e3520d4512">this</a>.
</p>
+
              </p>
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
</div>
+
    </div>
<div class="section show-sec"  id="section1">
+
    <div class="section show-sec"  id="section1">
<nav class="navbar navbar-inverse">
+
      <nav class="navbar navbar-inverse">
<div class="logo-container">
+
        <div class="logo-container">
<span class="logo">Flight iGEM</span>
+
          <span class="logo">Flight iGEM</span>
</div>
+
        </div>
<h2>
+
        <h2>
Online Collaboration<em></em>
+
          Online Collaboration<em></em>
</h2>
+
        </h2>
</nav>
+
      </nav>
<div class="container">
+
      <div class="container">
<div class="row">
+
        <div class="row">
<div class="sub-container">
+
          <div class="sub-container">
<div class="col-xs-6 col-md-6" style="text-align: center;">
+
            <div class="col-xs-6 col-md-6" style="text-align: center;">
<img
+
              <img
style="display:none;" src="https://static.igem.org/mediawiki/2015/3/38/NEFU_China_93E048E2-4DF1-4B5C-B5A7-AAECD232B31F.png" id="oc-img" />
+
                style="display:none;" src="https://static.igem.org/mediawiki/2015/3/38/NEFU_China_93E048E2-4DF1-4B5C-B5A7-AAECD232B31F.png" id="oc-img" />
</div>
+
            </div>
<div class="col-xs-6 col-md-6 msg">
+
            <div class="col-xs-6 col-md-6 msg">
<em class="left"></em>
+
              <em class="left"></em>
<p>
+
              <p>
A typical iGEM wiki can be divided into no less than 8 sections
+
                A typical iGEM wiki can be divided into no less than 8 sections
(like the home page, project, safety, team, and so on). Under
+
                (like the home page, project, safety, team, and so on). Under
each section, there are a lot of issues which you want to
+
                each section, there are a lot of issues which you want to
present. Just like the &lsquo;Project&rsquo; section, you may
+
                present. Just like the &lsquo;Project&rsquo; section, you may
need to tell others about your background information, design,
+
                need to tell others about your background information, design,
etc. Tedious as it is, we, the same as other 61 teams (61/66),
+
                etc. Tedious as it is, we, the same as other 61 teams (61/66),
believe that collaboration can improve the efficiency of
+
                believe that collaboration can improve the efficiency of
creating a wiki. Flight iGEM provides you an online platform, in
+
                creating a wiki. Flight iGEM provides you an online platform, in
which you can collaborate with your teammates, so every teammate
+
                which you can collaborate with your teammates, so every teammate
can create page and edit them at any time or anywhere. To avoid
+
                can create page and edit them at any time or anywhere. To avoid
version conflict(covered by others&rsquo; edition), we mimic the
+
                version conflict(covered by others&rsquo; edition), we mimic the
concept of SVN. You can click <a href="#" data-toggle="modal"
+
                concept of SVN. You can click <a href="#" data-toggle="modal"
data-backdrop="" data-target="#vcModal">me</a> to watch a short
+
                  data-backdrop="" data-target="#vcModal">me</a> to watch a short
video which explains how it works.
+
                video which explains how it works.
</p>
+
              </p>
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
</div>
+
    </div>
<div class="section show-sec" id="section2">
+
    <div class="section show-sec" id="section2">
<nav class="navbar navbar-inverse">
+
      <nav class="navbar navbar-inverse">
<div class="logo-container">
+
        <div class="logo-container">
<span class="logo">Flight iGEM</span>
+
          <span class="logo">Flight iGEM</span>
</div>
+
        </div>
<h2>
+
        <h2>
Flight iGEM Magic<em></em>
+
          Flight iGEM Magic<em></em>
</h2>
+
        </h2>
</nav>
+
      </nav>
<div class="slide" id="slide1">
+
      <div class="slide" id="slide1">
<div class="container">
+
        <div class="container">
<div class="row">
+
          <div class="row">
<div class="sub-container">
+
            <div class="sub-container">
<div class="col-xs-6 col-md-6" style="text-align: center;">
+
              <div class="col-xs-6 col-md-6" style="text-align: center;">
<img
+
                  <canvas id="fold-change"></canvas>
src="https://static.igem.org/mediawiki/2015/6/64/NEFU_China_0E792055-5CA4-4CE3-8638-93AC5988AC34.png" />
+
              </div>
</div>
+
  
<div class="col-xs-6 col-md-6 msg">
+
              <div class="col-xs-6 col-md-6 msg">
<em class="left"></em>
+
                <em class="left"></em>
<p>About half of iGEM teams (32/66) we surveyed hold the opinion that
+
                <p>About half of iGEM teams (32/66) we surveyed hold the opinion that
creating a wiki requires superior skills in programming, which leads them to feel hard about it. We sincerely
+
                  creating a wiki requires superior skills in programming, which leads them to feel hard about it. Among 66 teams surveyed by us, the average time used in writing their wikis is 75 days. However, with Flight iGEM, we only used about 10 days to complete our wiki. So, we sincerely
invite you to click the right arrow and discover what giant
+
                  invite you to click the right arrow and discover what giant
changes Flight iGEM can make.</p>
+
                  changes Flight iGEM can make.</p>
</div>
+
              </div>
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
<div class="slide">
+
      <div class="slide">
<div class="container">
+
        <div class="container">
<div class="raw">
+
          <div class="raw">
<div class="sub-container">
+
            <div class="sub-container">
<div class="col-xs-6 col-md-6">
+
              <div class="col-xs-6 col-md-6">
<img class="himg" alt=""
+
                <img class="himg" alt=""
src="https://static.igem.org/mediawiki/2015/6/61/NEFU_China_FABE4DBA-CD83-486D-AAC2-E4B3949D76D8.png" />
+
                  src="https://static.igem.org/mediawiki/2015/6/61/NEFU_China_FABE4DBA-CD83-486D-AAC2-E4B3949D76D8.png" />
</div>
+
              </div>
<div class="col-xs-6 col-md-6">
+
              <div class="col-xs-6 col-md-6">
<h1>Step 1</h1>
+
                <h1>Step 1</h1>
<p>To create a wiki, a HTML template is necessary neither
+
                <p>To create a wiki, a HTML template is necessary neither
with Flight iGEM nor without Flight iGEM. Templates used for Flight iGEM should follow some simple rules, which can be found in <a href="https://github.com/reage/flightigem/wiki/Template" target="_blank" >our document.</a></p>
+
                  with Flight iGEM nor without Flight iGEM. Templates used for Flight iGEM should follow some simple rules, which can be found in <a href="https://github.com/reage/flightigem/wiki/Template" target="_blank" >our document.</a></p>
</div>
+
              </div>
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
<div class="slide">
+
      <div class="slide">
<div class="container">
+
        <div class="container">
<div class="raw">
+
          <div class="raw">
<div class="sub-container">
+
            <div class="sub-container">
<h1>Step 2</h1>
+
              <h1>Step 2</h1>
<div class="col-xs-6 col-md-6">
+
              <div class="col-xs-6 col-md-6">
<h2>Without Flight iGEM</h2>
+
                <h2>Without Flight iGEM</h2>
<img alt="" class="himg"
+
                <img alt="" class="himg"
src="https://static.igem.org/mediawiki/2015/3/30/NEFU_China_60AF68F6-696F-4A98-844E-2023C8011191.png" />
+
                  src="https://static.igem.org/mediawiki/2015/3/30/NEFU_China_60AF68F6-696F-4A98-844E-2023C8011191.png" />
<p>Once the template is done, other teammates can start to
+
                <p>Once the template is done, other teammates can start to
summarize the project, record experiments&rsquo; data by using
+
                  summarize the project, record experiments&rsquo; data by using
their Word or iWork.</p>
+
                  their Word or iWork.</p>
</div>
+
              </div>
<div class="col-xs-6 col-md-6">
+
              <div class="col-xs-6 col-md-6">
<h2>With Flight iGEM</h2>
+
                <h2>With Flight iGEM</h2>
<img alt="" class="himg"
+
                <img alt="" class="himg"
src="https://static.igem.org/mediawiki/2015/6/6f/NEFU_China_75095857-0A36-4862-8293-8993E03284D5.png" />Flight
+
                  src="https://static.igem.org/mediawiki/2015/6/6f/NEFU_China_75095857-0A36-4862-8293-8993E03284D5.png" />Flight
iGEM requires you and your teammates to work online. We use
+
                iGEM requires you and your teammates to work online. We use
CKEditor(a free, Open Source HTML text editor) to set up edit
+
                CKEditor(a free, Open Source HTML text editor) to set up edit
environment like Word or iWork.
+
                environment like Word or iWork.
</div>
+
              </div>
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
<div class="slide">
+
      <div class="slide">
<div class="container">
+
        <div class="container">
<div class="raw">
+
          <div class="raw">
<div class="sub-container">
+
            <div class="sub-container">
<h1>Step 3</h1>
+
              <h1>Step 3</h1>
<div class="col-xs-6 col-md-6">
+
              <div class="col-xs-6 col-md-6">
<h2>Without Flight iGEM</h2>
+
                <h2>Without Flight iGEM</h2>
<img class="himg"
+
                <img class="himg"
src="https://static.igem.org/mediawiki/2015/3/3c/NEFU_China_53ABE671-6E9D-4A6A-A6CA-6C58897625F2.png" />
+
                  src="https://static.igem.org/mediawiki/2015/3/3c/NEFU_China_53ABE671-6E9D-4A6A-A6CA-6C58897625F2.png" />
<p>Without Flight iGEM, you need to upload all images and
+
                <p>Without Flight iGEM, you need to upload all images and
other media files which involved in your articles to the iGEM
+
                  other media files which involved in your articles to the iGEM
server manually.</p>
+
                  server manually.</p>
</div>
+
              </div>
<div class="col-xs-6 col-md-6">
+
              <div class="col-xs-6 col-md-6">
<h2>With Flight iGEM</h2>
+
                <h2>With Flight iGEM</h2>
<img class="himg"
+
                <img class="himg"
src="https://static.igem.org/mediawiki/2015/0/09/NEFU_China_7C064076-7096-4A36-918C-6602AC0862D3.png" />
+
                  src="https://static.igem.org/mediawiki/2015/0/09/NEFU_China_7C064076-7096-4A36-918C-6602AC0862D3.png" />
<p>If you use Flight iGEM, all media files(especially the
+
                <p>If you use Flight iGEM, all media files(especially the
images) which you insert into the article will be automatically
+
                  images) which you insert into the article will be automatically
upload to iGEM server.</p>
+
                  upload to iGEM server.</p>
</div>
+
              </div>
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
<div class="slide">
+
      <div class="slide">
<div class="container">
+
        <div class="container">
<div class="raw">
+
          <div class="raw">
<div class="sub-container">
+
            <div class="sub-container">
<h1>Step 4</h1>
+
              <h1>Step 4</h1>
<div class="col-xs-6 col-md-6">
+
              <div class="col-xs-6 col-md-6">
<h2>Without Flight iGEM</h2>
+
                <h2>Without Flight iGEM</h2>
<img class="himg"
+
                <img class="himg"
src="https://static.igem.org/mediawiki/2015/e/e6/NEFU_China_DEE6107D-1149-460D-A6CA-F9A0FCEEBE66.png" />
+
                  src="https://static.igem.org/mediawiki/2015/e/e6/NEFU_China_DEE6107D-1149-460D-A6CA-F9A0FCEEBE66.png" />
<p>You need to assign the content which converted from Word
+
                <p>You need to assign the content which converted from Word
or iWork documents to the template. In this step, there will be
+
                  or iWork documents to the template. In this step, there will be
numerous words and sentences that will be copied and pasted,
+
                  numerous words and sentences that will be copied and pasted,
which cost a lot of time and memory.</p>
+
                  which cost a lot of time and memory.</p>
</div>
+
              </div>
<div class="col-xs-6 col-md-6">
+
              <div class="col-xs-6 col-md-6">
<h2>With Flight iGEM</h2>
+
                <h2>With Flight iGEM</h2>
<img class="himg"
+
                <img class="himg"
src="https://static.igem.org/mediawiki/2015/d/d5/NEFU_China_8EA8F25C-716E-480F-9DFC-B3B0B58DD2B0.png" />
+
                  src="https://static.igem.org/mediawiki/2015/d/d5/NEFU_China_8EA8F25C-716E-480F-9DFC-B3B0B58DD2B0.png" />
<p>Flight iGEM can assign contents with template
+
                <p>Flight iGEM can assign contents with template
automatically, all you need to do is to select what you want to
+
                  automatically, all you need to do is to select what you want to
display, and then click &#39;Magic&#39;.</p>
+
                  display, and then click &#39;Magic&#39;.</p>
</div>
+
              </div>
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
<div class="slide">
+
      <div class="slide">
<div class="container">
+
        <div class="container">
<div class="raw">
+
          <div class="raw">
<div class="sub-container">
+
            <div class="sub-container">
<h1>Step 5</h1>
+
              <h1>Step 5</h1>
<div class="col-xs-6 col-md-6">
+
              <div class="col-xs-6 col-md-6">
<h2>Without Flight iGEM</h2>
+
                <h2>Without Flight iGEM</h2>
<img class="himg"
+
                <img class="himg"
src="https://static.igem.org/mediawiki/2015/0/05/NEFU_China_419F93B3-DBB5-46EF-A785-05A0D702C8F0.png" />
+
                  src="https://static.igem.org/mediawiki/2015/0/05/NEFU_China_419F93B3-DBB5-46EF-A785-05A0D702C8F0.png" />
<p>After you merged this two component, you should
+
                <p>After you merged this two component, you should
upload the &quot;code soup&quot; to the iGEM server, and this
+
                  upload the &quot;code soup&quot; to the iGEM server, and this
is the final step of the whole procedure.</p>
+
                  is the final step of the whole procedure.</p>
</div>
+
              </div>
<div class="col-xs-6 col-md-6">
+
              <div class="col-xs-6 col-md-6">
<h2>With Flight iGEM</h2>
+
                <h2>With Flight iGEM</h2>
<img class="himg"
+
                <img class="himg"
src="https://static.igem.org/mediawiki/2015/6/6a/NEFU_China_E5C6420A-4FEF-4898-BDED-AFCAEB7E36AF.png" />
+
                  src="https://static.igem.org/mediawiki/2015/6/6a/NEFU_China_E5C6420A-4FEF-4898-BDED-AFCAEB7E36AF.png" />
<p>Flight iGEM will upload your pages to the iGEM server
+
                <p>Flight iGEM will upload your pages to the iGEM server
after step 4, and the only thing you need to do is to visit
+
                  after step 4, and the only thing you need to do is to visit
your target page and check if the page is exactly what you
+
                  your target page and check if the page is exactly what you
want.</p>
+
                  want.</p>
</div>
+
              </div>
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
</div>
+
    </div>
<div class="section show-sec"  id="section3">
+
    <div class="section show-sec"  id="section3">
<nav class="navbar navbar-inverse">
+
      <nav class="navbar navbar-inverse">
<div class="logo-container">
+
        <div class="logo-container">
<span class="logo">Flight iGEM</span>
+
          <span class="logo">Flight iGEM</span>
</div>
+
        </div>
<h2>
+
        <h2>
Deadline alarm<em></em>
+
          Deadline alarm<em></em>
</h2>
+
        </h2>
</nav>
+
      </nav>
<div class="container">
+
      <div class="container">
<div class="row">
+
        <div class="row">
<div class="sub-container">
+
          <div class="sub-container">
<div class="col-xs-12 col-md-12" style="text-align: center;">
+
            <div class="col-xs-12 col-md-12" style="text-align: center;">
<img
+
              <img
src="https://static.igem.org/mediawiki/2015/9/9b/NEFU_China_3702A597-6FFB-4715-990E-36F15066FBF3.png" />
+
                src="https://static.igem.org/mediawiki/2015/9/9b/NEFU_China_3702A597-6FFB-4715-990E-36F15066FBF3.png" />
</div>
+
            </div>
<div class="col-xs-12 col-md-12 msg" style="margin-top: 20px;">
+
            <div class="col-xs-12 col-md-12 msg" style="margin-top: 20px;">
<em class="up"></em>
+
              <em class="up"></em>
<p>According to our investigation among 66 teams, 19 of them
+
              <p>According to our investigation among 66 teams, 19 of them
thought there were too many deadlines in iGEM and they might be
+
                thought there were too many deadlines in iGEM and they might be
forgotten easily. Moreover,43 teams surveyed indicated that it
+
                forgotten easily. Moreover,43 teams surveyed indicated that it
would be better if there were certain reminders for the
+
                would be better if there were certain reminders for the
deadlines. As we all know, iGEM is a competition composed of a
+
                deadlines. As we all know, iGEM is a competition composed of a
lot of&nbsp;events. To help users manage their time better,
+
                lot of&nbsp;events. To help users manage their time better,
Flight iGEM also covers a deadline reminder. It is most noteworthy  
+
                Flight iGEM also covers a deadline reminder. It is most noteworthy  
that this reminder is able to convert time zones automatically
+
                that this reminder is able to convert time zones automatically
according to the users&#39; geographic positions.</p>
+
                according to the users&#39; geographic positions.</p>
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
</div>
+
    </div>
<div class="section show-sec"  id="section4">
+
    <div class="section show-sec"  id="section4">
<nav class="navbar navbar-inverse">
+
      <nav class="navbar navbar-inverse">
<div class="logo-container">
+
        <div class="logo-container">
<span class="logo">Flight iGEM</span>
+
          <span class="logo">Flight iGEM</span>
</div>
+
        </div>
<h2>
+
        <h2>
What's for the iGEM Server?<em></em>
+
          What's for the iGEM Server?<em></em>
</h2>
+
        </h2>
</nav>
+
      </nav>
<div class="container">
+
      <div class="container">
<div class="raw">
+
        <div class="raw">
<div class="sub-container">
+
          <div class="sub-container">
<div class="col-xs-6 col-md-6" style="text-align: center;">
+
            <div class="col-xs-6 col-md-6" style="text-align: center;">
<img class="himg"
+
              <img class="himg"
src="https://static.igem.org/mediawiki/2015/d/d8/Queue.png" />
+
                src="https://static.igem.org/mediawiki/2015/d/d8/Queue.png" />
</div>
+
            </div>
  
<div class="col-xs-6 col-md-6 msg">
+
            <div class="col-xs-6 col-md-6 msg">
<em class="left"></em>
+
              <em class="left"></em>
<p>Considering that 83.3% teams (55/66) have encountered the
+
              <p>Considering that 83.3% teams (55/66) have encountered the
situation that the&nbsp;iGEM server got slower or went down when
+
                situation that the&nbsp;iGEM server got slower or went down when
it is close to the freeze of wiki, we decide to
+
                it is close to the freeze of wiki, we decide to
linearize&nbsp;all our request. It means if you want to build  
+
                linearize&nbsp;all our request. It means if you want to build  
a page and post it to iGEM server, you have to queue for a while
+
                a page and post it to iGEM server, you have to queue for a while
until people who requested before you finish their queries. To
+
                until people who requested before you finish their queries. To
speed up all the requests, we create more than ten queues, which
+
                speed up all the requests, we create more than ten queues, which
we believe is enough to handle them. And we hold the opinion
+
                we believe is enough to handle them. And we hold the opinion
that our platform will contribute a lot to ease the burden of
+
                that our platform will contribute a lot to ease the burden of
iGEM servers, if it is accepted by other teams.</p>
+
                iGEM servers, if it is accepted by other teams.</p>
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
</div>
+
    </div>
<div class="section show-sec"  id="section4">
+
    <div class="section show-sec"  id="section4">
<nav class="navbar navbar-inverse">
+
      <nav class="navbar navbar-inverse">
<div class="logo-container">
+
        <div class="logo-container">
<span class="logo">Flight iGEM</span>
+
          <span class="logo">Flight iGEM</span>
</div>
+
        </div>
<h2>
+
        <h2>
Present and Future<em></em>
+
          Present and Future<em></em>
</h2>
+
        </h2>
</nav>
+
      </nav>
<div class="container">
+
      <div class="container">
<div class="raw">
+
        <div class="raw">
<div class="sub-container">
+
          <div class="sub-container">
<div class="col-xs-12 col-md-12" style="text-align: center;">
+
            <div class="col-xs-12 col-md-12" style="text-align: center;">
<img class="himg"
+
              <img class="himg"
src="https://static.igem.org/mediawiki/2015/9/91/NEFU_China_0A61D3EE-8AD4-41E1-A7E4-5129F52A17E2.jpg" style="width: auto;"/>
+
                src="https://static.igem.org/mediawiki/2015/9/91/NEFU_China_0A61D3EE-8AD4-41E1-A7E4-5129F52A17E2.jpg" style="width: auto;"/>
</div>
+
            </div>
<div class="col-xs-12 col-md-12 msg" style="margin-top: 20px;">
+
            <div class="col-xs-12 col-md-12 msg" style="margin-top: 20px;">
<em class="up"></em>
+
              <em class="up"></em>
<p>Flight iGEM has been <a href="http://www.flightigem.com" target="_blank">available online</a> since late august, and iGEM teams from 14 countries have visited our platform. But before the Flight iGEM was available online, many teams had finished their wiki work, so we did not get too much users (while NUDT_CHINA is one of our users this year, and they have given us some precious advises which helped us a lot), but our survey indicates that more than 93.93% of iGEM teams(62/66) are willing to use it next year. We host our source code on GitHub, so you can <a href="http://github.com/reage/thinkphp" target="_blank">fork Flight iGEM on github</a>. And we also provide a  concise <a href="http://github.com/reage/flightigem/wiki" target="_blank">document</a> for the project, which we hope will help you to get aware of the project quickly.</p>  
+
              <p>Flight iGEM has been <a href="http://www.flightigem.com" target="_blank">available online</a> since late august, and iGEM teams from 14 countries have visited our platform. But before the Flight iGEM was available online, many teams had finished their wiki work, so we did not get too much users (while NUDT_CHINA is one of our users this year, and they have given us some precious advises which helped us a lot), but our survey indicates that more than 93.93% of iGEM teams(62/66) are willing to use it next year. We host our source code on GitHub, so you can <a href="http://github.com/reage/thinkphp" target="_blank">fork Flight iGEM on github</a>. And we also provide a  concise <a href="http://github.com/reage/flightigem/wiki" target="_blank">document</a> for the project, which we hope will help you to get aware of the project quickly.</p>  
</div>
+
            </div>
</div>
+
          </div>
</div>
+
        </div>
</div>
+
      </div>
</div>
+
    </div>
</div>
+
  </div>
<!-- VC Modal -->
+
  <!-- VC Modal -->
<div class="modal fade" id="vcModal" tabindex="-1" role="dialog"
+
  <div class="modal fade" id="vcModal" tabindex="-1" role="dialog"
aria-labelledby="vcModalLabel">
+
    aria-labelledby="vcModalLabel">
<div class="modal-dialog" role="document">
+
    <div class="modal-dialog" role="document">
<div class="modal-content">
+
      <div class="modal-content">
<div class="modal-header">
+
        <div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
+
          <button type="button" class="close" data-dismiss="modal"
aria-label="Close">
+
            aria-label="Close">
<span aria-hidden="true">&times;</span>
+
            <span aria-hidden="true">&times;</span>
</button>
+
          </button>
<h4 class="modal-title" id="vcModalLabel">How version control
+
          <h4 class="modal-title" id="vcModalLabel">How version control
works</h4>
+
            works</h4>
</div>
+
        </div>
<div class="modal-body" style="text-align: center;">
+
        <div class="modal-body" style="text-align: center;">
<video width="580" height="360" controls="controls">
+
          <video width="580" height="360" controls="controls">
<source
+
            <source
src="https://static.igem.org/mediawiki/2015/4/49/NEFU_China_vc.ogg"
+
              src="https://static.igem.org/mediawiki/2015/4/49/NEFU_China_vc.ogg"
type="video/ogg">
+
              type="video/ogg">
<source
+
            <source
src="https://static.igem.org/mediawiki/2015/b/b0/NEFU_China_vc.mp4"
+
              src="https://static.igem.org/mediawiki/2015/b/b0/NEFU_China_vc.mp4"
type="video/mp4">
+
              type="video/mp4">
Your browser does not support the video tag.
+
            Your browser does not support the video tag.
</video>
+
          </video>
</div>
+
        </div>
</div>
+
      </div>
</div>
+
    </div>
</div>
+
  </div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+
  <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
  <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
+
  <!-- Include all compiled plugins (below), or include individual files as needed -->
<script
+
  <script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
+
    src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<<script src="js/jquery.easings.min.js"></script>
+
  <<script src="js/jquery.easings.min.js"></script>
<script
+
  <script
src="https://2015.igem.org/Team:NEFU_China/fullPage?action=raw&ctype=text/javascript"></script>
+
    src="https://2015.igem.org/Team:NEFU_China/fullPage?action=raw&ctype=text/javascript"></script>
<!-- <script src="http://localhost/fi/js/jquery.fullPage.min.js"></script>-->
+
  <!-- <script src="http://localhost/fi/js/jquery.fullPage.min.js"></script>-->
<!--<script src="http://localhost/fi/js/Chart.min.js"></script>-->
+
  <!--<script src="http://localhost/fi/js/Chart.min.js"></script>-->
<script
+
  <script
src="https://2015.igem.org/Team:NEFU_China/Chartjs?action=raw&ctype=text/javascript"></script>
+
    src="https://2015.igem.org/Team:NEFU_China/Chartjs?action=raw&ctype=text/javascript"></script>
<script type="text/javascript">
+
  <script type="text/javascript">
$(document).ready(
+
    $(document).ready(
function() {
+
        function() {
$('#fullpage').fullpage(
+
          var chart2 = {
{
+
            labels : ['With Flight iGEM', 'Without Flight iGEM'],
anchors : [ 'intro', 'collaboration',
+
            datasets:[{
'builder', 'deadline', '4igem', 'cf' ],
+
              fillColor:"rgba(220,220,220,0.5)",
navigation : true,
+
              strokeColor:"rgba(220,220,220,0.8)",
navigationPosition : 'right',
+
              highlightFill: "rgba(220,220,220,0.75)",
menu : '#menu',
+
              highlightStroke:"rgba(220,220,220,1)",
css3 : true,
+
              data:[10, 75],
scrollingSpeed : 666,
+
            }]
afterLoad: function(anchorLink, index){
+
          }
//section 2
+
          $('#fullpage').fullpage(
if(anchorLink == 'collaboration'){
+
              {
//moving the image
+
                anchors : [ 'intro', 'collaboration',
$('#section1').find('#oc-img').show("slow");
+
                    'builder', 'deadline', '4igem', 'cf' ],
}
+
                navigation : true,
},
+
                navigationPosition : 'right',
navigationTooltips : [
+
                menu : '#menu',
'Attitudes',
+
                css3 : true,
'Collaboration platform',
+
                scrollingSpeed : 666,
'Magic',
+
                afterLoad: function(anchorLink, index){
'Deadline alarm',
+
                  //section 2
'Queue system' ,
+
                  if(anchorLink == 'collaboration'){
'Current and Future']
+
                    //moving the image
});
+
                    $('#section1').find('#oc-img').show("slow");
 +
                  }else if(anchorLink == 'builder'){
 +
                    var ctx_2 = document.getElementById("fold-change").getContext("2d");
 +
                    window.myCp = new Chart(ctx_2).Bar(chart2, {responsive:true});
 +
                  }
 +
                },
 +
                navigationTooltips : [
 +
                    'Attitudes',
 +
                    'Collaboration platform',
 +
                    'Magic',
 +
                    'Deadline alarm',
 +
                    'Queue system' ,
 +
                    'Current and Future']
 +
              });
  
$('#showExamples').click(function(e) {
+
          $('#showExamples').click(function(e) {
e.stopPropagation();
+
            e.stopPropagation();
e.preventDefault();
+
            e.preventDefault();
$('#examplesList').toggle();
+
            $('#examplesList').toggle();
});
+
          });
  
$('html').click(function() {
+
          $('html').click(function() {
$('#examplesList').hide();
+
            $('#examplesList').hide();
});
+
          });
  
var chart1 = {
+
          var chart1 = {
labels : [ 'hard', 'tedious', 'not difficult',
+
            labels : [ 'hard', 'tedious', 'not difficult',
'pleasant' ],
+
                'pleasant' ],
datasets : [ {
+
            datasets : [ {
fillColor : "rgba(220,220,220,0.5)",
+
              fillColor : "rgba(220,220,220,0.5)",
strokeColor : "rgba(220,220,220,0.8)",
+
              strokeColor : "rgba(220,220,220,0.8)",
highlightFill : "rgba(220,220,220,0.75)",
+
              highlightFill : "rgba(220,220,220,0.75)",
highlightStroke : "rgba(220,220,220,1)",
+
              highlightStroke : "rgba(220,220,220,1)",
data : [ 28, 38, 9, 4 ],
+
              data : [ 28, 38, 9, 4 ],
} ]
+
            } ]
}
+
          }
 +
         
 +
          var ctx_1 = document.getElementById("slide-canvas-1")
 +
              .getContext("2d");
 +
          window.myBar = new Chart(ctx_1).Bar(chart1, {
 +
            responsive : true
 +
          });
  
var ctx_1 = document.getElementById("slide-canvas-1")
 
.getContext("2d");
 
window.myBar = new Chart(ctx_1).Bar(chart1, {
 
responsive : true
 
});
 
  
});
+
        });
</script>
+
  </script>
 
</body>
 
</body>
 
  </div>
 
  </div>
 
</html>
 
</html>

Revision as of 08:30, 18 September 2015

Flight iGEM

Attitudes towards creating a wiki

According to our survey, most teams (51/66) find it difficult or tedious to create wiki with high quality, especially in very limited time. We also counted the number of word used for writing the wikis in the past 4 years, the average number of word in these wikis is 9531 (HTML tags, javascript and css files are not included, code can be seen on GitHub). As you can imagine, this needs a huge amount of work! So, we’d like to make some changes.

*You can see all raw data by click this.

A typical iGEM wiki can be divided into no less than 8 sections (like the home page, project, safety, team, and so on). Under each section, there are a lot of issues which you want to present. Just like the ‘Project’ section, you may need to tell others about your background information, design, etc. Tedious as it is, we, the same as other 61 teams (61/66), believe that collaboration can improve the efficiency of creating a wiki. Flight iGEM provides you an online platform, in which you can collaborate with your teammates, so every teammate can create page and edit them at any time or anywhere. To avoid version conflict(covered by others’ edition), we mimic the concept of SVN. You can click me to watch a short video which explains how it works.

About half of iGEM teams (32/66) we surveyed hold the opinion that creating a wiki requires superior skills in programming, which leads them to feel hard about it. Among 66 teams surveyed by us, the average time used in writing their wikis is 75 days. However, with Flight iGEM, we only used about 10 days to complete our wiki. So, we sincerely invite you to click the right arrow and discover what giant changes Flight iGEM can make.

Step 1

To create a wiki, a HTML template is necessary neither with Flight iGEM nor without Flight iGEM. Templates used for Flight iGEM should follow some simple rules, which can be found in our document.

Step 2

Without Flight iGEM

Once the template is done, other teammates can start to summarize the project, record experiments’ data by using their Word or iWork.

With Flight iGEM

Flight iGEM requires you and your teammates to work online. We use CKEditor(a free, Open Source HTML text editor) to set up edit environment like Word or iWork.

Step 3

Without Flight iGEM

Without Flight iGEM, you need to upload all images and other media files which involved in your articles to the iGEM server manually.

With Flight iGEM

If you use Flight iGEM, all media files(especially the images) which you insert into the article will be automatically upload to iGEM server.

Step 4

Without Flight iGEM

You need to assign the content which converted from Word or iWork documents to the template. In this step, there will be numerous words and sentences that will be copied and pasted, which cost a lot of time and memory.

With Flight iGEM

Flight iGEM can assign contents with template automatically, all you need to do is to select what you want to display, and then click 'Magic'.

Step 5

Without Flight iGEM

After you merged this two component, you should upload the "code soup" to the iGEM server, and this is the final step of the whole procedure.

With Flight iGEM

Flight iGEM will upload your pages to the iGEM server after step 4, and the only thing you need to do is to visit your target page and check if the page is exactly what you want.

According to our investigation among 66 teams, 19 of them thought there were too many deadlines in iGEM and they might be forgotten easily. Moreover,43 teams surveyed indicated that it would be better if there were certain reminders for the deadlines. As we all know, iGEM is a competition composed of a lot of events. To help users manage their time better, Flight iGEM also covers a deadline reminder. It is most noteworthy that this reminder is able to convert time zones automatically according to the users' geographic positions.

Considering that 83.3% teams (55/66) have encountered the situation that the iGEM server got slower or went down when it is close to the freeze of wiki, we decide to linearize all our request. It means if you want to build a page and post it to iGEM server, you have to queue for a while until people who requested before you finish their queries. To speed up all the requests, we create more than ten queues, which we believe is enough to handle them. And we hold the opinion that our platform will contribute a lot to ease the burden of iGEM servers, if it is accepted by other teams.

Flight iGEM has been available online since late august, and iGEM teams from 14 countries have visited our platform. But before the Flight iGEM was available online, many teams had finished their wiki work, so we did not get too much users (while NUDT_CHINA is one of our users this year, and they have given us some precious advises which helped us a lot), but our survey indicates that more than 93.93% of iGEM teams(62/66) are willing to use it next year. We host our source code on GitHub, so you can fork Flight iGEM on github. And we also provide a concise document for the project, which we hope will help you to get aware of the project quickly.

<