mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
59 lines
2.6 KiB
HTML
Executable File
59 lines
2.6 KiB
HTML
Executable File
{% block content %}
|
|
<div class="foreground"></div>
|
|
<div class="foregroundContent">
|
|
<div class="flex equalitems vertOnMobile">
|
|
<div>
|
|
<div>
|
|
<h2 class="concentratedHead">About Me<p><sup>Data Scientist, Amateur SysAdmin, Polymath</sup></p></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 started in ~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.<br/>
|
|
This is what unprofessional development looks like.
|
|
</p>
|
|
</div>
|
|
<br/>
|
|
<br/>
|
|
<h4 class='concentratedHead'>
|
|
I also have a
|
|
<a href="Resume_Simonson_Andrew.pdf" target="_blank">resume</a>
|
|
for unexplained reasons.
|
|
</h4>
|
|
</div>
|
|
<div id="skills">
|
|
<h2 id="skillstag">Technologies</h2>
|
|
{% from 'partials/skills.html' import skills %} {{
|
|
skills(var['skillList']) }}
|
|
</div>
|
|
</div>
|
|
|
|
<br />
|
|
<h2 class="concentratedHead">Projects</h2>
|
|
<div class="projectList">
|
|
{% 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>
|
|
|
|
{% endblock %}
|