-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
62 lines (58 loc) · 2.93 KB
/
contact.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>:: Contact ::</title>
<link href="defaultstyles.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="branding.js"></script>
<script type="text/JavaScript" src="http://www.colorado.edu/templates/faculty-template/js/curvycorners.js"></script>
</head>
<body>
<div id="container">
<!--div id="ucb"><script type="text/javascript">ucbheader();</script></div-->
<div id="wrapper">
<div id="banner">
<h1>Sachin Pundhir, Ph.D.</h1>
</div>
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="cv.html">CV</a></li>
<!--li><a href="page3.html">Projects</a></li-->
<li><a href="research.html">Research</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="page">
<div id="content">
<table cellpadding=10 cellspacing=10>
<tr>
<td><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1800.4864475949512!2d12.556886999999987!3d55.69920399999997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4652525415ac856d%3A0x630d1d34f01cff94!2sOle+Maal%C3%B8es+Vej+5!5e1!3m2!1sen!2s!4v1399823485055" width="400" height="300" frameborder="0" style="border:0"></iframe></td>
<td valign="top">Sachin Pundhir, Ph.D.<br>
Senior Scientist<br>
Room no. 1.3.34, Finsen Laboratory, Rigshospitalet<br>
BRIC, University of Copenhagen,<br>
Ole Maaløes Vej 5, 4<br>
Copenhagen, Denmark<br>
E-Mail: pundhir.cph [the sign] gmail.com<br>
Webpage: <a href="https://spundhir.github.io">https://spundhir.github.io/</a><br>
<p>
<a href="http://scholar.google.com/citations?user=KNHvdX8AAAAJ&hl=en" target="_blank"><img src="img/google_scholor.jpeg" border=0></a>
<a href="https://www.researchgate.net/profile/Sachin_Pundhir?ev=hdr_xprf" target="_blank"><img src="img/research_gate.png" border=0></a>
<a href="https://www.linkedin.com/profile/preview?vpa=pub&locale=en_US" target="_blank"><img src="img/linkedin.jpeg" border=0></a>
<a href="https://github.com/spundhir" target="_blank"><img src="img/github.png" border=0 width="12%" height="12%"></a>
</p>
</td>
</tr>
</table>
</div>
</div>
</div>
<!--div id="footer">
<script type="text/javascript">ucbfooter();</script>
© Regents of the University of Colorado
</div-->
</div>
</body>
</html>