Skip to content

Latest commit

 

History

History
151 lines (106 loc) · 5.46 KB

projects.md

File metadata and controls

151 lines (106 loc) · 5.46 KB
layout title permalink
page
Projects
projects/

Things I do, including research, academic course projects, and miscellaneous interests.

PhD Dissertation

My dissertation contributed interactive interfaces to enable machine learning interpretability at scale and for everyone.

{% include dissertation/document.html details=false location=home %}
{% assign sortedPublications = site.categories.papers | sort: 'feature-order' %} {% for feature in sortedPublications %} {% if feature.dissertation == true %} {% include feature.html feature=feature %} {% endif %} {% endfor %}

Research

Research publications for fans of human-computer interaction, data visualization, and machine learning.

{% for project in site.categories.papers %} {% include project.html project=project %} {% endfor %}

Interactive Articles

Enhanced reading experiences that demonstrate what's possible when dynamic media are effectively combined.

{% assign sortedArticles = site.data.articles | where: "featured", true %} {% assign ia = site.categories.papers | where:"permalink", "papers/interactive-articles" %}
{% assign feature = sortedArticles[0] %}
{% include feature.html feature=feature %}

{% assign feature = ia[0] %}
{% include feature.html feature=feature %}
    {% for article in site.data.articles %} {% unless article.feature-only %}
  • {{ article.title }} {{ article.year }}
  • {% endunless %} {% endfor %}

Apple Chart Design Guidelines

Guidance and best practices to help designers and developers create the best charts for any Apple platform.

{% for feature in site.data.designs %} {% if feature.featured == true %} {% include feature.html feature=feature %} {% endif %} {% endfor %}

Parametric Press Articles

A born-digital, experimental magazine dedicated to showcasing the expository power of the web.

{% assign parametric = site.data.articles | where: "parametric-issue", true %} {% for feature in parametric %} {% include feature.html feature=feature %} {% endfor %}
    {% for article in site.data.parametric-articles %}
  • {{ article.title }} {{ article.year }}
  • {% endfor %}

Undergraduate Thesis

[3D Printing the Trefoil Knot and its Pages][trefoil] 2015

REU

[Math & Computational Science REU][reu] 2014

Course Projects

Other

[trefoil]: {{ site.url }}/projects/3d-printing-the-trefoil-knot-and-its-pages "3D Printing the Trefoil Knot and its Pages" [reu]: {{ site.url }}/projects/mathematics-&-computational-science-reu "Mathematics & Computational Science REU"