-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
257 lines (220 loc) · 9.52 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
---
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 over 1,500 researchers, educators, and others interested in improving computing education in K-12 and higher education.
</p>
<div class = "alert alert-warning" style="margin-top: 23px">
<span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
<a href="https://sigcse2020.sigcse.org/" target="_blank">See you at SIGCSE 2020 in Portland, OR - March 11-14, 2020</a>
</div>
<div class = "alert alert-danger" style="margin-top: 23px">
<span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
<a href="https://www.surveymonkey.com/r/8L6Q3NL" target="_blank">SIGCSE 2019 EVALUATION</a>
</div>
<div class = "alert alert-info" style="margin-top: 23px">
<span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
<a href="https://whova.com/embedded/event/sigcs_201902/" target="_blank">SIGCSE 2019 CONFERENCE SCHEDULE</a>
</div>
<div class = "alert alert-info" style="margin-top: 23px">
<span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
<a href="https://dl.acm.org/citation.cfm?id=3287324" target="_blank">SIGCSE 2019 PROCEEDINGS</a>
</div>
<div class="row">
<div class="col-sm-12">
<h5 style="border-bottom: 1px solid #ccc;">Keynote Speakers</h5>
</div>
</div>
<div class="row">
<div class="col-sm-3 text-center"><b>Marie desJardins<br> (on behalf of Freeman A. Hrabowski, III)</b></div>
<div class="col-sm-3 text-center"><b>Gloria<br>Townsend</b></div>
<div class="col-sm-3 text-center"><b>Mark<br> Guzdial</b></div>
<div class="col-sm-3 text-center"><b>Blair <br>Taylor</b></div>
</div>
<div class="row"> <!-- Start First Row of Speakers -->
<div class="col-sm-3 text-center"> <!-- FH -->
<img src="images/speakers/desJardins100.jpg"
alt="Marie desJardins"
height="140px">
</div>
<div class="col-sm-3 text-center"> <!-- FH -->
<img src="images/speakers/Gloria.jpg"
alt="Gloria Townsend"
height="140px">
</div>
<div class="col-sm-3 text-center"> <!-- FH -->
<img src="images/speakers/Guzdial100.jpg"
alt="Mark Guzdial"
height="140px">
</div>
<div class="col-sm-3 text-center"> <!-- BT -->
<img src="images/speakers/Taylor100.jpg"
alt="Blair Taylor"
height="140px">
</div>
</div>
<div class="row">
<div class="col-sm-3 text-center">
Opening <br>Keynote
<br/>
<a href="info/pfah3.html">abstract/bio</a>
<br />
<a href="http://bit.ly/SIGCSE2019_Keynote">slides</a>
</div>
<div class="col-sm-3 text-center">
First Timers'<br>Luncheon
<br/>
<a href="info/gt.html">abstract/bio</a>
</div>
<div class="col-sm-3 text-center">
Friday<br>Keynote
<br/>
<a href="info/mg.html">abstract/bio</a>
<br/>
<a href="https://www.slideshare.net/markguzdial/computing-education-as-a-foundation-for-21st-century-literacy">slides</a>
</div>
<div class="col-sm-3 text-center">
Closing <br>Keynote
<br/>
<a href="info/bt.html">abstract/bio</a>
</div>
</div>
<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/venue/mn4.jpg"
alt = "A picture of the skyline of Minneapolis."
/>
</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> Feb 7th </td>
<td> Hotel Conference Rate Ends</td>
</tr>
<tr>
<td> Feb 8th </td>
<td> Early Registration Ends</td>
</tr>
<tr>
<td> Feb 28th </td>
<td> Late Registration Ends </td>
</tr>
<tr>
<td> Aug 24 </td>
<td> Paper Abstracts Due </td>
</tr>
<tr>
<td> Aug 31 </td>
<td> Full Papers, Panels, Special Sessions & Workshops Due </td>
</tr>
<tr>
<td>Oct 5</td>
<td>Paper, Panels, Special Sessions & Workshops Notifications</td>
</tr>
<tr>
<td> Oct 19 </td>
<td>All Other Submissions Due</td>
</tr>
<tr>
<td> Nov 16 </td>
<td>Other Submissions Notifications</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">
{% include small-follow-links.html %}
</div>
<div class="col-md-12">
<h4>News</h4>
{% include front-news.html %}
</div>
</div> <!-- End News -->
<center>
<div style="height:212px;line-height:1.4em !important;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>Get our official event app</span><div style="margin:10px 0px;"><img style="height:32px;"src="https://whova.com/xems/apis/get_whova_tracking_image/?event_id=sigcs_201902&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/app/apple-store/id716979741?pt=1944835&ct=download_widget&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;line-height:1.4em !important;font-size:14px !important;">iOS</a> <a href="https://play.google.com/store/apps/details?id=com.whova.event&referrer=utm_source%3Ddownload_widget%26utm_medium%3Dwidget%26utm_content%3Dsigcs_201902" target="_blank" style="font-size:14px;text-decoration:none;background-color:#2dacee;padding:10px;color:#fff!important;min-width:80px; display: inline-block;line-height:1.4em !important;font-size:14px !important;">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=sigcs_201902" target="_blank">Click here</a></div><div style="margin-top:10px;text-align:right;font-size:12px"><div>Powered by <a target="_blank" href="https://whova.com" style="text-decoration:none">Whova</a></div><div style="margin-top:-5px"><a target="_blank" style="text-decoration:none;color:#999" href="https://whova.com/whova-event-app/">Best mobile event and conference app</a></div></div></div>
</center>
</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 %}
-->