-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducators.html
119 lines (117 loc) · 7.29 KB
/
educators.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Astronomy & Python: Get Involved</title>
<!-- Bootstrap -->
<link href="css/bootstrap-4.4.1.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/main.css" rel="stylesheet" type="text/css">
<link rel="icon" href="favicon.png">
</head>
<body>
<div class="nav-social-wrapper">
<nav class="navbar navbar-expand-md navbar-light astro-navbar">
<div id="navlogo-div"><a class="navbar-brand align-items-center align-self-center" href="index.html"><img id="navlogo" src="images/APLogoNAV.svg" alt="Astronomy and Python Logo"></a></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item ">
<a class="nav-link navlink" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link navlink" href="about.html">About</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link navlink dropdown-toggle navbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Get Involved
</a>
<div class="dropdown-menu astro-drop" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="projects.html">Students</a>
<a class="dropdown-item active-drop" href="#">Educators</a>
<a class="dropdown-item" href="challenge.html">Challenges</a>
</div>
</li>
<li class="nav-item astro-nav-item">
<a class="nav-link navlink" href="code.html">Code</a>
</li>
<li class="nav-item astro-nav-item">
<a class="nav-link navlink" href="https://github.com/AstroDimitrios/Astronomy">
GitHub <img id="githubLogo" alt="GitHub Logo" src="images/github.svg">
</a>
</li>
<li class="nav-item dropdown astro-nav-item">
<a class="nav-link navlink dropdown-toggle navbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Resources
</a>
<div class="dropdown-menu astro-drop" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="ppt.html">Teaching</a>
<a class="dropdown-item" href="data.html">Data</a>
<a class="dropdown-item" href="fits.html">FITs Processing</a>
<a class="dropdown-item" href="read.html">Reading Lists</a>
<a class="dropdown-item" href="edi.html">EDI & Careers</a>
<a class="dropdown-item" href="visual.html">Visuals</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="social_square_icons">
<ul>
<li id="ytube-list"><a href="https://www.youtube.com/channel/UCf8Sg-cgLNubyCM5Em8eDZg" class="youtube gap"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/AstroDimitrios" class="t_twitter gap"><i class="fa fa-twitter" aria-hidden="true"></i></a> </li>
<li><a href="https://www.linkedin.com/in/dimitrios-theodorakis-62b378171/" class="linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a> </li>
</ul>
</div>
</div>
<div class="jumbotron jumbotron-fluid text-center subpage-title">
<h1 class="display-4 innerjumbo with-smalltag">Get Involved</h1>
<p class="smalltag">for educators</p>
</div>
<div class="container-fluid">
<div class="row text-center">
<div class="col-md-8 offset-md-2">
<p>How to get involved in the Astronomy and Python Project.</p>
<p>If you're looking for details about exisiting activities head over to <a href="code.html" class="astroLinks">Code</a>. If you're looking for teaching resources head over to <a href="ppt.html" class="astroLinks">Teaching</a>.</p>
<p align="center"><strong>Email</strong> astrodimitrios(at)gmail.com <strong>Twitter</strong> @astroDimitrios</p>
</div>
</div>
<br><br>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2">
<h2 class="has-dropcap">1 Add your activities and code</h2>
<p class="just-text">Add your own existing python notebook activities to the repository on GitHub! Or submit any code that you think would be useful for astronomy educators to be incorporated into activities or the astroedu python package. All submissions welcome if you're in doubt we want your code! Submit via GitHub or email.</p>
<br>
<h2 class="has-dropcap-right">2 Create an activity</h2>
<p class="just-text">Create a Python activity on a topic in Astronomy or Geophysics. Any topic for any level of student! When I write an activity it also usually provides code for astroedu, interactives for teaching, and some pretty plots which are all useful (that doesn't mean you have to do all of this!). To see my ideas for notebooks and to add your own visit the Google Sheet <a href="https://docs.google.com/spreadsheets/d/1nI1CEwzwjjd4dXfO8avYXk73pUbixMLHj3u1bygh1lg/edit?usp=sharing" class="astroLinks">here</a>.</p>
<br>
<h2 class="has-dropcap">3 Test and maintain activities</h2>
<p class="just-text">My existing code needs testers! I have been able to test ~half of the activities with my students and the help of external collaborators. astroedu also needs help testing and maintaining, especially updating submodules to keep in line with their master branch.</p>
<br>
<h2 class="has-dropcap-right">4 Translate activities</h2>
<p class="just-text">Let's go global! It would be great if we had a few people to slowly translate activities into other languages, so they have wider reach. Please email me if you're thinking of doing this. The Google Sheet with notebook ideas (<a href="https://docs.google.com/spreadsheets/d/1nI1CEwzwjjd4dXfO8avYXk73pUbixMLHj3u1bygh1lg/edit?usp=sharing" class="astroLinks">here again</a>) has a section for who is doing which translations, and where the translated repository is located.</p>
<br>
</div>
</div>
<br>
<hr>
<div class="row">
<div class="text-center col-md-8 offset-md-2">
<!-- <h5>Contact - astrodimitrios(at)gmail.com </h5>-->
<p class="footer-text">Contact - astrodimitrios(at)gmail.com, <br class="brfooter">Copyright Dimitrios Theodorakis © 2023 · GNU GPL 3.0</p>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.4.1.js"></script>
</body>
</html>