Difference between revisions of "Team:Jilin China/InterLab"

(Prototype team page)
 
Line 1: Line 1:
{{Jilin_China}}
+
{{:Team:Jilin_China/CSS}}
<html>
+
{{:Team:Jilin_China/CSS_Details}}
 
+
{{:Team:Jilin_China/Navbar}}
 
+
{{:Team:Jilin_China/Js}}
<div class="column full_size judges-will-not-evaluate">
+
<html><!--For CSS and Js-->
<h3> ALERT! </h3>
+
<style>
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
+
.s1{
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
  background: url(https://static.igem.org/mediawiki/2018/e/ea/T--Jilin_China--Interlab--Banner.jpeg) no-repeat center center;
</div>
+
background-size: cover;
 
+
}
 
+
.bodycontent section h2{
<div class="clear"></div>
+
color: #0080EA;
 
+
}
 
+
@media screen and (min-width:768px){
<div class="column full_size">
+
.bodycontent .s2 h2{
<h1>InterLab</h1>
+
padding-left: 4rem !important;
<h3>Bronze Medal Criterion #4</h3>
+
position: relative;
<p><b>Standard Tracks:</b> Participate in the Interlab Measurement Study and/or obtain new, high quality experimental characterization data for an existing BioBrick Part or Device and enter this information on that part's Main Page in the Registry. The part that you are characterizing must NOT be from a 2018 part number range.
+
<br><br>
+
}
For teams participating in the <a href="https://2018.igem.org/Measurement/InterLab">InterLab study</a>, all work must be shown on this page.  
+
.bodycontent .s2 h2:before {
 
+
content:"";
</p>
+
position: absolute;
</div>
+
top:0;
 
+
left:0;
 
+
width:4rem;
 
+
height:100%;
 +
background: url(https://static.igem.org/mediawiki/2018/a/aa/T--Jilin_China--Common--Icons--TherometerIcon--Cold.svg) no-repeat left;
 +
bacground-size: contain;
 +
animation: IconSpin 1s ease infinite alternate;
 +
}
 +
}
 +
</style>
  
 +
</html>
  
 +
<html>
  
 +
<section class="s1">
 +
  <div class="title_con">
 +
  <p>INTERLAB</p>
 +
  <br />
 +
  <table>
 +
  <tr>
 +
    <td><a href="#introduction" class="clickwave">Introduction</a></td>
 +
    <td><a href="#introduction" class="clickwave">Second Subtopic</a></td>
 +
  </tr>
 +
  </table>
 +
  </div>
 +
  <div class="title_nav"><h2>Interlab</h2></div>
 +
</section>
 +
 +
<div class="bodycontent" style="padding:0;">
 +
  <!--<section class="s0"></section>-->
 +
  <ul class="sidenav">
 +
  <li><a href="#introduction">Introduction</a></li>
 +
  <li><a href="#introduction">Second Subtopic</a></li>
 +
  </ul>
 +
  <section class="s2">
 +
  <ul>
 +
    <li class="introduction" id="introduction">
 +
    <div>
 +
      <h2>Introduction</h2>
 +
      <p>All living organisms, from single-cell bacteria to humans, manage to survive by processing information about the favorable and adverse conditions in their environment. This information processing ability arises from highly complicated networks consisting of thousands of proteins, genes and gene-expression pathways all of which lead to specific outputs. The structure of this process is quite stereotypical and conserved among various types of cells and consists of sensors that collect information and transduce it further into the cell, processors that integrate the information and decide on a specific response and actuators that perform it.</p>
 +
    </div>
 +
    </li>
 +
    <li class="" id="">
 +
    <div>
 +
      <h2>Device We Received</h2>
 +
      <p>
 +
      <span class="figures"><img alt="" src="#" /><span class="figure"><b>figure.</b>This is a figure</span></span>
 +
      All living organisms, from single-cell bacteria to humans, manage to survive by processing information about the favorable and adverse conditions in their environment. This information processing ability arises from highly complicated networks consisting of thousands of proteins, genes and gene-expression pathways all of which lead to specific outputs. The structure of this process is quite stereotypical and conserved among various types of cells and consists of sensors that collect information and transduce it further into the cell, processors that integrate the information and decide on a specific response and actuators that perform it.</p>
 +
    </div>
 +
    </li>
 +
    <li class="" id="">
 +
    <div>
 +
      <h2>The Raw Data</h2>
 +
      <table>
 +
      <tr>
 +
        <th>表头</th>
 +
        <th>表头</th>
 +
        <th>表头</th>
 +
      </tr>
 +
      <tr>
 +
        <th>表头</th>
 +
        <td>Data</td>
 +
        <td>Data</td>
 +
      </tr>
 +
      <tr>
 +
        <th>表头</th>
 +
        <td>Data</td>
 +
        <td>Data</td>
 +
      </tr>
 +
      </table>
 +
      <h5 class="figure"><b>figure 1. </b>This is a figure.</h5>
 +
      <div id="f2"></div>
 +
      <h5 class="figure"><b>figure 2. </b>This is a figure.</h5>
 +
      <script type="text/javascript">
 +
      // 基于准备好的dom,初始化
 +
      var f1 = echarts.init(document.getElementById('f2'));
  
 +
      // 指定图表的配置项和数据
 +
      var option = {
 +
        title: {
 +
        text: 'Title'
 +
        },
 +
        tooltip: {},
 +
        legend: {
 +
        data:['vloume']
 +
        },
 +
        xAxis: {
 +
        data: ["a","b","c","d","e","f"]
 +
        },
 +
        yAxis: {},
 +
        series: [{
 +
        name: 'volume',
 +
        type: 'bar',
 +
        data: [5, 20, 36, 10, 10, 20]
 +
        }]
 +
      };
 +
     
 +
      f1.setOption(option);
 +
      </script>
 +
    </div>
 +
    </li>
 +
    <li class="reference" id="reference">
 +
    <div>
 +
      <h2>REFERENCE</h2>
 +
      <ul>
 +
      <li id="r1">Dai H, Wang Y, Lu X, et al. Chimeric antigen receptors modified T-cells for cancer therapy[J]. JNCI: Journal of the National Cancer Institute, 2016, 108(7).</li>
 +
      <li>aaaaaa</li>
 +
      <li>aaaaaa</li>
 +
      </ul>
 +
    </div>
 +
    </li>
 +
  </ul>
 +
  </section>
 +
</div>
 
</html>
 
</html>
 +
{{:Team:Jilin_China/Footer}}

Revision as of 13:30, 25 July 2018

Interlab

  • Introduction

    All living organisms, from single-cell bacteria to humans, manage to survive by processing information about the favorable and adverse conditions in their environment. This information processing ability arises from highly complicated networks consisting of thousands of proteins, genes and gene-expression pathways all of which lead to specific outputs. The structure of this process is quite stereotypical and conserved among various types of cells and consists of sensors that collect information and transduce it further into the cell, processors that integrate the information and decide on a specific response and actuators that perform it.

  • Device We Received

    figure.This is a figure All living organisms, from single-cell bacteria to humans, manage to survive by processing information about the favorable and adverse conditions in their environment. This information processing ability arises from highly complicated networks consisting of thousands of proteins, genes and gene-expression pathways all of which lead to specific outputs. The structure of this process is quite stereotypical and conserved among various types of cells and consists of sensors that collect information and transduce it further into the cell, processors that integrate the information and decide on a specific response and actuators that perform it.

  • The Raw Data

    表头 表头 表头
    表头 Data Data
    表头 Data Data
    figure 1. This is a figure.
    figure 2. This is a figure.
  • REFERENCE

    • Dai H, Wang Y, Lu X, et al. Chimeric antigen receptors modified T-cells for cancer therapy[J]. JNCI: Journal of the National Cancer Institute, 2016, 108(7).
    • aaaaaa
    • aaaaaa