-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
66 lines (56 loc) · 3.23 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
---
layout: default
title: Home
permalink: /
---
<div class="container-fluid">
<div id="banner" class="row">
<div class="col-md-4 col-sm-12 col-xs-12">
<h4>April 10-11th, 2015</h4>
<h4>#kyccwic2015</h4>
</div>
<div class="col-md-4 col-sm-12 col-xs-12">
<a href="registration" class="btn btn-default btn-lg" role="btn">Register Here</a>
</div>
<div class="col-md-4 col-sm-12 col-xs-12">
<h4>BCTC<br>Newtown Campus<br>Lexington, KY</h4>
</div>
</div>
</div>
<div id="home" class="container-fluid">
<div id="headline" class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Come celebrate with us!</h1>
<h2>
2nd KYCC-WiC Celebration - April 2015
</h2>
</div>
</div>
<div id="news" class="row">
<div class="col-md-8 col-md-offset-2">
<h2>News</h2>
{% include news.html %}
</div>
</div>
<div id="celebration-mission" class="row">
<div class="col-md-8 col-md-offset-2">
<h2>Celebration Mission</h2>
<p>
This conference serves as an extension of the Grace Hopper Celebration (GHC) of Women in Computing celebrations. KYCC-WiC is the first community college centered regional conference. Our goal is to continue the primary mission of GHC while reaching out to the community college family. This family is intended to include faculty, students, and businesses that rely on the community colleges to prepare women for today’s technology fields.
</p>
<p>
This conference will be a place where our community can collaborate, network and celebrate the contributions of women in computing.
</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 panel">
<h2 id="call-for-posters">Call for Posters</h2>
<h3 p class="text-center">Student Poster Presentations - Open to All Students</h3>
<p>According to the National Center for Women and Information Technology (NCWIT), women comprise only 26% of the technology workforce with numbers declining since the 1980s. Women have turned away from the technology and computer industry at a time when it was and is seeing its quickest and most significant growth. </p>
<p>For this poster presentation, create a poster that your college or university could use to recruit women and girls into a computer or information technology major. Feel free to research the topic in more details and add those components to your poster.</p>
<p>Your presentation should be displayed on a 36" X 48" poster board. Posters must be on display throughout the duration of the conference. Students should announce their intent to participate in the poster presentation by emailing pam.bridgman@kctcs.edu no later than <strong>April 1, 2015</strong>. </p>
<p>Posters will be judged by the originality of the work, applicability to the topic and quality of the presentation. The “Best Poster” winner, first-author, will receive a travel award from ACM-W to the 2015 Grace Hopper Celebration of Women in Computing on October 14-16, 2015 in Houston, Texas. The second and third place poster winners, first author for each, will receive a gift card in the amount of $50. </p>
</div>
</div>
</div>