-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
87 lines (76 loc) · 4.53 KB
/
community.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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Community Involvement</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Gopika Krishnan</a>
<nav>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="https://github.com/Gopika-Krishnan" class="active">GitHub</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper style3">
<div class="inner">
<h1 class="major">Community involvement</h1>
<p style="display:inline;"><span style="color:#b76e79;font-weight: bold;">Women Empowered in STEM (WeSTEM), NYU Abu Dhabi, Abu Dhabi, UAE</span></p><br>
<i style="display:inline;">I am an advocate for diversity in the STEM community and thus, love being part of weSTEM. It is a student interest group (SIG) at NYUAD committed to empowering women, non-binary people, and male allies interested in Science Technology Engineering & Mathematics regardless of their major. I play/ed the following roles in the SIG: </i>
<br>
<p style="display:inline;font-weight: bold;">Co-President </p><br>
<p style="display:inline;">
• Manage a team of 33 and advocate for diversity, equity, and inclusion across the institution<br></p>
<p style="display:inline;">• Create a long-term vision of SIG and semester timeline of programming and initiatives<br></p>
<p style="display:inline;">• Spearhead partnerships with other organizations on campus and across a global network<br></p>
<p style="display:inline;"> • Lead the mentorship program to facilitate networking among the first year and upper-class students.<br></p>
<p style="display:inline;font-weight: bold;">Head of First-Year Programming, Jan 2021- Present</p><br>
<p style="display:inline;">
• Design and coordinate programming for first-year students (major panels, alum chats, mixers)<br></p>
<p style="display:inline;"> • Lead the mentorship program to facilitate networking among the first year and upper-class students.<br></p>
<p style="display:inline;font-weight: bold;">Head of Operations - High School Conference Eboard, Sept 2020 - March 2021</p><br>
<p style="display:inline;">
• Contacted speakers and panelists to participate in the fifth edition of the conference (50-80 attendees)<br></p>
<p style="display:inline;"> • Managed a team of 2 to create a framework for the event to be engaging when transitioning online<br></p><br>
<p style="display:inline;"><span style="color:#b76e79;font-weight: bold;">Conferences and Workshops Attended:</span></p><br>
<p style="display:inline;">
• UAE AI Camp - August 2021<br></p>
<p style="display:inline;">
• Harvard WECode (Women Engineers Code) Conference 2020-21 - March 2021<br></p>
<p style="display:inline;">
• #IamRemarkable - Google Initiative - November 2020<br></p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© Gopika Krishnan. All rights reserved.</li><li>Design inspired by: HTML5up</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>