-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlocation.html
More file actions
56 lines (47 loc) · 2.44 KB
/
location.html
File metadata and controls
56 lines (47 loc) · 2.44 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
<!DOCTYPE html>
<html>
<head>
<title>LSST Detection of Optical Counterparts of Gravitational Waves 2019</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" href="https://markalab.github.io/lsst/imgs/icon.png">
<link href='https://fonts.googleapis.com/css?family=Major Mono Display' rel='stylesheet'>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Overview</a></li>
<li><a href="program.html">Program and Participants</a></li>
<li><a href="location.html">Location</a></li>
<li><a href="hotel.html">Hotel Information</a></li>
<li><a href="transportation.html">Transportation</a></li>
<li><a href="code.html">Code of Conduct</a></li>
</ul>
</nav>
<img src="imgs/bns.jpg" class="responsive" align="left">
<figcaption>image credit: nsf, ligo, sonoma state university, a. simmonet</figcaption>
<!-- <figcaption>Artwork by sandbox studio, chicago with corinne Mucha</figcaption> -->
<center>
<h2>LssT detection of optical counterparts of Gravitational Waves 2019</h2>
<p>May 3-4, 2019<br>
columbia university, new york city</p>
</center>
<div style="padding-left: 10%;">
<h3>location</h3>
<p>center for theoretical physics, 8th floor pupin Hall<br>
columbia university, new york city</p>
</div>
<center>
<div class="mapouter"><div class="gmap_canvas"><iframe width="600" height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=Theory%20Center%2C%20Pupin%20Hall&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://www.pureblack.de">pure black gmbh</a></div><style>.mapouter{text-align:right;height:500px;width:600px;}.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}</style></div>
</center>
<div style="padding-left: 10%;">
<p>pupin Hall is at the north side of campus by 120th st.</p>
<p>you may enter from campus, going through the gates on 116th st by the #1 subway station and walking north along the west side of campus (see map below).</p>
<p>you can also access pupin by entering the northwest corner building from the corner of 120th and broadway, turning left and going past the staircase to a door to the 2nd floor of pupin.</p>
</div>
<div style:"width:90%;">
<center>
<img src="imgs/campus_map.png" width=600px>
</center>
</div>
</body>
</html>