Difference between revisions of "Team:SZU-China/Collaborations"

Line 159: Line 159:
  
 
                         <div class="row text-center" style="width:80%;margin:0 auto">
 
                         <div class="row text-center" style="width:80%;margin:0 auto">
 
 
<html>
 
 
<head>
 
    <title>Collaboration</title>
 
    <style>
 
        #sideMenu, #top_title {
 
            display: none;
 
        }
 
 
        #content {
 
            width: 100%;
 
            margin: 0px;
 
            padding: 0px;
 
            background-color: #FFF;
 
        }
 
 
        .font1 {
 
            font-size: 20px;
 
            color: #2f2f2f;
 
        }
 
 
        body {
 
            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 
            background-color: #fff;
 
        }
 
    </style>
 
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:SZU-China/sub/CSS?action=raw&amp;ctype=text/css" />
 
    <link href="https://2017.igem.org/Template:SZU-China/HP/CSS?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css">
 
    <link href='http://fonts.font.im/css?family=Open+Sans' rel='stylesheet' type='text/css'>
 
 
 
    <script type="text/javascript" src="https://2017.igem.org/Template:SZU-China/jquery/Javascript?action=raw&amp;ctype=text/javascript"></script>
 
 
    <script type="text/javascript">
 
        $(document).ready(function () {
 
            $("#nav-list-ul li").hover(function () {
 
                $(this).find('ul.sub-nav').show();
 
            }, function () {
 
                $(this).find('ul.sub-nav').hide();
 
            });
 
 
            $("div.navbar").hover(function () {
 
                $(this).css("box-shadow", "1px 1px 7px #000")
 
            }, function () {
 
                $(this).css("box-shadow", "0px 0px 0px #000")
 
            });
 
 
            $("#top").click(function () {
 
                $('body,html').animate({ scrollTop: 0 }, 200);
 
                return false;
 
            });
 
        });
 
    </script>
 
 
