-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresources.html
More file actions
78 lines (60 loc) · 4.84 KB
/
resources.html
File metadata and controls
78 lines (60 loc) · 4.84 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="templates/slate.css">
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1, width=device-width">
<meta content="4DNucleome Hackathon" name="description">
<meta content="Projects" name="author">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169392828-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-169392828-1');
</script>
<title>4D Nucleome Hackathon</title>
<style>
a:unvisited {color: lightseagreen;}
a:visited {color: lightseagreen;}
a:link {color: lightseagreen;}
a:hover {color: white;}
b {color: lightseagreen;}
body {font-family: 'Book Antiqua', Palatino, serif';font-size: 25px;}
</style>
<div class="jumbotron" style="display: flex; align-items: center;">
<img src="4dn_logo_raster.png" style="border-radius: 50%; height: 100px; margin-right: 20px;">
<div>
<h1 style="font-size: 50px; margin: 0;">4D Nucleome Hackathon</h1>
<hr>
</div>
</div>
<div class="jumbotron">
<p style="font-size:18px", align="justify">
<a href="#Links and Materials">Links and Materials</a> • 
<a href="#Join the Slack">Join the slack</a> • 
<a href="index.html" target="_self" class="aaastandout"><b>Back to main</b></a>
</p>
</div>
</head>
<body role="document" style='font="Book Antiqua', Palatino, serif"'>
<a name="Links and Materials" id="Links and Materials"><div class="jumbotron" name="Links and Materials" id="Links and Materials"><a></a>
<div class="page-header">
<h2 style="font-size:26px"><b>Links and Materials</b></h2>
<p style="font-size:17px", align="justify">
<b>Introduction Slides</b>: <a href="https://docs.google.com/presentation/d/1rDFxYlQwpddmmC3x-yh6DUPF1ktcNe94xeFqiz17hEw/edit?usp=sharing">Day 1 Introduction</a> <br>
<b>AWS registration</b>: <a href="https://aws.amazon.com/free/?gclid=Cj0KCQjwqdqvBhCPARIsANrmZhPuWgGvHoG8pBkGixebYOoP-J-4G6-GNKtk6wTGH9P8ZJUBJ_iy1EIaAsjeEALw_wcB&trk=78b916d7-7c94-4cab-98d9-0ce5e648dd5f&sc_channel=ps&ef_id=Cj0KCQjwqdqvBhCPARIsANrmZhPuWgGvHoG8pBkGixebYOoP-J-4G6-GNKtk6wTGH9P8ZJUBJ_iy1EIaAsjeEALw_wcB:G:s&s_kwcid=AL!4422!3!432339156162!e!!g!!aws%20registration!9572385111!102212379327">AWS registration</a> <br>
<b>AWS key pair creation</b>: <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html#having-ec2-create-your-key-pair">AWS key-pair creation</a> <br>
</p>
</div></div></a>
<a name="Join the Slack" id="Join the Slack"><div class="jumbotron" name="Join the Slack" id="Join the Slack"><a></a>
<div class="page-header">
<h2 style="font-size:26px"><b>Join the Slack</b></h2>
<p style="font-size:17px", align="justify">
<b>Slack channel</b>: <a href="https://join.slack.com/t/hack4dnucleome/shared_invite/zt-2enckye78-fgMkpHMorjCUoVOG8lXVgw">hack4dnucleome q&a</a> <br>
</p>
</div></div></a>
</body>
</html>