Team:NCTU Formosa

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<html>
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<link href="https://2013.igem.org/wiki/index.php?title=Team:NCTU_Formosa-css-style?action=raw&ctype=text/css" rel="stylesheet" type="text/css" />
 +
<link href='http://fonts.googleapis.com/css?family=Pathway+Gothic+One|Lily+Script+One' rel='stylesheet' type='text/css'>
 +
</head>
 +
<body onload="clock();return true">
 +
<div id="main">
 +
<div id="title">NCTU_Formosa</div>
 +
<div id="content"><p>we thrilled at new challenges.</p><p>wiki freeze time remaining: <span id="day"></span> days <span id="ho"></span> hours <span id="min"></span> minutes <span id="sec"></span>seconds.</div>
 +
<script language="JavaScript">
 +
var DifferenceHour = -1
 +
var DifferenceMinute = -1
 +
var DifferenceSecond = -1
 +
var Tday = new Date("SEP 27, 2013 00:00:00")
 +
var daysms = 24 * 60 * 60 * 1000
 +
var hoursms = 60 * 60 * 1000
 +
var Secondms = 60 * 1000
 +
var microsecond = 1000
-
<html>
+
function clock()
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
{
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
var time = new Date()
-
This is a template page. READ THESE INSTRUCTIONS.
+
var hour = time.getHours()
-
</div>
+
var minute = time.getMinutes()
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
var second = time.getSeconds()
-
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
var timevalue = ""+((hour > 12) ? hour-12:hour)
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
timevalue +=((minute < 10) ? ":0":":")+minute
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
+
timevalue +=((second < 10) ? ":0":":")+second
-
</div>
+
timevalue +=((hour >12 ) ? " PM":" AM")
 +
 +
var convertHour = DifferenceHour
 +
var convertMinute = DifferenceMinute
 +
var convertSecond = DifferenceSecond
 +
 +
var Diffms = Tday.getTime() - time.getTime()
 +
 +
DifferenceHour = Math.floor(Diffms / daysms)
 +
Diffms -= DifferenceHour * daysms
 +
DifferenceMinute = Math.floor(Diffms / hoursms)
 +
Diffms -= DifferenceMinute * hoursms
 +
DifferenceSecond = Math.floor(Diffms / Secondms)
 +
Diffms -= DifferenceSecond * Secondms
 +
 +
if(convertHour != DifferenceHour){
 +
//document.formnow.dd.value=DifferenceHour
 +
day.innerHTML = DifferenceHour;
 +
}
 +
 +
if(convertMinute != DifferenceMinute) {
 +
//document.formnow.hh.value=DifferenceMinute
 +
ho.innerHTML = DifferenceMinute
 +
}
 +
 +
if(convertSecond != DifferenceSecond) {
 +
//document.formnow.mm.value=DifferenceSecond
 +
min.innerHTML = DifferenceSecond
 +
}
 +
 +
var dSecs = Math.floor(Diffms / microsecond)
 +
//document.formnow.ss.value=dSecs
 +
sec.innerHTML = dSecs
 +
setTimeout("clock()",1000)
 +
}
 +
</script>
 +
<div id="copyright">&copy; 2013  <a title="NCTU_Formosa" href="https://2013.igem.org/wiki/index.php?title=Team:NCTU_Formosa">NCTU_Formosa</a></div>
</div>
</div>
 +
</body>
</html>
</html>
-
 
-
<!-- *** End of the alert box *** -->
 
-
 
-
 
-
 
-
{|align="justify"
 
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
 
-
|[[Image:NCTU_Formosa_logo.png|200px|right|frame]]
 
-
|-
 
-
|
 
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
 
-
|[[Image:NCTU_Formosa_team.png|right|frame|Your team picture]]
 
-
|-
 
-
|
 
-
|align="center"|[[Team:NCTU_Formosa | Team NCTU_Formosa]]
 
-
|}
 
-
 
-
<!--- The Mission, Experiments --->
 
-
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
 
-
!align="center"|[[Team:NCTU_Formosa|Home]]
 
-
!align="center"|[[Team:NCTU_Formosa/Team|Team]]
 
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=NCTU_Formosa Official Team Profile]
 
-
!align="center"|[[Team:NCTU_Formosa/Project|Project]]
 
-
!align="center"|[[Team:NCTU_Formosa/Parts|Parts Submitted to the Registry]]
 
-
!align="center"|[[Team:NCTU_Formosa/Modeling|Modeling]]
 
-
!align="center"|[[Team:NCTU_Formosa/Notebook|Notebook]]
 
-
!align="center"|[[Team:NCTU_Formosa/Safety|Safety]]
 
-
!align="center"|[[Team:NCTU_Formosa/Attributions|Attributions]]
 
-
|}
 

Revision as of 03:32, 23 August 2013

NCTU_Formosa

we thrilled at new challenges.

wiki freeze time remaining: days hours minutes seconds.