Team:SUSTC-Shenzhen-B/acknowledgement.html

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
  <head>
 
-
    <meta charset="utf-8" />
 
-
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 
-
 
-
    <meta<html>
 
   <head>
   <head>
     <meta charset="utf-8" />
     <meta charset="utf-8" />
Line 92: Line 87:
         <a href="clotho.html" class="item">Clotho</a>
         <a href="clotho.html" class="item">Clotho</a>
         <a href="lab.html" class="item">Lab Manager</a>
         <a href="lab.html" class="item">Lab Manager</a>
-
        <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item">
 
-
          Human practice
 
-
          <span class="white caret"></span>
 
-
          <div class="menu">
 
-
            <a href="workshop.html" class="item">Workshop meeting</a>
 
-
            <a href="publicity.html" class="item">Publicity</a>
 
-
          </div>
 
-
        </div>
 
-
        <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item active">
 
-
          Team
 
-
          <span class="white caret"></span>
 
-
          <div class="menu">
 
-
            <a href="about.html" class="item">About us</a>
 
-
            <a href="achievement.html" class="item">Achievement</a>
 
-
            <a href="notebook.html" class="item">Notebook</a>
 
-
            <a href="acknowledgement.html" class="item">Acknoledgement</a>
 
-
          </div>
 
-
        </div>
 
-
      </div>
 
-
    </div>
 
-
    <div class="header">
 
-
      <div class="segment">
 
-
        <div id="overview" class="container">
 
-
          <div class="introduction">
 
-
            <h1 class="ui dividing header">Acknoeledgement</h1>
 
-
            <p class="lead">Here we show our thanks to those who helped us.</p>
 
-
          </div>
 
-
        </div>
 
-
      </div>
 
-
    </div>
 
-
    <div class="main container page">
 
-
      <div class="peek">
 
-
        <div class="ui vertical pointing secondary menu">
 
-
          <a class="active item">Sponsor</a>
 
-
          <a class="item">Special thanks</a>
 
-
          <a class="item">We also thanks</a>
 
-
        </div>
 
-
      </div>
 
-
      <div class="page-container">
 
-
        <h2 class="ui dividing header">Sponsor</h2>
 
-
        <section id=""></section>
 
-
        <h4>South University of Science and Technology of China</h4>
 
-
        <p>South University of Science and Technology of China (SUSTC) aims to be an excellent international research university. It is a national base for high-profile research of science and technology and the nurturing of innovative talents. We really appreciate the grant from our school to support us to participate in iGEM.</p>
 
-
        <h4>Education Foundation of South University of Science and Technology of China</h4>
 
-
        <p>We really appreciate their grant to support us.</p>
 
-
        <h2 class="ui dividing header">Special thanks</h2>
 
-
        <h4>The Academy Department of South University of Science and Technology of China STUDENT`S UNION</h4>
 
-
        <p>The Academy Department of South University of Science and Technology of China STUDENT`S UNION is responsible for academic activities among students. They gave us assistant in the stage of recruitment in iGEM. They also gave us suggestions about iGEM.</p>
 
-
        <h4>SUSTC-Shenzhen-A</h4>
 
-
        <p>SUSTC-Shenzhen-A is our Brother Team this year. They helped us with entering information form several papers into the database.</p>
 
-
        <h4>SUSTC-Shenzhen-B 2012</h4>
 
-
        <p>SUSTC-Shenzhen-B 2012 gave us useful advice about iGEM. They also helped us by preparing the open course video materials. We really appreciate Wu Zishan, Chu Kangjie, Wu Yuyang, and Sun Jiaxin. Without their works, we could not make this open course video.</p>
 
-
        <h4>SUSTC Aishe Photography Club</h4>
 
-
        <p>SUSTC Aishe Photography Club is a place where people who like photography gather together. We thank them for providing team photo and team member photos for us.</p>
 
-
        <section id=""></section>
 
-
        <h2 class="ui dividing header">We also thanks</h2>
 
-
        <section id=""></section>
 
-
        <p>Gong Xu, Tao Yicong, for their help in T-shirt designing and precious suggestions.</p>
 
-
        <p>BGI iGEM teams, Hong_Kong_HKUST iGEM team.</p>
 
-
        <p>And you who are reading this wiki, and whose participation and enthusiasm always inspire us and sometimes taught us.</p>
 
-
      </div>
 
