-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNotebook.html
More file actions
174 lines (161 loc) · 4.66 KB
/
Copy pathNotebook.html
File metadata and controls
174 lines (161 loc) · 4.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<html>
<style>
body{
margin: 0;
}
#background{
position:fixed;
min-width: 1024px;
width:100%;
z-index:-1;
}
#background-image{
width:100%;
}
#topbanner-wrapper{
min-width:1024px;
position:relative;
}
#topbanner{
position:absolute;
width: 565px;
height: 105px;
top:0;
bottom:0;
left:0;
right:0;
margin: auto;
background-image: url(T--Kyoto--titlenotebook.png);
background-position: center center;
}
#button_wrapper{
width: 1023px;
height: 186px;
margin: 0 auto;
padding: 0;
letter-spacing: -1em;
}
#button_left{
/*float: left;*/
display: inline-block;
width:341px;
height: 186px;
letter-spacing: normal;
border: 1px solid #000;
}
#button_center{
display: inline-block;
width:341px;
height: 186px;
letter-spacing: normal;
border: 1px solid #000;
}
#button_right{
display: inline-block;
width:341px;
height: 186px;
letter-spacing: normal;
border: 1px solid #000;
}
#contents{
background-color:#ffffff;
}
</style>
<head>
<link href="common.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript">
window.onload = function bwWidth(){
var bw = document.getElementById("topbanner-wrapper");
var width = Math.max(parseInt(document.documentElement.clientWidth),1024);
var newwidth = width * 397 / 1368 - 72
bw.style.height = newwidth + "px";
}
window.onresize = function bwWidth(){
var bw = document.getElementById("topbanner-wrapper");
var width = Math.max(parseInt(document.documentElement.clientWidth),1024);
var newwidth = width * 397 / 1368 - 72
bw.style.height = newwidth + "px";
}
</script>
</head>
<body>
<div id="background">
<img id="background-image" src="T--Kyoto--pagephoto-01.png">
</div>
<div id="header">
<div id="nav-wrapper">
<div class="nav">
<ul class="nv">
<li id ="nv0" style="width:56px"><a href="index.html"></a></li>
<li id ="nv1">
<a href="Description.html"></a>
<ul>
<li id="nv11"><a href="Description.html"></a></li>
<li id="nv12"><a href="Proof.html"></a></li>
</ul>
</li>
<li id ="nv2">
<a href="software.html"></a>
<ul>
<li id="nv21"><a href="Software.html"></a></li>
<li id="nv22"><a href="Collaborations.html"></a></li>
</ul>
</li>
<li id ="nv3"><a href="Achievements.html"></a></li>
<li id ="nv4"><a href="Experiments.html"></a></li>
<li id ="nv5">
<a href="Human_Practices.html"></a>
<ul>
<li id="nv51"><a href="Human_Practices.html"></a></li>
<li id="nv52"><a href="HP-Silver.html"></a></li>
<li id="nv53"><a href="HP-Gold.html"></a></li>
</ul>
</li>
<li id ="nv6"><a href="Notebook.html"></a></li>
<li id ="nv7">
<a href="Team.html"></a>
<ul>
<li id="nv71"><a href="Team.html"></a></li>
<li id="nv72"><a href="Attributions.html"></a></li>
</ul>
</li>
<li id ="nv8"><a href="Safety.html"></a></li>
</ul>
</div>
</div>
</div>
<div id="topbanner-wrapper">
<div id="topbanner">
</div>
</div>
<div id="contents-wrapper">
<div id="contents">
<!-- Table Generated by KELN Author: Sukegawa -->
<div class="keln_container">
<a name="0101" class = "kyoto-jump"></a>
<span class="keln_date"><h3>1/1</h3></span>
<span class="keln_exp"><h4>PCR (Target)</h4></span>
<span class="keln_researcher">Sukegawa</span>
<table class="keln_table">
<tr><th>Templates/(µl)</th><th>Primer1/(µl)</th><th>Primer2/(µl)</th><th>Buffer/(µl)</th><th>MilliQ/(µl)</th><th>Any Other/(µl)</th><th>Total/(µl)</th></tr>
<tr><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td></tr>
</table>
</div>
<!------------ Table END ------------>
</div>
</div>
<div id="footer">
<div id="footer_logos">
<img src="T--Kyoto--Footer-24.png" width="874" height="95">
</div>
<div id="footer_contact">
<img src="T--Kyoto--Footer-25.png">
</div>
<div id="footer_social">
<a href="mailto:igemkyoto@gmail.com"><img src="T--Kyoto--Footer-28.png"></a>
<a href="https://twitter.com/igemkyoto"><img src="T--Kyoto--Footer-26.png"></a>
<a href="https://www.facebook.com/IgemKyoto/"><img src="T--Kyoto--Footer-27.png"></a>
</div>
</div>
</body>
</html>