Team:SUSTC-Shenzhen-A

From 2013.igem.org

(Difference between revisions)
 
(21 intermediate revisions not shown)
Line 47: Line 47:
     }
     }
-
     function png2text(pngurl, callback) {
+
     function png2text(pngurl, id, callback) {
       var canvas = document.createElement("canvas"),
       var canvas = document.createElement("canvas"),
       ctx = canvas.getContext("2d");
       ctx = canvas.getContext("2d");
       img = new Image();
       img = new Image();
    
    
 +
      img.id = 'pt-' + id;
       img.style.position = "absolute";
       img.style.position = "absolute";
       img.style.left = "-10000px";
       img.style.left = "-10000px";
Line 65: Line 66:
         canvas.style.width = w+"px";
         canvas.style.width = w+"px";
         canvas.style.height = h+"px";
         canvas.style.height = h+"px";
-
       
 
-
        ctx.drawImage(this, 0, 0);
 
 +
        ctx.drawImage(this, 0, 0);
 +
         var data = ctx.getImageData(0, 0, w, h).data,
         var data = ctx.getImageData(0, 0, w, h).data,
           a = [],
           a = [],
Line 78: Line 79:
         };
         };
 +
        canvas = undefined;
         try {
         try {
-
           document.body.removeChild(img);
+
           //document.body.removeChild(img);
 +
          $('#pt-' + id).remove();
         } catch (e) {
         } catch (e) {
         }
         }
Line 88: Line 91:
       img.src = pngurl;
       img.src = pngurl;
     }
     }
 +
     function baseRemove() {
     function baseRemove() {
       $('#top-section').remove();
       $('#top-section').remove();
       $('#content').attr('id', '');
       $('#content').attr('id', '');
 +
      $('#bodyContent').attr('id', '');
       $('#globalWrapper').attr('id', '');
       $('#globalWrapper').attr('id', '');
     }
     }
     console.log('loading css...');
     console.log('loading css...');
-
     png2text('/wiki/images/a/aa/Bootstrap.min.css.png', function (text) {
+
     png2text('/wiki/images/a/aa/Bootstrap.min.css.png', 'bs-css', function (text) {
       insertcss(text);
       insertcss(text);
       //'/wiki/images/2/28/Bootstrap-theme.min.css.png'
       //'/wiki/images/2/28/Bootstrap-theme.min.css.png'
-
       png2text('/wiki/images/d/df/Bootstrap-docs.min.css.png', function (text) {
+
       png2text('/wiki/images/d/df/Bootstrap-docs.min.css.png', 'bs-docs-css', function (text) {
         insertcss(text);
         insertcss(text);
       });
       });
 +
    });
 +
    png2text('/wiki/images/8/89/Layout.css.png', 'layout-css', function (text) {
 +
      insertcss(text);
 +
    });
 +
    png2text('/wiki/images/5/5a/Slider.css.png', 'slider-css', function (text) {
 +
      insertcss(text);
     });
     });
Line 106: Line 117:
       baseRemove();
       baseRemove();
       console.log('loading js...');
       console.log('loading js...');
-
       png2text('/wiki/images/7/7f/Jquery-min-js.png', function (text) {
+
       png2text('/wiki/images/7/7f/Jquery-min-js.png', 'jquery-js', function (text) {
         loadjs(text);
         loadjs(text);
-
         png2text('/wiki/images/3/35/Bootstrap-min-js.png', function (text) {
+
         png2text('/wiki/images/3/35/Bootstrap-min-js.png', 'bs-js', function (text) {
           loadjs(text);
           loadjs(text);
 +
        });
 +
        png2text('/wiki/images/4/42/Jquery.easing_slider_index-js.png', 'easing_slider_index-js', function (text) {
 +
          loadjs(text);
 +
          var sliderimages = [
 +
            {
 +
              source: "/wiki/images/f/f9/%E5%90%88%E7%85%A7.JPG",
 +
              transition: 'simple',
 +
              title: 'Group Photos',
 +
              lightbox: 0,
 +
              url: 'javascript:void(0)',
 +
              description: ''
 +
            }, {
 +
              source: "/wiki/images/0/06/%E6%93%8D%E4%BD%9C%E6%B5%81%E5%BC%8F.JPG",
 +
              transition: 'random',
 +
              title: 'Experiment',
 +
              lightbox: 0,
 +
              url: 'javascript:void(0)',
 +
              description: ''
 +
            }, {
 +
              source: "/wiki/images/a/a3/%E5%AE%9E%E9%AA%8C%E5%AE%9E%E6%8B%8D.JPG",
 +
              transition: 'random',
 +
              title: 'Experiment',
 +
              lightbox: 0,
 +
              url: 'javascript:void(0)',
 +
              description: ''
 +
            }, {
 +
              source: "/wiki/images/b/bd/%E6%B8%AF%E7%A7%91%E5%A4%A7%E4%BA%A4%E6%B5%811.JPG",
 +
              transition: 'random',
 +
              title: 'Communicate',
 +
              lightbox: 0,
 +
              url: 'javascript:void(0)',
 +
              description: ''
 +
            }, {
 +
              source: "/wiki/images/4/45/%E6%B8%AF%E7%A7%91%E5%A4%A7%E4%BA%A4%E6%B5%812.JPG",
 +
              transition: 'random',
 +
              title: 'Communicate',
 +
              lightbox: 0,
 +
              url: 'javascript:void(0)',
 +
              description: ''
 +
            }, {
 +
              source: "/wiki/images/f/fe/%E6%A3%80%E9%AA%8C%E7%94%A8biobrick.jpg",
 +
              transition: 'random',
 +
              title: 'Biobrick',
 +
              lightbox: 0,
 +
              url: 'javascript:void(0)',
 +
              description: ''
 +
            }, {
 +
              source: "/wiki/images/a/a8/%E6%88%91%E4%BB%AC%E7%9A%84biobrick.jpg",
 +
              transition: 'random',
 +
              title: 'Biobrick',
 +
              lightbox: 0,
 +
              url: 'javascript:void(0)',
 +
              description: ''
 +
            }, {
 +
              source: "/wiki/images/c/cf/%E6%B5%81%E5%BC%8F%E7%BB%86%E8%83%9E%E4%BB%AA.JPG",
 +
              transition: 'random',
 +
              title: 'Instrument',
 +
              lightbox: 0,
 +
              url: 'javascript:void(0)',
 +
              description: ''
 +
            }
 +
          ];
 +
          loadSlider(sliderimages);
 +
          startSlider();
         });
         });
       });
       });