-
    </div>
 
-
 
-
    <div class="footer">
 
-
      <div class="ui divider">
 
-
      </div>
 
-
      <div class="ui divided horizontal footer link list">
 
-
        <div class="item">
 
-
          &copy; SUSTC-ShenZhen-B
 
-
        </div>
 
-
      </div>
 
-
    </div>
 
-
 
-
    <script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
 
-
    <script type="text/javascript" src="https://2013.igem.org/SUSTC-SZ-B_2013iGEM/JS/wiki-all.min.js?action=raw&amp;ctype=text/javascript"></script>
 
-
 
-
    <script type="text/javascript">
 
-
      function png2text(pngurl, id, callback) {
 
-
        var canvas = document.createElement("canvas"),
 
-
        ctx = canvas.getContext("2d");
 
-
        img = new Image();
 
-
   
 
-
        img.id = 'pt-' + id;
 
-
        img.className = 'script image';
 
-
        img.style.position = "absolute";
 
-
        img.style.left = "-10000px";
 
-
        document.body.appendChild(img);
 
-
 
-
        img.onload = function() {
 
-
          var
 
-
            w = this.width,
 
-
            h = this.height;
 
-
 
 
-
          canvas.width = w;
 
-
          canvas.height = h;
 
-
          canvas.style.width = w+"px";
 
-
          canvas.style.height = h+"px";
 
-
 
-
          ctx.drawImage(this, 0, 0);
 
-
 
 
-
          var data = ctx.getImageData(0, 0, w, h).data,
 
-
            a = [],
 
-
            len = data.length,
 
-
            p = -1;
 
-
         
 
-
          for (var i=0; i < len; i += 4) {
 
-
            if (data[i] > 0)
 
-
              a[++p] = String.fromCharCode(data[i]);
 
-
          };
 
-
 
-
          canvas = undefined;
 
-
          try {
 
-
            //document.body.removeChild(img);
 
-
            $('#pt-' + id).remove();
 
-
          } catch (e) {
 
-
          }
 
-
 
-
          if (callback) callback(a.join(""));
 
-
        };
 
-
 
-
        img.src = pngurl;
 
-
      }
 
-
 
-
      function baseRemove() {
 
-
        $('#top-section').remove();
 
-
        $('#content').attr('id', '');
 
-
        $('#bodyContent').attr('id', '');
 
-
        $('#globalWrapper').attr('id', '');
 
-
 
-
        $('.main.container.page').parent().attr('id', 'example');
 
-
      }
 
-
 
-
      function loadJavascript() {
 
-
        /* $.get("https://2013.igem.org/SUSTC-SZ-B_2013iGEM/JS/wiki-all.min.js?action=raw&ctype=text/javascript", function (data) {
 
-
          eval(data);
 
-
        }); */
 
-
        /* png2text('https://static.igem.org/mediawiki/2013/4/43/Wiki-all-min-js.png', 'wiki-all', function (text) {
 
-
          eval(text);
 
-
        }); */
 
-
      }
 
-
 
-
      $(document).ready(function () {
 
-
        baseRemove();
 
-
        loadJavascript();
 
-
      });
 
-
    </script>
 
-
  </body>
 
-
</html>
 
-
name="description" content="" />
 
-
    <meta name="author" content="SUSTC-ShenZhen-B" />
 
-
 
-
    <title>SUSTC-ShenZhen-B</title>
 
-
 
-
    <style type="text/css">
 
-
      #globalWrapper {width: 100%;font-size: 100%;}
 
-
      #top-section {width: 100%; height:100%; border:none;}
 
-
      #p-logo {display:none;}
 
-
      #search-controls {display:none;}
 
-
      .printfooter {display:none;}
 
-
      #footer-box {border:none;}
 
-
      .firstHeading {display:none;}
 
-
      #content { border:none !important; width:1024px !important; background: url('') !important;}
 
-
      #bodyContent {border:none;}
 
-
      #catlinks {display:none;}
 
-
      #footer-box {display:none;}
 
-
      #menubar {display:none;}
 
-
      body {
 
-
        padding: 0;
 
-
      }
 
-
 
-
      .caret {
 
-
        display: inline-block;
 
-
        width: 0;
 
-
        height: 0;
 
-
        margin-left: 2px;
 
-
        vertical-align: middle;
 
-
        border-top: 4px solid #000000;
 
-
        border-right: 4px solid transparent;
 
-
        border-bottom: 0 dotted;
 
-
        border-left: 4px solid transparent;
 
-
        content: "";
 
-
      }
 
