forked from pyne/pyne.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhackathon_2014Nov.html
297 lines (275 loc) · 10.8 KB
/
hackathon_2014Nov.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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>PyNE Development Hack-a-thon — PyNE 0.5.11</title>
<link rel="stylesheet" href="_static/pyne.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noticia+Text|Open+Sans|Droid+Sans+Mono" type="text/css" />
<script type="text/javascript" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/jquery.cookie.js"></script>
<script type="text/javascript" src="_static/cloud.base.js"></script>
<script type="text/javascript" src="_static/cloud.js"></script>
<link rel="shortcut icon" href="_static/pyne_icon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"><script type="text/javascript">
var ga_enabled = !$.cookie('disable-ga');
if(ga_enabled){
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37452818-1']);
_gaq.push(['_setCookiePath', '/']);
_gaq.push(['_setDetectFlash', false]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
}
</script>
</head><body>
<div class="relbar-top">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> </li>
<li><a href="index.html">PyNE</a> »</li>
</ul>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="pyne-development-hack-a-thon">
<h1>PyNE Development Hack-a-thon<a class="headerlink" href="#pyne-development-hack-a-thon" title="Permalink to this headline">¶</a></h1>
<p>The PyNE Development Hack-a-thon is intended to be an opportunity for our
geographically dispersed developers to gather. This allows us to concurrently
concentrate on closing issues, making decisions, and proposing extensions to
the code.</p>
<p>New developers are welcome, but are strongly encouraged to arrive having
already built PyNE from source. Any installation issues will be handled in the
first two hours of Friday morning. However, developers will be focused on
development thereafter.</p>
<p>When : <strong>November 14-16, 2014</strong></p>
<p>Where : <strong>The University of California Berkeley</strong> is thrilled to host this
event. Friday and Saturday hacking will take place in the glassed-off
conference rooms in the Berkeley Institute for Data Science (<a class="reference external" href="https://goo.gl/maps/9YCRb">190, Doe Library</a>). This building is in the middle of the Berkeley
campus. Sunday hacking will take place in the Nuclear Science and Security
Consortium conference space (<a class="reference external" href="https://goo.gl/maps/I06Fa">2150 Shattuck, Suite 230</a>). This building is immediately next to the BART
station in Downtown Berkeley.</p>
</div>
<div class="section" id="schedule-of-events">
<h1>Schedule of Events<a class="headerlink" href="#schedule-of-events" title="Permalink to this headline">¶</a></h1>
<div class="section" id="day-1-friday-november-14-2014">
<h2>Day 1: Friday, November 14, 2014<a class="headerlink" href="#day-1-friday-november-14-2014" title="Permalink to this headline">¶</a></h2>
<table border="1" class="docutils">
<colgroup>
<col width="13%" />
<col width="13%" />
<col width="13%" />
<col width="60%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Location</th>
<th class="head">Start</th>
<th class="head">End</th>
<th class="head">Activity</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>190 Doe</td>
<td>08:00</td>
<td>10:00</td>
<td>Installation session for new developers</td>
</tr>
<tr class="row-odd"><td>190 Doe</td>
<td>10:00</td>
<td>12:00</td>
<td>Brainstorm and Claim Hackathon Goals</td>
</tr>
<tr class="row-even"><td>TBD</td>
<td>12:00</td>
<td>13:00</td>
<td>Lunch</td>
</tr>
<tr class="row-odd"><td>190 Doe</td>
<td>13:00</td>
<td>17:00</td>
<td>Hack</td>
</tr>
<tr class="row-even"><td>190 Doe</td>
<td>17:00</td>
<td>24:00</td>
<td>Continued Hacking?</td>
</tr>
<tr class="row-odd"><td>190 Doe</td>
<td>21:00</td>
<td>–</td>
<td><strong>Note</strong> Doe library closes</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="day-2-saturday-november-15-2014">
<h2>Day 2: Saturday, November 15, 2014<a class="headerlink" href="#day-2-saturday-november-15-2014" title="Permalink to this headline">¶</a></h2>
<table border="1" class="docutils">
<colgroup>
<col width="13%" />
<col width="13%" />
<col width="13%" />
<col width="60%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Location</th>
<th class="head">Start</th>
<th class="head">End</th>
<th class="head">Activity</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>190 Doe</td>
<td>09:00</td>
<td>12:00</td>
<td>Continue Hacking</td>
</tr>
<tr class="row-odd"><td>TBD</td>
<td>12:00</td>
<td>13:00</td>
<td>Lunch</td>
</tr>
<tr class="row-even"><td>190 Doe</td>
<td>13:00</td>
<td>17:00</td>
<td>Hack</td>
</tr>
<tr class="row-odd"><td>190 Doe</td>
<td>17:00</td>
<td>–</td>
<td><strong>Note</strong> Doe library closes</td>
</tr>
<tr class="row-even"><td>190 Doe</td>
<td>17:00</td>
<td>24:00</td>
<td>Continued Hacking?</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="day-3-sunday-november-16-2014">
<h2>Day 3: Sunday, November 16, 2014<a class="headerlink" href="#day-3-sunday-november-16-2014" title="Permalink to this headline">¶</a></h2>
<table border="1" class="docutils">
<colgroup>
<col width="36%" />
<col width="14%" />
<col width="14%" />
<col width="36%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Location</th>
<th class="head">Start</th>
<th class="head">End</th>
<th class="head">Activity</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>2150 Shattuck, Suite 230</td>
<td>08:00</td>
<td>12:00</td>
<td>Code Review and Wrap Up</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="index.html" title="index">
<img class="logo" src="_static/pyne_icon_small.png" alt="Logo"/>
</a></p><div class="sphinx-toc sphinxlocaltoc">
<h3><a href="index.html">Page contents</a></h3>
<ul>
<li><a class="reference internal" href="#">PyNE Development Hack-a-thon</a></li>
<li><a class="reference internal" href="#schedule-of-events">Schedule of Events</a><ul>
<li><a class="reference internal" href="#day-1-friday-november-14-2014">Day 1: Friday, November 14, 2014</a></li>
<li><a class="reference internal" href="#day-2-saturday-november-15-2014">Day 2: Saturday, November 15, 2014</a></li>
<li><a class="reference internal" href="#day-3-sunday-november-16-2014">Day 3: Sunday, November 16, 2014</a></li>
</ul>
</li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="sidebar-toggle-group no-js">
<button class="sidebar-toggle" id="sidebar-hide" title="Hide the sidebar menu">
«
<span class="show-for-small">hide menu</span>
</button>
<button class="sidebar-toggle" id="sidebar-show" title="Show the sidebar menu">
<span class="show-for-small">menu</span>
<span class="hide-for-small">sidebar</span>
»
</button>
</div>
<div class="clearer"></div>
</div>
<div class="relbar-bottom">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> </li>
<li><a href="index.html">PyNE</a> »</li>
</ul>
</div>
</div>
<div class="footer">
<div style="background-color:rgba(255,255,255,0.5);display:inline-block;border-radius:10px;padding:6px;">
<div class="footer" role="contentinfo">
© Copyright 2011-2017, The PyNE Development Team.
Last updated on Mar 01, 2018.
</div><script type="text/javascript">
if(ga_enabled){
document.write("<div class=\"footer\">This page uses <a href=\"http://analytics.google.com\">Google Analytics</a> to collect statistics. ");
document.write("Click <button title=\"set cookie to disable analytics for this site\" class=\"link\" onclick=\"$.cookie('disable-ga', 'true', {expires: 3650, path: '/'}); window.location.reload(); return false; \">here</button> to disable analytics for this site.");
document.write("</div>");
}else{
document.write("<div class=\"footer\">Google Analytics has been disabled. ");
document.write("Click <button title=\"set cookie to re-enable analytics for this site\" class=\"link\" onclick=\"$.cookie('disable-ga', null, {path: '/'}); window.location.reload(); return false; \">here</button> to re-enable analytics for this site.");
};
</script>
<!-- cloud_sptheme 1.4 -->
</div>
</div>
</body>
</html>