Difference between revisions of "Team:NKU China/Collaborations"

(Prototype team page)
 
Line 1: Line 1:
{{NKU_China}}
+
{{NKU_China/menubar}}
 
<html>
 
<html>
 +
<head>
  
 +
    <!--separatrix-->
 +
    <style>
 +
        .main#description {
 +
            padding: 0 8vw;
 +
            padding-bottom: 10vh;
 +
            line-height: 1.25;
 +
        }
  
<div class="column full_size judges-will-not-evaluate">
+
        #description .h1 {
<h3>★  ALERT! </h3>
+
        }
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Medals">team collaboration silver medal criterion</a>. </p>
+
  
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Evaluated_Pages/Instructions"> Instructions for Evaluated Pages </a>.</p>
+
        .main > img {
</div>
+
            width: 100%;
 +
        }
  
 +
        .main div.h2 {
 +
            font-size: 2rem;
 +
            font-weight: bold;
 +
            text-align: left;
 +
            color: cyan;
 +
            padding: 0.5rem 1rem;
 +
            border-radius: 0.375rem;
 +
            font-family: Pacifico;
 +
        }
  
 +
        .p {
 +
            font-size: 1.2rem;
 +
        }
 +
    </style>
 +
    <style>
 +
        section {
 +
            margin: 3rem 0;
 +
        }
  
 +
        #description section .p, section figure {
 +
            margin: 1rem 0;
 +
        }
  
<div class="column full_size">
+
        section figure {
 +
            margin: 1rem auto;
 +
        }
  
 +
        section figure img {
 +
            display: block;
 +
            margin: auto;
 +
            max-width: 100%;
 +
            max-height: calc(100vh - 5rem - 18px);
 +
            position: relative;
 +
            z-index: 3;
 +
            background-color: white;
 +
        }
  
<p>
+
        section figcaption {
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
            margin: 1rem 0;
</p>
+
            font-size: 1rem;
</div>
+
            text-align: center;
 
+
            color: dodgerblue;
<div class="column half_size">
+
        }
 
+
    </style>
<h4> Which other teams can we work with? </h4>
+
    <script>
<p>  
+
        $(function () {
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the iGEM team collaboration silver medal criterion.
+
            //particles();
</p>
+
        })
 
+
    </script>
<p>
+
</head>
In order to meet the silver medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
<body id="dongzhuoer">
</p>
+
    <div id="particles-js"></div>
 
+
    <script>