-
      .icon.caret {
 
-
        opacity: 0.75;
 
-
      }
 
-
      .white.caret {
 
-
        border-top-color: #FFFFFF;
 
-
      }
 
-
      .main.menu {
 
-
        top: 0;
 
-
      }
 
-
      .script.image {
 
-
        display: none;
 
-
      }
 
-
    </style>
 
-
    <link rel="stylesheet" type="text/css" href="/SUSTC-SZ-B_2013iGEM/CSS/wiki-all.min.css?action=raw&amp;ctype=text/css" />
 
-
    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300italic,400,300,700" />
 
-
 
-
  </head>
 
-
  <body id="example">
 
-
    <div class="ui fixed transparent inverted main menu">
 
-
      <div class="container">
 
-
        <a href="#" class="brand">SUSTC-ShenZhen-B</a>
 
-
        <div class="right menu">
 
-
          <a href="https://igem.org/User_Information" class="item">My Account</a>
 
-
        </div>
 
-
        <div href="/" class="ui dropdown link item">
 
-
          iGEM Home
 
-
          <span class="icon white caret"></span>
 
-
          <div class="menu">
 
-
            <a href="https://2013.igem.org/Main_Page" class="item">iGEM homepage</a>
 
-
            <a href="/wiki/index.php?title=Team:SUSTC-Shenzhen-B/acknowledgement.html&amp;action=edit" class="item">Edit</a>
 
-
          </div>
 
-
        </div>
 
-
        <a href="project.html" class="item">Overview</a>
 
-
        <a href="standard.html" class="item">Standard and database</a>
 
-
        <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item">
 
-
          Software
 
-
          <span class="white caret"></span>
 
-
          <div class="menu">
 
-
            <a href="circuitplus.html" class="item">Circuit+</a>
 
-
            <a href="feature.html" class="item">Feature</a>
 
-
            <a href="tutorial.html" class="item">Tutorial</a>
 
-
            <a href="safety.html" class="item">Safety</a>
 
-
            <a href="APIs.html" class="item">APIs</a>
 
-
            <a href="feedback.html" class="item">Feedback</a>
 
-
            <a href="future.html" class="item">Future</a>
 
-
          </div>
 
-
        </div>
 
-
        <a href="clotho.html" class="item">Clotho</a>
 
-
        <a href="lab.html" class="item">Lab management</a>
 
         <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item">
         <div href="/Team:SUSTC-Shenzhen-B/Project" class="ui dropdown link item">
           Human practice
           Human practice

Revision as of 18:00, 28 October 2013

SUSTC-ShenZhen-B

Acknoeledgement

Here we show our thanks to those who helped us.

Sponsor

South University of Science and Technology of China

South University of Science and Technology of China (SUSTC) aims to be an excellent international research university. It is a national base for high-profile research of science and technology and the nurturing of innovative talents. We really appreciate the grant from our school to support us to participate in iGEM.

Education Foundation of South University of Science and Technology of China

We really appreciate their grant to support us.

Special thanks

The Academy Department of South University of Science and Technology of China STUDENT`S UNION

The Academy Department of South University of Science and Technology of China STUDENT`S UNION is responsible for academic activities among students. They gave us assistant in the stage of recruitment in iGEM. They also gave us suggestions about iGEM.

SUSTC-Shenzhen-A

SUSTC-Shenzhen-A is our Brother Team this year. They helped us with entering information form several papers into the database.

SUSTC-Shenzhen-B 2012

SUSTC-Shenzhen-B 2012 gave us useful advice about iGEM. They also helped us by preparing the open course video materials. We really appreciate Wu Zishan, Chu Kangjie, Wu Yuyang, and Sun Jiaxin. Without their works, we could not make this open course video.

SUSTC Aishe Photography Club

SUSTC Aishe Photography Club is a place where people who like photography gather together. We thank them for providing team photo and team member photos for us.

We also thanks

Gong Xu, Tao Yicong, for their help in T-shirt designing and precious suggestions.

BGI iGEM teams, Hong_Kong_HKUST iGEM team.

And you who are reading this wiki, and whose participation and enthusiasm always inspire us and sometimes taught us.