inserting too many gifs
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
{
|
||||
"Data and AI": {
|
||||
"Tools": {
|
||||
"Microsoft Azure": {
|
||||
"Databricks": {},
|
||||
"Data Factory": {},
|
||||
"Stream Analytics": {}
|
||||
},
|
||||
"Databricks": {},
|
||||
"Apache Spark": {},
|
||||
"Visual Basic for Applications (Excel)": {}
|
||||
},
|
||||
"Data and AI": {
|
||||
"Python": {
|
||||
"PyTorch/TensorFlow": {},
|
||||
"Numpy/Pandas": {},
|
||||
|
||||
BIN
src/static/photos/blinkies/010.gif
Normal file
|
After Width: | Height: | Size: 987 B |
BIN
src/static/photos/blinkies/bobthebuilder.gif
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
src/static/photos/blinkies/brainglow.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
src/static/photos/blinkies/fearnobeer.gif
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
src/static/photos/blinkies/pepsiaddict.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
src/static/photos/blinkies/tooclose.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
src/static/photos/blinkies/usa.gif
Normal file
|
After Width: | Height: | Size: 620 B |
BIN
src/static/photos/gifs/tflame.gif
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
src/static/photos/projects/automotiveBrandAnalysis.png
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
src/static/photos/projects/automotiveValueLost.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
@@ -70,7 +70,7 @@
|
||||
<div class="header">
|
||||
<div id="name-container" onclick="goto('home')">
|
||||
<div class="line name">
|
||||
<span class="textGrad">Andrew Simonson</span>
|
||||
<span class="textGrad">{# Andrew Simonoson #}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -20,37 +20,27 @@
|
||||
<!--<INSERT SMALL BANNER HERE FOR PROJECT IMAGECARD CAROUSEL>-->
|
||||
<div id="desktopSpacer"></div>
|
||||
<div class="homeSubContent">
|
||||
<div class="flex equalitems vertOnMobile">
|
||||
<img alt='My Brain is Glowing' src="{{ url_for('static', filename='photos/blinkies/brainglow.gif') }}" />
|
||||
<img alt='Pepsi Addict' src="{{ url_for('static', filename='photos/blinkies/pepsiaddict.gif') }}" />
|
||||
<img alt='I Fear No Beer' src="{{ url_for('static', filename='photos/blinkies/fearnobeer.gif') }}" />
|
||||
<img alt='Secret Message' src="{{ url_for('static', filename='photos/blinkies/tooclose.gif') }}" />
|
||||
<img alt="They took my blood but it wasn't DNA, it was USA" src="{{ url_for('static', filename='photos/blinkies/usa.gif') }}" />
|
||||
<img alt='Bob the Builder gif' src="{{ url_for('static', filename='photos/blinkies/bobthebuilder.gif') }}" />
|
||||
<div>
|
||||
<h2>About Me</h2>
|
||||
<h3>Now What?</h3>
|
||||
<p>
|
||||
I'm Andrew Simonson<!--, CEO of the anti-thermodynamics syndicate.-->,
|
||||
a <strong>Data Scientist at Ecolab</strong> and a graduate Data
|
||||
Science student at <strong>Rochester Institute of Technology</strong>,
|
||||
having recently completed the <b>Computer Science BS</b> program
|
||||
(international relations minor) with a focus on probability theory.
|
||||
<br />
|
||||
<br />
|
||||
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.
|
||||
<br />
|
||||
<br />
|
||||
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.<br />I guess I can grant myself some titles while
|
||||
I'm at it:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Wicked Wizard of the Well</li>
|
||||
<li>Brown Belt Fucker Arounder, Black Belt Finder Outer</li>
|
||||
<li>Hater of Bloat, Enemy of Node.js</li>
|
||||
<li>Creator and Harnesser of Energy</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="skills">
|
||||
<h2 id="skillstag">Skills</h2>
|
||||
{% from 'partials/skills.html' import skills %} {{
|
||||
skills(var['skillList']) }}
|
||||
</div>
|
||||
</div>
|
||||
{# <br />
|
||||
<br />
|
||||
<div class="flex">
|
||||
<div class="pointer selfcenter" onClick="goto('duck')">
|
||||
<img
|
||||
@@ -66,12 +56,19 @@
|
||||
class="smallImg"
|
||||
/>
|
||||
</div>
|
||||
</div> #}
|
||||
<div class="selfcenter">
|
||||
<img
|
||||
src="{{ url_for('static', filename='photos/gifs/tflame.gif') }}"
|
||||
alt="memes, idk."
|
||||
class="smallImg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<div id="aboutCards" class="flex">
|
||||
<div class="chess">
|
||||
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125')
|
||||
}}
|
||||
{% from 'partials/chess.html' import chess %} {{
|
||||
chess('asimonson1125') }}
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
|
||||
@@ -5,6 +5,43 @@
|
||||
<h2 class="concentratedHead">Projects</h2>
|
||||
</div>
|
||||
|
||||
<div class="flex equalitems vertOnMobile">
|
||||
<div>
|
||||
<h2>About Me</h2>
|
||||
<p>
|
||||
I'm Andrew Simonson<!--, CEO of the anti-thermodynamics syndicate.-->,
|
||||
a <strong>Data Scientist at Ecolab</strong> and a graduate Data
|
||||
Science student at
|
||||
<strong>Rochester Institute of Technology</strong>, having
|
||||
recently completed the <b>Computer Science BS</b> program
|
||||
(international relations minor) with a focus on probability
|
||||
theory.
|
||||
<br />
|
||||
<br />
|
||||
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.
|
||||
<br />
|
||||
<br />
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
<div id="skills">
|
||||
<h2 id="skillstag">Skills</h2>
|
||||
{% from 'partials/skills.html' import skills %} {{
|
||||
skills(var['skillList']) }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<h2>Projects</h2>
|
||||
<!-- >
|
||||
<div class="checkbox-wrapper">
|
||||
<div class="flex start">
|
||||
@@ -31,13 +68,13 @@
|
||||
</div>
|
||||
</!-->
|
||||
<div class="projectList vContainer">
|
||||
{% from 'partials/project.html' import project %}
|
||||
{% for i in var["projects"] %}
|
||||
{{ project(i, var["projects"][i]["classes"], var["projects"][i]["status"], var["projects"][i]["bgi"], var["projects"][i]["content"], var["projects"][i]["links"]) }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% from 'partials/project.html' import project %} {% for i in
|
||||
var["projects"] %} {{ project(i, var["projects"][i]["classes"],
|
||||
var["projects"][i]["status"], var["projects"][i]["bgi"],
|
||||
var["projects"][i]["content"], var["projects"][i]["links"]) }} {% endfor
|
||||
%}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--><script>toggleCheckbox('')</script></!-->
|
||||
<!--><script>toggleCheckbox('')</script></!-->
|
||||
{% endblock %}
|
||||