-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
372 lines (317 loc) · 13.9 KB
/
index.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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HV Open pre-meeting Presentation</title>
<meta name="description" content="Presentation to
display prior to
monthly hvopen.org meetings">
<meta name="author" content="Sean Dague">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="reveal.js/dist/reset.css">
<link rel="stylesheet" href="reveal.js/dist/reveal.css">
<link rel="stylesheet" href="reveal.js/dist/theme/white.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="reveal.js/plugin/highlight/monokai.css">
<link rel="stylesheet" href="mhvlug/mhvlug.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="mhvlug/mhvlugcode.css">
<style>
.reveal li {
list-style-type: disc;
margin-left: 1em;
padding-left: 0.2em;
}
</style>
</head>
<body>
<div class="reveal">
<div class="header" style="width: 98%">
<span>
<img height="50px" src="images/logo_medium.png">
</span>
<span class="header-right" style="float: right">
<a href="https://live.hvopen.org">live.hvopen.org</a>
</span>
</div>
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section style="text-align: left">
<!-- <img src="http://download.blender.org/institute/logos/blender-plain.png"
hspace="10" align="right"> -->
<h3 class="prespre">Tonight's Activity:</h3>
<!-- <img align="right" width="200" height="200" -->
<!-- src="https://avatars1.githubusercontent.com/u/15149525?s=200&v=4"> -->
<h3 class="prestitle">
EvoDevo Biorobotics: Modeling Developing Agents Behaving Autonomously in Evolving Populations
</h3>
<p class="agenda">
Tonight's Agenda:
</p>
<ul>
<li>5:30 - Open Room
<li>6:10 - Lightning Talk
<li>6:15 - Main Lecture
<li>7:45 - Palace Diner for Dinner
</ul>
</section>
<section style="text-align: left">
<h3>Code of Conduct</h3>
<p>
HV Open is dedicated to providing a <b>harassment-free</b>
community for everyone, regardless of sex, gender identity
or expression, sexual orientation, disability, physical
appearance, age, body size, race, nationality, or
religious beliefs.
</p>
<p>We do not tolerate harassment of community members in any
form. Participants violating these rules may be sanctioned
or expelled from the community at the discretion of the HV
Open organizers.
</p>
<p>
Report concerns to <span class="highlight">[email protected]</span>
</p>
</section>
<section style="text-align: left">
<h3>Like what we do? - Support us on Patreon!</h3>
<img width="400px" align="right" src="images/patreon.png">
<p>
Your patronage will support:
<ul>
<li>Meetup membership expenses
<li>Stickers for attendees
<li>Better Audio gear
</ul>
<p>
<br/>
<a href="https://patreon.com/hvopen">patreon.com/hvopen</a>
</p>
<p>Thank You: Al Jachimiak, Jack Chastain, Robert Shott, Matt Johnson, Joe Apuzzo, Patrick Ladd</p>
</section>
<!-- <section style="text-align: left"> -->
<!-- <h3>Mad Science Fair Guide</h3> -->
<!-- <p> -->
<!-- <ul> -->
<!-- <li>Look around!</li> -->
<!-- <li>Ask Questions of the Makers</li> -->
<!-- <li>All Questions are good questions!</li> -->
<!-- </ul> -->
<!-- </p> -->
<!-- </section> -->
<section style="text-align: left">
<h4 class="prespre">Next Month</h4>
<h3>
Just do it - with databases
<br>
Sean Dague
</h3>
<h3>Wednesday, April 1st</h3>
</section>
<section>
<h3>Upcoming Meeting</h3>
<table width="100%">
<tr>
<td>April 1st</td><td>Just do it - with databases</td>
</tr>
</table>
</section>
<!-- <section style="text-align: left"> -->
<!-- <h3>Tonight's Trivia Challenge:</h3> -->
<!-- <p> -->
<!-- What other source code control system project was -->
<!-- started the same week as the Git project? and why? -->
<!-- </p> -->
<!-- <p style="font-size: 0.8em"> -->
<!-- <i> -->
<!-- Answers accepted at the end of the meeting, no search -->
<!-- engines please! -->
<!-- </i> -->
<!-- </p> -->
<!-- </section> -->
<!-- uncomment when we have the next leadership meetup -->
<!-- <section style="text-align: left"> -->
<!-- <h3><span class="highlight">HV Tech Dev O'Clock</span></h3> -->
<!-- <p> -->
<!-- Want to learn more about <span class="highlight">Jekyll</span> and how the new HV -->
<!-- Open website was built? Come out to <b>Dev O'Clock</b> -->
<!-- next week where Sean Dague will be presenting those -->
<!-- details. -->
<!-- </p> -->
<!-- <br/> -->
<!-- <p> -->
<!-- Wed, May 9th - 6pm<br/> -->
<!-- New England Building, Vassar College -->
<!-- </p> -->
<!-- <p> -->
<!-- RSVP -->
<!-- at <a href="https://hvopen.org/dev-jekyll">https://hvopen.org/dev-jekyll</a> -->
<!-- </p> -->
<!-- </section> -->
<!-- uncomment when we have the next leadership meetup -->
<!-- <section style="text-align: left"> -->
<!-- <h3><span class="highlight">HV Open Leadership Meeting</span></h3> -->
<!-- <img width="200px" border="0" align="right" src="images/logo_medium.png"> -->
<!-- <p> -->
<!-- Help us chart the future of HV Open. We specifically need help: -->
<!-- <ul> -->
<!-- <li>Planning future Lectures (Topics & Speakers) -->
<!-- <li>Publicity (social media / announcements / -->
<!-- traditional media) -->
<!-- <li>Engaging local universities -->
<!-- </ul> -->
<!-- </p> -->
<!-- <br/> -->
<!-- <p> -->
<!-- Wed, June 27th – 6:30pm<br/> -->
<!-- Schatzi's Bier Garten<br/> -->
<!-- Poughkeepsie -->
<!-- </p> -->
<!-- </section> -->
<!-- <section> -->
<!-- <h3>Join us on Meetup!</h3> -->
<!-- <p>Public RSVPs to events help us grow the group.</p> -->
<!-- <a href="http://meetup.com/hvopen"> -->
<!-- <img src="images/meetup.png" style="max-width: 100%"> -->
<!-- </a> -->
<!-- </section> -->
<section style="text-align:left">
<h4>After the meeting, join us at
the <span class="highlight">Palace Diner</span></h4>
<img width="600px" border="0" align="left"
src="images/Dinner.jpg">
<div style="display: table; padding-top: 0.3em;
padding-left: 0.5em">
<ul>
<li>Discuss tonight's topic
<li>Dine with new friends
<li>Discuss geekery and pop culture
</ul>
<br/>
<p style="font-size: 0.8em">
Palace Diner<br/>
194 Washington St<br/>
Poughkeepsie, NY 12601<br/>
</div>
</section>
<!-- <section> -->
<!-- <div style="text-align:left"> -->
<!-- <h2>Keep in Touch -->
<!-- with <span class="highlight">HV Open</span></h2> -->
<!-- <ul> -->
<!-- <li><img src="https://hvopen.org/images/logos/facebook_24x24.png" -->
<!-- style="display:inline; width:35px; margin:0 15px 0 0;"> -->
<!-- facebook.com/hvopen -->
<!-- <li><img src="https://hvopen.org/images/logos/twitter_24x24.png" -->
<!-- style="display:inline; width:35px; margin:0 15px 0 0;"> -->
<!-- @hv_open -->
<!-- <li><img src="https://hvopen.org/images/logos/meetup_35x24.png" style="display:inline; margin:0 15px 0 0"> meetup.com/hvopen -->
<!-- </ul> -->
<!-- <\!-- <ul> -\-> -->
<!-- <\!-- <li>Mailing list: [email protected]</li>-\-> -->
<!-- <\!-- <li>Twitter: @mhvlug</li>-\-> -->
<!-- <\!-- <li>Facebook: facebook.com/mhvlug</li>-\-> -->
<!-- <\!-- <li>Meetup: meetup.com/mhvlug</li>-\-> -->
<!-- <\!-- </ul> -\-> -->
<!-- </div> -->
<!-- </section> -->
<section class="smallimg">
<h3>Check us out
at <a href="https://hvopen.org">hvopen.org</a></h3>
<img src="images/hvopen.png">
</section>
<!-- <section> -->
<!-- <h3>More Meetups!</h3> -->
<!-- <dl> -->
<!-- <dt>Squidwrench - Every Tuesday - 7pm</dt> -->
<!-- <dd>Local Maker Space in Highland. Tuesday night drop in -->
<!-- open to anyone.</dd> -->
<!-- <dt>HV Tech Meetup - 4th Wed</dt> -->
<!-- <dt>HV Tech Dev O'Clock - 2nd Wed</dt> -->
<!-- <dd>Alternating between Kingston and Poughkeepsie each month</dd> -->
<!-- <dt>Google Dev Group HV</dt> -->
<!-- <dt>ACM Poughkeepsie</dt> -->
<!-- </dl> -->
<!-- <p> -->
<!-- <p>Interested in any of these, ask an officer after the meeting</p> -->
<!-- </section> -->
<section class="smallimg">
<img src="images/sqwr_site.png">
<p>Drop in every Tuesday - <a href="http://meetup.com/squidwrench">meetup.com/squidwrench</a></p>
</section>
<!-- <section> -->
<!-- <img style="display: inline-block" src="http://squidwrench.org/img/logo.svg"> -->
<!-- <div style="background: black; display: inline-block"><img src="https://img1.wsimg.com/isteam/ip/e9e61cbe-6188-4f30-833c-2c3a199684c1/logo/9e5e3a23-7d94-43a9-8251-6899658838cb.png/:/rs=h:183/qt=q:95"></div> -->
<!-- <p>Learn to solder by building your own <span class="highlight">oscilloscope!</span></p> -->
<!-- <p>All skill levels welcome<br>$60 includes kit, instruction, and pizza</p> -->
<!-- <h3>9 March 2019</h3> -->
<!-- <h4>@ squidwrench in Highland</h4> -->
<!-- <span style="font-size: 0.8em">RSVP at <a href="http://meetup.com/squidwrench">meetup.com/squidwrench</a><br>follow EventBrite link for tickets</span> -->
<!-- </section> -->
<!-- <section style="text-align: left"> -->
<!-- <h3 class="sqwr">Electronics Workshop Series @ Squidwrench</h3> -->
<!-- <img class="logo" src="images/electronics_crew_sm.jpg" alt="Tiny men fixing a cellphone circuit"> -->
<!-- <h3>April 21st</h3> -->
<!-- <p>Squidwrench is kicking off a series of workshops designed to help you level up your electronics game. All skill levels are welcome, as we'll tailor the content to the participants.</p> -->
<!-- <p><a href="http://squidwrench.org/electronics-workshop.html">squidwrench.org/electronics-workshop.html</a><p> -->
<!-- </section> -->
<!-- <section> -->
<!-- <h3>Join us on slack -->
<!-- - <a href="https://hvopen.org/slack">hvopen.org/slack</a></h3> -->
<!-- <img width="100%" src="images/slack.png"> -->
<!-- </section> -->
<!-- <section style="text-align:left"> -->
<!-- <h3>Thank you - Our Lady Lourdes!</h3> -->
<!-- <img src="images/oll.jpg" -->
<!-- align="center" style="max-height: 300px; padding-left: 15px"> -->
<!-- <p>Our Lady Lourdes has been hosting summer events for HV -->
<!-- Open for the past 7 years. -->
<!-- </p> -->
<!-- <p>We couldn't do it without their support.</p> -->
<!-- </section> -->
<section style="text-align:left">
<h3>Thank you - Vassar College!</h3>
<img src="http://math.vassar.edu/assets/images/rocky.jpg"
align="right" style="padding-left: 15px">
<p>Vassar College has been a host to our events for the last
8 years.
</p>
<p>We couldn't do it without their support.</p>
</section>
<!-- <section class="smallimg"> -->
<!-- <img src="images/hvtech_site.png"> -->
<!-- <p>Serving Kingston and Poughkeepsie. Monthly tech meetup & -->
<!-- developer focussed gatherings</p> -->
<!-- </section> -->
</div>
<!-- <div class="footer"> -->
<!-- <\!--SSID: Summer Programs-\-> -->
<!-- <\!-- SSID: Vassar Public WiFi -->
<!-- mhvlinux / mhvlinux -\-> -->
<!-- </div> -->
</div>
<script src="reveal.js/dist/reveal.js"></script>
<script src="reveal.js/plugin/notes/notes.js"></script>
<script src="reveal.js/plugin/markdown/markdown.js"></script>
<script src="reveal.js/plugin/highlight/highlight.js"></script>
<script type="text/javascript">
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: true,
loop: true,
autoSlide: 20000,
autoSlideStoppable: true,
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>