</div>
+
        particlesJS('particles-js',
 
+
  {
 
+
      "particles": {
 
+
          "number": {
<div class="column half_size">
+
              "value": 100,
<p>
+
              "density": {
Here are some suggestions for projects you could work on with other teams:
+
                  "enable": true,
</p>
+
                  "value_area": 800
 
+
              }
<ul>
+
          },
<li> Improve the function of another team's BioBrick Part or Device</li>
+
          "color": {
<li> Characterize another team's part </li>
+
              "value": "#0ff"
<li> Debug a construct </li>
+
          },
<li> Model or simulating another team's system </li>
+
          "shape": {
<li> Test another team's software</li>
+
              "type": "circle",
<li> Help build and test another team's hardware project</li>
+
              "stroke": {
<li> Mentor a high-school team</li>
+
                  "width": 0,
</ul>
+
                  "color": "#000000"
</div>
+
              },
 
+
              "polygon": {
 +
                  "nb_sides": 5
 +
              },
 +
              "image": {
 +
                  "src": "img/github.svg",
 +
                  "width": 100,
 +
                  "height": 100
 +
              }
 +
          },
 +
          "opacity": {
 +
              "value": 0.4,
 +
              "random": false,
 +
              "anim": {
 +
                  "enable": false,
 +
                  "speed": 1,
 +
                  "opacity_min": 0,
 +
                  "sync": false
 +
              }
 +
          },
 +
          "size": {
 +
              "value": 5,
 +
              "random": true,
 +
              "anim": {
 +
                  "enable": false,
 +
                  "speed": 40,
 +
                  "size_min": 0,
 +
                  "sync": false
 +
              }
 +
          },
 +
          "line_linked": {
 +
              "enable": true,
 +
              "distance": 150,
 +
              "color": "#ff0",
 +
              "opacity": 0.4,
 +
              "width": 1
 +
          },
 +
          "move": {
 +
              "enable": true,
 +
              "speed": 6,
 +
              "direction": "none",
 +
              "random": false,
 +
              "straight": false,
 +
              "out_mode": "out",
 +
              "attract": {
 +
                  "enable": true,
 +
                  "rotateX": 600,
 +
                  "rotateY": 1200
 +
              }
 +
          }
 +
      },
 +
      "interactivity": {
 +
          "detect_on": "canvas",
 +
          "events": {
 +
              "onhover": {
 +
                  "enable": true,
 +
                  "mode": ["grab", "bubble"]
 +
              },
 +
              "onclick": {
 +
                  "enable": true,
 +
                  "mode": ["push", "repulse"]
 +
              },
 +
              "resize": true
 +
          },
 +
          "modes": {
 +
              "grab": {
 +
                  "distance": 100,
 +
                  "line_linked": {
 +
                      "opacity": 0.75
 +
                  }
 +
              },
 +
              "bubble": {
 +
                  "distance": 100,
 +
                  "size": 4,
 +
                  "duration": 2,
 +
                  "opacity": 8,
 +
                  "speed": 5
 +
              },
 +
              "repulse": {
 +
                  "distance": 200
 +
              },
 +
              "push": {
 +
                  "particles_nb": 4
 +
              },
 +
              "remove": {
 +
                  "particles_nb": 2
 +
              }
 +
          }
 +
      },
 +
      "retina_detect": true,
 +
      "config_demo": {
 +
          "hide_card": false,
 +
          "background_color": "#b61924",
 +
          "background_image": "",
 +
          "background_position": "50% 50%",
 +
          "background_repeat": "no-repeat",
 +
          "background_size": "cover"
 +
      }
 +
  }
  
 +
);
 +
    </script>
 +
    <div class="main" id="description">
 +
        <div class="h1">Collaborations</div>
 +
        <section>
 +
            <div class="h2 ui-state-active">Team TJUSLS_China</div>
 +
            <figure>
 +
                <img src="https://static.igem.org/mediawiki/2016/7/78/T--NKU_China--Collaborations-01.jpg" style="width:auto">
 +
            </figure>
 +
            <div class="p">As a team with relatively insufficient experience, we have been actively seeking collaboration with other iGEM teams to discuss our projects and learn from their experience. Particularly, we have worked in close cooperation with iGEM 2015 Gold Medal team TJUSLS_China. Team TJUSLS_China is an iGEM team from College of Life Science, Tianjin University and it has been a team with outstanding performance They won one single gold award and two single nominations last year. Moreover, the campus of Tianjin University is adjacent to the campus of Nankai University, which made TJUSLS_China the team that we had the closest cooperation with.</div>
 +
            <div class="p">During this summer, we had several meetings to discuss our projects and share the problems that we had encountered. We had learnt a lot from each of those meetings and we believe that the projects of both parties have been promoted through the enthusiastic discussions.</div>
 +
            <figure>
 +
                <img src="https://static.igem.org/mediawiki/2016/8/8b/T--NKU_China--Collaborations-02.png" style="width:auto">
 +
            </figure>
 +
            <div class="p">Meanwhile, we have provided them with fluorescence microscopy as well as necessary training and instructions according to the requirements of their experiment. They obtained delicate pictures and further confirmed their results using the microscopy that we provided.</div>
 +
        </section>
 +
        <section>
 +
            <div class="h2 ui-state-active">Team Tianjin</div>
 +
            <div class="p">iGEM team Tianjin comes from School of Chemical Engineering and Technology, Tianjin University. Their project this year aims to solve the problem of polyethylene terephthalate (PET) pollution using biodegradation method by express an enzyme that is capable of efficiently degrade PET in various species of model microorganisms. Besides <i>Escherichia coli</i> and yeast, they also asked as for strains of <i>Pseudomonas putida</i> and <i>Pseudomonas aeruginosa</i> and corresponding expression vectors, expecting to express the PET degradation enzyme in more chassis organisms. We provided the strains and materials they asked for as well as necessary instructions.</div>
 +
            <figure>
 +
                <img src="https://static.igem.org/mediawiki/2016/2/21/T--NKU_China--Collaborations-03.png" style="width:auto">
 +
            </figure>
 +
        </section>
 +
        <section>
 +
            <div class="h2 ui-state-active">Team HUST_China</div>
 +
            <div class="p">Many iGEM teams have participated in the Interlab Study this year. Unfortunately, however, materials from the 2016 Interlab Kit such as plasmids failed to function effectively due to problems in the manufacture, transportation, storage and experiment process. Team HUST_China was encountered with such problem. Due to some unknown issues, they failed to successfully transform the plasmid for Positive Control group into <i>Escherichia coli</i> DH5α and they turned to us for assistance. After we had learnt their situation, we immediately cultured the Positive Control strain that we had successfully transformed and send the plasmid they had required to them. With our prompt help, team HUST_China eventually obtained the Positive Group strain.</div>
 +
                   
 +
        </section>
 +
        <section>
 +
            <div class="h2 ui-state-active">Team JSNU_China</div>
 +
            <div class="p">This year is the first year that team JSNU_China participates in the iGEM Competition and we have had a close cooperation with them. We have provided them with detailed suggestions on composition of team members, selection of project focus and establishment of their team wiki etc.</div>
 +
                 
 +
        </section>
 +
        <section>
 +
            <div class="h2 ui-state-active">Others</div>
 +
            <div class="p">Meanwhile we have also participated in the questionnaire investigation of multiple teams (listed below) and provided suggestions and helpful feedbacks to them.</div>
 +
            <dl>
 +
                <dt>SJTU_China</dt>
 +
                <dd>https://www.surveymonkey.com/r/7H6T6S3</dd>
 +
                <dt>XMU_China</dt>
 +
                <dd>http://www.sojump.com/jq/9049617.aspx</dd>
 +
                <dt></dt>
 +
                <dd></dd>
 +
                <dt></dt>
 +
                <dd></dd>
 +
                <dt></dt>
 +
                <dd></dd>
 +
                <dt></dt>
 +
                <dd></dd>
 +
                <dt></dt>
 +
                <dd></dd>
 +
                <dt></dt>
 +
                <dd></dd>
 +
                <dt></dt>
 +
                <dd></dd>
 +
            </dl>
 +
        </section>
 +
    </div>
 +
