Team:BNU-China/time axis.html
From 2014.igem.org
(Difference between revisions)
(Created page with "{{Team:BNU-China/CSS/clean}} {{Team:BNU-China/CSS/main}} {{Team:BNU-China/head}} <html> </html> {{Team:BNU-China/foot}}") |
|||
(27 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
{{Team:BNU-China/head}} | {{Team:BNU-China/head}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <script type="text/javascript" src="https://2014.igem.org/Team:BNU-China/js/time_axis.js?action=raw"></script> | ||
+ | <style> | ||
+ | @charset "utf-8"; | ||
+ | * { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | list-style-type:none; | ||
+ | } | ||
+ | a, img { | ||
+ | border:0; | ||
+ | } | ||
+ | body { | ||
+ | font:12px/180% Arial, Helvetica, sans-serif, "新宋体"; | ||
+ | } | ||
+ | .demo { | ||
+ | width:960px; | ||
+ | margin:60px auto 0 auto; | ||
+ | background:url('https://static.igem.org/mediawiki/2014/3/37/Time_axis-bg.png') repeat-y 700px; | ||
+ | } | ||
+ | /*history*/ | ||
+ | .history { | ||
+ | background:url('https://static.igem.org/mediawiki/2014/8/8c/Bnu_line04.gif') repeat-y 187px 0; | ||
+ | overflow:hidden; | ||
+ | position:relative; | ||
+ | } | ||
+ | .history-date { | ||
+ | overflow:hidden; | ||
+ | position:relative; | ||
+ | } | ||
+ | .history-date h2 { | ||
+ | background:url('https://static.igem.org/mediawiki/2014/4/4f/Bnu_icon01.gif') no-repeat 158px 0; | ||
+ | height:59px; | ||
+ | font-size:18px; | ||
+ | font-family:微软雅黑; | ||
+ | font-weight:normal; | ||
+ | padding-left:45px; | ||
+ | margin-bottom:74px; | ||
+ | } | ||
+ | .history-date h2.first { | ||
+ | position:absolute; | ||
+ | left:0; | ||
+ | top:0; | ||
+ | width:935px; | ||
+ | z-index:99; | ||
+ | } | ||
+ | .history-date h2 a { | ||
+ | font-size: 20px; | ||
+ | color:rgba(29, 183, 2, 1); | ||
+ | display:inline-block; | ||
+ | *display:inline; | ||
+ | zoom:1; | ||
+ | background:url('https://static.igem.org/mediawiki/2014/2/2b/Bnu_icon03.gif') no-repeat right 50%; | ||
+ | padding-right:17px; | ||
+ | margin:21px 97px 0 0; | ||
+ | } | ||
+ | .history-date h2 a:hover { | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | .history-date h2 img { | ||
+ | vertical-align:-5px; | ||
+ | } | ||
+ | .history-date h2.date02 { | ||
+ | background:none; | ||
+ | } | ||
+ | .history-date ul li { | ||
+ | background:url('https://static.igem.org/mediawiki/2014/e/ed/Bnu_icon02.gif') no-repeat 180px 0; | ||
+ | padding-bottom:50px; | ||
+ | zoom:1; | ||
+ | } | ||
+ | .history-date ul li.last { | ||
+ | padding-bottom:0; | ||
+ | } | ||
+ | .history-date ul li:after { | ||
+ | content:" "; | ||
+ | display:block; | ||
+ | height:0; | ||
+ | clear:both; | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | .history-date ul li h3 { | ||
+ | float:left; | ||
+ | width:168px; | ||
+ | text-align:right; | ||
+ | padding-right:19px; | ||
+ | color:#c3c3c3; | ||
+ | font:normal 18px/16px Arial; | ||
+ | } | ||
+ | .history-date ul li h3 span { | ||
+ | display:block; | ||
+ | color:#d0d0d0; | ||
+ | font-size:12px; | ||
+ | } | ||
+ | .history-date ul li dl { | ||
+ | float:left; | ||
+ | padding-left:41px; | ||
+ | margin-top:-5px; | ||
+ | font-family:微软雅黑; | ||
+ | } | ||
+ | .history-date ul li dl dt { | ||
+ | font:16px 微软雅黑; | ||
+ | color:#737373; | ||
+ | } | ||
+ | .history-date ul li dl dt span { | ||
+ | display:block; | ||
+ | color:#787878; | ||
+ | font-size:12px; | ||
+ | } | ||
+ | .history-date ul li.green h3 { | ||
+ | color:#1db702; | ||
+ | } | ||
+ | .history-date ul li.green h3 span { | ||
+ | color:#a8dda3; | ||
+ | } | ||
+ | .history-date ul li.green dl { | ||
+ | margin-top:-8px; | ||
+ | } | ||
+ | .history-date ul li.green dl dt { | ||
+ | font-size:30px; | ||
+ | line-height:28px; | ||
+ | } | ||
+ | .history-date ul li.green dl dt a { | ||
+ | display:inline-block; | ||
+ | *display:inline; | ||
+ | zoom:1; | ||
+ | overflow:hidden; | ||
+ | vertical-align:middle; | ||
+ | margin-left:12px; | ||
+ | } | ||
+ | .history-date ul li.green dl dd { | ||
+ | padding-top:20px; | ||
+ | display:none; | ||
+ | } | ||
+ | .history-date ul li.green dl dd img { | ||
+ | float:left; | ||
+ | } | ||
+ | .history-date ul li.green dl dd p { | ||
+ | overflow:hidden; | ||
+ | zoom:1; | ||
+ | line-height:21px; | ||
+ | color:#787878; | ||
+ | } | ||
+ | .history-date h2.first .more-history { | ||
+ | font-size:16px; | ||
+ | background:transparent; | ||
+ | margin-left:30px; | ||
+ | } | ||
+ | .history-date h2.first .more-history:hover { | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | *body .history-date ul li dl dt { | ||
+ | _font-size:12px!important; | ||
+ | _font-weight:bold; | ||
+ | } | ||
+ | *body .history-date ul li dl dt span { | ||
+ | _font-weight:normal!important; | ||
+ | } | ||
+ | *body .history-date ul li.green dl dt a { | ||
+ | _background:transparent!important; | ||
+ | *background:transparent!important; | ||
+ | *font-size:12px!important; | ||
+ | _font-weight:normal!important; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <h1>NoteBook </h1> | ||
+ | <div class="demo"> | ||
+ | <div class="history"> | ||
+ | <div class="history-date"> | ||
+ | <ul> | ||
+ | <h2 class="first"> | ||
+ | <a href="#nogo">Oct</a> 2014 Team:BNU-China | ||
+ | </h2> | ||
+ | <li class="green"> | ||
+ | <h3>30th</h3> | ||
+ | <dl> | ||
+ | <dt>Giant Jamboree</dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>17th</h3> | ||
+ | <dl> | ||
+ | <dt>Finish our Wiki.</dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>13th</h3> | ||
+ | <dl> | ||
+ | <dt>Sent our second batch of parts<span>Shipment No.02892,02893</span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>4th</h3> | ||
+ | <dl> | ||
+ | <dt>Sent our first batch of parts<span>Shipment No.02558</span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <div class="history-date"> | ||
+ | <ul> | ||
+ | <h2 class="date02"><a href="#nogo">Sep</a></h2> | ||
+ | <li> | ||
+ | <h3>20th</h3> | ||
+ | <dl> | ||
+ | <dt>Peanut root nuclear magnetic resonance scanning</dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>15th</h3> | ||
+ | <dl> | ||
+ | <dt>Meet with Dr. Wang yue who is working on Health Law<span></span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="history-date"> | ||
+ | <ul> | ||
+ | <h2 class="date02"><a href="#nogo">Aug</a></h2> | ||
+ | <li> | ||
+ | <h3>28th</h3> | ||
+ | <dl> | ||
+ | <dt>Start our Module 2: Delivery system<span>Chemotaxis receptor—McfR</span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>27th</h3> | ||
+ | <dl> | ||
+ | <dt> Contact with Dr. Feng gu who is working on plant nutrient<span> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>25th</h3> | ||
+ | <dl> | ||
+ | <dt> Participate in <br/> the 1st Central China iGEMers' Meet up in Wuhan, China</dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>20th</h3> | ||
+ | <dl> | ||
+ | <dt>Peanut root laser scanning<span></span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="history-date"> | ||
+ | <ul> | ||
+ | <h2 class="date02"><a href="#nogo">Jul</a></h2> | ||
+ | <li> | ||
+ | <h3>29th</h3> | ||
+ | <dl> | ||
+ | <dt>Do survey in the field of Gaomi, Shandong<span></span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>28th</h3> | ||
+ | <dl> | ||
+ | <dt>Meet with Peanuts Institution in Qingdao & iGEM team<span> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>15th</h3> | ||
+ | <dl> | ||
+ | <dt>Start our Module 1:Binding system<span> INPN+ModA | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>10th</h3> | ||
+ | <dl> | ||
+ | <dt>The first day in lab<span><br /></span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="history-date"> | ||
+ | <ul> | ||
+ | <h2 class="date02"><a href="#nogo">Jun</a></h2> | ||
+ | <li> | ||
+ | <h3>30th</h3> | ||
+ | <dl> | ||
+ | <dt>Restart of our project;</br>Decide our project<span><br/></span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="history-date"> | ||
+ | <ul> | ||
+ | <h2 class="date02"><a href="#nogo">May</a></h2> | ||
+ | <li> | ||
+ | <h3>30th</h3> | ||
+ | <dl> | ||
+ | <dt>Pause our program because of final examination<span></span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>14th</h3> | ||
+ | <dl> | ||
+ | <dt>Select two projects<span>E.coil Promethus and light control insulin release<br/></span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="history-date"> | ||
+ | <ul> | ||
+ | <h2 class="date02"><a href="#nogo">Mar</a></h2> | ||
+ | <li> | ||
+ | <h3>30th</h3> | ||
+ | <dl> | ||
+ | <dt>Communicate with Peking students</td> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>23rd</h3> | ||
+ | <dl> | ||
+ | <dt>Start of Training &Brainstorming</dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>16th</h3> | ||
+ | <dl> | ||
+ | <dt>Communicate with Tsinghua students<span>For advice</span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | <li> | ||
+ | <h3>15th</h3> | ||
+ | <dl> | ||
+ | <dt>Construct our team<span>the birthday of BNU-China<br/><br/><br/><br/><br/><br/><br/><br/></span></dt> | ||
+ | </dl> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div></div> | ||
+ | </body> | ||
</html> | </html> | ||
{{Team:BNU-China/foot}} | {{Team:BNU-China/foot}} |
Latest revision as of 18:16, 17 October 2014
NoteBook
-
30th
- Giant Jamboree
-
17th
- Finish our Wiki.
-
13th
- Sent our second batch of partsShipment No.02892,02893
-
4th
- Sent our first batch of partsShipment No.02558
-
20th
- Peanut root nuclear magnetic resonance scanning
-
15th
- Meet with Dr. Wang yue who is working on Health Law
-
28th
- Start our Module 2: Delivery systemChemotaxis receptor—McfR
-
27th
- Contact with Dr. Feng gu who is working on plant nutrient
-
25th
- Participate in
the 1st Central China iGEMers' Meet up in Wuhan, China
- Participate in
-
20th
- Peanut root laser scanning
-
29th
- Do survey in the field of Gaomi, Shandong
-
28th
- Meet with Peanuts Institution in Qingdao & iGEM team
-
15th
- Start our Module 1:Binding system INPN+ModA
-
10th
- The first day in lab
- The first day in lab
-
30th
- Restart of our project;Decide our project
- Restart of our project;Decide our project
-
30th
- Pause our program because of final examination
-
14th
- Select two projectsE.coil Promethus and light control insulin release
- Select two projectsE.coil Promethus and light control insulin release
-
30th
- Communicate with Peking students
-
23rd
- Start of Training &Brainstorming
-
16th
- Communicate with Tsinghua studentsFor advice
-
15th
- Construct our teamthe birthday of BNU-China
- Construct our teamthe birthday of BNU-China
Oct 2014 Team:BNU-China
Sep
Aug
Jul
Jun
May
Mar
The Story of E.coli Prometheus
BNU-China