diff --git a/src/app.py b/src/app.py index 5b81285..04bca21 100755 --- a/src/app.py +++ b/src/app.py @@ -11,7 +11,7 @@ books = json.load(open("./static/json/books.json", "r")) skillList = json.load(open("./static/json/skills.json", "r")) timeline = json.load(open("./static/json/timeline.json", "r")) pages = json.load(open("./static/json/pages.json", "r")) -pages['home']['skillList'] = skillList +pages['projects']['skillList'] = skillList # pages['about']['timeline'] = timeline pages['projects']['projects'] = proj pages['home']['books'] = books diff --git a/src/static/Resume_Simonson_Andrew.pdf b/src/static/Resume_Simonson_Andrew.pdf index 9fa2187..ceff763 100755 Binary files a/src/static/Resume_Simonson_Andrew.pdf and b/src/static/Resume_Simonson_Andrew.pdf differ diff --git a/src/static/json/projects.json b/src/static/json/projects.json index 975763e..834684b 100755 --- a/src/static/json/projects.json +++ b/src/static/json/projects.json @@ -1,17 +1,4 @@ { - "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" - ] - ] - }, "RIT Hotspots": { "status": "WIP", "classes": "pinned geospacial programming", @@ -28,6 +15,12 @@ "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", @@ -57,6 +50,19 @@ ["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", diff --git a/src/static/json/skills.json b/src/static/json/skills.json index 4a4bdde..897ff3a 100755 --- a/src/static/json/skills.json +++ b/src/static/json/skills.json @@ -1,14 +1,15 @@ { - "Data and AI": { - "Tools": { - "Microsoft Azure": { - "Databricks": {}, - "Data Factory": {}, - "Stream Analytics": {} - }, - "Apache Spark": {}, - "Visual Basic for Applications (Excel)": {} + "Tools": { + "Microsoft Azure": { + "Databricks": {}, + "Data Factory": {}, + "Stream Analytics": {} }, + "Databricks": {}, + "Apache Spark": {}, + "Visual Basic for Applications (Excel)": {} + }, + "Data and AI": { "Python": { "PyTorch/TensorFlow": {}, "Numpy/Pandas": {}, diff --git a/src/static/photos/blinkies/010.gif b/src/static/photos/blinkies/010.gif new file mode 100644 index 0000000..3e8590d Binary files /dev/null and b/src/static/photos/blinkies/010.gif differ diff --git a/src/static/photos/blinkies/bobthebuilder.gif b/src/static/photos/blinkies/bobthebuilder.gif new file mode 100644 index 0000000..c06ea46 Binary files /dev/null and b/src/static/photos/blinkies/bobthebuilder.gif differ diff --git a/src/static/photos/blinkies/brainglow.gif b/src/static/photos/blinkies/brainglow.gif new file mode 100644 index 0000000..268c2fd Binary files /dev/null and b/src/static/photos/blinkies/brainglow.gif differ diff --git a/src/static/photos/blinkies/fearnobeer.gif b/src/static/photos/blinkies/fearnobeer.gif new file mode 100644 index 0000000..075d144 Binary files /dev/null and b/src/static/photos/blinkies/fearnobeer.gif differ diff --git a/src/static/photos/blinkies/pepsiaddict.gif b/src/static/photos/blinkies/pepsiaddict.gif new file mode 100644 index 0000000..a0db3ce Binary files /dev/null and b/src/static/photos/blinkies/pepsiaddict.gif differ diff --git a/src/static/photos/blinkies/tooclose.gif b/src/static/photos/blinkies/tooclose.gif new file mode 100644 index 0000000..920a193 Binary files /dev/null and b/src/static/photos/blinkies/tooclose.gif differ diff --git a/src/static/photos/blinkies/usa.gif b/src/static/photos/blinkies/usa.gif new file mode 100644 index 0000000..f2ed413 Binary files /dev/null and b/src/static/photos/blinkies/usa.gif differ diff --git a/src/static/photos/gifs/tflame.gif b/src/static/photos/gifs/tflame.gif new file mode 100644 index 0000000..85f141c Binary files /dev/null and b/src/static/photos/gifs/tflame.gif differ diff --git a/src/static/photos/projects/automotiveBrandAnalysis.png b/src/static/photos/projects/automotiveBrandAnalysis.png new file mode 100644 index 0000000..f07c4a8 Binary files /dev/null and b/src/static/photos/projects/automotiveBrandAnalysis.png differ diff --git a/src/static/photos/projects/automotiveValueLost.png b/src/static/photos/projects/automotiveValueLost.png new file mode 100644 index 0000000..32fdeb6 Binary files /dev/null and b/src/static/photos/projects/automotiveValueLost.png differ diff --git a/src/templates/header.html b/src/templates/header.html index 83dc2ab..6325521 100755 --- a/src/templates/header.html +++ b/src/templates/header.html @@ -70,7 +70,7 @@
+
+
- I'm Andrew Simonson,
- a Data Scientist at Ecolab and a graduate Data
- Science student at Rochester Institute of Technology,
- having recently completed the Computer Science BS program
- (international relations minor) with a focus on probability theory.
-
-
- I got my start ~2017 reverse engineering probablistic logic models in
- games and developing interfaces to recreate my findings for friends.
- Now I develop tracable AI built on deductive reasoning, maintaning
- scientific methodology in an industry obsessed with implicit rules and
- exclusive empiricism. As the analysis grew more sophisticated, so too
- did the tech stack - to the point that I now manage most services,
- like this website, end to end, container image to insight visual.
-
-
- I get bored and throw random stuff on this website. It's a form of
- unprofessional development and I swear by this form of learning.
-
+
+
+
+
+
+
+ As far as linking my online presence together goes...... mission
+ accomplished.
I guess I can grant myself some titles while
+ I'm at it:
+
+
+
+
-
-
+ I'm Andrew Simonson,
+ a Data Scientist at Ecolab and a graduate Data
+ Science student at
+ Rochester Institute of Technology, having
+ recently completed the Computer Science BS program
+ (international relations minor) with a focus on probability
+ theory.
+
+
+ I got my start ~2017 reverse engineering probablistic logic
+ models in games and developing interfaces to recreate my
+ findings for friends. Now I develop tracable AI built on
+ deductive reasoning, maintaning scientific methodology in an
+ industry obsessed with implicit rules and exclusive empiricism.
+ As the analysis grew more sophisticated, so too did the tech
+ stack - to the point that I now manage most services, like this
+ website, end to end, container image to insight visual.
+
+
+ I get bored and throw random stuff on this website. It's a form
+ of unprofessional development and I swear by this form of
+ learning.
+