-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
269 lines (237 loc) · 10.6 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
---
layout: default
---
<div class="row" style="padding-top: 20px;">
<div class="col-sm-12">
</div>
</div>
<div class="row" style="margin-bottom: 20px;">
<div class="col-sm-6"> <!-- Start Left Hand Side -->
<h3 style="margin-top:-6px;">{{site.data.sigcse.slogan}}</h3>
<h4>{{site.data.sigcse.date.month}}
{{site.data.sigcse.date.start}} - {{site.data.sigcse.date.end}},
{{site.data.sigcse.location.city}}, {{site.data.sigcse.location.state}},
{{site.data.sigcse.location.country}}</h4>
<!--<p>
The SIGCSE Technical Symposium is the largest computing education conference worldwide organized by ACM SIGCSE. It attracts around 1,300 researchers, educators, and others interested in improving computing education in K-12 and higher education.
</p>-->
<div class="alert alert-success" role="alert">
<strong>THANK YOU FOR COMING TO SIGCSE 2018!</strong>
</div>
Thanks for an amazing SIGCSE 2018! We set a new record for SIGCSE attendance with 1753 attendees!<br><br>
We look forward to seeing you in Minneapolis, MN, February 27 - March 2, 2019, where we will celebrate the 50th SIGCSE Symposium! Please see the <a href="https://sigcse2019.sigcse.org/index.html">SIGCSE 2019 webiste</a> for more information.
<div class = "alert alert-info" style="margin-top: 23px">
<span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
<a href="/agenda.html">SIGCSE 2018 CONFERENCE SCHEDULE</a>
</div>
<div class = "alert alert-warning" style="margin-top: 23px">
<span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
<a href="http://dl.acm.org/citation.cfm?id=3159450">SIGCSE 2018 ACM DL ONLINE PROCEEDINGS</a>
</div>
<!--<div class = "alert alert-success" style="margin-top: 23px">
<span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
<a href="https://whova.com/portal/sigsc_201802">SIGCSE 2018 MOBILE APP DOWNLOAD - Invite Code: sigcse</a>
</div>-->
<!--<h3>Countdown to SIGCSE 2018</h3>
<div class="clock" style="margin:2em;"></div>
<script type="text/javascript">
var clock;
$(document).ready(function() {
// Grab the current date
var currentDate = new Date();
// Set some date in the future. In this case, it's always Jan 1
var futureDate = new Date(2018, 1, 21, 9);
// Calculate the difference in seconds between the future and current date
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
// Instantiate a coutdown FlipClock
clock = $('.clock').FlipClock(diff, {
clockFace: 'DailyCounter',
countdown: true
});
});
</script>-->
<div class="row"> <!-- Start First Row of Speakers -->
<h5 style="border-bottom: 1px solid #ccc;">Keynote Speakers</h5>
<div class="col-sm-3 text-center"> <!-- JW -->
<b>Brenda Darden <br>Wilkerson</b>
<br/>
<img src="images/speakers/b-w-small-100.jpg"
alt="Brenda Darden Wilkerson"
width="100px">
<br/>
Opening <br>Keynote
<br/>
<a href="info/bw.html#abstract">abstract</a> - <a href="info/bw.html#bio">bio</a>
</div>
<div class="col-sm-3 text-center"> <!-- MD -->
<b>Eric <br>Roberts</b>
<br/>
<img src="images/speakers/e-r-small-100.jpg"
alt="Eric Roberts"
width="100px">
<br/>
First Timers’ <br>Luncheon
<br/>
<a href="info/er.html">abstract</a> - <a href="info/er.html#bio">bio</a>
</div>
<div class="col-sm-3 text-center"> <!-- GC -->
<b>Tim <br>Bell</b>
<br/>
<img src="images/speakers/t-b-small-100.jpg"
alt="Tim Bell"
width="100px">
<br/>
Friday <br>Keynote
<br/>
<a href="info/tb.html">abstract</a> - <a href="info/tb.html#bio">bio</a>
</div>
<div class="col-sm-3 text-center"> <!-- MR -->
<b>Ruthe <br>Farmer</b>
<br/>
<img src="images/speakers/r-f-small-100.jpg"
alt="Ruthe Farmer"
width="100px">
<br/>
Closing <br>Keynote
<br/>
<a href="info/rf.html#abstract">abstract</a> - <a href="info/rf.html#bio">bio</a>
</div>
</div> <!-- End Second Row of Speakers -->
<div class="row"> <!-- start supporters -->
{% for category in site.data.supporters %}
<div class="row">
<h3 class="text-center" style="text-shadow: 1px 1px 1px; border-bottom: 1px solid #ccc;">{{category[0]}} Supporters</h1>
</div>
{% assign mod = 0 %}
{% assign modulus = 3 %}
{% capture span %}{{ 12 | divided_by: modulus }}{% endcapture %}
{% capture subone %}{{modulus | minus: 1}}{% endcapture %}
<!-- SPAN: {{span}} SUBONE: {{subone}} -->
{% for supporter in category[1] %}
{% capture mod %}{{ forloop.index0 | mod: modulus }}{% endcapture %}
{% if mod == '0' or forloop.first %}
<div class="row">
{% endif %}
<!-- SPONSOR: {{mod}} -->
<div class="col-md-{{span}}" >
<div class="thumbnail" style="border: 0px; padding-top: 40px;">
<h5 class="text-center" style="margin-top: -25px; color: black;">{{supporter.name}}</h3>
<a href="{{supporter.link}}">
<img alt="{{supporter.name}}"
src="images/supporters/200s/{{supporter.image}}"
/>
</a>
</div>
</div>
{% if mod == subone or forloop.last %}
</div> <!-- end row -->
{% endif %}
{% endfor %}
{% endfor %}
</div> <!-- end supporters -->
</div> <!-- End Left Hand Side -->
<div class="col-sm-5 col-sm-offset-1"> <!-- Start Right Hand Side -->
<div class="row">
<img class="img-responsive"
src = "images/sigcse_2018_logo.png"
alt = "The SIGCSE 2018 logo showing wide variety of humans gathered in a circle holding hands with a crab at their center."/>
<div style="margin:auto;height:212px;line-height:1.4em;font-family:Helvetica;width:300px;background-color:#f9f9f9;border:1px solid #ccc;padding:10px;"><div style="height:150px;"><div style="text-align:center; font-size:16px;"><span>SIGCSE 2018 Mobile App</span><div style="margin:10px 0px;"><img style="height:32px;"src="https://whova.com/xems/apis/get_whova_tracking_image/?event_id=sigsc_201802&track_id=use_small_widget&image_type=whova_logo" title="whova-logo"/></div></div><div style="margin-top:20px; clear:both; text-align:center; padding: 0 0 5px 0"><a href="https://itunes.apple.com/us/app/whova-event-cse25/id716979741?ls=1&mt=8" target="_blank" style="font-size:14px;text-decoration:none;background-color:#2dacee;padding:10px;color:#fff!important;min-width:80px;display: inline-block">iOS</a> <a href="https://play.google.com/store/apps/details?id=com.whova.event" target="_blank" style="font-size:14px;text-decoration:none;background-color:#2dacee;padding:10px;color:#fff!important;min-width:80px; display: inline-block">Android</a></div><span style="font-size:13px">For Blackberry or Windows Phone, </span><a style="font-size:13px;text-decoration:none" href="https://whova.com/webapp/request/?event_id=sigsc_201802" target="_blank">Click here</a></div><div style="margin-top:10px;text-align:right;font-size:12px"><div><a target="_blank" href="https://whova.com" style="text-decoration:none">Powered by Whova</a></div><div style="margin-top:-5px">Invitation code: <strong>sigcse</strong></div></div></div>
</div>
<!-- Start PDF Program -->
<!--<div class="alert alert-success" style="margin-top: 23px">
<a href="{{ '/docs/sigcse2018-program.pdf' | prepend: site.baseurl }}">
<img src="/images/sigcse-program-cover.png"
width="150px"
alt="SIGCSE 2018 Program Cover"
style="margin-right: 15px; float: left;"/></a>
View Program:<br/>
<a href="http://easychair.org/smart-program/SIGCSE2018/">online version</a>,<br/>
<a href="{{ '/docs/sigcse2018-program.pdf' | prepend: site.baseurl }}">PDF version</a>,<br/>
<a href="{{ '/docs/sigcse2018-best-paper-and-exemplary-paper-awards.pdf' | prepend: site.baseurl }}">Best Papers and Exemplary Papers</a>
<div style="clear:both"></div>
</div>
<div class = "alert alert-info" style="margin-top: 23px">
<span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
<a href="http://dl.acm.org/citation.cfm?id=3017680">Conference Proceedings</a>
</div>-->
<!-- End PDF Program -->
<!-- Start News -->
<!-- <div class="row">
</div>-->
<div class="row">
<div class="col-md-12">
<table class="table table-striped">
<thead style="font-weight: bold;">
<tr>
<td> Upcoming Dates </td>
<td> Event </td>
</tr>
</thead>
<tbody>
<!-- <tr>
<td> <s>Feb 7th</s> </td>
<td> <s>Hotel Conference Rate Ends</s></td>
</tr>
<tr>
<td> <s>Feb 8th</s> </td>
<td> <s>Early Registration Ends</s></td>
</tr>
<tr>
<td> <s>Feb 28th</s> </td>
<td> <s>Late Registration Ends</s> </td>
</tr>-->
<!-- <tr>
<td> <s>Aug 25</s> </td>
<td> <s>Paper Abstracts Due</s> </td>
</tr>
<tr>
<td> <s>Sep 1</s> </td>
<td> <s>Full Papers, Panels, Special Sessions & Workshops Due</s> </td>
</tr>
<tr>
<td><s>Oct 7</s></td>
<td><s>New Notification date due to Hurricane Harvey</s></td>
</tr>
<tr>
<td> <s>Oct 13</s> </td>
<td><s>All Other Submissions Due</s></td>
</tr>
<tr>
<td> Jan 15 </td>
<td> Early Registration Ends </td>
</tr>
<tr>
<td> Feb 1 </td>
<td> Hotel Group Rate Deadline </td>
</tr>
-->
<tr>
<td> Feb 27 </td>
<td> <b>SIGCSE 2019</b> </td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-12">
<h4>News</h4>
{% include front-news.html %}
</div>
</div> <!-- End News -->
</div><!-- End Right Hand Side -->
</div>
</div>
<!-- Deadlines are useful, but once they are past, they don't matter -->
<!--
{% for dead in site.data.sigcse.deadlines %}
<div class="row">
<div class="col-sm-6" style="font-weight: bold;">
{{dead.date}}
</div>
<div class="col-sm-6">
{% for type in dead.items %}
{{type}}{% unless forloop.last %},{% endunless %}
{% endfor %}
</div>
</div>
{% endfor %}
-->