-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
435 lines (412 loc) · 15.8 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
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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<!-- CSS styles -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Montserrat:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- -->
<link rel="stylesheet" href="/assets/fontawesome/css/all.css" />
<!-- Title -->
<title>Coding Group</title>
</head>
<body>
<!-- Header -->
<header class="d-flex flex-column">
<nav class="navbar navbar-expand-md w-100 navbar-dark align-items-start">
<!-- Navlinks -->
<div class="container nav-container">
<!-- Burger button -->
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarMenu"
aria-controls="navbarMenu"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav nav-fill w-100">
<li class="nav-item"><a href="#about">About</a></li>
<li class="nav-item"><a href="#courses">Our Courses</a></li>
<li class="nav-item"><a href="#started">Getting Started</a></li>
<li class="nav-item"><a href="#achievements">Achievements</a></li>
<li class="nav-item"><a href="#events">Events</a></li>
</ul>
</div>
</div>
</nav>
<div
class="cover d-flex flex-column justify-content-center align-items-center h-100"
>
<img src="images/coding-group-logo.svg" alt="Geolatinas Coding Group" />
<h1>Coding Group</h1>
<a
class="button-join"
href="https://geolatinas.weebly.com/get-involved.html"
role="button"
>Join Our Community</a
>
</div>
</header>
<main>
<!-- About-->
<article id="about">
<div class="container">
<h2>About</h2>
<p>
Programming is a vital skill to have as a geoscientist. As we delve
into sophisticated research questions, we need specialized tools to
analyze and manage huge amounts of data to help solve problems and
explore ideas. It is especially difficult to try to learn a new
skill in a language not native to one’s own.
</p>
<p>
The <b>GeoLatinas Coding Group</b> initiative was born out of the
idea to provide this widely-needed skill to the members of our
community. In this way,
<b
>we provide a welcoming environment to learn to code for all
GeoLatinas</b
>, regardless of one’s level of comfort with either English or
Spanish. To maintain consistency, we provide two coding sessions a
week (in Spanish) where we go over programming in Python.
</p>
<p>
If you wish <b>to know more</b> about the Coding Group initiative
and GeoLatinas, we invite you go to
<a href="https://geolatinas.weebly.com/blog/july-27th-2020">
GeoLatinas blog</a
>
and <a href="https://geolatinas.weebly.com/">GeoLatinas website</a>.
</p>
<div class="row align-items-center">
<div class="col-lg col-padding">
<img src="images/members.jpg" style="width: 100%" />
</div>
<div class="col-lg quote col-padding">
<p>
"Monday, 6am here, 9am over there, and 7pm on the other side of
the globe. The cup of coffee is ready, also the mate and the
tea. In the background, I can hear the news and the pandemic
goes on. Yet, we log in…3, 2, 1. Connected! Here we are,
together again in the GeoLatinas Coding Group, like every Monday
since five months ago. Two hours committed to learn new
open-source tools, moving forward into the inclusion of
underrepresented groups in Geoscience."
</p>
</div>
</div>
</div>
</article>
<!-- Our courses -->
<article style="background-color: #f3e4ff" id="courses">
<div class="container">
<h2>Our Courses</h2>
<p>
Members of GeoLatinas have access to
<b>different programming courses</b> that are useful for their
professional and personal development. If you are a
<b>member of the GeoLatinas community</b>, contact us via Slack in
our <b>#coding-group</b> channel. If not, please
<a href="https://geolatinas.weebly.com/get-involved.html"
>join our community</a
>.
</p>
<div class="row text-center justify-content-around">
<div class="col-lg-5 col-md-6 col-padding">
<div class="card box">
<div class="card-body">
<a
class=""
href="https://github.com/GeoLatinas/Intro-to-python"
>
<h3><i class="fab fa-python"></i></h3>
<h3>Intro to Python</h3>
<p class="card-text">
Getting started with Python, installation, exploration of
libraries for data analysis and visualization.
</p>
</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-6 col-padding">
<div class="card box">
<div class="card-body">
<a
class=""
href="https://sainosmichelle.github.io/elements.html"
>
<h3><i class="fas fa-project-diagram"></i></h3>
<h3>Intro to Data Science</h3>
<p class="card-text">
Introduction to data science to solve challenges in the
areas of earth science, environmental science, etc. using
Python.
</p>
</a>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Getting stated section -->
<article style="background-color: white" id="started">
<div class="container">
<h2>Getting Started</h2>
<h3>Setup your System</h3>
<div class="row justify-content-around align-items-top">
<div class="col-lg col-padding">
<h4>
<i class="fas fa-rocket" style="padding-right: 10px"></i>Install
Python
</h4>
<p>
In order to start doing our courses you need to
<b>install a Python distribution</b>. We recommend
<a href="https://www.anaconda.com/products/individual"
>Anaconda</a
>. You can find detailed instructions on how to install it on
any operating system in:
</p>
<ul>
<li>
<i class="fas fa-file-alt"></i>
<a
href="https://carpentries.github.io/workshop-template/#python"
>
Software Carpentry setup instructions</a
>
</li>
<li>
<i class="fab fa-youtube"></i>
<a href="https://www.youtube.com/watch?v=C4OPn58BLaU"
>How to set up your data science environment
</a>
</li>
</ul>
</div>
<div class="col-lg col-padding">
<h4>
<i class="fas fa-cloud" style="padding-right: 10px"></i>Google
Colab
</h4>
<p>
In some of our courses we use
<a href="https://colab.research.google.com">Google Colab</a>.
This is a powerful tool that can be helpful if you have
limitations on your machine, here are some links on how to use
it:
</p>
<ul>
<li>
<i class="fab fa-youtube"></i>
<a href="https://www.youtube.com/watch?v=mNTqIw-Oy44">
How to Link Google Colab & Google Drive by WWC</a
>
</li>
<li>
<i class="fab fa-youtube"></i>
<a href="https://www.youtube.com/watch?v=tI-vLBGvJu8"
>Open source data and Google Colab by WWC
</a>
</li>
</ul>
</div>
</div>
<div class="row align-items-between align-items-top">
<div class="col-lg col-padding">
<h3>New to Python?</h3>
<p>
If you don’t have much experience with Python,
<b>don’t worry!</b> A great place to start learning Python for
scientific computation and much more is
<a
href="https://carpentries.github.io/workshop-template/#python"
>
Software Carpentry</a
>. We recommend starting with these two lessons (also available
in Spanish):
</p>
<ul>
<li>
<i class="fas fa-file-alt"></i>
<a
href="https://swcarpentry.github.io/python-novice-inflammation/"
>
Programming with Python
</a>
</li>
<li>
<i class="fas fa-file-alt"></i>
<a
href="https://swcarpentry.github.io/python-novice-gapminder/"
>
Plotting and Programming in Python
</a>
</li>
</ul>
</div>
<div class="col-lg col-padding">
<h3>Git and GitHub</h3>
<p>
<a href="">Git</a> and <a href="">Github</a>
are useful tools when you are coding. Git is open source
distributed version control system designed to handle community
projects with speed and efficiency. GitHub is a hosting for
software development and version control using Git. To learn how
to use these tools, you can visit:
</p>
<ul>
<li>
<i class="fab fa-youtube"></i>
<a href="https://www.youtube.com/watch?v=ZRrzSAz9uOo"
>Intro to Open Source, Git and GitHub by WWC
</a>
</li>
</ul>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-10 col-padding">
<h3>More resources</h3>
<p>
Here you can find more resources that might be useful for you:
</p>
<ul>
<li>
<i class="fas fa-paw"></i>
<a href="https://teloexplicocongatitos.com/">
Te lo explico con gatitos</a
>
</li>
</ul>
</div>
</div>
</div>
</article>
<!-- Achievement -->
<article style="background-color: #f3e4ff" id="achievements">
<div class="container">
<h2>Achievements</h2>
<p>
The <b>GeoLatinas Coding Group</b> has participated in different
conferences and initiatives in the programming community:
</p>
<div class="row">
<div class="col-lg-3">
<div class="card achievement-card">
<img class="card-img-top" src="images/agu-2020.jpg" />
<div class="card-body">
<p class="card-text">
<b>
GeoLatinas Digital Literacy Toolkit: A Diverse Community
Developing Coding Skills for the Open Source World
</b>
, AGU 2020.
</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card achievement-card">
<img class="card-img-top" src="images/ieee.jpg" />
<div class="card-body">
<p class="card-text">
<b>
Third place in "Women in Geoscience #Inspire Us" Photo
Contest 2020 </b
>, IEEE Geoscience and Remote Sensing Society.
</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card achievement-card">
<img class="card-img-top" src="images/transform.jpg" />
<div class="card-body">
<p class="card-text">
<b>Presentation of GeoLatinas Coding Group</b>, Transform
2020, Software Underground.
</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card achievement-card">
<img class="card-img-top" src="images/GeoHackeo_slides.png" />
<div class="card-body">
<p class="card-text">
<b
>#GeoHackeo, the GeoLatinas hackathon - Testing our
Digital Literacy toolkit
</b>
, AGU 2020.
</p>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Upcoming events section -->
<article style="background-color: white" id="events">
<div class="container">
<h2>Upcoming Events</h2>
<p>Coming soon...</p>
</div>
</article>
</main>
<footer>
<div class="container">
<p>
<b>© 2021 GeoLatinas Coding Group • </b>
Except were noted, this work is licensed
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"
>CC-BY 4.0</a
>.
</p>
<p>
Source code available at
<a
href="https://github.com/geolatinas/geolatinas.github.io/tree/main"
>
geolatinas/geolatinas.github.io</a
>.
</p>
</div>
</footer>
<!-- Bootstrap Bundle -->
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"
></script>
</body>
</html>