-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
387 lines (255 loc) · 17.2 KB
/
index.php
File metadata and controls
387 lines (255 loc) · 17.2 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
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
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<?php include 'header.php';?>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/DST_logo_250px.png" alt="" /></span>
<!-- ENGLISH -->
<h1 lang="en">Astronomy & Data Science Toolkit</h1>
<p lang="en">Connecting Astronomy and Data Science</p>
<!-- SPANISH -->
<h1 lang="es">Toolkit para Astronomía y Ciencia de Datos</h1>
<p lang="es">Conexión de la astronomía y la ciencia de los datos</p>
<!-- FRENCH -->
<h1 lang="fr">Astronomy & Data Science Toolkit</h1>
<p lang="fr">Connecting Astronomy and Data Science</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<!-- ENGLISH -->
<li lang="en"><a href="#intro" class="active">Introduction</a></li>
<li lang="en"><a href="#about">About the Toolkit</a></li>
<li lang="en"><a href="toolkit.php">View Toolkit</a></li>
<li lang="en"><a href="#contribute">Contribute</a></li>
<li lang="en"><a href="#footer">Contact</a></li>
<!-- SPANISH -->
<li lang="es"><a href="#intro" class="active">Introducción</a></li>
<li lang="es"><a href="#about">Sobre el Toolkit</a></li>
<li lang="es"><a href="toolkit.php">Ver Toolkit</a></li>
<li lang="es"><a href="#contribute">Contribuir</a></li>
<li lang="es"><a href="#footer">Contáctenos</a></li>
<!-- FRENCH -->
<li lang="fr"><a href="#intro" class="active">Introduction</a></li>
<li lang="fr"><a href="#about">À propos du toolkit</a></li>
<li lang="fr"><a href="toolkit.php">Voir le Toolkit</a></li>
<li lang="fr"><a href="#contribute">Contribuer</a></li>
<li lang="fr"><a href="#footer">Contactez nous</a></li>
<li>
<select id="lang-switch" class="fa-select">
<option value="en" selected> English</option>
<option value="es" > Espanol</option>
<option value="fr" > Français</option>
</select>
</li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<!-- ENGLISH -->
<h2 lang="en">Overall objective</h2>
<!-- SPANISH -->
<h2 lang="es">Objetivos</h2>
<!-- FRENCH -->
<h2 lang="fr">Overall objective</h2>
</header>
<!-- ENGLISH -->
<p lang="en">The overall objective of this toolkit is to provide a foundation for a “common language” between data science and astronomy communities. The toolkit should help astronomers get a sense of the breadth of data science (as a field and in its applications) and to see where their skills and knowledge fit into this wider view; it should help data scientists and those in need of data scientists (e.g. companies, NGOs) see what astronomers can contribute.</p>
<a lang="en" href="toolkit.php" class="button special">View toolkit</a>
<a lang="en" href="https://github.com/astro4dev/OAD-Data-Science-Toolkit/archive/master.zip" class="button special icon fa-download">Download toolkit</a>
<!-- SPANISH -->
<p lang="es">El objectivo principal de este toolkit es proporcionar la base para un "lenguaje común" entre las comunidades astronómica y de ciencia de datos. El toolkit ayuda a astrónomos a comprender la amplitud del campo de la ciencia de datos y sus aplicaciones, y a determinar dónde sus conocimentos y habilidades mejor cuadran en estas miras más amplias. Al mismo tiempo, ayuda a científicos de datos o entidades necesitadas de estos (p. ej. empresas, ONGs) a entender la posible contribución de astrónomos.</p>
<a lang="es" href="toolkit.php" class="button special">Ver toolkit</a>
<a lang="es" href="https://github.com/astro4dev/OAD-Data-Science-Toolkit/archive/master.zip" class="button special icon fa-download">Descargar toolkit</a>
<!-- FRENCH -->
<p lang="fr">Nous avons besoin d'aide avec les traductions. S'il vous plaît jeter un oeil à la façon dont vous pouvez aider <a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit/blob/master/CONTRIBUTING.md" target="_blank">ici</a></p>
<a lang="fr" href="toolkit.php" class="button special">Voir toolkit</a>
<a lang="fr" href="https://github.com/astro4dev/OAD-Data-Science-Toolkit/archive/master.zip" class="button special icon fa-download">Télécharger toolkit</a>
</div>
<span class="image"><img src="images/horsehead_920px.jpg" alt="" /></span>
</div>
</section>
<!-- About Section -->
<section id="about" class="main special">
<header class="major">
<!-- ENGLISH -->
<h2 lang="en">About the toolkit</h2>
<!-- SPANISH -->
<h2 lang="es">Sobre el Toolkit</h2>
<!-- FRENCH -->
<h2 lang="fr">About the toolkit</h2>
</header>
<ul class="features">
<li>
<span class="icon major style1 fa-code"></span>
<!-- ENGLISH -->
<h3 lang="en">Open Source</h3>
<p lang="en">The entire toolkit is released as Open Source under the GPLv3 license. This includes: the content, the tools for updating it and this website.</p>
<!-- SPANISH -->
<h3 lang="es">Código Abierto</h3>
<p lang="es">El toolkit al completo se distribuye como Código Abierto sujeto a la licencia GPLv3. Esto incluye: los contenidos, las herramientas para actualizarlo y este sitio web.</p>
<!-- FRENCH -->
<h3 lang="fr">Open Source</h3>
<p lang="fr">The entire toolkit is released as Open Source under the GPLv3 license. This includes: the content, the tools for updating it and this website.</p>
</li>
<li>
<span class="icon major style3 fa-users"></span>
<!-- ENGLISH -->
<h3 lang="en">Community driven</h3>
<p lang="en">The toolkit is maintained by volunteers from astronomy and data science communities.</p>
<!-- SPANISH -->
<h3 lang="es">Impulsado por la comunidad</h3>
<p lang="es">El toolkit es administrado por voluntarios de las comunidades astronómica y de ciencia de datos.</p>
<!-- FRENCH -->
<h3 lang="fr">Community driven</h3>
<p lang="fr">The toolkit is maintained by volunteers from astronomy and data science communities.</p>
</li>
<li>
<span class="icon major style5 fa-universal-access"></span>
<!-- ENGLISH -->
<h3 lang="en">Accessibility</h3>
<p lang="en">The toolkit is accessible free of charge. Contact us if you have problems accessing the toolkit.</p>
<!-- SPANISH -->
<h3 lang="es">Disponibilidad</h3>
<p lang="es">El toolkit se distribuye gratuitamente. Contáctenos en caso de problemas accediendo al toolkit.</p>
<!-- FRENCH -->
<h3 lang="fr">Accessibility</h3>
<p lang="fr">The toolkit is accessible free of charge. Contact us if you have problems accessing the toolkit.</p>
</li>
</ul>
<!-- ENGLISH -->
<p lang="en">The focus of the toolkit is to provide high quality teaching materials in the form of examples, courses and assessments which you are welcome to use for your teaching or perhaps when organising a workshop or a summer school.</p>
<p lang="en">The toolkit is aimed at specifically connecting the fields of astronomy and data science and is not meant to compete with massive open online courses such as <a href="https://www.edx.org/" target="_blank">edX</a> or <a href="https://www.coursera.org/" target="_blank">Coursera</a>.</p>
<!-- SPANISH -->
<p lang="es">El toolkit se enfoca en proporcionar material educativo de gran calidad en forma de ejemplos, cursos y evaluaciones que puedes, con total libertad, utilizar en tu enseñanza o quizás durante la organización de talleres o cursos de verano.</p>
<p lang="es">El toolkit está especialmente dedicado a conectar los campos de la astronomía y la ciencia de datos y no persigue competir con cursos on-line como por ejemplo <a href="https://www.edx.org/" target="_blank">edX</a> o <a href="https://www.coursera.org/" target="_blank">Coursera</a>.</p>
<!-- FRENCH -->
<p lang="fr">The focus of the toolkit is to provide high quality teaching materials in the form of examples, courses and assessments which you are welcome to use for your teaching or perhaps when organising a workshop or a summer school.</p>
<p lang="fr">The toolkit is aimed at specifically connecting the fields of astronomy and data science and is not meant to compete with massive open online courses such as <a href="https://www.edx.org/" target="_blank">edX</a> or <a href="https://www.coursera.org/" target="_blank">Coursera</a>.</p>
<footer class="major">
<ul class="actions">
<li><a href="toolkit.php" class="button special">View toolkit</a></li>
</ul>
</footer>
</section>
<section id="contribute" class="main special">
<header class="major">
<!-- ENGLISH -->
<h2 lang="en">Help contribute</h2>
<p lang="en">The toolkit is still growing and for it to be a success we need people to help us create and share content. We are always looking for people keen on contributing.</p>
<!-- SPANISH -->
<h2 lang="es">Contribuye</h2>
<p lang="es">El toolkit está creciendo y para tener éxito necesitamos gente que nos ayude a crear y compartir contenidos. Siempre buscamos personas con ánimo de contribuir.</p>
<!-- FRENCH -->
<h2 lang="fr">Help contribute</h2>
<p lang="fr">The toolkit is still growing and for it to be a success we need people to help us create and share content. We are always looking for people keen on contributing.</p>
<ul class="statistics">
<li class="style1">
<span class="icon fa-file-code-o"></span>
<strong>4</strong>
<!-- ENGLISH -->
<i lang="en">Examples</i>
<!-- SPANISH -->
<i lang="es">Ejemplos</i>
<!-- FRENCH -->
<i lang="fr">Examples</i>
</li>
<li class="style2">
<span class="icon fa-pencil-square-o"></span>
<strong>1</strong>
<!-- ENGLISH -->
<i lang="en"><a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit/blob/master/Teaching%20Materials/Programming/Python/Assessments/Pre-assessment.md" target="_blank">Assessment</a></i>
<!-- SPANISH -->
<i lang="es"><a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit/blob/master/Teaching%20Materials/Programming/Python/Assessments/Pre-assessment.md" target="_blank">Evaluación</a></i>
<!-- FRENCH -->
<i lang="fr"><a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit/blob/master/Teaching%20Materials/Programming/Python/Assessments/Pre-assessment.md" target="_blank">Assessment</a></i>
</li>
<li class="style3">
<span class="icon fa-graduation-cap"></span>
<strong>7</strong>
<!-- ENGLISH -->
<i lang="en">Courses</i>
<!-- SPANISH -->
<i lang="es">Cursos</i>
<!-- FRENCH -->
<i lang="fr">Courses</i>
</li>
<li class="style4">
<span class="icon fa-code-fork"></span>
<strong>14</strong>
<!-- ENGLISH -->
<i lang="en"><a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit/network/members" target="_blank">Forks</a></i>
<!-- SPANISH -->
<i lang="es"><a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit/network/members" target="_blank">Forks</a></i>
<!-- FRENCH -->
<i lang="fr"><a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit/network/members" target="_blank">Forks</a></i>
</li>
<li class="style5">
<span class="icon fa-user"></span>
<strong>12</strong>
<!-- ENGLISH -->
<i lang="en"><a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit" target="_blank">Contributors</a></i>
<!-- SPANISH -->
<i lang="es"><a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit" target="_blank">Colaboradores</a></i>
<!-- FRENCH -->
<i lang="fr"><a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit" target="_blank">Contributors</a></i>
</li>
</ul>
<!-- ENGLISH -->
<h3 lang="en">Teaching materials</h3>
<p class="content" lang="en">If you have ever taught astronomy using data science techniques or you are a data scientist who has used astronomy examples to teach data science, please consider sharing your teaching materials. You can either directly contribute to <a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit" target="_blank">github</a> or send us the materials directly via email.</p>
<!-- SPANISH -->
<h3 lang="es">Material educativo</h3>
<p class="content" lang="es">Si alguna vez has enseñado astronomía utilizando ciencia de datos o eres un científico de datos que ha usado ejemplos de astronomía para enseñar ciencia de datos, por favor considera la opción de compartir tu material educativo. Puedes contribuir directamente en <a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit" target="_blank">github</a> or enviarnos el material directamente por e-mail.</p>
<!-- FRENCH -->
<h3 lang="fr">Teaching materials</h3>
<p class="content" lang="fr">If you have ever taught astronomy using data science techniques or you are a data scientist who has used astronomy examples to teach data science, please consider sharing your teaching materials. You can either directly contribute to <a href="https://github.com/astro4dev/OAD-Data-Science-Toolkit" target="_blank">github</a> or send us the materials directly via email.</p>
<!-- ENGLISH -->
<h3 lang="en">Assessments</h3>
<!-- <img src="images/logo.svg" alt="" /> -->
<p class="content" lang="en">Few Astronomy summer schools and extra-curricular programmes use any form of assessment. This deprives students of the opportunity to both experience and demonstrate their achievements; and doesn't allow the ability to show others that they achieved what they intended. The toolkit strives towards providing high quality pre- and post-assessments.</p>
<!-- SPANISH -->
<h3 lang="es">Evaluaciones</h3>
<!-- <img src="images/logo.svg" alt="" /> -->
<p class="content" lang="es">Pocas escuelas de verano o programas extracurriculares de astronomía utilizan alguna forma de evaluación. Esto priva a los estudiantes de la oportunidad de experimentar y demostrar sus avances, además de dificultar el compartir la relación entre logros y objetivos con terceras personas. Este toolkit pretende ofrecer pre- y post-evaluaciones de gran calidad.</p>
<!-- FRENCH -->
<h3 lang="fr">Assessments</h3>
<!-- <img src="images/logo.svg" alt="" /> -->
<p class="content" lang="fr">Few Astronomy summer schools and extra-curricular programmes use any form of assessment. This deprives students of the opportunity to both experience and demonstrate their achievements; and doesn't allow the ability to show others that they achieved what they intended. The toolkit strives towards providing high quality pre- and post-assessments.</p>
<!-- ENGLISH -->
<h3 lang="en">Coding and Content</h3>
<!-- <img src="images/logo.svg" alt="" /> -->
<p class="content" lang="en">This website has been created using a lot of different tools: HTML5, CSS3, PHP, MySQL, AJAX, jQuery, Shell, JavaScript and Python. If you have experience in any of these tools or perhaps would like to improve the content on this website please help contribute. The entire website can be found <a href="https://github.com/astro4dev/toolkit_website" target="_blank">here</a>.</p>
<!-- SPANISH -->
<h3 lang="es">Código y Contenido</h3>
<!-- <img src="images/logo.svg" alt="" /> -->
<p class="content" lang="es">Este sitio web ha sido creado utilizando múltiples herramientas de programación: HTML5, CSS3, PHP, MySQL, AJAX, jQuery, Shell, JavaScript y Python. Si posees experiencia en cualquiera de estas herramientas o quizás desees mejorar el contenido del sitio web, no dudes en contribuir. El sitio web al completo está disponible <a href="https://github.com/astro4dev/toolkit_website" target="_blank">aquí</a>.</p>
<!-- FRENCH -->
<h3 lang="fr">Coding and Content</h3>
<!-- <img src="images/logo.svg" alt="" /> -->
<p class="content" lang="fr">This website has been created using a lot of different tools: HTML5, CSS3, PHP, MySQL, AJAX, jQuery, Shell, JavaScript and Python. If you have experience in any of these tools or perhaps would like to improve the content on this website please help contribute. The entire website can be found <a href="https://github.com/astro4dev/toolkit_website" target="_blank">here</a>.</p>
</header>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<?php include 'footer.php';?>
</footer>
</div>
</body>
</html>