Skip to content

Latest commit

 

History

History
114 lines (86 loc) · 5.8 KB

index.md

File metadata and controls

114 lines (86 loc) · 5.8 KB
layout title class
page
Home
home

Hi, I'm Frank Elavsky

I research, design, engineer, contribute to standards, and talk about things at the intersection of data work and accessibility. I consider myself a maker and a builder before anything else, but I like to think I also do this work critically.

I'm a PhD student and researcher at the Human-Computer Interaction Institute at Carnegie Mellon University. I am advised by Dominik Moritz and Patrick Carrington and a member of the Data Interaction Group and AXLE Lab. I am also a W3C invited expert in data visualization in the ARIA Working Group and volunteer my time with other efforts.

I also offer part-time consulting services on a case by case basis, from single-session calls to large, on-going projects. My more recent work (both big and small) includes collaboration with the wonderful folks at Highsoft's Highcharts 📊, Apple , Adobe, Fizz Studio, SRI, UW-Madison's WGNHS, Northwestern University's MLDS, Quansight Labs, FiveThirtyEight, tldraw, and Microsoft. As of Jan 2024: I am likely booked for larger projects until the end of the summer of 2026. Please don't hestitate to reach out, I would still be happy to discuss what you're up to, connect you to folks, and send over resources.

It's me! A white man smiling with medium-short brown hair, glasses, and a grey t-shirt.

{:.no-list}

Featured <a href="{{ "/projects/" | relative_url }}">Projects

{% assign sorted_projects = site.data.projects | sort: 'highlight' %} {% for project in sorted_projects %} {% if project.highlight %} {% include project.html project=project %} {% endif %} {% endfor %}
Show More Projects

Featured <a href="{{ "/publications/" | relative_url }}">Publications

{% assign sorted_publications = site.publications | sort: 'year' | reverse %} {% for pub in sorted_publications %} {% if pub.highlight %} {{ pub.title }} {% for author in pub.authors %}{{ author }}{% unless forloop.last %}, {% endunless %}{% endfor %}. {% if pub.venue %}{{ pub.venue }}, {% endif %}{{ pub.year }}. {% for award in pub.awards %}
{{ award }}{% endfor %}
{% endif %} {% endfor %}

<a href="{{ "/publications/" | relative_url }}" class="button"> Show All Publications

My background

Before embarking on a PhD I was a staff design systems engineer at Visa on their Data Experience team and lead contributor to the accessibility efforts of their first open source library, Visa Chart Components. We were able to do some pretty extraordinary things together and I am fortunate to have worked alongside such world-class folks.

Prior to Visa I had a high-octane 2 years at Northwestern University working for Research Computing Services providing data visualization support to over two dozen research projects across a wide range of disciplines. Several of my projects won awards and have been featured in over 60 research publications (including the privilege of being uncredited in the 2017 Nobel Lecture on Physics), 100+ web articles, 4 PhD theses, 4 graduate courses, and 9 textbooks.

In my early career (before Northwestern), I worked in federal policy analyzing large, complex medicare/medicaid datasets and building visualization tools for lawyers and policymakers.

## Latest News
    {% for news in site.data.news limit:10 %} {% include news.html news=news %} {% endfor %}
## Latest Visits {% assign future_travel = site.data.travel | where_exp:'item','item.start == null' %} {% for travel in future_travel %} {% include travel.html travel=travel %} {% endfor %} {% assign sorted_travel = site.data.travel | where_exp:'item','item.start' | sort: 'start' | reverse %} {% for travel in sorted_travel limit:10 %} {% include travel.html travel=travel %} {% endfor %}