-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
355 lines (288 loc) · 17.1 KB
/
about.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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158857375-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-158857375-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PyLadies | PyLadies Global Community</title>
<!-- Bootstrap -->
<link href="https://py-community.github.io/resources/css/dataTables.bootstrap.css" rel="stylesheet">
<link href="https://py-community.github.io/resources/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://py-community.github.io/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://py-community.github.io/resources/leaflet-1.5.1/leaflet.css"/>
<link rel="stylesheet" href="https://py-community.github.io/resources/leaflet-awesome-markers/dist/leaflet.awesome-markers.css">
<!-- Custom Theme Style -->
<link href="https://py-community.github.io/resources/css/custom.min.css" rel="stylesheet">
<script src="https://py-community.github.io/resources/js/jquery.min.js"></script>
<script src="https://py-community.github.io/resources/js/bootstrap.min.js"></script>
<script src="https://py-community.github.io/resources/js/jquery.csv.min.js"></script>
<script src="https://py-community.github.io/resources/js/jquery.dataTables.min.js"></script>
<script src="https://py-community.github.io/resources/js/dataTables.bootstrap.js"></script>
<script src="https://py-community.github.io/resources/js/csv_to_html_table.js"></script>
<script src="https://py-community.github.io/resources/leaflet-1.5.1/leaflet.js"></script>
<script src="https://py-community.github.io/resources/leaflet-awesome-markers/dist/leaflet.awesome-markers.js"></script>
<link href="https://py-community.github.io/resources/css/animate.min.css" rel="stylesheet">
<style>
.nav.side-menu>li>active{text-shadow:rgba(0,0,0,.25) 0 0px 0;
background:linear-gradient(white,red),red;
box-shadow:rgba(0,0,0,.25) 0 1px 0,inset rgba(255,255,255,.20) 0 1px 0}
.nav-sm .container.body .col-md-3.left_col{
border-right: 1px solid #d9dee4;
}
.nav-sm .nav.side-menu li a{color:red;
}
.awesome-marker i {
font-size: 10px;
margin-top: 13px;
}
</style>
</head>
<body class="nav-sm" style="color:black; font-size:14px">
<div class="container body" >
<div class="main_container" >
<div class="col-md-3 left_col menu_fixed" style="background-color:white; ">
<div class="left_col scroll-view" style="background-color:white; font-size:14px">
<!-- menu profile quick info -->
<div class="profile clearfix">
<div class="profile_pic">
<img src="images/Rc.pn" width = "230px" alt="..." class="">
</div>
<div class="profile_info">
<span>.</span>
<h2></h2>
</div>
</div>
<!-- /menu profile quick info -->
<div class="clearfix"></div>
<br />
<!-- sidebar menu -->
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
<div class="menu_section active">
<h3>General</h3>
<ul class="nav side-menu" >
<li><a><i class="fa fa-home" ></i> <span style="">Home </span><span class="fa fa-chevron-right"></span></a> </li>
<li><a href="#"><i class="fa fa-line-chart"></i> Python Groups <span class="fa fa-chevron-right"></span></a>
</li>
<li><a href="pyladies.html"><i class="fa fa-area-chart"></i> <span style="color:black; font-weight:bold">PyLadies Chapters</span><span class="fa fa-chevron-right"></span></a>
</li>
<li><a href="about.html"><i class="fa fa-info-circle"></i> <span style="color:black; font-weight:bold">About</span><span class="fa fa-chevron-right"></span></a>
</li>
</ul>
</div>
<div class="menu_section">
<h3>External</h3>
<ul class="nav side-menu">
<li><a href="https://www.pyladies.com" target="_blank"><i class="fa fa-globe"></i> <span style="color:black; font-weight:bold">pyladies .com</span></a>
</li>
<li><a href="https://www.python.org/psf/" target="_blank"><i class="fa fa-building"></i> <span style="color:black; font-weight:bold">PSF</span></a>
</li>
</ul>
</div>
</div>
<!-- /sidebar menu -->
<!-- /menu footer buttons -->
<div class="sidebar-footer hidden-small" style="background-color:#aaaaaa;">
<a data-toggle="tooltip" data-placement="top" title="" style="background-color:#ffffff;">
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
</a>
<a id="menu_toggle2" data-toggle="tooltip" data-placement="top" title="FullScreen" style="background-color:#ffffff;">
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true" ></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="" style="background-color:#ffffff;">
<span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Home" href="index.html" style="background-color:#ffffff;">
<span class="glyphicon glyphicon-off" aria-hidden="true"></span>
</a>
</div>
<!-- /menu footer buttons -->
</div>
</div>
<!-- top navigation -->
<div class="top_nav" style="background-color:white">
<div class="nav_menu" style="height:45px; background-color:white">
<nav>
<ul class="nav navbar-nav navbar-right">
<li class="">
<a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<i class="fa fa-feed"></i> Follow Us
<span class=" fa fa-angle-down"></span>
</a>
<ul class="dropdown-menu dropdown-usermenu pull-right">
<li>
<a href="http://twitter.com/pyladies">
<span><i class="fa fa-twitter"></i> Twitter</span>
</a>
<li>
<a href="https://github.com/pyladies">
<span><i class="fa fa-github"></i> GitHub</span>
</a>
</li>
<li>
<a href="http://slackin.pyladies.com/">
<span><i class="fa fa-slack"></i> Slack</span>
</a>
</li>
</ul>
</li>
<li class="">
<a class="user-profile dropdown-toggle" href="https://github.com/nyc-pyladies/pyladies-dashboard" data-size="large" aria-label="Star "><i class="fa fa-github"></i> Star</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- /top navigation -->
<!-- page content -->
<div class="right_col" role="main" style="background:#fffffffa; ">
<div class="">
<div class="page-title">
<div class="title">
<div class="col-md-12 col-sm-12 col-xs-12">
<h3 style="color:black">Global PyLadies Community</h3>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-12">
<div class="x_panel">
<div class="x_content">
<div class="row">
<!-- / second about contact -->
<div class="col-md-5 col-sm-5 col-xs-12 profile_details">
<div class="well profile_view">
<div class="col-sm-12">
<h4 class="brief"><i>Dashboard Developer</i></h4>
<div class="left col-xs-7">
<h2>Ben Ubah</h2>
<p><strong>About: </strong> Web Developer / Data Analyst </p>
<ul class="list-unstyled">
<li><i class="fa fa-envelope"></i> Email: ubah.ben22 [at] gmail com </li>
<li><i class="fa fa-globe"></i> Web: https://github.com/benubah </li>
</ul>
</div>
<div class="right col-xs-4 text-center">
<img src="images/user.png" alt="" class="img-circle img-responsive">
</div>
</div>
<div class="col-xs-12 bottom">
<div class="col-xs-12 col-sm-6 emphasis">
<button type="button" class="btn btn-primary btn-xs">
<i class="fa fa-github"> </i> <a href="https://github.com/benubah" style="color:white">Profile </a>
</button>
</div>
</div>
</div>
</div>
<!-- end of second about contact -->
<!-- / first about contact -->
<div class="col-md-5 col-sm-5 col-xs-12 profile_details">
<div class="well profile_view">
<div class="col-sm-12">
<h4 class="brief"><i>Dashboard Project Manager</i></h4>
<div class="left col-xs-7">
<h2>Reshama Shaikh</h2>
<p><strong>About: </strong> Data Scientist / Statistician </p>
<ul class="list-unstyled">
<li><i class="fa fa-envelope"></i> Email: reshama.stat [at] gmail.com </li>
<li><i class="fa fa-globe"></i> Web: https://reshamas.github.io/ </li>
</ul>
</div>
<div class="right col-xs-5 text-center">
<img src="https://github.com/reshamas/bio-and-headshot/raw/master/_reshama_shaikh.jpg" alt="" class="img-circle img-responsive">
</div>
</div>
<div class="col-xs-12 bottom ">
<div class="col-xs-12 col-sm-6 emphasis">
<button type="button" class="btn btn-primary btn-xs"> <i class="fa fa-linkedin">
</i> <a href="https://www.linkedin.com/in/reshamas" style="color:white"> Follow </a>
</button>
<button type="button" class="btn btn-xs" style="background-color:#1da1f2">
<i class="fa fa-twitter"> </i><a href="https://twitter.com/reshamas" style="color:white"> Follow </a>
</button>
</div>
</div>
</div>
</div>
<!-- / end of first about contact -->
<div class="col-md-12 col-sm-12 col-xs-12 profile_details">
<div class="well profile_view">
<div class="col-sm-12">
<h4 class="brief"><i>About the Dashboard</i></h4>
<div class="left col-xs-12">
<p>This is an infrastructure to explore PyLadies chapters around the world in a data-driven manner that explores trends and provides insights to enhance better decision making for the chapters and PyLadies leadership.
The goal is to make it easier to find chapters, find upcoming events, discover active and inactive groups, track high profile groups based on activity and size, understand the global distribution of groups and bring to light, areas of under-representation.</p>
<p>Primary data source for this work is the API of Meetup. The future of this project is the exploration of the complete Python Community. </p>
<br/>
<h2>Tools</h2>
<ul class="list-unstyled">
<li><i class="fa fa-wrench"></i> <b>Front-end:</b> Pure HTML / JavaScript, D3.js, Echarts.js, Leaflet.js, Gentellala dashboard template </li>
<li><i class="fa fa-wrench"></i> <b>Back-end:</b> A small ETL infrastructure based on R, Bash and Travis CI that daily retrieves data from Meetup API. This infrastructure provides a way to work with Meetup's OAUTH 2.0 authentication system automatically. The back-end is completely separated from the front-end. </li>
<li><i class="fa fa-clock-o"></i> <b>Update: </b> The dashboard is updated daily. </li>
</ul>
<br/>
<h2>Sponsorship</h2><a name="sponsors"></a>
<p>We are looking for sponsors to fiscally support this project and maintenance of this project in exchange for displaying your organization's name in the Sponsor section of the dashboard page. Email us for more information. We are also hoping to explore general Python groups, an automated events calendar, and a way to visualize trends around events, past and future. Please reach out to Reshama if you are interested. </p>
<br/>
<h2>Contribution</h2>
<p>You are welcome to contribute Python code to the ETL infrastructure and visualization to the front-end parts of this dashboard. Feel free to get in touch with us, we appreciate your help. </p>
<br/>
<h2>Contact </h2>
<p>If you have any questions, feedback, suggestions, please open an issue on GitHub here:
<a href="https://github.com/nyc-pyladies/pyladies-dashboard/issues"> https://github.com/nyc-pyladies/pyladies-dashboard/issues </a> or email the project manager: [email protected]</p>
</div>
</div>
<div class="col-xs-12 bottom "> <div class="col-xs-12 col-sm-6 emphasis">
<button type="button" class="btn btn-primary btn-xs">
</i> <i class="fa fa-github" style="color:white"></i> <a href="https://github.com/nyc-pyladies/pyladies-dashboard/" style="color:white">View Code</a>
</button>
<button type="button" class="btn btn-danger btn-xs">
</i> <i class="fa fa-info-circle" style="color:white"></i> <a href="https://github.com/nyc-pyladies/pyladies-dashboard/issues" style="color:white">Submit an issue</a>
</button>
</div>
</div>
</div>
</div>
</div></div></div>
</div>
</div>
</div>
<!-- /page content -->
<!-- footer content -->
<footer>
<div class="pull-right">
<a href="https://github.com/nyc-pyladies/pyladies-dashboard"><u> Global PyLadies Dashboard</u> </a>
</div>
<div class="clearfix"></div>
</footer>
<!-- /footer content -->
</div>
</div>
<!-- Custom Theme Scripts -->
<script src="https://py-community.github.io/resources/js/d3/d3.min.js"></script>
<script src="https://py-community.github.io/resources/js/lodash-4.17.10/package/lodash.min.js"></script>
<script src="https://py-community.github.io/resources/js/echarts/echarts.js"></script>
<!-- Custom Theme Scripts -->
<script src="https://py-community.github.io/resources/js/echarts/custom.min.js"></script>
<script src="https://py-community.github.io/resources/js/echarts/map/js/world.js"></script>
<script src="https://py-community.github.io/resources/js/jquery.csv.min.js"></script>
<script src="https://py-community.github.io/resources/js/wow.min.js"></script>
<script>
//Initiat WOW JS
new WOW().init();
</script>
</body>
</html>