-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
198 lines (181 loc) · 6.63 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
---
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;">Inspire, Innovate, Improve!</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="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>Jeannette M. Wing</b>
<br/>
<img src="images/speakers/j-w-sq-100.png"
alt="Jeannette M. Wing"
width="100px">
<br/>
Opening Keynote
<br/>
<a href="info/jw.html#abstract">abstract</a> - <a href="info/jw.html#bio">bio</a>
</div>
<div class="col-sm-3 text-center"> <!-- MD -->
<b>Mats Daniels</b>
<br/>
<img src="images/speakers/m-d-sq-100.png"
alt="Mats Daniels"
width="100px">
<br/>
First Timers’ Luncheon
<br/>
<a href="info/md.html">abstract</a> - <a href="info/md.html#bio">bio</a>
</div>
<div class="col-sm-3 text-center"> <!-- GC -->
<b>Gail Chapman</b>
<br/>
<img src="images/speakers/g-c-sq-100.png"
alt="Gail Chapman"
width="100px">
<br/>
Friday <br/> Keynote
<br/>
<a href="info/gc.html">abstract</a> - <a href="info/gc.html#bio">bio</a>
</div>
<div class="col-sm-3 text-center"> <!-- MR -->
<b>Mitch Resnick</b>
<br/>
<img src="images/speakers/m-r-sq-100.png"
alt="Mitch Resnick"
width="100px">
<br/>
Closing Keynote
<br/>
<a href="info/mr.html#abstract">abstract</a> - <a href="info/mr.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/venue/seattle-mountain-tiffany98101-500.png"
alt="Seattle with a mountain in the background.
The mountain has snow on it.
A building, which might be a UFO, is in the foreground.
Picture CC-BY tiffany98101."/>
</div>
<!-- Start PDF Program -->
<div class="alert alert-success" style="margin-top: 23px">
<a href="{{ '/docs/sigcse2017-program.pdf' | prepend: site.baseurl }}">
<img src="/images/sigcse-program-cover.png"
width="150px"
alt="SIGCSE 2017 Program Cover"
style="margin-right: 15px; float: left;"/></a>
View Program:<br/>
<a href="http://easychair.org/smart-program/SIGCSE2017/">online version</a>,<br/>
<a href="{{ '/docs/sigcse2017-program.pdf' | prepend: site.baseurl }}">PDF version</a>,<br/>
<a href="{{ '/docs/sigcse2017-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 class="col-md-12">
<table class="table table-striped">
<thead style="font-weight: bold;">
<tr>
<td> Date </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> March 8th </td>
<td> On-Site Registration Begins </td>
</tr>
<tr>
<td> March 8th </td>
<td> <b>SIGCSE TS 2017</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 %}
-->