deprecate hotspots RIT

This commit is contained in:
2025-12-09 19:40:40 -06:00
parent 2f90b03e6b
commit b1f94b990c
2 changed files with 12 additions and 11 deletions

View File

@@ -1,14 +1,4 @@
{ {
"RIT Hotspots": {
"status": "WIP",
"classes": "pinned geospacial programming",
"bgi": "hotspotsrit.png",
"content": "Live crowd migration map using RIT occupancy data",
"links": [
["globe", "https://hotspots.asimonson.com", "demo"],
["github", "https://github.com/asimonson1125/hotspotsrit", "git repo"]
]
},
"Antietam-Conococheague Watershed Monitoring": { "Antietam-Conococheague Watershed Monitoring": {
"status": "complete", "status": "complete",
"classes": "geospacial", "classes": "geospacial",
@@ -21,6 +11,15 @@
"bgi": "automotiveBrandAnalysis.png", "bgi": "automotiveBrandAnalysis.png",
"content": "Brand valuation analysis of the used car market, measuring value decay by mileage to extrapolate qualities such as percieved reliability and persistent value of luxury features." "content": "Brand valuation analysis of the used car market, measuring value decay by mileage to extrapolate qualities such as percieved reliability and persistent value of luxury features."
}, },
"RIT Hotspots": {
"status": "incomplete",
"classes": "pinned geospacial programming",
"bgi": "hotspotsrit.png",
"content": "Live crowd migration map using RIT occupancy data. It seems RIT didn't like me exposing their surveilance state but since they didn't want to talk to me about it they instead changed the service response schema a few times. When that didn't stop me they just shut down the whole service. Nerds.",
"links": [
["github", "https://github.com/asimonson1125/hotspotsrit", "git repo"]
]
},
"Calorimetry Analysis Engineering": { "Calorimetry Analysis Engineering": {
"status": "complete", "status": "complete",
"classes": "pinned programming", "classes": "pinned programming",

View File

@@ -61,12 +61,14 @@
<!-- <script src="{{ url_for('static', filename='js/checkbox.js') }}"></script> !--> <!-- <script src="{{ url_for('static', filename='js/checkbox.js') }}"></script> !-->
<script src="{{ url_for('static', filename='js/responsive.js') }}"></script> <script src="{{ url_for('static', filename='js/responsive.js') }}"></script>
<script src="{{ url_for('static', filename='js/chessbed.js') }}"></script> <script src="{{ url_for('static', filename='js/chessbed.js') }}"></script>
<script src="{{ url_for('static', filename='js/idler.js') }}"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>
<title>{{ var['title'] }}</title> <title>{{ var['title'] }}</title>
</head> </head>
{% block header %} {% block header %}
<body onpopstate="backButton()"> <body onpopstate="backButton()">
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<iframe src="http://hotspots.asimonson.com/?legend=false" title="HotspotsRIT" id="map"></iframe> <main id='map'></main>
<div id="contentStuffer"> <div id="contentStuffer">
<div class="header"> <div class="header">
<div id="name-container" onclick="goto('home')"> <div id="name-container" onclick="goto('home')">