Files
asimonson1125.github.io/src/static/json/projects.json
2025-07-14 18:11:58 -05:00

90 lines
3.7 KiB
JSON
Executable File

{
"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": {
"status": "complete",
"classes": "geospacial",
"bgi": "watershedTemps.png",
"content": "Geospacial analysis of Maryland's Antietam and Conococheague sub-watersheds, monitoring water quality and temperatures through the summer months for reporting to governmental review boards for environmental protection"
},
"Automotive Brand Valuation Analysis": {
"status": "complete",
"classes": "programming",
"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."
},
"Calorimetry Analysis Engineering": {
"status": "complete",
"classes": "pinned programming",
"bgi": "calorimeterAnalysis.png",
"content": "An analytical toolkit designed for reactive chemistry analysis, especially calorimetry. Works include automatic analysis, alerting unusual and dangerous results derived from a wide range of testing envrionments and equipment",
"links": []
},
"Geography of Alternative Energy": {
"status": "complete",
"classes": "pinned geospacial",
"bgi": "energyGeography.png",
"content": "An ArcGIS geospacial analysis comparing the difference in effectiveness of wind, solar, and geothermal energy across the continental 48 United States.",
"links": [
[
"globe",
"https://ritarcgis.maps.arcgis.com/apps/dashboards/17d5bda01edc4a2eb6205a4922d889c9",
"Dashboard"
]
]
},
"OccupyRIT": {
"status": "complete",
"classes": "pinned programming",
"bgi": "occupyRIT.png",
"content": "Collects RIT Gym Occupancy data, determining busiest workout times",
"links": [
["github", "https://github.com/asimonson1125/Occupy-RIT", "git repo"]
]
},
"Portfolio Website": {
"status": "WIP",
"classes": "programming",
"content": "This website is my personal sandbox where I've integrated some of my data projects via docker cluster. It is self hosted and zero-trust secure while remaining dynamic and free of the tech debt that comes with pre-designed sites and excessive framework application. Yeah, I can do E2E.",
"links": [
["globe", "https://asimonson.com", "Homepage"],
[
"github",
"https://github.com/asimonson1125/asimonson1125.github.io",
"git repo"
]
]
},
"Slate": {
"status": "complete",
"classes": "pinned programming",
"bgi": "slate.png",
"content": "Slate is a web app designed to help event coordinators schedule events by congregating participant calendar data. Includes Computer Science House account integration",
"links": [
["globe", "https://slate.csh.rit.edu", "site link"],
["github", "https://github.com/asimonson1125/Slate", "git repo"]
]
},
"Monte Carlo Engine for NationsGame": {
"status": "complete",
"classes": "programming",
"bgi": "ceoOfYugo.png",
"content": "A simulator for the browser game, NationsGame, to analyze unit composition and predict in-game victors and unit statistics. Unfortunately, NationsGame is now defunct. Limited screenshots of functionality.",
"links": [
[
"github",
"https://github.com/asimonson1125/NG-Rolls-Simulator",
"git repo"
]
]
}
}