Week7

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
   <head>
   <head>
   <title>TzuChiU Formosa</title>
   <title>TzuChiU Formosa</title>
 +
 +
 +
      <!--[START-WEEK-HIDDEN MENU]-->
 +
<link rel="stylesheet" href="https://googledrive.com/host/0B6PQpiOVXRVgOUdSZzdta2FHek0" type="text/css" charset="utf-8"/>
 +
        <script type="text/javascript" src="https://googledrive.com/host/0B6PQpiOVXRVgVml5UDQ3REdXME0"></script>
 +
<!--[END-WEEK-HIDDEN MENU]-->
<link rel="stylesheet" type="text/css" href="https://googledrive.com/host/0B6PQpiOVXRVgdm51M012aklCeFE" />
<link rel="stylesheet" type="text/css" href="https://googledrive.com/host/0B6PQpiOVXRVgdm51M012aklCeFE" />
Line 23: Line 29:
-
                         #menu {
+
                          
-
                            position: relative;
+
-
                            top:40%;
+
-
                           
+
-
                    width: 100px;
+
-
                    border-style: solid solid none solid;
+
-
                    border-color: #94AA74;
+
-
                    border-size: 1px;
+
-
                    border-width: 1px;
+
-
                    margin-left: -20%;
+
-
                            }
+
-
+
-
                      #menu li a {
+
-
                  height: 32px;
+
-
                    voice-family: "\"}\"";
+
-
                    voice-family: inherit;
+
-
                    height: 24px;
+
-
                  text-decoration: none;
+
-
                            }
+
-
+
-
                        #menu li a:link, #menu li a:visited {
+
-
                  color: #5E7830;
+
-
                  display: block;
+
-
                  background: url(http://www.cssportal.com/vertical-menus/images/menu1.gif);
+
-
                  padding: 8px 0 0 10px;
+
-
                            }
+
-
+
-
                        #menu li a:hover {
+
-
                  color: #26370A;
+
-
                  background: url(http://www.cssportal.com/vertical-menus/images/menu1.gif) 0 -32px;
+
-
                  padding: 8px 0 0 10px;
+
-
                            }
+
-
+
-
                        #menu li a:active {
+
-
                  color: #26370A;
+
-
                  background: url(http://www.cssportal.com/vertical-menus/images/menu1.gif) 0 -64px;
+
-
                  padding: 8px 0 0 10px;
+
-
                              }
+
-
 
+
-
                        #menu ul {
+
-
                  list-style: none;
+
-
                  margin: 0;
+
-
                  padding: 0;
+
-
                              }
+
                         html {
                         html {
Line 150: Line 113:
<br>
<br>
<br>
<br>
-
<br>
+
 
-
<br>
+
-
<br>
+
Line 313: Line 274:
-
<div id="menu">
+
<ul id="navigation">
-
<ul>
+
<li class="week1"><a href="https://2013.igem.org/Week1"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 1</span></a></li>
+
<li class="week2"><a href="https://2013.igem.org/Week2"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 2</span></a></li>
+
<li class="week3"><a href="https://2013.igem.org/Week3"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 3</span></a></li>
+
<li class="week4"><a href="https://2013.igem.org/Week4"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 4</span></a></li>
+
<li class="week5"><a href="https://2013.igem.org/Week5"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 5</span></a></li>
+
<li class="week6"><a href="https://2013.igem.org/Week6"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 6</span></a></li>
+
<li class="week7"><a href="https://2013.igem.org/Week7"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 7</span></a></li>
+
<li class="week8"><a href="https://2013.igem.org/Week8"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 8</span></a></li>
+
<li class="week9"><a href="https://2013.igem.org/Week9"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 9</span></a></li>
+
</ul>
</ul>
-
</div>
+
 
 +
<script type="text/javascript">
 +
            $(function() {
 +
                $('#navigation a').stop().animate({'marginLeft':'-85px'},1000);
 +
 
 +
                $('#navigation > li').hover(
 +
                    function () {
 +
                        $('a',$(this)).stop().animate({'marginLeft':'-2px'},200);
 +
                    },
 +
                    function () {
 +
                        $('a',$(this)).stop().animate({'marginLeft':'-85px'},200);
 +
                    }
 +
                );
 +
            });
 +
        </script>
<!-- Create Menu Settings: (Int Menu ID, Object Literal Settings - {showDelay:int, hideDelay:int, interaction:string}) [interaction options... 'hover', 'all-always-open', 'click-all', 'all', 'all-always-open', 'main')] -->
<!-- Create Menu Settings: (Int Menu ID, Object Literal Settings - {showDelay:int, hideDelay:int, interaction:string}) [interaction options... 'hover', 'all-always-open', 'click-all', 'all', 'all-always-open', 'main')] -->

Revision as of 13:49, 8 September 2013

TzuChiU Formosa NodeFire Save Document






Monday

We were given the opportunity to select members from various faculties to compose our own iGEM team. Qualities of our Hypnoseq member should be adventurous, committed and have a passion for research.

Tuesday

After our team was constructed, our members came up with a few possible ideas/ projects for the competition. Basic researches were done to support the ideas for future selection.

Wednesday

Our team members then presented the ideas/ projects at our campus iGEM preliminary round. The possible ideas were then assessed and voted by our advisor and peers.

Thursday

Out team members went to a few junior high schools to promote synthetic biology to the scholars. Surveys were also handed out after the presentation so we have an overall perception of their understanding of synthetic biology.

Friday

After our direction was set and our goal was clear, we started to construct our iGEM webpage, filling in related details and keeping our records up to date.

Saturday

In order to save time, we did some basic preparations for the experiment before all the parts were received. Preparations include primer design, preparing LB plates, making competent cells etc. so when the biobrick is received the actual experiment may start immediately.

Sunday

In order to save time, we did some basic preparations for the experiment before all the parts were received. Preparations include primer design, preparing LB plates, making competent cells etc. so when the biobrick is received the actual experiment may start immediately.

Retrieved from "http://2013.igem.org/Week7"