forked from 7th-ndn-hackathon/7th-ndn-hackathon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
guide.html
236 lines (164 loc) · 7.28 KB
/
guide.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Participant Guide - 8th Named Data Networking (NDN) Hackathon</title>
<meta name="description" content="March 8-10, 2019 @ UCLA">
<meta name="author" content="8th NDN Hackathon Organizing Committee">
<link rel="canonical" href="http://8th-ndn-hackathon.named-data.net/guide">
<link rel="stylesheet" type="text/css" integrity="sha256-T05Mx17/4AWYqulv5zx8MIMqrPq22C9flfr2VZgkPGQ=" crossorigin="anonymous" href="/assets/site-4f4e4cc75effe00598aae96fe73c7c30832aacfab6d82f5f95faf65598243c64.css">
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="/assets/ico/favicon-38a0d815005ff0b3d71bae96e5736aaf474efe05b3288d12f6465c38b43aa315.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/ico/apple-touch-icon-144-precomposed-97e5eefed33136b6b7e63bdbdf4957b88045bd96bb9b2cc5a0a8525729ca221f.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/ico/apple-touch-icon-114-precomposed-8603082234efbd8fca0f58505f699a5854a13739f12b87b69143b06a4cccc0c7.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/ico/apple-touch-icon-72-precomposed-a22882427ca6e03081271325bf1294e8cd2ee4c447f635000e4f4a0f694bfe55.png">
<link rel="apple-touch-icon-precomposed" href="/assets/ico/apple-touch-icon-57-precomposed-933602014f87c50876665303015b7fed8f9dbe32ab7b7b62ebe888e5497dfd43.png">
</head>
<body>
<header id="header">
<hgroup>
<h1 id="site-title">
<a class="full" href="/">8th Named Data Networking (NDN) Hackathon</a>
</h1>
<h2 id="site-description">March 8-10, 2019 @ UCLA</h2>
</hgroup>
</header>
<nav id="navbar">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="">
<a href="/">Home</a>
</li>
<li class="">
<a href="/committees.html">Committees</a>
</li>
<li class="">
<a href="/terms.html">Terms</a>
</li>
<li class="">
<a href="/hacks.html"><b>HACKS</b></a>
</li>
<li class="">
<a href="/program.html">Program</a>
</li>
<li class="">
<a href="/judging.html">Judging</a>
</li>
</li>
</ul>
<form class="navbar-form navbar-right" role="search" action="http://google.com/search" method="get">
<div class="form-group">
<input type="hidden" name="q" value="site:http://8th-ndn-hackathon.named-data.net">
<input type="text" name="q" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
</div>
</nav>
</nav>
<div class="container-fluid">
<div class="row-fluid">
<aside id="sidebar" class="col-xs-8 col-sm-5 col-md-4 col-lg-3 pull-right">
<section id="sidebar-deadlines" class="well">
<h3><i class="fa fa-calendar"></i> Important Dates</h3>
<ul id="deadlines" class="nav nav-list">
<li><p>Submission deadline:
<br/><b style="margin-left: 20px">Mar 2, 2019</b>
</p></li>
<li><p>Acceptance notification:
<br/><b style="margin-left: 20px">Mar 4, 2019</b>
</p></li>
</ul>
</section>
</aside><!--/span-->
<div id="main" class="col-xs-12 col-sm-7 col-md-8 col-lg-9">
<article>
<header>
<h1>Participant Guide</h1>
</header>
<section>
<h3 id="action-items-before-the-hackathon">Action Items BEFORE the Hackathon</h3>
<ul>
<li>
<p>Please email your GitHub ID to [email protected]. We will create a GitHub repository
for your project under the <a href="https://github.com/8th-ndn-hackathon">hackathon organization</a>.</p>
</li>
<li>
<p>Create web page explaining project at <code class="highlighter-rouge">8th-ndn-hackathon.named-data.net/<project-name></code> using <a href="https://pages.github.com/">GitHub Pages</a>.</p>
</li>
</ul>
<h3 id="action-items-during-the-hackathon">Action Items DURING the Hackathon</h3>
<ul>
<li>
<p><strong>Hack!</strong></p>
<p>Focus on proof of concept and demonstrating feasibility rather than polish.</p>
<p>Note that documentation and tutorial projects should include running example code.</p>
</li>
<li>
<p>Update your web page</p>
<p>Include:</p>
<ul>
<li>team members</li>
<li>problem statement(s)</li>
<li>approach(es)</li>
<li>what does and does not work</li>
<li>future TODOs, and opportunities for future collaboration.</li>
</ul>
<p>Documentation projects should describe the initial state, what kinds changes were made
(e.g., how-tos guides, enhanced code comments, improved developer guides, etc.).</p>
</li>
<li>
<p>Present your project to the panel of judges</p>
<p>We encourage every team member to present their contribution.
Projects will be judged on the content of their project, web page, and presentation.</p>
</li>
</ul>
</section>
<footer>
</footer>
</article>
</div>
<aside id="sidebar" class="col-xs-8 col-sm-5 col-md-4 col-lg-3">
<section id="sidebar-github" class="well hidden-print">
<h3><a style="color:black" href="https://github.com/8th-ndn-hackathon" target="_blank"><i class="fa fa-github"></i></a> Hackathon Repositories</h3>
<ul id="github-repo" class="nav nav-list"><li><p>Reading github repositories...</p></li></ul>
</section>
<section id="sidebar-twitter" class="well hidden-print">
<h3><i class="fa fa-twitter"></i> Tweets</h3>
<a href="https://twitter.com/NamedData"
class="twitter-follow-button"
data-dnt="true"
data-lang="en"
data-show-count="false"
data-show-screen-name="true"
>Follow @NamedData</a>
<a class="twitter-timeline" href="https://twitter.com/NamedData"
data-widget-id="698294519054278656" data-chrome="transparent noheader">Tweets by @NamedData</a>
</section>
</aside><!--/span-->
</div><!--/row-->
</div> <!-- /container -->
<hr>
<footer id="footer">
<p class="pull-right hidden-print"><a href="#">Back to top</a></p>
<p>Copyright © 2019, 8th NDN Hackathon Organizing Committee</p>
</footer>
<script src="/assets/site-75313d5a95ba1accc06518f236ca6aa21784eecb19d0016fa19430b050b75c93.js" integrity="sha256-dTE9WpW6GszAZRjyNspqoheE7ssZ0AFvoZQwsFC3XJM=" crossorigin="anonymous" type="text/javascript"></script>
</body>
</html>