</body>
 
</html>
 
</html>
 +
{{NKU_China/footer}}

Revision as of 13:55, 11 October 2016

Collaborations
Team TJUSLS_China
As a team with relatively insufficient experience, we have been actively seeking collaboration with other iGEM teams to discuss our projects and learn from their experience. Particularly, we have worked in close cooperation with iGEM 2015 Gold Medal team TJUSLS_China. Team TJUSLS_China is an iGEM team from College of Life Science, Tianjin University and it has been a team with outstanding performance They won one single gold award and two single nominations last year. Moreover, the campus of Tianjin University is adjacent to the campus of Nankai University, which made TJUSLS_China the team that we had the closest cooperation with.
During this summer, we had several meetings to discuss our projects and share the problems that we had encountered. We had learnt a lot from each of those meetings and we believe that the projects of both parties have been promoted through the enthusiastic discussions.
Meanwhile, we have provided them with fluorescence microscopy as well as necessary training and instructions according to the requirements of their experiment. They obtained delicate pictures and further confirmed their results using the microscopy that we provided.
Team Tianjin
iGEM team Tianjin comes from School of Chemical Engineering and Technology, Tianjin University. Their project this year aims to solve the problem of polyethylene terephthalate (PET) pollution using biodegradation method by express an enzyme that is capable of efficiently degrade PET in various species of model microorganisms. Besides Escherichia coli and yeast, they also asked as for strains of Pseudomonas putida and Pseudomonas aeruginosa and corresponding expression vectors, expecting to express the PET degradation enzyme in more chassis organisms. We provided the strains and materials they asked for as well as necessary instructions.
Team HUST_China
Many iGEM teams have participated in the Interlab Study this year. Unfortunately, however, materials from the 2016 Interlab Kit such as plasmids failed to function effectively due to problems in the manufacture, transportation, storage and experiment process. Team HUST_China was encountered with such problem. Due to some unknown issues, they failed to successfully transform the plasmid for Positive Control group into Escherichia coli DH5α and they turned to us for assistance. After we had learnt their situation, we immediately cultured the Positive Control strain that we had successfully transformed and send the plasmid they had required to them. With our prompt help, team HUST_China eventually obtained the Positive Group strain.
Team JSNU_China
This year is the first year that team JSNU_China participates in the iGEM Competition and we have had a close cooperation with them. We have provided them with detailed suggestions on composition of team members, selection of project focus and establishment of their team wiki etc.
Others
Meanwhile we have also participated in the questionnaire investigation of multiple teams (listed below) and provided suggestions and helpful feedbacks to them.
SJTU_China
https://www.surveymonkey.com/r/7H6T6S3
XMU_China
http://www.sojump.com/jq/9049617.aspx