File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,23 @@ export function Projects() {
1414
1515 < div className = "content-grid" >
1616 < ContentElement
17- title = "SETTLE - Satellite Element Tracking via TLE"
17+ title = "SETTLE: Satellite Element Tracking via TLE"
1818 description = "A satellite tracker using Celestrak TLE data with SGP4 orbit propagation and interactive map visualisations"
1919 image = { images . settle }
2020 link = "https://github.com/mgrinstein/SETTLE"
2121 hashtags = { [ "Python" , "CelesTrak" , "sgp4" ] }
2222 buttonText = "Source Code"
2323 />
2424 < ContentElement
25- title = "GROUNDSTER - GROUND Station TElemetry Receiver"
25+ title = "GROUNDSTER: GROUND Station TElemetry Receiver"
2626 description = "A simulated ground station that receives telemetry data from a satellite via TCP socket connection"
2727 image = { images . groundster }
2828 link = "https://github.com/mgrinstein/GROUNDSTER"
2929 hashtags = { [ "C++" , "Python" , "FASTAPI" ] }
3030 buttonText = "Source Code"
3131 />
3232 < ContentElement
33- title = "KILAUEA-EO - Kīlauea Earth Observation"
33+ title = "KILAUEA-EO: Kīlauea Earth Observation"
3434 description = "An analysis of a recent volcanic eruption using Sentinel-2 imagery in the NIR band from Google Earth Engine"
3535 image = { images . volcano }
3636 link = "https://github.com/mgrinstein/KILAUEA-EO"
You can’t perform that action at this time.
0 commit comments