Difference between revisions of "Meetups/NCTU Formosa/agenda"
Line 115: | Line 115: | ||
letter-spacing:9px; | letter-spacing:9px; | ||
} | } | ||
+ | div.demo-trans1{ | ||
+ | |||
+ | height:30px; | ||
+ | position:relative; | ||
+ | top:12px; | ||
+ | |||
+ | } | ||
+ | |||
+ | div.f{ | ||
+ | float:left; | ||
+ | width:18%; | ||
+ | height:180px; | ||
+ | background-color:#FFF300; | ||
+ | -webkit-transition:0.4s ease-out; | ||
+ | -moz-transition: 0.4s ease-out; | ||
+ | -o-transiton: 0.4s ease-out; | ||
+ | -ms-transition:0.4s ease-out; | ||
+ | transition:0.4s ease-out; | ||
+ | text-top:100px; | ||
+ | } | ||
+ | div.f1{ | ||
+ | float:left; | ||
+ | width:15px; | ||
+ | height:180px; | ||
+ | background-color:#000000; | ||
+ | text-top:100px; | ||
+ | } | ||
+ | div.f_{ | ||
+ | float:left; | ||
+ | width:18%; | ||
+ | height:40px; | ||
+ | background-color:#FFF300; | ||
+ | -webkit-transition:0.4s ease-out; | ||
+ | -moz-transition: 0.4s ease-out; | ||
+ | -o-transiton: 0.4s ease-out; | ||
+ | -ms-transition:0.4s ease-out; | ||
+ | transition:0.4s ease-out; | ||
+ | text-top:100px; | ||
+ | } | ||
+ | div.f_:hover{ | ||
+ | background-color:#FFFFFF; | ||
+ | } | ||
+ | div.f:hover{ | ||
+ | background-color:#FFFFFF; | ||
+ | } | ||
+ | div.f:hover div.demo-trans1{ | ||
+ | display: block; | ||
+ | } | ||
+ | div.circle{ | ||
+ | display:none; | ||
+ | height:30px; | ||
+ | position:relative; | ||
+ | top:25px; | ||
+ | -webkit-transition:0.6s ease-out; | ||
+ | -moz-transition: 0.6s ease-out; | ||
+ | -o-transiton: 0.6s ease-out; | ||
+ | -ms-transition:0.6s ease-out; | ||
+ | transition:0.6s ease-out; | ||
+ | } | ||
+ | |||
+ | div.f:hover div.circle{ | ||
+ | display: none; | ||
+ | } | ||
+ | div.line{ | ||
+ | text-align:center;height:80px;margin: 0px auto;width:80%;position:fixed;bottom:-40px; | ||
+ | -webkit-transition:0.2s ease-out; | ||
+ | -moz-transition: 0.2s ease-out; | ||
+ | -o-transiton: 0.2s ease-out; | ||
+ | -ms-transition:0.2s ease-out; | ||
+ | transition:0.2s ease-out; | ||
+ | } | ||
+ | |||
+ | div.line:hover{ | ||
+ | text-align:center;height:80px;margin: 0px auto;width:80%;position:fixed; | ||
+ | -webkit-transform: scale(1.0) translateY(-80px); | ||
+ | -moz-transform: scale(1.0) translateY(-80px); | ||
+ | -o-transform: scale(1.0) translateY(-80px); | ||
+ | -ms-transform: scale(1.0) translateY(-80px); | ||
+ | transform: scale(1.0) translateY(-80px); | ||
+ | } | ||
</style> | </style> | ||
Line 413: | Line 493: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <div class="line"> | ||
+ | <div style="text-align:center;height:50px" ></div> | ||
+ | <a href="https://2015.igem.org/Meetups/NCTU_Formosa/introduction"><div class="f" > | ||
+ | <div class="circle" ><img src="https://static.igem.org/mediawiki/2015/1/12/12345.png" ;></div> | ||
+ | <div class="demo-trans1" align="center" > | ||
+ | <font size="6" align="center" color="#00000" font face="Agency FB" > | ||
+ | Intro | ||
+ | </font> | ||
+ | </div> | ||
+ | </div></a> | ||
+ | <div class="f1"></div> | ||
+ | <a href="https://2015.igem.org/Meetups/NCTU_Formosa/agenda"><div class="f"> | ||
+ | <div class="circle" ><img src="https://static.igem.org/mediawiki/2015/d/d3/AGENDA6.png" ;></div> | ||
+ | <div class="demo-trans1" align="center" > | ||
+ | <font size="6" align="center" color="#00000" font face="Agency FB" > | ||
+ | Agenda | ||
+ | </font> | ||
+ | |||
+ | </div> | ||
+ | </div></a> | ||
+ | <div class="f1"></div> | ||
+ | <a href="https://2015.igem.org/Meetups/NCTU_Formosa/participating_team"><div class="f"> | ||
+ | <div class="circle" ><img src="https://static.igem.org/mediawiki/2015/8/88/Team6.png" ;></div> | ||
+ | <div class="demo-trans1" align="center" > | ||
+ | <font size="6" align="center" color="#00000" font face="Agency FB" > | ||
+ | Team | ||
+ | </font> | ||
+ | </div> | ||
+ | </div></a> | ||
+ | <div class="f1"></div> | ||
+ | <a href="https://2015.igem.org/Meetups/NCTU_Formosa/contacts"><div class="f" > | ||
+ | <div class="circle" ><img | ||
+ | src="https://static.igem.org/mediawiki/2015/9/90/95701.png" ;></div> | ||
+ | <div class="demo-trans1" align="center" > | ||
+ | <font size="6" align="center" color="#00000" font face="Agency FB" > | ||
+ | Contact us | ||
+ | </font> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div class="f1"></div> | ||
+ | <a href="https://2015.igem.org/Meetups/NCTU_Formosa"><div class="f" > | ||
+ | <div class="circle" ><img | ||
+ | src="https://static.igem.org/mediawiki/2015/1/1e/6870.png" ;></div> | ||
+ | <div class="demo-trans1" align="center" > | ||
+ | <font size="6" align="center" color="#00000" font face="Agency FB" > | ||
+ | Home | ||
+ | </font> | ||
+ | |||
+ | </div> | ||
+ | </div></a> | ||
+ | |||
+ | |||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 03:10, 31 May 2015
Day 1 – 19th July 2015 (Sunday)
Time | Activity | Remark |
---|---|---|
15:30~17:00 | Transportation from Taoyuan International Airport to NCTU | Teams should arrive at the airport before 15:30 |
17:00~17:30 | Arrival | Each team receives a Conference Guide |
17:30~18:30 | Check in Each team check into the dormitories | Each team check into the dormitories |
19:30~22:00 | Welcome Party | An introduction to the new campus Each team introduce themselves (5- 10 miutes) Talent Show |
Day 2 – 20th July 2015 (Monday)
Time | Activity | Remark |
---|---|---|
08:00~09:00 | Breakfast | Posting poster (Size: 160 cm length x 90 cm Width) |
09:00~9:10 | Opening Ceremony | |
09:10~09:30 | Addresses by Honorable Guests | President of NCTU, Dean and Vice Dean of DBT |
09:30~11:00 | Addresses by Team Supervisors | Each team 5 minutes |
11:00~11:40 | Team 1 Presentation、Q&A @ Room 1 Team 2 Presentation、Q&A @ Room 4 |
Presentation 20 minutes Q&A 20 minutes |
11:40~13:30 | Lunch | Buffet and poster time |
13:30~14:10 | Team 3 Presentation、Q&A @ Room 1 Team 4 Presentation、Q&A @ Room 4 |
|
14:20~15:00 | Team 5 Presentation、Q&A @ Room 1 Team 6 Presentation、Q&A @ Room 4 |
|
15:00~16:00 | Break Snacks and poster time | |
16:00~16:40 | Team 7 Presentation、Q&A @ Room 1 Team 8 Presentation、Q&A @ Room 4 |
|
16:50~17:30 | Team 9 Presentation 、Q&A @ Room 1 Team 10 Presentation 、Q&A @ Room 4 |
|
17:30~21:30 | Free time |
Day 3 – 21st July 2015 (Tuesday)
Time | Activity | Remark |
---|---|---|
08:00~09:00 | Breakfast | 09:00~09:40 | Team 11 Presentation、Q&A @ Room 1 Team 12 Presentation、Q&A @ Room 4 |
09:50~10:30 | Team 13 Presentation、Q&A @ Room 1 Team 14 Presentation、Q&A @ Room 4 |
10:30~11:10 | Break | Snacks and poster time | 11:10~11:50 | Team 15 Presentation、Q&A @ Room 1 Team 16 Presentation、Q&A @ Room 4 |
11:50~13:20 | Lunch | Snacks and poster time |
13:20~14:00 | Team 17 Presentation、Q&A @ Room 1 Team 18 Presentation、Q&A @ Room 4 |
|
14:10~14:50 | Team 19 Presentation、Q&A @ Room 1 Team 20 Presentation、Q&A @ Room 4 |
|
14:50~15:30 | Break | Snacks and poster time |
15:30~16:10 | Team 21 Presentation、Q&A @ Room 1 Team 22 Presentation、Q&A @ Room 4 |
|
16:20~17:00 | Team 23 Presentation 、Q&A @ Room 1 Team 24 Presentation 、Q&A @ Room 4 |
|
17:00~19:00 | Dinner | Snacks and poster time |
Day 4 – 22nd July 2015 (Wensday)
Time | Activity | Remark |
---|---|---|
08:00~09:00 | Breakfast | 09:00~09:40 | Team 25 Presentation、Q&A @ Room 1 Team 26 Presentation、Q&A @ Room 4 |
09:50~10:30 | Team 27 Presentation、Q&A @ Room 1 Team 28 Presentation、Q&A @ Room 4 |
10:30~11:20 | Break | Snacks and poster time | 11:20~12:00 | NCTU_Formosa iGEM Team Presentation、Q&A |
12:00~13:30 | Lunch | Snacks and poster time |
13:30~14:10 | Team 3rd Presentation、Q&A | |
14:15~14:55 | Team 2nd Presentation、Q&A | |
15:00~15:40 | Team 1st Presentation、Q&A | |
15:40~17:30 | Closing Ceremony Photo time and award ceremony | Photo time and award ceremony |
17:30~21:30 | Taiwanese Banquet |
Day 5 – 23th July 2015 (Thursday)
Time | Activity | Remark |
---|---|---|
08:00~17:00 | Synthetic Biology Field Trip to Taipei | Breakfast in the bus |
17:00 | The End | Transportation back to Taoyuan International Airport before 18:30 |