-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGHC.php
More file actions
42 lines (40 loc) · 2.56 KB
/
GHC.php
File metadata and controls
42 lines (40 loc) · 2.56 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
<?php $title="Grace Hopper Conference";
$level="";?>
<!DOCTYPE html>
<html lang="en">
<?php include 'header.php';?>
<body>
<div class="bread_area">
<div class="container">
<div class="row">
<div class="col-sm-12">
<ol class="breadcrumb">
<li><a href="index.php">Home</a></li>
<li><a href="events.php">Events</a></li>
<li><a href="annual_events.php">Annual Events</a></li>
<li class="active">Grace Hopper Conference</li>
</ol>
</div>
</div>
</div>
</div>
<main class="site-main page-main">
<div class="container">
<div class="row">
<section class="category-content col-sm-12">
<h2 class="category-title">ABOUT THE GRACE HOPPER CONFERENCE</h2>
<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. In 2013, GHC hosted over 4,750 attendees from 53 countries including 1,900 students from over 400 academic institutions and 2,850 professionals from industry, government and academia. The conference features keynotes by prominent women in technology, career workshops, and technical tracks from leading researchers and the best of ACM SIGSOFT and SIGGRAPH. Meet the women who are transforming technology at the Grace Hopper Celebration.</p>
<p><a href="https://ghc.anitab.org/" target="_blank">Click here to learn more on their website.</a></p><br><br>
<h2 class="category-title">WiC AT THE GRACE HOPPER CONFERENCE</h2>
<p>In October of 2019, WiC sent 25 of its active members to the conference in Orlando, FL. They were very successful, with a total of over 50 interviews and 25 offers! Applications to attend next year's conference open in the spring.</p><br>
<video id="GHCVideo" width="75%" height="auto" controls controlsList="nodownload">
<source src="img/annualevents/gch.mp4" type="video/mp4">
Your browser does not support this video.
</video>
</section>
</div>
</div>
</main>
<?php include 'footer.php';?>
</body>
</html>