</head>
 
 
 
 
<body>
 
  <div class="navbar" style="top:5px;position:fixed;z-index:5">
 
        <div class="navbar-nav">
 
            <ul id="nav-list-ul" class="nav-list">
 
 
                <li>
 
                    <a href="#">TEAM</a>
 
                    <span class="caret"></span>
 
                    <ul class="sub-nav" style="top:-5px">
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Team">MEMBERS</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Collaborations">COLLABORATIONS</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Attributions">ATTRIBUTION</a></li>
 
                    </ul>
 
                </li>
 
 
 
                <li>
 
                    <a href="#">PRACTICE</a>
 
                    <span class="caret"></span>
 
                    <ul class="sub-nav" style="top:-5px">
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/HP/Gold_Integrated">INTEGRATED HP</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/HP/Silver">SILVER HP</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Engagement">ENGAGEMENT</a></li>
 
                    </ul>
 
                </li>
 
 
 
                <li>
 
                    <a href="#">EXPERIMENT</a>
 
                    <span class="caret"></span>
 
                    <ul class="sub-nav" style="top:-5px">
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Procedure">PROCEDURE</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Results">RESULTS</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Demonstrate">DEMONSTRATE</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Protocol">PROTOCOL</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Notebook">NOTEBOOK</a></li>
 
 
                    </ul>
 
                </li>
 
                <li>
 
                    <a href="#">PROJECT</a>
 
                    <span class="caret"></span>
 
                    <ul class="sub-nav" style="top:-5px">
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Description">DESCRIPTION</a></li>
 
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Design">DESIGN</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Model">MODEL</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Safety">SAFTY</a></li>
 
                    </ul>
 
                </li>
 
 
 
                <li>
 
                    <a href="#">ACHIEVEMENT</a>
 
                    <span class="caret"></span>
 
                    <ul class="sub-nav" style="top:-5px">
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Achievement">MEDAL</a></li>
 
                        <li><a href="https://2017.igem.org/Team:SZU-China/Parts">PARTS</a></li>
 
                    </ul>
 
                </li>
 
            </ul>
 
        </div>
 
        <div>
 
            <a href="https://2017.igem.org/Team:SZU-China"><img src="https://static.igem.org/mediawiki/2017/1/17/T--SZU-China--team-logo.png" style="height: 36px;width: auto;padding-top: 12px;padding-left:10px;"></a>
 
        </div>
 
    </div>
 
 
 
    <div id="page" style="position:absolute;top:100px;left:0;right:0">
 
 
        <section id="overview" class="cd-section" style="padding:96px 0;background-color:white">
 
            <div class="container">
 
                <div class="row">
 
                    <div class="col-sm-12">
 
                        <h3 class="uppercase color-primary mb40 " style="margin-bottom: 40px;font-size:50px"><center>COLLABORATIONS</center> </h3>
 
 
 
                    </div>
 
                </div>
 
            </div>
 
        </section>
 
 
        <section  class="cd-section" style="padding:96px 0;background-color:rgba(245,245,245,0.45)">
 
            <div class="container">
 
                <div class="col-sm-12">
 
                                <img class="cast-shadow" src="https://static.igem.org/mediawiki/2017/8/8d/T--SZU-China--collaboration.map.png" style="width:60%;float:center;margin-left:20px" />
 
                            </div>
 
                <div class="row">
 
                    <div class="col-sm-12">
 
 
                        <h3 class="uppercase color-primary mb40 mb-xs-24" style="margin-bottom: 40px;">
 
                           
 
                        <center>SSTi-SZGD</center> <br/>
 
                        <center>SMS-Shenzhen</center> <br/>
 
                        <center>Shenzhen-SFLS</center><h3>
 
 
                        <div class="row text-center" style="width:80%;margin:0 auto">
 
 
                           
 
                            <div class="col-sm-6">
 
                                <p class="lead mb40" style="color:black;">This year we made a long-term collaboration with SSTi-SZGD. We helped them to build a team and figure out how to participate in this competition, including team management, details of competition, and experiment protocols. In return, they helped us test enzyme activity of CA and plot standard curves using two different methods.</p>
 
                                <p class="lead mb40" style="color:black">
 
                                    You can see the <a href="#" style="color: rgb(75, 151, 165);font-weight:bold;font-size:20px">results </a>here.
 
                                   
 
                                </p>
 
 
                            </div>
 
                            <div class="col-sm-5">
 
                                <img class="cast-shadow" src="https://static.igem.org/mediawiki/2017/2/25/T--SZU-China--collab1.jpg" style="width:90%;float:left;margin:20px" />
 
                            </div>
 
                        </div>
 
                        <div class="row text-center" style="width:80%;margin:0 auto;clear:both">
 
                           
 
                            <div class="col-sm-5">
 
                                <img class="cast-shadow" src="https://static.igem.org/mediawiki/2017/9/99/T--SZU-China--collab2.jpg" style="width:90%;float:left;margin:20px" />
 
                            </div><br/><br/>
 
                            <div class="col-sm-6">
 
                                <p class="lead mb40" style="color:black;">In summer,we shared our laboratories with a high school iGEM team SMS-Shenzhen for they could not get into their campus during summer vacation. Furthermore, we also gave them some directions on experiments, involving transformation, ultrasonication and so on. Reciprocally, they helped us with regulating lab and data processing. We also helped team Shenzhen-SFLS with project model.</p>                             
 
                          </div>
 
                           
 
                        </div>
 
 
                    </div>
 
                </div>
 
             
 
 
            </div>
 
        </section>
 
 
        <section class="cd-section" style="padding:0;background-color:white">
 
            <div class="container">
 
                <div class="row">
 
                    <div class="col-sm-12">
 
                        <h3 class="uppercase color-primary mb40 mb-xs-24" style="margin-bottom: 40px;">
 
                            <center>Bit</center>
 
                        </h3>
 
 
                        <div class="row text-center" style="width:80%;margin:0 auto"><
 
                           
 
                            <div class="col-sm-6">
 
                                <p class="lead mb40" style="color:black;">Before the semester began, we were invited to BIT campus for a deep bilateral communication and we interchanged not only the designs of our projects but also our experience on the iGEM competition, especially in members selection and management of the team. BIT-China is a large team with more than 30 iGEMers, while there are only 8 members in our team, but we firmly agreed that attitude is everything. At the same time, we gained available feedbacks from them. Their project this year were highly admired by 2 medical students in our team.</p>
 
                            </div>
 
                            <div class="col-sm-5">
 
                                <img class="cast-shadow" src="https://static.igem.org/mediawiki/2017/a/aa/T--SZU-China--colla3.jpg" style="width:90%;float:left;margin:20px" />
 
                            </div>
 
                            <p class="lead mb40" style="color:black;clear:both;">
 
                                &nbsp;&nbsp;&nbsp;&nbsp;After the CCiC, we interchanged our protocols with SCU-WestChina, and helped them with transformations.
 
                            </p>
 
                        </div>
 
                       
 
 
                    </div>
 
                </div>
 
             
 
 
            </div>
 
        </section>
 
 
     
 
    </div>
 
 
    <div class="arrow-div">
 
        <a id="top" href="#" title="Back to top">
 
            <img src="https://static.igem.org/mediawiki/2017/f/f6/T--SZU-China--arrow.png" class="arrow-img">
 
        </a>
 
    </div>
 
</body>
 
 
 
 
</html>
 
 
  
 
                              
 
                              

Revision as of 17:46, 1 November 2017


Collaboration

COLLABORATIONS

SSTi-SZGD

SMS-Shenzhen

Shenzhen-SFLS

This year we made a long-term collaboration with SSTi-SZGD. We helped them to build a team and figure out how to participate in this competition, including team management, details of competition, and experiment protocols. In return, they helped us test enzyme activity of CA and plot standard curves using two different methods.

You can see the results here.



In summer,we shared our laboratories with a high school iGEM team SMS-Shenzhen for they could not get into their campus during summer vacation. Furthermore, we also gave them some directions on experiments, involving transformation, ultrasonication and so on. Reciprocally, they helped us with regulating lab and data processing. We also helped team Shenzhen-SFLS with project model.

Bit

<

Before the semester began, we were invited to BIT campus for a deep bilateral communication and we interchanged not only the designs of our projects but also our experience on the iGEM competition, especially in members selection and management of the team. BIT-China is a large team with more than 30 iGEMers, while there are only 8 members in our team, but we firmly agreed that attitude is everything. At the same time, we gained available feedbacks from them. Their project this year were highly admired by 2 medical students in our team.

    After the CCiC, we interchanged our protocols with SCU-WestChina, and helped them with transformations.