Line 135: Line 210:
             <li>
             <li>
               <a href="/Team:SUSTC-Shenzhen-A/Project">Project</a>
               <a href="/Team:SUSTC-Shenzhen-A/Project">Project</a>
 +
            </li>
 +
            <li>
 +
              <a href="/Team:SUSTC-Shenzhen-A/Part">Parts</a>
             </li>
             </li>
             <li>
             <li>
Line 143: Line 221:
             </li>
             </li>
             <li>
             <li>
-
               <a href="/Team:SUSTC-Shenzhen-A/Safety">Safety</a>
+
               <a href="/Team:SUSTC-Shenzhen-A/Safety">Safety and security</a>
             </li>
             </li>
             <li>
             <li>
Line 150: Line 228:
             <li>
             <li>
               <a href="/Team:SUSTC-Shenzhen-A/Human_Practice">Human Practice</a>
               <a href="/Team:SUSTC-Shenzhen-A/Human_Practice">Human Practice</a>
 +
            </li>
 +
            <li>
 +
              <a href="/Team:SUSTC-Shenzhen-A/Team">Team</a>
             </li>
             </li>
           </ul>
           </ul>
Line 155: Line 236:
       </div>
       </div>
     </header>
     </header>
 +
     <div class="bs-header" id="bs-content">
     <div class="bs-header" id="bs-content">
       <div class="container">
       <div class="container">
Line 161: Line 243:
       </div>
       </div>
     </div>
     </div>
 +
     <div class="container bs-docs-container">
     <div class="container bs-docs-container">
-
       <div class="row">
+
       <div id="index_form" class="panel">
-
[[File:welcome3.jpg|center|frame]]
+
        <div class="row">
-
<b><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is SUSTC-Shenzhen-A.</p>
+
          <div class="slider-wrapper">
-
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;We are sophomores from South University of Science and Technology of China (SUSTC).</p>
+
            <div id="slider-1">
-
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Our main project is about quorum sensing. </p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You can get more information about our project by clicking other pages. </b>
+
              <div id="slider-content"></div>
-
<br>
+
              <div id="slider-feed"></div>
-
[[File:sustc group photo.jpg|center|frame]]
+
            </div>
-
<br>
+
          </div>
-
<br>
+
          <div class="simple-wrapper">
-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[File:wangzishiyan.JPG]]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[File:liujingyishiyan.JPG]]
+
            <table class="table table-striped">
-
<br>
+
              <tbody></tbody>
-
<br>
+
            </table>
-
<br>
+
          </div>
-
<br>
+
        </div>
-
<br>
+
      </div>
 +
      <div class="well">
 +
        <p>We are sophomores from South University of Science and Technology of China (SUSTC).</p>
 +
        <p>Our main project is about quorum sensing.</p>
 +
        <p>You can get more information about our project by clicking other pages.</p>
       </div>
       </div>
     </div>
     </div>
-
      <!-- Footer
+
 
-
      ================================================== -->
+
    <!-- Footer -->
     <footer class="bs-footer" role="contentinfo">
     <footer class="bs-footer" role="contentinfo">
       <div class="container">
       <div class="container">

Latest revision as of 00:08, 28 September 2013

ShenZhen-A Skip navigation

Game theory

Stategy for the Classic Prisoners' Dilemma.

We are sophomores from South University of Science and Technology of China (SUSTC).

Our main project is about quorum sensing.

You can get more information about our project by clicking other pages.