-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathannual_events.php
More file actions
89 lines (67 loc) · 3.97 KB
/
annual_events.php
File metadata and controls
89 lines (67 loc) · 3.97 KB
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
<!DOCTYPE html>
<html>
<head>
<?php include 'newheader.php';?>
<title>Annual Events | Women in Computing</title>
</head>
<body>
<?php include 'newnav.php';?>
<div class="pgcontainer">
<div class="pgsidebar">
<div class="eventType">About</div>
<div class="line"></div>
<div id="sidebarlinks">
<a href="/afterhours.php">After Hours</a><br>
<a href="/events.php">Upcoming Calendar</a><br>
<a href="/wichacks.php">WiCHacks</a><br>
<a style="color:var(--accent); font-weight:700" href="/annual_events.php">Annual Events</a><br>
<!--end of sidebar links-->
</div>
<!-- end of page sidebar -->
</div>
<div class="pgcontent">
<div class="pgheading">Annual Events</div>
<div class="pgline"></div>
<p>
<b>WiCHacks</b>
<p>WiCHacks is a women, femme, and non-binary 24-hour hackathon hosted by Women in Computing at RIT. A hackathon is a collaborative programming event in which participants create an app, website, game, or other piece of software over the course of the event.</p>
<p>Blogs: <a href="http://wic.rit.edu/post.php?id=22">2019</a></p>
</p>
<div class="scholarshipLine"></div>
<p>
<b>WiC After Hours</b>
<p>The Women in Computing After Hours Program is an overnight program for women accepted into the B. Thomas Golisano College of Computing. This free program includes learning about Study Abroad, Housing, Academic Support Services, Cooperative Education, leadership opportunities and much more.</p>
<p>Blogs: <a href="http://wic.rit.edu/post.php?id=20">2019</a>, <a href="http://wic.rit.edu/post.php?id=5">2018</a></p>
</p>
<div class="scholarshipLine"></div>
<p>
<b>WiConnects</b>
<p>An evening event celebrating Golisano College female computing professionals and allies. The event is comprised of a keynote, tech talk, networking event, dinner and lasting words of inspiration.</p>
<p>Blogs: <a href="http://wic.rit.edu/post.php?id=6">2018</a></p>
</p>
<div class="pgheading">Conferences</div>
<div class="pgline"></div>
<p>
<b>New York Celebration of Women in Computing (NYCWiC)</b>
<p>New York Celebration of Women in Computing (NYCWiC) Conference is every two years in April. Attendees will be women in industry and academia from all over New York state. NYCWiC hopes to encourage women to complete their studies in computing by exploring careers and meeting women leaders from business, industry and academia.</p>
<p><a href="https://nycwic.hosting.acm.org/">Learn more</a></p>
</p>
<div class="scholarshipLine"></div>
<p>
<b>Women in Cyber Security (WiCyS)</b>
<p>Women in Cyber Security (WiCyS) is a conference in March only for women in the Computer Security majors. WiCyS is an effort to build a community of women students/faculty/researchers/professionals in cybersecurity from academia, research and industry. </p>
<p><a href="https://www.wicys.org/">Learn more</a></p>
</p>
<div class="scholarshipLine"></div>
<p>
<b>Grace Hopper Celebration of Women in Computing</b>
<p>The Grace Hopper Celebration of Women in Computing is the World’s largest gathering of women technologists. It is designed to bring the research and career interests of women in computing to the forefront. Started in 1994, GHC is now the world’s largest gathering of women technologists. The conference features keynotes by prominent women in technology, career workshops, and technical tracks from leading researchers. Meet the women who are transforming technology at the Grace Hopper Celebration.</p>
<p><a href="https://ghc.anitab.org/">Learn more</a></p>
</p>
<!--end of page content-->
</div>
<!-- end of page container -->
</div>
<?php include 'newfooter.php';?>
</body>
</html>