{% block content %}

About

I'm Andrew Simonson, a data scientist at Ecolab and a graduate data science student at Rochester Institute of Technology, where I recently finished a B.S. in Computer Science with a minor in international relations and a focus on probability theory.

At work I build the models and the pipelines behind them. At home I run the servers. In between, I get bored and put things on this website, self-built and self-hosted as a sandbox for webdev experiments. This is what unprofessional development looks like.

There is also a résumé for paper-minded people.

Skills

Click a group to expand it

{% from 'partials/skills.html' import skills %} {{ skills(var['skillList']) }}

Certifications

Full list on LinkedIn

Entrepreneurship

Rochester Institute of Technology

Timeline

    {% for name, item in var['timeline'].items() %}
  1. {{ item.date }}

    {{ item.title }}

    {{ item.content | safe }}
  2. {% endfor %}
{% endblock %}