forked from cjug/cjug.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathofficers-and-board.html
274 lines (243 loc) · 15.2 KB
/
officers-and-board.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Officers and Board</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="generator" content="JBake">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/asciidoctor.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet">
<link href="css/prettify.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
<script src="js/jquery-1.11.1.min.js"></script>
<script id="meetup-template" type="text/x-handlebars-template">
<div class="meetup">
<div id="accordion">
{{#each data}}
<h2><a href="{{link}}">{{name}}</a></h2>
<h5>
{{formatDate time}}
{{#if rsvp_limit}}
{{#ifCond rsvp_limit '<' 10}}
{{else}}
{{#ifCond (math rsvp_limit '-' yes_rsvp_count) '>' 0}}
- {{math rsvp_limit '-' yes_rsvp_count}} Spots Left
{{else}}
- Waitlist
{{/ifCond}}
{{/ifCond}}
{{else}}
- {{yes_rsvp_count}} Attending
{{/if}}
</h5>
<div class="card">
<div class="card-header" id="heading{{@index}}">
<h4 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapse{{@index}}" aria-expanded="true" aria-controls="collapse{{@index}}">
Abstract
</button>
</h4>
</div>
<div id="collapse{{@index}}" class="collapse" aria-labelledby="heading{{@index}}" data-parent="#accordian">
<div class="card-body">
{{{description}}}
</div>
</div>
</div>
<br></br>
{{/each}}
</div>
</div>
</script>
<script id="meetup-sponsors-template" type="text/x-handlebars-template">
<div class="meetup-sponsors" align="center">
{{#each sponsors}}
{{#if image_url}}
<a href="{{url}}"><img src="{{image_url}}"></a>
{{/if}}
<h4><a href="{{url}}">{{name}}</a></h4>
<div>{{info}}</div>
<hr/>
{{/each}}
</div>
</script>
<script src="js/md5.min.js"></script>
<script src="js/gravatar.js"></script>
<!-- Fav and touch icons -->
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
<link rel="shortcut icon" href="favicon.ico">
</head>
<body onload="prettyPrint()">
<div id="wrap">
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#nav-content" aria-controls="nav-content" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href=""><img src="/images/cjug_small.jpeg"/></a>
<div class="collapse navbar-collapse" id="nav-content">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="blog.html">News</a></li>
<li class="nav-item"><a class="nav-link" href="officers-and-board.html">Officers and Board</a></li>
<li class="nav-item"><a class="nav-link" href="cjug-4-kids.html">CJUG4Kids</a></li>
<li class="nav-item"><a class="nav-link" href="oss.html">OSS</a></li>
<li class="nav-item"><a class="nav-link" href="sponsorship.html">Sponsorship</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
</ul>
</div>
</nav>
<div class="container"> <div>
<img src="images/cjug_banner.jpeg"></img>
</div>
<hr/>
<div>
<h1>Officers and Board</h1>
</div>
<p><div class="container">
<div class="row">
<div class="col-lg-3">
<div class="card text-white bg-primary mb-3" style="max-width: 15rem;">
<div class="card-body">
<h5 class="card-title" style="text-align: center">President</h5>
<img src="images/cjug_small.jpeg" onload="this.onload=null; this.src=gravatar('[email protected]', '150');" style="display: block;margin-left: auto;margin-right:auto"/>
<br/>
<div style="text-align:center">
<a tabindex="0" class="btn btn-lg btn-primary" role="button" data-toggle="popover" data-html=true data-trigger="focus" data-placement="bottom" data-content="Janine started with Core Java in the financial field, with a main focus on high performance, low garbage collection, and binary data interchange formats like Fix/Fast. Since then she’s moved on to microservices architecture and cloud platforms.<br/><br/>She runs the Office Hours sessions, similar to coffee and code. She has also taught sessions at Hak4Kidz, and GOTO Junior. She recently broke into the speaker circuit with talks at JavaOne and DevNexus.">Janine Patterson</a>
</div>
</div>
</div>
<div class="card text-white bg-primary mb-3" style="max-width: 15rem;">
<div class="card-body">
<h5 class="card-title" style="text-align: center">Community Leader & CFO</h5>
<img src="images/cjug_small.jpeg" onload="this.onload=null; this.src=gravatar('[email protected]', '150');" style="display: block;margin-left: auto;margin-right:auto"/>
<br/>
<div style="text-align:center">
<a tabindex="0" class="btn btn-lg btn-primary" role="button" data-toggle="popover" data-html=true data-trigger="focus" data-placement="bottom" data-content="Todd Ginsberg is a Principal Software Developer at Netspend, a payments company in Austin, TX where he is responsible for prototypes, experiments, and proofs of concept. Todd has been writing in Java since 1995, and Kotlin since 2016. Todd lives in Chicago with his wife, daughter, and two dogs. When not programming, he enjoys reading, walking/hiking, doughnuts, and Formula 1.">Todd Ginsberg</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card text-white bg-primary mb-3" style="max-width: 15rem;">
<div class="card-body">
<h5 class="card-title" style="text-align: center">Chairman of the Board</h5>
<img src="images/cjug_small.jpeg" onload="this.onload=null; this.src=gravatar('[email protected]', '150');" style="display: block;margin-left: auto;margin-right:auto"/>
<br/>
<div style="text-align:center">
<a tabindex="0" class="btn btn-lg btn-primary" role="button" data-toggle="popover" data-html=true data-trigger="focus" data-placement="bottom" data-content="<p>Jonathan Ross is a senior Java/C++ developer and financial engineer atIMC Financial Markets (a proprietary trading firm based in Amsterdam,with offices in New York, Chicago, and Sydney.) Having programmed Java since 1997, he knows a think or two about Java and the Java VirtualMachine.</p><p>Core Java is his thing; concurrency, optimizing code and JVM tuning his passion; he has a soft-spot for good type systems and functional programming. A JCP member, he recently started tinkering in theOpenJDK source code and speaking at major Java conferences. He is currently seriously considering Kotlin as his next production language.</p><p>Outside work, when not learning a new programming language, Jonathan makes as much music as he can. He plays drums in a local Alt-Rock duo,and has been known to Jam with the CJUG president as a member of the NullPointers, the one-and-only Java Community Band.</p>">Jonathan Ross</a>
</div>
</div>
</div>
<div class="card text-white bg-primary mb-3" style="max-width: 15rem;">
<div class="card-body">
<h5 class="card-title" style="text-align: center">Board Member</h5>
<img src="images/cjug_small.jpeg" onload="this.onload=null; this.src=gravatar('[email protected]', '150');" style="display: block;margin-left: auto;margin-right:auto"/>
<br/>
<div style="text-align:center">
<a tabindex="0" class="btn btn-lg btn-primary" role="button" data-toggle="popover" data-html=true data-trigger="focus" data-placement="bottom" data-content="">Cedric Hurst</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card text-white bg-primary mb-3" style="max-width: 15rem;">
<div class="card-body">
<h5 class="card-title" style="text-align: center">Director of Meetings</h5>
<img src="images/cjug_small.jpeg" onload="this.onload=null; this.src=gravatar('[email protected]', '150');" style="display: block;margin-left: auto;margin-right:auto"/>
<br/>
<div style="text-align:center">
<a tabindex="0" class="btn btn-lg btn-primary" role="button" data-toggle="popover" data-html=true data-trigger="focus" data-placement="bottom" data-content="Mary is a passionate software engineer riding the tech wave since the early 90's, starting with Unix/C, then Java and Open source, and now the web and mobile. She is a very active member of the software community.">Mary Grygleski</a>
</div>
</div>
</div>
<div class="card text-white bg-primary mb-3" style="max-width: 15rem;">
<div class="card-body">
<h5 class="card-title" style="text-align: center">Board Member</h5>
<img src="images/cjug_small.jpeg" onload="this.onload=null; this.src=gravatar('[email protected]', '150');" style="display: block;margin-left: auto;margin-right:auto"/>
<br/>
<div style="text-align:center">
<a tabindex="0" class="btn btn-lg btn-primary" role="button" data-toggle="popover" data-html=true data-trigger="focus" data-placement="bottom" data-content="">Michael Minella</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card text-white bg-primary mb-3" style="max-width: 15rem;">
<div class="card-body">
<h5 class="card-title" style="text-align: center">Director of Sponsorship</h5>
<img src="images/cjug_small.jpeg" onload="this.onload=null; this.src=gravatar('[email protected]', '150');" style="display: block;margin-left: auto;margin-right:auto"/>
<br/>
<div style="text-align:center">
<a tabindex="0" class="btn btn-lg btn-primary" role="button" data-toggle="popover" data-html=true data-trigger="focus" data-placement="bottom" data-content="Bob Paulin is an independent consultant and speaker that has been developing open source software for the past 10 years. Bob has presented at large international conferences such as ApacheCon, JavaOne and Devnexus. He frequently shares his knowledge and opinions on the Java Pub House and Jave Off Heap podcasts. Bob is actively involved in the Chicago developer community as the Chicago Java User Group Sponsorship Director and Chicago GOTO Jr presenter/organizer. Bob is a passionate member of the ASF and donates his time to Apache Felix and Apache Tika as a committer and PMC respectively. When not coding, Bob enjoys coaching football, robotics, and spending time with his wife and 4 kids.">Bob Paulin</a>
</div>
</div>
</div>
<div class="card text-white bg-primary mb-3" style="max-width: 15rem;">
<div class="card-body">
<h5 class="card-title" style="text-align: center">CJUG Alumni</h5>
<img src="images/cjug_small.jpeg" onload="this.onload=null; this.src=gravatar('[email protected]', '150');" style="display: block;margin-left: auto;margin-right:auto"/>
<br/>
<div style="text-align:center">
<a tabindex="0" class="btn btn-lg btn-primary" role="button" data-toggle="popover" data-html=true data-trigger="focus" data-placement="bottom" data-content="Freddy is a Senior Developer at Expedia. Always dealing with performance and usability he is always curious on how to make the overabundance of data useful for travelers, traders and consumers. Having worked with different technologies before has allowed him to come with solutions to rendering bottleneck problems. A Usability Guru, Freddy understands and bridges the concepts of high-throughput with usability within software.
<br/><br/>
He is also the author and maintainer of the javapubhouse.com, a podcast dedicated to tutorial topics in Java that covers everything from the use of the keyword volatile to the definition of beautiful code, also of javaoffheap.com, a java news podcast">Freddy Guime</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</p>
<hr />
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p class="muted credit">© 2018 Chicago Java User Group</p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/tether.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/prettify.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0/handlebars.js"></script>
<script src="js/cjug.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52966818-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52966818-2');
</script>
</body>
</html>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
// Initialize popover component
$(function () {
$('[data-toggle="popover"]').popover()
})
$('.popover-dismiss').popover({
trigger: 'focus'
})
</script>