Line 16: | Line 16: | ||
padding: 0; | padding: 0; | ||
} | } | ||
+ | |||
+ | .nav_left_ul{ | ||
+ | list-style: none; | ||
+ | padding-left: 50px; | ||
+ | } | ||
+ | |||
+ | .nav_left_ul>li{ | ||
+ | position: relative; | ||
+ | margin-top: -15px; | ||
+ | } | ||
+ | |||
+ | .nav_left_ul>li:nth-child(1){ | ||
+ | margin-top: -14px; | ||
+ | } | ||
+ | |||
+ | .nav_left_txt{ | ||
+ | word-break: keep-all; | ||
+ | white-space: nowrap; | ||
+ | height: 70px; | ||
+ | line-height: 70px; | ||
+ | top: 8px; | ||
+ | left: 0; | ||
+ | width:100%;position:absolute; | ||
+ | color: #FFFFFF; | ||
+ | font-weight: bold;text-align: center;font-size: 14px; | ||
+ | } | ||
+ | |||
+ | .nav_left_txt_plus{ | ||
+ | height: 60px; | ||
+ | line-height: 60px; | ||
+ | top: 5px; | ||
+ | right: 0; | ||
+ | width:60%;position:absolute; | ||
+ | text-align: center; | ||
+ | color: #FFFFFF; | ||
+ | font-weight: bold;font-size: 8px; | ||
+ | white-space: nowrap; | ||
+ | } | ||
+ | |||
+ | .content-title{ | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | font-size: 2.5em; | ||
+ | } | ||
+ | |||
+ | .block-title{ | ||
+ | margin-top: 20px; | ||
+ | padding-bottom: 10px; | ||
+ | width: 100%; | ||
+ | text-align: center; | ||
+ | font-size: 2em; | ||
+ | } | ||
+ | |||
+ | .problem-title{ | ||
+ | font-size: 1.5em; | ||
+ | } | ||
+ | |||
+ | .problem-txt div{ | ||
+ | margin-top: 1em; | ||
+ | } | ||
+ | |||
+ | .block-content-header{ | ||
+ | display: inline-block; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 20px; | ||
+ | font-weight: bolder; | ||
+ | } | ||
+ | |||
+ | .block-content-sub-header{ | ||
+ | display: inline-block; | ||
+ | font-style: italic; | ||
+ | margin-top: 5px; | ||
+ | margin-bottom: 15px; | ||
+ | font-weight: bold; | ||
+ | } | ||
</style> | </style> | ||
+ | <script> | ||
+ | $(document).ready(function() { | ||
+ | |||
+ | //弹出导航监听 | ||
+ | window.onscroll = function () { | ||
+ | |||
+ | //固定侧边导航 | ||
+ | if($(window).scrollTop()>95){ | ||
+ | $("#nav_left_wrapper").css({ | ||
+ | "margin-left":"0", | ||
+ | "top":"50px", | ||
+ | "position":"fixed" | ||
+ | }); | ||
+ | |||
+ | $("#site-change-btn").css({ | ||
+ | "position":"fixed" | ||
+ | }) | ||
+ | } | ||
+ | else{ | ||
+ | $("#nav_left_wrapper").css({ | ||
+ | "margin-left":"-100%", | ||
+ | "top":"auto", | ||
+ | "position":"relative" | ||
+ | }); | ||
+ | |||
+ | $("#site-change-btn").css({ | ||
+ | "position":"absolute" | ||
+ | }) | ||
+ | |||
+ | } | ||
+ | |||
+ | //页间跳转 | ||
+ | if($(window).scrollTop()>300){ | ||
+ | $("#site-change-btn").css("display","block"); | ||
+ | } | ||
+ | else{ | ||
+ | $("#site-change-btn").css("display","none"); | ||
+ | } | ||
+ | }; | ||
+ | |||
+ | //平滑跳转 | ||
+ | var navs=$(".nav_point"); | ||
+ | for(i=0;i<navs.length;i++){ | ||
+ | navs.eq(i).click(function (e) { | ||
+ | e.preventDefault(); | ||
+ | var href=$(this).attr("href"); | ||
+ | $.scrollTop(href+"",-100,400); | ||
+ | }); | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
+ | |||
+ | <div class="col-sm-12 clearfix" style="padding: 0;padding-top:30px;background: url(https://static.igem.org/mediawiki/2016/4/45/T--BIT-China--content_bg.jpg)"> | ||
+ | <div class="content-right" style="float: left;width:100%;padding: 10px;"> | ||
+ | <div style="margin-left:220px;background: white;margin-top: 0.5em;margin-bottom:0.5em;padding: 1px;border-radius: 10px"> | ||
+ | <div class="overview-content" style="border:1px dashed #F08B1F; | ||
+ | border-radius: 10px;margin: 0.5em;padding: 10px;"> | ||
+ | |||
+ | <div class="content-title col-sm-12"> | ||
+ | Acknowledgement | ||
+ | <!--<img src="https://static.igem.org/mediawiki/2016/3/30/T--BIT-China--Project--Design--title.png"--> | ||
+ | <!--alt="title" class="col-sm-8 col-sm-offset-2">--> | ||
+ | <!--<br>--> | ||
+ | </div> | ||
+ | |||
+ | <!--问题描述--> | ||
+ | <div class="problem-txt"> | ||
+ | <div>We'd like to thank all those who have helped us over | ||
+ | the summer for making iGEM possible. | ||
+ | All work on this wiki was carried out and collected | ||
+ | by us unless stated otherwise. | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!--Members--> | ||
+ | <div id="members" class="block-title">Thanks for team members:</div> | ||
+ | <div class="block-content"> | ||
+ | <div class="block-content-item"> | ||
+ | |||
+ | <div class="block-content-item-block"> | ||
+ | <div class="block-item-title"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--BIT-China--Project--Design--ul_logo1.png" | ||
+ | alt="ul_logo1" width="18" height="18"> | ||
+ | <span> | ||
+ | ① Wiki & poster | ||
+ | </span> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | Wei Zhang designed the layout of the website. He also did the amazing video about our team. | ||
+ | </div> | ||
+ | <div> | ||
+ | Zeyan Li designed the poster and the project logo. | ||
+ | </div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--BIT-China--Project--Design--ul_logo1.png" | ||
+ | alt="ul_logo1" width="18" height="18"> | ||
+ | <span> | ||
+ | ② Presentation coaching | ||
+ | </span> | ||
+ | </div> | ||
+ | <div> | ||
+ | Hui Luo assisted our members who will give a presentation by offering advice. | ||
+ | </div> | ||
+ | <div> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--BIT-China--Project--Design--ul_logo1.png" | ||
+ | alt="ul_logo1" width="18" height="18"> | ||
+ | <span> | ||
+ | ③ Modeling | ||
+ | </span> | ||
+ | </div> | ||
+ | <div> | ||
+ | Pengcheng Zhang constructed the modeling equations. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!--Thanks for instructors:--> | ||
+ | <div id="instructors" class="block-title">Thanks for instructors:</div> | ||
+ | <div class="block-content"> | ||
+ | <div class="block-content-item"> | ||
+ | |||
+ | <div class="block-content-item-block"> | ||
+ | <div class="block-item-title"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--BIT-China--Project--Design--ul_logo1.png" | ||
+ | alt="ul_logo1" width="18" height="18"> | ||
+ | <span> | ||
+ | ① General support | ||
+ | </span> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | Prof Chun Li, Prof Yixin Huo, Dr Yin Wang and | ||
+ | some former members helped us during our brainstorming. | ||
+ | </div> | ||
+ | <div> | ||
+ | Prof Chun Li, Prof Yixin Huo, Dr Yin Wang and some former members kindly | ||
+ | advised us on the applicability and implementation of our project. | ||
+ | </div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--BIT-China--Project--Design--ul_logo1.png" | ||
+ | alt="ul_logo1" width="18" height="18"> | ||
+ | <span> | ||
+ | ② Project support and advice | ||
+ | </span> | ||
+ | </div> | ||
+ | <div> | ||
+ | Prof Chun Li, Prof Yixin Huo, Dr Yin Wang and some former members assisted us | ||
+ | in designing our DNA constructs as well as offering advice on lab techniques. | ||
+ | </div> | ||
+ | <div> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--BIT-China--Project--Design--ul_logo1.png" | ||
+ | alt="ul_logo1" width="18" height="18"> | ||
+ | <span> | ||
+ | ③ Lab support | ||
+ | </span> | ||
+ | </div> | ||
+ | <div> | ||
+ | Prof Chun Li was letting us use his lab for our experiments. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!--Thanks for advisors:--> | ||
+ | <div id="advisors" class="block-title">Thanks for advisors:</div> | ||
+ | <div class="block-content"> | ||
+ | <div class="block-content-item"> | ||
+ | |||
+ | <div class="block-content-item-block"> | ||
+ | <div class="block-item-title"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--BIT-China--Project--Design--ul_logo1.png" | ||
+ | alt="ul_logo1" width="18" height="18"> | ||
+ | <span> | ||
+ | ① Project support and advice | ||
+ | </span> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | Chenyi Li and Jinlin Li as previous iGEM team members offered insight, advice and | ||
+ | support with timing and gene circuit construction. | ||
+ | They supervised our lab techniques as well as aiding us in protocol design. | ||
+ | </div> | ||
+ | <div> | ||
+ | Chenyi Li and some other previous iGEM team members arranged for training on | ||
+ | practical procedures, helping with troubleshooting and theory. | ||
+ | </div> | ||
+ | <div> | ||
+ | Students of the Lab, including our project advisors and some previous iGEM | ||
+ | team members provided incredible amount of help in the lab. | ||
+ | For example, they assisted us in understanding of laboratory equipment. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!--Thanks for others:--> | ||
+ | <div id="others" class="block-title">Thanks for others:</div> | ||
+ | <div class="block-content"> | ||
+ | <div class="block-content-item"> | ||
+ | |||
+ | <div class="block-content-item-block"> | ||
+ | <div class="block-item-title"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--BIT-China--Project--Design--ul_logo1.png" | ||
+ | alt="ul_logo1" width="18" height="18"> | ||
+ | <span> | ||
+ | ① Modelling support | ||
+ | </span> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div>Jilin_China team mainly helped us to improve and construct a | ||
+ | model of substance changes about the experiment circuit (Fig. 1). | ||
+ | </div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <img src="" alt="fig1"> | ||
+ | </div> | ||
+ | <div> | ||
+ | BIT-CHINA constructed the modeling equations preliminarily. The difficulty | ||
+ | which we met was how to identify the equations were right, how can we realize | ||
+ | equations by modeling software and how to draw an image to reflect the whole | ||
+ | process of the change of the substances. | ||
+ | With the resources they had, they helped us solve our problems successfully. | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="block-item-title"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--BIT-China--Project--Design--ul_logo1.png" | ||
+ | alt="ul_logo1" width="18" height="18"> | ||
+ | <span> | ||
+ | ② Human practices support | ||
+ | </span> | ||
+ | </div> | ||
+ | <div> | ||
+ | BIT team participated in our iGEM UNION.BIT always communicated with BIT_China. | ||
+ | </div> | ||
+ | <div> | ||
+ | Tianjin team participated in our iGEM UNION. | ||
+ | </div> | ||
+ | <div> | ||
+ | Jilin_China team participated in our iGEM UNION. | ||
+ | BIT_China exchange suggestions with Jilin_China in communication meeting. | ||
+ | </div> | ||
+ | <div> | ||
+ | Lanzhou team participated in our iGEM UNION. | ||
+ | </div> | ||
+ | <div> | ||
+ | Peking team participated in our iGEM UNION. In communication meeting, | ||
+ | BIT_China exchange our ideals with Peking team. All of us got so much help. | ||
+ | </div> | ||
+ | <div> | ||
+ | CGU_Taiwan team participated in our iGEM UNION. | ||
+ | </div> | ||
+ | <div> | ||
+ | NCKU_Tainan team held the igem 2016 Asia-Pacific conference and invited many teams. | ||
+ | BIT_China got many great suggestions in communicating with other teams. | ||
+ | </div> | ||
+ | <div> | ||
+ | UCAS team supplied us with their toxin protein which can be a candidate | ||
+ | solution. UCAS team ran our samples, providing critical data for our experiments. | ||
+ | </div> | ||
+ | <div> | ||
+ | The technical staff of COFCO offered some great suggestions. | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="block-item-title"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--BIT-China--Project--Design--ul_logo1.png" | ||
+ | alt="ul_logo1" width="18" height="18"> | ||
+ | <span> | ||
+ | ③ Fundraising help and advice | ||
+ | </span> | ||
+ | </div> | ||
+ | <div> | ||
+ | Prof Chun Li got us into contact with COFCO. | ||
+ | </div> | ||
+ | <div> | ||
+ | COFCO provided us with financial support on our projects. | ||
+ | </div> | ||
+ | |||
+ | <!--And last but not least--> | ||
+ | <div> | ||
+ | <h3> | ||
+ | And last but not least | ||
+ | </h3> | ||
+ | </div> | ||
+ | <div> | ||
+ | Thanks and acknowledgements for all people involved in helping make a successful iGEM team | ||
+ | </div> | ||
+ | <div> | ||
+ | We also would like to thank all the people who came to | ||
+ | our progress presentations and gave useful feedback and | ||
+ | input: bit_china@163.com | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="nav-left" id="nav_left_wrapper" style="float: left;margin-left:-100%;width: 200px;"> | ||
+ | <div class="nav-left-title" style="position:relative;width: 200px;padding: 0;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/4/43/T--BIT-China--img--nav_left_top.png" alt="nav_left_top" style="width: 100%;"> | ||
+ | <span style="color: #FFFFFF;font-size: 14px;font-weight: bold;position: absolute; | ||
+ | right: 10px;bottom: 20px;">Acknowledgement</span> | ||
+ | </div> | ||
+ | <ul class="nav_left_ul" style="padding-left: 50px;"> | ||
+ | <li> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/e/e2/T--BIT-China--img--nav_left_c1.png" | ||
+ | alt="c1" style="width: 100%;height: 70px;"> | ||
+ | <a href="#members" class="nav_point"> | ||
+ | <span class="nav_left_txt">Members</span></a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/a/a1/T--BIT-China--img--nav_left_c2.png" | ||
+ | alt="c1" style="width: 100%;height: 70px;"> | ||
+ | <a href="#instructors" class="nav_point"> | ||
+ | <span class="nav_left_txt">Instructors</span></a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/a/a1/T--BIT-China--img--nav_left_c2.png" | ||
+ | alt="c1" style="width: 100%;height: 70px;"> | ||
+ | <a href="#advisors" class="nav_point"> | ||
+ | <span class="nav_left_txt">Advisors</span></a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/9/9d/T--BIT-China--img--nav_left_c3.png" | ||
+ | alt="c1" style="width: 100%;height: 70px;"> | ||
+ | <a href="#others" class="nav_point"> | ||
+ | <span class="nav_left_txt" >Others</span></a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> | ||
{{BIT-China/footer}} | {{BIT-China/footer}} |
Revision as of 11:56, 8 October 2016
Acknowledgement
We'd like to thank all those who have helped us over
the summer for making iGEM possible.
All work on this wiki was carried out and collected
by us unless stated otherwise.
Thanks for team members:
① Wiki & poster
Wei Zhang designed the layout of the website. He also did the amazing video about our team.
Zeyan Li designed the poster and the project logo.
② Presentation coaching
Hui Luo assisted our members who will give a presentation by offering advice.
③ Modeling
Pengcheng Zhang constructed the modeling equations.
Thanks for instructors:
① General support
Prof Chun Li, Prof Yixin Huo, Dr Yin Wang and
some former members helped us during our brainstorming.
Prof Chun Li, Prof Yixin Huo, Dr Yin Wang and some former members kindly
advised us on the applicability and implementation of our project.
② Project support and advice
Prof Chun Li, Prof Yixin Huo, Dr Yin Wang and some former members assisted us
in designing our DNA constructs as well as offering advice on lab techniques.
③ Lab support
Prof Chun Li was letting us use his lab for our experiments.
Thanks for advisors:
① Project support and advice
Chenyi Li and Jinlin Li as previous iGEM team members offered insight, advice and
support with timing and gene circuit construction.
They supervised our lab techniques as well as aiding us in protocol design.
Chenyi Li and some other previous iGEM team members arranged for training on
practical procedures, helping with troubleshooting and theory.
Students of the Lab, including our project advisors and some previous iGEM
team members provided incredible amount of help in the lab.
For example, they assisted us in understanding of laboratory equipment.
Thanks for others:
① Modelling support
Jilin_China team mainly helped us to improve and construct a
model of substance changes about the experiment circuit (Fig. 1).
BIT-CHINA constructed the modeling equations preliminarily. The difficulty
which we met was how to identify the equations were right, how can we realize
equations by modeling software and how to draw an image to reflect the whole
process of the change of the substances.
With the resources they had, they helped us solve our problems successfully.
② Human practices support
BIT team participated in our iGEM UNION.BIT always communicated with BIT_China.
Tianjin team participated in our iGEM UNION.
Jilin_China team participated in our iGEM UNION.
BIT_China exchange suggestions with Jilin_China in communication meeting.
Lanzhou team participated in our iGEM UNION.
Peking team participated in our iGEM UNION. In communication meeting,
BIT_China exchange our ideals with Peking team. All of us got so much help.
CGU_Taiwan team participated in our iGEM UNION.
NCKU_Tainan team held the igem 2016 Asia-Pacific conference and invited many teams.
BIT_China got many great suggestions in communicating with other teams.
UCAS team supplied us with their toxin protein which can be a candidate
solution. UCAS team ran our samples, providing critical data for our experiments.
The technical staff of COFCO offered some great suggestions.
③ Fundraising help and advice
Prof Chun Li got us into contact with COFCO.
COFCO provided us with financial support on our projects.
And last but not least
Thanks and acknowledgements for all people involved in helping make a successful iGEM team
We also would like to thank all the people who came to
our progress presentations and gave useful feedback and
input: bit_china@163.com