-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
114 lines (91 loc) · 3.87 KB
/
index.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<meta name="rating" content="general">
<title>Sato Lab - UC Davis School of Medicine</title>
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- container -->
<div id="body-container">
<!-- header -->
<div id="body-header">
<div id="body-headerMain">
<div style="float:left;"><a href="http://www.ucdavis.edu/" style="color:#002855;text-decoration:none"><strong>University of California, Davis</strong></a></div>
<div style="float:right;"><a href="http://www.ucdmc.ucdavis.edu/welcome/" style="color:#002855;text-decoration:none"><strong>School of Medicine</strong></a></div>
<div style="float:center;"><a href="http://www.ucdmc.ucdavis.edu/pharmacology/" style="color:#002855;text-decoration:none"><strong>Pharmacology</strong></a></div>
</div>
<div id="body-headerLogo"><a href="index.html">Sato Lab</a></div>
</div>
<!-- header end -->
<!-- inner -->
<div id="body-inner">
<!-- wrapper -->
<div id="body-wrapper">
<iframe src="main.html" id="mainframe" name="mainframe" frameborder="0" style="border:0" width="100%" height="2000px" scrolling="no" frameborder="no">
</iframe>
</div>
<!-- wrapper end -->
<!-- navi -->
<div id="body-nav">
<ul>
<li><a href="main.html" target="mainframe"><span class="elem">Top Page</span></a>
<li><a href="research.html" target="mainframe"><span class="elem">Research</span></a>
<li><a href="people.html" target="mainframe"><span class="elem">People</span></a>
<li><a href="https://www.ncbi.nlm.nih.gov/sites/myncbi/d.sato.1/bibliography/9094099/public/?sort=date&direction=descending" target="_top"><span class="elem">Publications</span></a>
<li><a href="gallery.html" target="mainframe"><span class="elem">Gallery</span></a>
<li><a href="direction.html" target="mainframe"><span class="elem">Location</span></a>
</ul>
</div>
<!-- navi end -->
<!-- aside -->
<div id="body-aside">
<div id="banner">
<ul>
<li><a href="info.html" target="mainframe">Office Hours</a>
<li><a href="download.html" target="mainframe">Code Downloads</a>
</ul>
</div>
<div id="maininfo">
<h3>UCD Sato Lab</h3>
<p>
Mailing address:<br>
Department of Pharmacology<br>
University of California, Davis<br>
Genome Building Rm 3502<br>
Davis, CA 95616-8636<br>
<br>
Office:<br>
<a href="https://www.google.com/maps/dir/Current+Location/38.5340370,-121.7644113">Tupper Hall 2215</a><br>
Phone 530-752-4440<br>
FAX 530-752-7710<br>
Lab:<br>
<a href="https://www.google.com/maps/dir/Current+Location/38.5340370,-121.7644113">Tupper Hall 2222</a><br>
</p>
</div>
<div id="banner">
<h3>Integrative Cardiac Dynamics</h3>
<p>
Location: UCSB, KITP<br>
Date: Jun 25, 2018 - Jul 20, 2018<br>
<a href="https://www.kitp.ucsb.edu/activities/cardio18"><img src="https://www.kitp.ucsb.edu/sites/default/files/kitp/logos/cardio18-thumb.jpg" width="100%"></a></p>
</div>
</div>
<!-- aside end -->
</div>
<!-- inner end --><!-- footer -->
<div id="body-footer">
<div id="body-footerMain">
<p>copyright©2017 Sato Lab all rights reserved.</p>
</div>
</div>
<!-- footer end -->
</div>
</body>
</html>