-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenge.html
141 lines (139 loc) · 8.74 KB
/
challenge.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
<!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: Challenge</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" href="educators.html">Educators</a>
<a class="dropdown-item active-drop" href="#">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">Challenges</h1>
</div>
<div class="container-fluid">
<div class="row text-center">
<div class="col-md-8 offset-md-2">
<p>Seasonal Astronomy and Python related challenges. If you complete a challenge be sure to share your code with everyone!</p>
</div>
</div>
<br>
</div>
<div class="container-fluid" id="challenge-cont">
<div class="row text-center">
<div class="col-md-8 offset-md-2">
<h2 class="special-center-text">2022 Update</h2>
<p class="special-center-text">As of the 2022 Maintenance Update 1 challenges will no longer be issued and they will be archived in the GitHub repo. I will be working on a more meaningful way to engage the community where the engagement and wider impact can be measured.</p>
<br>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1">
<h4 class="special-center-text">Archived</h4>
<p class="special-center-text">Past challenges are archived below. Some of my solutions can be found on GitHub.</p><br>
<h4>Autumn 2021</h4><br>
<p><strong>Challenge:</strong> Create and submit a plot to Astro Plot of the Week on Twitter <a href="https://twitter.com/PlotAstro" class="astroLinks">@PlotAstro</a>.</p>
<p>As per Astro Plot of the Weeks instructions you can submit a plot/graph/diagram by sharing the link with them on Twitter. Be sure to share your code as well! Looking for inspiration or data? Check out <a href="http://tdc-www.harvard.edu/astro.data.html" class="astroLinks">these astronomical data sources</a> by the Smithsonian Astrophysical Observatory.</p><br>
<h4>Spring 2021</h4><br>
<p><strong>Challenge:</strong> Calculate possible launch windows to Mars using a Hohmann Orbit.</p>
<p>If you are a student check out the special activity linked to this challenge on the A&P JupyterHub. You can find loads of great videos about orbital mechanics on Alfonzo Gonzalez's YouTube channel <a href="https://www.youtube.com/channel/UCt2NJAAW0Ln0hBpArRF1rpg" class="astroLinks">here</a>.</p>
<br>
<h4>Winter 2020/21</h4><br>
<p><strong>Challenge:</strong> Earth has one Moon, Mars two, and Tatooine three! If Mars and Tatooine had oceans of water on them what would the tides be like?</p>
<p>Start by simulating the tides of the Earth - Moon system then move onto Mars! If you want to stretch to three moons/Tatooine then you will have to make up values for distances etc of the moons.</p><br>
<img alt="Tides on Mars" src="images/Tides_Mars_0_1.png" class="challengeImage"><br>
<p>This diagram shows the tidal acceleration on Mars from Deimos and Phobos.</p>
<br>
<h4>Autumn 2020</h4><br>
<p><strong>Challenge:</strong> How much older would you be if you stayed on Earth instead of travelling to Alpha Centauri at a) warp 5? or b) sublight speed?</p>
<br>
<h4>Summer 2020</h4><br>
<p><strong>Challenge:</strong> Create a program to track sunspots across the face of the Sun automatically. You may use any python modules. I suggest using SunPy for retrieving images of the Sun. How can you use your tracking code to calculate the rotation period of the sun?</p>
<img alt="Sunspots Tracked" src="images/sunspotsTracked.gif" class="challengeImage"><br>
<p>My attempt at this is in the AstPy-6 activity (no peeking!). I will be making a few changes that are nagging me over the summer before I post my solution.</p>
<br>
<h4>June 2020</h4><br>
<p><strong>Challenge:</strong> Calculate the time between when a planet is at its closest to the Earth and when a planet is at its furthest from the Earth.</p>
<img alt="Earth Mars Distance" src="images/earthMarsOpt.gif" class="challengeImage"><br>
<p>This gif shows the distance between the Earth and Mars over one orbit of Mars assuming they start at their closest approach. The maximum separation between the Earth and Mars is shown as 2.649 AU. How long will it take for the two planets to reach that maximum separation of 2.649 AU? You may use astropy's units module but no other astronomy related python package.</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>