This repository was archived by the owner on Jan 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (33 loc) · 1.54 KB
/
index.html
File metadata and controls
42 lines (33 loc) · 1.54 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
<!DOCTYPE html>
<html class="theme-auto" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ISCI 2A18 EP Project - Ben & Rishi</title>
<meta name="description" content="Project page for Ben and Rishi's ISCI 2A18 EP project, supervised by Heather O'Reilly.">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/brands.css">
</head>
<body>
<div class="container">
<div class="column">
<h1>
<div>ISCI 2A18 EP Project</div>
</h1>
<p>Rishabh Bhatia & Ben Mazin<br>Supervised by Dr. Heather O'Reilly</p>
<div class="button-stack" role="navigation">
<a class="button button-default" href="images/Osteosarcoma_Poster_Final.pdf" target="_blank" rel="noopener" role="button">
Project Poster (PDF)
</a>
<a class="button button-default" href="https://public.tableau.com/views/OsteosarcomaDashboard/Dashboard4?:language=en-US&publish=yes&:sid=&:redirect=auth&:display_count=n&:origin=viz_share_link" target="_blank" rel="noopener" role="button">
Data Dashboard
</a>
<a class="button button-default" href="https://paperpile.com/shared/sbI~HkQOYT_WD6~Y0WvemXg" target="_blank" rel="noopener" role="button">
References
</a>
</div>
</div>
</div>
</body>
</html>