-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode.html
More file actions
40 lines (33 loc) · 1.79 KB
/
code.html
File metadata and controls
40 lines (33 loc) · 1.79 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
<!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>code of conduct</h3>
<p>columbia university is committed to providing a learning, living and working environment free from unlawful discrimination and harassment and to fostering a nurturing and vibrant community founded upon the fundamental dignity and worth of all its members. consistent with this commitment, and with all applicable laws, it is the policy of the university not to tolerate unlawful discrimination or harassment in any form and to provide persons who feel that they are victims of discrimination or harassment with mechanisms for seeking redress. </p>
</div>
</body>
</html>