{{ site.data.ui-text[site.locale].share_on_label |
Bluesky
- Facebook
-
LinkedIn
- X (formerly Twitter)
diff --git a/_pages/about.md b/_pages/about.md
index 387e2f3..1ef82f9 100644
--- a/_pages/about.md
+++ b/_pages/about.md
@@ -1,49 +1,13 @@
---
permalink: /
-title: "Academic Pages is a ready-to-fork GitHub Pages template for academic personal websites"
+title: "Spencer Kiser"
author_profile: true
redirect_from:
- /about/
- /about.html
---
+Hello there! I’m a technologist with experience working at museums and cultural institutions. I’m currently the Senior Manager of Application Development at the Metropolitan Museum of Art, where I lead a team of developers who build and support the museum’s digital products, like [metmuseum.org](https://www.metmuseum.org), [The Timeline of Art History](https://www.metmuseum.org/toah), and the APIs for the collection and [Open Access](https://www.metmuseum.org/about-the-met/policies-and-documents/open-access).
-This is the front page of a website that is powered by the [Academic Pages template](https://github.com/academicpages/academicpages.github.io) and hosted on GitHub pages. [GitHub pages](https://pages.github.com) is a free service in which websites are built and hosted from code and data stored in a GitHub repository, automatically updating when a new commit is made to the repository. This template was forked from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/) created by Michael Rose, and then extended to support the kinds of content that academics have: publications, talks, teaching, a portfolio, blog posts, and a dynamically-generated CV. You can fork [this template](https://github.com/academicpages/academicpages.github.io) right now, modify the configuration and markdown files, add your own PDFs and other content, and have your own site for free, with no ads!
+Before the Met, I was a developer at the Museum of Modern Art (MoMA). There, I worked in Digital on the team that built the native MoMA Audio+ apps, [moma.org](https://www.moma.org), and various interventions in the galleries.
-A data-driven personal website
-======
-Like many other Jekyll-based GitHub Pages templates, Academic Pages makes you separate the website's content from its form. The content & metadata of your website are in structured markdown files, while various other files constitute the theme, specifying how to transform that content & metadata into HTML pages. You keep these various markdown (.md), YAML (.yml), HTML, and CSS files in a public GitHub repository. Each time you commit and push an update to the repository, the [GitHub pages](https://pages.github.com/) service creates static HTML pages based on these files, which are hosted on GitHub's servers free of charge.
-
-Many of the features of dynamic content management systems (like Wordpress) can be achieved in this fashion, using a fraction of the computational resources and with far less vulnerability to hacking and DDoSing. You can also modify the theme to your heart's content without touching the content of your site. If you get to a point where you've broken something in Jekyll/HTML/CSS beyond repair, your markdown files describing your talks, publications, etc. are safe. You can rollback the changes or even delete the repository and start over - just be sure to save the markdown files! Finally, you can also write scripts that process the structured data on the site, such as [this one](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb) that analyzes metadata in pages about talks to display [a map of every location you've given a talk](https://academicpages.github.io/talkmap.html).
-
-Getting started
-======
-1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
-1. Fork [this template](https://github.com/academicpages/academicpages.github.io) by clicking the "Use this template" button in the top right.
-1. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL.
-1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
-1. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
-1. Check status by going to the repository settings, in the "GitHub pages" section
-
-Site-wide configuration
-------
-The main configuration file for the site is in the base directory in [_config.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_config.yml), which defines the content in the sidebars and other site-wide features. You will need to replace the default variables with ones about yourself and your site's github repository. The configuration file for the top menu is in [_data/navigation.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_data/navigation.yml). For example, if you don't have a portfolio or blog posts, you can remove those items from that navigation.yml file to remove them from the header.
-
-Create content & metadata
-------
-For site content, there is one markdown file for each type of content, which are stored in directories like _publications, _talks, _posts, _teaching, or _pages. For example, each talk is a markdown file in the [_talks directory](https://github.com/academicpages/academicpages.github.io/tree/master/_talks). At the top of each markdown file is structured data in YAML about the talk, which the theme will parse to do lots of cool stuff. The same structured data about a talk is used to generate the list of talks on the [Talks page](https://academicpages.github.io/talks), each [individual page](https://academicpages.github.io/talks/2012-03-01-talk-1) for specific talks, the talks section for the [CV page](https://academicpages.github.io/cv), and the [map of places you've given a talk](https://academicpages.github.io/talkmap.html) (if you run this [python file](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.py) or [Jupyter notebook](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb), which creates the HTML for the map based on the contents of the _talks directory).
-
-**Markdown generator**
-
-The repository includes [a set of Jupyter notebooks](https://github.com/academicpages/academicpages.github.io/tree/master/markdown_generator
-) that converts a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the Academic Pages template. The sample CSVs in that directory are the ones I used to create my own personal website at stuartgeiger.com. My usual workflow is that I keep a spreadsheet of my publications and talks, then run the code in these notebooks to generate the markdown files, then commit and push them to the GitHub repository.
-
-How to edit your site's GitHub repository
-------
-Many people use a git client to create files on their local computer and then push them to GitHub's servers. If you are not familiar with git, you can directly edit these configuration and markdown files directly in the github.com interface. Navigate to a file (like [this one](https://github.com/academicpages/academicpages.github.io/blob/master/_talks/2012-03-01-talk-1.md) and click the pencil icon in the top right of the content preview (to the right of the "Raw | Blame | History" buttons). You can delete a file by clicking the trashcan icon to the right of the pencil icon. You can also create new files or upload files by navigating to a directory and clicking the "Create new file" or "Upload files" buttons.
-
-Example: editing a markdown file for a talk
-
-
-For more info
-------
-More info about configuring Academic Pages can be found in [the guide](https://academicpages.github.io/markdown/), the [growing wiki](https://github.com/academicpages/academicpages.github.io/wiki), and you can always [ask a question on GitHub](https://github.com/academicpages/academicpages.github.io/discussions). The [guides for the Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/docs/configuration/) (which this theme was forked from) might also be helpful.
+My background is in field recording and sound design, and I attended the Interactive Telecommunications Program (ITP) at NYU’s Tisch School of the Arts, where I combined my background in audio and web development to build projects that focus on the use of sound and space.
\ No newline at end of file
diff --git a/_pages/cv.md b/_pages/cv.md
index 5e1f08a..bbfa4c4 100644
--- a/_pages/cv.md
+++ b/_pages/cv.md
@@ -9,38 +9,31 @@ redirect_from:
{% include base_path %}
-Education
-======
-* Ph.D in Version Control Theory, GitHub University, 2018 (expected)
-* M.S. in Jekyll, GitHub University, 2014
-* B.S. in GitHub, GitHub University, 2012
-
Work experience
-======
-* Spring 2024: Academic Pages Collaborator
- * GitHub University
- * Duties includes: Updates and improvements to template
- * Supervisor: The Users
-
-* Fall 2015: Research Assistant
- * GitHub University
- * Duties included: Merging pull requests
- * Supervisor: Professor Hub
-
-* Summer 2015: Research Assistant
- * GitHub University
- * Duties included: Tagging issues
- * Supervisor: Professor Git
+===
+* **Senior Manager, Application Development** at [The Metropolitan Museum of Art](https://www.metmuseum.org/)
+ 2021 — present
+* **Lead Developer, Collection** at [The Metropolitan Museum of Art](https://www.metmuseum.org/)
+ 2016 — 2021
+* **Manager of Media Technology, Digital** at [The Metropolitan Museum of Art](https://www.metmuseum.org/)
+ 2014 — 2016
+* **Media Technology Developer** at [Museum of Modern Art](https://www.moma.org/)
+ 2007 — 2014
+* **Technologist** at [WNYC](https://www.wnyc.org/)
+ 2006 — 2007
+* **Special Projects Technologist** at [AV&C](https://www.av-controls.com/)
+ 2006 — 2007
+* **Business Analyst, Licensing** at [ASCAP](https://www.ascap.com/)
+ 2001 — 2005
+* **Team Lead, International Distribution** at [ASCAP](https://www.ascap.com/)
+ 1996 — 2001
+* **Webmaster** at [Anthology Film Archives](https://www.anthologyfilmarchives.org/)
+ 1998 — 2000
+* **Co-founder** at Fluid Ounce Records
+ 1996 — 1999
+* **Music Buyer** at [Mondo Kim's](https://en.wikipedia.org/wiki/Kim%27s_Video_and_Music)
+ 1996
-Skills
-======
-* Skill 1
-* Skill 2
- * Sub-skill 2.1
- * Sub-skill 2.2
- * Sub-skill 2.3
-* Skill 3
-
Publications
======
{% for post in site.publications reversed %}
@@ -59,6 +52,21 @@ Teaching
{% include archive-single-cv.html %}
{% endfor %}
-Service and leadership
+Education
======
-* Currently signed in to 43 different slack teams
+* **Master of Professional Studies (M.P.S.), Interactive Telecommunications Program**
+ New York University
+ 2004 — 2006
+* **Audio Engineering Certificate**
+ The New School
+ 2000
+* **Bachelor of Arts (B.A.), German Language and Literature**
+ Boston University
+ 1992 — 1994
+* **Germanistik Austauschprogram**
+ Universität Heidelberg
+ 1993 - 1994
+
+Volunteering
+======
+
diff --git a/_pages/portfolio.html b/_pages/portfolio.html
index d5c93d2..0f6684b 100644
--- a/_pages/portfolio.html
+++ b/_pages/portfolio.html
@@ -8,7 +8,7 @@
{% include base_path %}
-{% for post in site.portfolio %}
+{% for post in site.portfolio reversed %}
{% include archive-single.html %}
{% endfor %}
diff --git a/_pages/year-archive.html b/_pages/year-archive.html
index b3b2883..40605bd 100644
--- a/_pages/year-archive.html
+++ b/_pages/year-archive.html
@@ -1,7 +1,7 @@
---
layout: archive
permalink: /year-archive/
-title: "Blog posts"
+title: "Press Mentions"
author_profile: true
redirect_from:
- /wordpress/blog-posts/
diff --git a/_portfolio/dial-a-poem.md b/_portfolio/dial-a-poem.md
new file mode 100644
index 0000000..493a0ef
--- /dev/null
+++ b/_portfolio/dial-a-poem.md
@@ -0,0 +1,18 @@
+---
+layout: single
+title: "Random Poem Player"
+header:
+ teaser: "portfolio/dial-a-poem-500w.jpg"
+date: 2012-05-17
+collection: portfolio
+categories:
+ - software
+ - telephony
+ - MoMA
+institution: MoMA
+excerpt: Custom telephony application and web audio player to support artwork "Dial-A-Poem", by John Adorno, in the exhibition, Ecstatic Alphabets at the Museum of Modern Art.
+---
+
+*Photo Credit: Dan Phiffer*
+
+Custom telephony application and web audio player to support artwork ["Dial-A-Poem"](https://www.moma.org/interactives/exhibitions/2012/ecstaticalphabets/dial-a-poem/), by John Adorno, in the exhibition, [Ecstatic Alphabets](https://www.moma.org/interactives/exhibitions/2012/ecstaticalphabets) at the [Museum of Modern Art](https://www.moma.org)
\ No newline at end of file
diff --git a/_portfolio/fermata.md b/_portfolio/fermata.md
new file mode 100644
index 0000000..2b4b4eb
--- /dev/null
+++ b/_portfolio/fermata.md
@@ -0,0 +1,17 @@
+---
+layout: single
+title: "Fermata"
+header:
+ teaser: "portfolio/fermata-500w.jpg"
+date: 2005-07-16
+collection: portfolio
+categories:
+ - software
+ - accessibility
+ - ITP
+institution: ITP
+excerpt: Auditory calendar for the visually impaired.
+---
+
+
+Auditory calendar software for the visually impaired. Goal was to provide quick access to calendar data using sound, and can therefore be useful for sighted users with the trend of ever-decreasing mobile phone screen sizes. Fermata was presented at the Microsoft Design Expo competition in July 2005, where it won the award for Best Concept, and at the 2006 O'Reilly Emerging Technology Conference.
\ No newline at end of file
diff --git a/_portfolio/forest-hills-sound-map.md b/_portfolio/forest-hills-sound-map.md
new file mode 100644
index 0000000..3064fa6
--- /dev/null
+++ b/_portfolio/forest-hills-sound-map.md
@@ -0,0 +1,15 @@
+---
+layout: single
+title: Forest Hills Sound Map
+header:
+ teaser: "portfolio/forest-hills-soundmap-300w.png"
+date: Fri, 30 Dec 2005 16:12:29 +0000
+collection: portfolio
+category: software
+institution: ITP
+tags: processing, field-recordings, sound-maps
+excerpt: Forest Hills Sound Map is a sound map consisting of field recordings made in 2005 in my former neighborhood, Forest Hills.
+---
+
+
+Forest Hills Sound Map is a sound map consisting of field recordings made in 2005 in my former neighborhood, Forest Hills, Queens. I made binaural field recordings in various locations and connected them to their corresponding spot on a map.
diff --git a/_portfolio/moma-mobile.md b/_portfolio/moma-mobile.md
new file mode 100644
index 0000000..a0991fe
--- /dev/null
+++ b/_portfolio/moma-mobile.md
@@ -0,0 +1,16 @@
+---
+layout: single
+title: "MoMA Mobile"
+header:
+ teaser: "portfolio/moma-mobile-500w.png"
+date: 2010-07-30
+collection: portfolio
+categories:
+ - mobile development
+ - MoMA
+institution: MoMA
+excerpt: The first version of the MoMA mobile platform.
+---
+
+
+The first version of the MoMA mobile platform. A mobile-optimized view of MoMA's digital offerings, including art & artists, art terms, mobile tours, current and upcoming exhibitions, events and films, and visitor information. Built for iOS, Android, and WebKit based mobile browsers.
diff --git a/_portfolio/moma-studio-sound-map.md b/_portfolio/moma-studio-sound-map.md
new file mode 100644
index 0000000..c607bbb
--- /dev/null
+++ b/_portfolio/moma-studio-sound-map.md
@@ -0,0 +1,17 @@
+---
+layout: single
+title: "MoMA Studio: Common Senses Sound Map"
+header:
+ teaser: "portfolio/common-senses-soundmap-500w.png"
+date: 2012-10-09
+collection: portfolio
+categories:
+ - software
+ - MoMA
+institution: MoMA
+excerpt: A sound map for exploring field recordings made around the world as part of a multisensory environment called Common Senses in conjunction with the exhibition Century of the Child.
+---
+
+
+A sound map for exploring field recordings made around the world as part of a multisensory environment called Common Senses in conjunction with the exhibition Century of the Child.
+Visitors are invited to make field recordings and submit them along with the recording location. Users can hear sounds by exploring an kiosk map in the museum, or by visiting the online sound map. Clicking the markers triggers the sound recorded at the marker.
diff --git a/_portfolio/mythic-creatures.md b/_portfolio/mythic-creatures.md
new file mode 100644
index 0000000..1805941
--- /dev/null
+++ b/_portfolio/mythic-creatures.md
@@ -0,0 +1,18 @@
+---
+layout: single
+title: "Mermaid <-> Manatee app"
+header:
+ teaser: "portfolio/mythic-creatures-500w.png"
+date: 2013-07-14
+collection: portfolio
+categories:
+ - AMNH
+ - hardware
+ - software
+institution: AMNH
+excerpt: Software for the Mermaid / Manatee installation in the Mythic Creatures exhibit at the American Museum of Natural History.
+---
+
+
+Software for the Mermaid installation in the Mythic Creatures exhibit, at the American Museum of Natural History.
+Visitors peer into a telescope pointed at a manatee model suspended from the ceiling. As you turn the telescope's knob, the manatee transforms into an animated mermaid.
diff --git a/_portfolio/portfolio-1.md b/_portfolio/portfolio-1.md
deleted file mode 100644
index 847af9e..0000000
--- a/_portfolio/portfolio-1.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: "Portfolio item number 1"
-excerpt: "Short description of portfolio item number 1 "
-collection: portfolio
----
-
-This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML.
diff --git a/_portfolio/portfolio-2.html b/_portfolio/portfolio-2.html
deleted file mode 100644
index 8a0c6eb..0000000
--- a/_portfolio/portfolio-2.html
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: "Portfolio item number 2"
-excerpt: "Short description of portfolio item number 2 "
-collection: portfolio
----
-
-This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML.
diff --git a/_portfolio/sonic-body-pong.md b/_portfolio/sonic-body-pong.md
new file mode 100644
index 0000000..1cb38a7
--- /dev/null
+++ b/_portfolio/sonic-body-pong.md
@@ -0,0 +1,16 @@
+---
+layout: single
+title: "Sonic Body Pong"
+header:
+ teaser: "portfolio/sonic-body-pong-500w.jpg"
+date: 2006-09-23
+collection: portfolio
+categories:
+ - games
+ - software
+ - hardware
+excerpt: Sonic Body Pong is based on Atari's classic video game Pong, and takes place in real space, with the players using their bodies as paddles. The ball is experienced by the players purely through spatialized sound piped to the players via headphones.
+---
+
+
+Sonic Body Pong is based on Atari's classic video game Pong, and takes place in real space, with the players using their bodies as paddles. The ball is experienced by the players purely through spatialized sound piped to the players via headphones. Featured at the 2006 Come Out and Play Festival and presented at the 2007 O'Reilly Emerging Technology Conference.
\ No newline at end of file
diff --git a/_portfolio/sonictroller.md b/_portfolio/sonictroller.md
new file mode 100644
index 0000000..1aa4dcc
--- /dev/null
+++ b/_portfolio/sonictroller.md
@@ -0,0 +1,21 @@
+---
+layout: single
+title: "Sonictroller"
+header:
+ teaser: "portfolio/modal-kombat-fight-500w.jpg"
+date: 2004-12-05
+collection: portfolio
+categories:
+ - games
+ - hardware
+ - software
+ - ITP
+ - NIME
+institution: ITP
+excerpt: Sonictroller is an interface that allows the user to control video games with acoustic musical instruments.
+---
+
+
+Sonictroller is a physical interface that allows the user to control video games with musical instruments. Sonictroller was presented in the demo section of the 2005 New Interfaces for Musical Expression Conference in Vancouver. Co-designer David Hindman is using the Sonictroller as a performance tool. His latest piece is entitled "Modal Kombat".
+
+
diff --git a/_portfolio/spincycle.md b/_portfolio/spincycle.md
new file mode 100644
index 0000000..68b9d1e
--- /dev/null
+++ b/_portfolio/spincycle.md
@@ -0,0 +1,25 @@
+---
+layout: single
+title: "spinCycle"
+header:
+ teaser: "portfolio/spincycle-500w.jpg"
+date: 2006-08-01
+collection: portfolio
+categories:
+ - hardware
+ - NIME
+ - ITP
+institution: ITP
+excerpt: spinCycle is a synesthetic turntable that allows you to arrange and play colors visually and musically.
+---
+
+
+spinCycle is a synesthetic turntable that allows you to arrange and play colors visually and musically.
+
+spinCycle is fitted with a camera that takes the place of tonearm on a normal turntable. Rather than a needle playing grooves in a record, spinCycle creates sounds based on colors that the camera sees. The DJ places brightly colored plexiglass circles on the spinning platter, creating beautiful color patterns that are then translated into sounds. The DJ can rearrange the discs at any time, thereby creating a new soundtrack on the fly.
+
+spinCycle also captures the colors the camera sees and can either project them on a wall or display them on a computer monitor. This hypnotic display changes as the music changes, providing a fun synchronized multimedia experience.
+
+Max/MSP/Jitter is used to do the color-tracking and sound reproduction. Future versions will use a color sensor rather than a web camera, and sound will be emitted from the built-in speaker using tones generated by a microcontroller. For more information, download the NIME paper.
+
+spinCycle was featured in a performance on May 4th, 2005 at Tonic in the Lower East Side of Manhattan. spinCycle was installed June - December 2005 at NYU's Interactive Telecommunication Program, at the Sony Wonder Technology Lab in November 2005 and was recently on display at IRCAM as part of the NIME 2006 / Festival Agora Résonances 2006.
\ No newline at end of file
diff --git a/_portfolio/take-your-time.md b/_portfolio/take-your-time.md
new file mode 100644
index 0000000..f552901
--- /dev/null
+++ b/_portfolio/take-your-time.md
@@ -0,0 +1,19 @@
+---
+layout: single
+title: "Photo-taking Necklace"
+header:
+ teaser: "portfolio/take-your-time-500w.jpg"
+date: 2013-07-15
+collection: portfolio
+categories:
+ - hardware
+ - mobile development
+ - MoMA
+institution: MoMA
+excerpt: Visitors to Olafur Eliasson's Take Your Time exhibition at MoMA and PS1 wear cell phone necklaces that record their experience. Selected images are displayed as background on MoMA's Take Your Time exhibition subsite.
+---
+
+
+Visitors to Olafur Eliasson's Take Your Time exhibition at MoMA and PS1 wear cell phone necklaces that record their experience.
+
+An app developed for the Nokia N85 in Python takes photos at a short interval and uploads them to flickr. Selected images are displayed as background on MoMA's Take Your Time exhibition subsite.
\ No newline at end of file
diff --git a/_portfolio/tetris.md b/_portfolio/tetris.md
new file mode 100644
index 0000000..5c6ebd0
--- /dev/null
+++ b/_portfolio/tetris.md
@@ -0,0 +1,18 @@
+---
+layout: single
+title: "Tetris interface"
+header:
+ teaser: "portfolio/tetris-500w.jpg"
+date: 2013-07-14
+collection: portfolio
+categories:
+ - hardware
+ - MoMA
+ - games
+institution: MoMA
+tags: video-games, installation, exhibition
+excerpt: A button interface for the arcade game Tetris, in the Applied Design Exhibition at the Museum of Modern Art.
+---
+
+
+A button interface for the arcade game Tetris, in the Applied Design Exhibition at the Museum of Modern Art.
\ No newline at end of file
diff --git a/_posts/2012-08-14-blog-post-1.md b/_posts/2012-08-14-blog-post-1.md
deleted file mode 100644
index 8d4819a..0000000
--- a/_posts/2012-08-14-blog-post-1.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: 'Blog Post number 1'
-date: 2012-08-14
-permalink: /posts/2012/08/blog-post-1/
-tags:
- - cool posts
- - category1
- - category2
----
-
-This is a sample blog post. Lorem ipsum I can't remember the rest of lorem ipsum and don't have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
-
-Headings are cool
-======
-
-You can have many headings
-======
-
-Aren't headings cool?
-------
\ No newline at end of file
diff --git a/_posts/2013-08-14-blog-post-2.md b/_posts/2013-08-14-blog-post-2.md
deleted file mode 100644
index f5c960d..0000000
--- a/_posts/2013-08-14-blog-post-2.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: 'Blog Post number 2'
-date: 2013-08-14
-permalink: /posts/2013/08/blog-post-2/
-tags:
- - cool posts
- - category1
- - category2
----
-
-This is a sample blog post. Lorem ipsum I can't remember the rest of lorem ipsum and don't have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
-
-Headings are cool
-======
-
-You can have many headings
-======
-
-Aren't headings cool?
-------
\ No newline at end of file
diff --git a/_posts/2014-08-14-blog-post-3.md b/_posts/2014-08-14-blog-post-3.md
deleted file mode 100644
index 83175c7..0000000
--- a/_posts/2014-08-14-blog-post-3.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: 'Blog Post number 3'
-date: 2014-08-14
-permalink: /posts/2014/08/blog-post-3/
-tags:
- - cool posts
- - category1
- - category2
----
-
-This is a sample blog post. Lorem ipsum I can't remember the rest of lorem ipsum and don't have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
-
-Headings are cool
-======
-
-You can have many headings
-======
-
-Aren't headings cool?
-------
\ No newline at end of file
diff --git a/_posts/2015-08-14-blog-post-4.md b/_posts/2015-08-14-blog-post-4.md
deleted file mode 100644
index 9e882e6..0000000
--- a/_posts/2015-08-14-blog-post-4.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: 'Blog Post number 4'
-date: 2015-08-14
-permalink: /posts/2012/08/blog-post-4/
-tags:
- - cool posts
- - category1
- - category2
----
-
-This is a sample blog post. Lorem ipsum I can't remember the rest of lorem ipsum and don't have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
-
-Headings are cool
-======
-
-You can have many headings
-======
-
-Aren't headings cool?
-------
\ No newline at end of file
diff --git a/_posts/2018-12-18-mmm-hackathon-post.md b/_posts/2018-12-18-mmm-hackathon-post.md
new file mode 100644
index 0000000..78ca741
--- /dev/null
+++ b/_posts/2018-12-18-mmm-hackathon-post.md
@@ -0,0 +1,14 @@
+---
+title: 'The Met x Microsoft x MIT Open Access AI Hackathon Reveal'
+date: 2019-02-19
+permalink: /posts/2019/02/19/mmm-hackathon/
+tags:
+ - hackathons
+ - ai
+ - open access
+excerpt: The Met, Microsoft, and MIT collaborated on a hackathon to showcase the potential of AI to help democratize and scale the impact of The Met’s collection around the globe.
+---
+
+
+
+The Met, Microsoft, and MIT collaborated on a hackathon to showcase the potential of AI to help democratize and scale the impact of The Met’s collection around the globe. The hack marks the second anniversary of The Met’s Open Access Program, which seeks to make the museum’s collection one of the world’s most accessible, discoverable, and useful. The rich Open Access data set – which now includes new “subject keywords” – provided the foundation for teams of participants across The Met, Microsoft, and MIT to leverage the power of Microsoft AI to uncover new ways for global audiences to connect with over 5,000 years of human history in The Met collection.
\ No newline at end of file
diff --git a/_posts/2199-01-01-future-post.md b/_posts/2199-01-01-future-post.md
deleted file mode 100644
index e96eb5e..0000000
--- a/_posts/2199-01-01-future-post.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: 'Future Blog Post'
-date: 2199-01-01
-permalink: /posts/2012/08/blog-post-4/
-tags:
- - cool posts
- - category1
- - category2
----
-
-This post will show up by default. To disable scheduling of future posts, edit `config.yml` and set `future: false`.
diff --git a/_publications/2009-10-01-paper-title-number-1.md b/_publications/2009-10-01-paper-title-number-1.md
deleted file mode 100644
index 37cfe9a..0000000
--- a/_publications/2009-10-01-paper-title-number-1.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Paper Title Number 1"
-collection: publications
-category: manuscripts
-permalink: /publication/2009-10-01-paper-title-number-1
-excerpt: 'This paper is about the number 1. The number 2 is left for future work.'
-date: 2009-10-01
-venue: 'Journal 1'
-slidesurl: 'http://academicpages.github.io/files/slides1.pdf'
-paperurl: 'http://academicpages.github.io/files/paper1.pdf'
-citation: 'Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1).'
----
-
-The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
\ No newline at end of file
diff --git a/_publications/2010-10-01-paper-title-number-2.md b/_publications/2010-10-01-paper-title-number-2.md
deleted file mode 100644
index 0063709..0000000
--- a/_publications/2010-10-01-paper-title-number-2.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Paper Title Number 2"
-collection: publications
-category: manuscripts
-permalink: /publication/2010-10-01-paper-title-number-2
-excerpt: 'This paper is about the number 2. The number 3 is left for future work.'
-date: 2010-10-01
-venue: 'Journal 1'
-slidesurl: 'http://academicpages.github.io/files/slides2.pdf'
-paperurl: 'http://academicpages.github.io/files/paper2.pdf'
-citation: 'Your Name, You. (2010). "Paper Title Number 2." Journal 1. 1(2).'
----
-
-The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
\ No newline at end of file
diff --git a/_publications/2015-10-01-paper-title-number-3.md b/_publications/2015-10-01-paper-title-number-3.md
deleted file mode 100644
index 42bf1d4..0000000
--- a/_publications/2015-10-01-paper-title-number-3.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Paper Title Number 3"
-collection: publications
-category: manuscripts
-permalink: /publication/2015-10-01-paper-title-number-3
-excerpt: 'This paper is about the number 3. The number 4 is left for future work.'
-date: 2015-10-01
-venue: 'Journal 1'
-slidesurl: 'http://academicpages.github.io/files/slides3.pdf'
-paperurl: 'http://academicpages.github.io/files/paper3.pdf'
-citation: 'Your Name, You. (2015). "Paper Title Number 3." Journal 1. 1(3).'
----
-
-The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
\ No newline at end of file
diff --git a/_publications/2020-08-01-increment-connecting-to-art.md b/_publications/2020-08-01-increment-connecting-to-art.md
new file mode 100644
index 0000000..36b0864
--- /dev/null
+++ b/_publications/2020-08-01-increment-connecting-to-art.md
@@ -0,0 +1,14 @@
+---
+title: "Connecting to art: How The Metropolitan Museum of Art used a public API to share 5,000 years of human creativity with audiences beyond its walls."
+collection: publications
+category: manuscripts
+permalink: /publication/2020-08-01-increment-connecting-to-art
+excerpt: ''
+date: 2020-08-01
+venue: 'Increment'
+slidesurl: # 'http://academicpages.github.io/files/slides1.pdf'
+paperurl: #'https://increment.com/apis/metropolitan-museum-api-connecting-to-art/'
+citation: 'Choi, Jennie and Spencer Kiser. "Connecting to Art: How The Metropolitan Museum of Art Used a Public API to Share 5,000 Years of Human Creativity with Audiences Beyond its Walls." Increment. Issue 14. August 2020.'
+---
+
+[Article URL](https://increment.com/apis/metropolitan-museum-api-connecting-to-art/)
\ No newline at end of file
diff --git a/_publications/2024-02-17-paper-title-number-4.md b/_publications/2024-02-17-paper-title-number-4.md
deleted file mode 100644
index 5fd722c..0000000
--- a/_publications/2024-02-17-paper-title-number-4.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "Paper Title Number 4"
-collection: publications
-category: conferences
-permalink: /publication/2024-02-17-paper-title-number-4
-excerpt: 'This paper is about fixing template issue #693.'
-date: 2024-02-17
-venue: 'GitHub Journal of Bugs'
-paperurl: 'http://academicpages.github.io/files/paper3.pdf'
-citation: 'Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).'
----
-
-The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
diff --git a/_sass/layout/_archive.scss b/_sass/layout/_archive.scss
index d1a17c1..0adb178 100644
--- a/_sass/layout/_archive.scss
+++ b/_sass/layout/_archive.scss
@@ -66,14 +66,18 @@
}
}
+//TODO: fix this to work for grid layouts
.archive__item-teaser {
border-radius: $border-radius;
overflow: hidden;
+ /*
img {
width: 100%;
}
+ */
}
+/*
.archive__item:hover {
.archive__item-teaser {
box-shadow: 0 0 10px rgba(#000, 0.25);
@@ -83,7 +87,7 @@
text-decoration: underline;
}
}
-
+*/
/*
List view
diff --git a/_sass/theme/_new.scss b/_sass/theme/_new.scss
new file mode 100644
index 0000000..f322bbd
--- /dev/null
+++ b/_sass/theme/_new.scss
@@ -0,0 +1,45 @@
+/* ==========================================================================
+ DEFAULT THEME
+ ========================================================================== */
+
+/* Color codes used for the theme */
+$gray : #7a8288;
+$dark-gray : mix(#000, $gray, 40%);
+$darker-gray : mix(#000, $gray, 60%);
+$light-gray : mix(#fff, $gray, 50%);
+$lighter-gray : mix(#fff, $gray, 90%);
+
+/* Color codes used for the site */
+$danger-color : #CC6699;
+$info-color : #3366CC;
+$notice-color : #669999;
+$success-color : #99CC66;
+$warning-color : #FF9900;
+
+/* Other basic settings for the template */
+$border-radius : 4px;
+$box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125);
+$global-transition : all 0.2s ease-in-out;
+$masthead-height : 70px;
+$navicon-width : 28px;
+$navicon-height : 4px;
+$sidebar-link-max-width : 250px;
+$sidebar-screen-min-width : 1024px;
+
+/* Default light theme for the site */
+:root {
+ --global-base-color : #{$gray};
+ --global-bg-color : #fff;
+ --global-border-color : #{$lighter-gray};
+ --global-code-background-color : #fafafa;
+ --global-code-text-color : #{$darker-gray};
+ --global-fig-caption-color : mix(#fff, #{$dark-gray}, 25%);
+ --global-link-color : #3366CC;;
+ --global-link-color-hover : mix(#000, #3366CC, 25%);
+ --global-link-color-visited : mix(#fff, #3366CC, 25%);
+ --global-masthead-link-color : #{$dark-gray};
+ --global-masthead-link-color-hover : mix(#000, #{$gray}, 25%);
+ --global-text-color : #{$dark-gray};
+ --global-text-color-light : #{$light-gray};
+ --global-thead-color : #{$lighter-gray};
+}
\ No newline at end of file
diff --git a/_talks/2012-03-01-talk-1.md b/_talks/2012-03-01-talk-1.md
deleted file mode 100644
index b9416d4..0000000
--- a/_talks/2012-03-01-talk-1.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: "Talk 1 on Relevant Topic in Your Field"
-collection: talks
-type: "Talk"
-permalink: /talks/2012-03-01-talk-1
-venue: "UC San Francisco, Department of Testing"
-date: 2012-03-01
-location: "San Francisco, CA, USA"
----
-
-This is a description of your talk, which is a markdown file that can be all markdown-ified like any other post. Yay markdown!
diff --git a/_talks/2013-03-01-tutorial-1.md b/_talks/2013-03-01-tutorial-1.md
deleted file mode 100644
index 0a6e069..0000000
--- a/_talks/2013-03-01-tutorial-1.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "Tutorial 1 on Relevant Topic in Your Field"
-collection: talks
-type: "Tutorial"
-permalink: /talks/2013-03-01-tutorial-1
-venue: "UC-Berkeley Institute for Testing Science"
-date: 2013-03-01
-location: "Berkeley, CA, USA"
----
-
-[More information here](http://exampleurl.com)
-
-This is a description of your tutorial, note the different field in type. This is a markdown files that can be all markdown-ified like any other post. Yay markdown!
diff --git a/_talks/2014-02-01-talk-2.md b/_talks/2014-02-01-talk-2.md
deleted file mode 100644
index 0fc6b14..0000000
--- a/_talks/2014-02-01-talk-2.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "Talk 2 on Relevant Topic in Your Field"
-collection: talks
-type: "Talk"
-permalink: /talks/2014-02-01-talk-2
-venue: "London School of Testing"
-date: 2014-02-01
-location: "London, UK"
----
-
-[More information here](http://example2.com)
-
-This is a description of your talk, which is a markdown files that can be all markdown-ified like any other post. Yay markdown!
diff --git a/_talks/2014-03-01-talk-3.md b/_talks/2014-03-01-talk-3.md
deleted file mode 100644
index 558a5b7..0000000
--- a/_talks/2014-03-01-talk-3.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: "Conference Proceeding talk 3 on Relevant Topic in Your Field"
-collection: talks
-type: "Conference proceedings talk"
-permalink: /talks/2014-03-01-talk-3
-venue: "Testing Institute of America 2014 Annual Conference"
-date: 2014-03-01
-location: "Los Angeles, CA, USA"
----
-
-This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field.
diff --git a/_talks/2015-11-06-talk.md b/_talks/2015-11-06-talk.md
new file mode 100644
index 0000000..d4e89db
--- /dev/null
+++ b/_talks/2015-11-06-talk.md
@@ -0,0 +1,15 @@
+---
+title: Building a Map for the Met App
+collection: talks
+type: Case Study
+permalink: /talks/2015-11-06-talk
+venue: Museum Computer Network Annual Conference 2015
+date: 2015-11-06
+location: Minneapolis, MN, USA
+---
+Way-finding is a common challenge for museums, often thought to require significant time and resources to solve. The Met's complex floor plan made developing a useful mobile map for the Met App particularly challenging, especially given our small team and tight timeline. Rather than building an elaborate solution based on assumptions, we quickly developed an MVP that worked on both native platforms. Using a build-measure-learn feedback loop, we iteratively improved the Map based on visitor feedback, enhancing the overall visitor experience.
+
+- [Slides PDF](/files/MCN-2015.pdf)
+- [Slideshare](https://www.slideshare.net/slideshow/building-a-map-for-the-met-app-155482192/155482192)
+- [Museum Computer Network](https://mcn.edu/)
+- [Museum Computer Network Annual Conference 2015 Program PDF](/files/MCN-2015-Program.pdf)
\ No newline at end of file
diff --git a/_talks/2019-06-17-talk.md b/_talks/2019-06-17-talk.md
new file mode 100644
index 0000000..ac6f3ee
--- /dev/null
+++ b/_talks/2019-06-17-talk.md
@@ -0,0 +1,16 @@
+---
+title: Artwork Collection Data at The Met
+collection: talks
+type: Invited Talk
+permalink: /talks/2019-06-19-talk
+venue: Fine-Grained Visual Categorization Workshop 6, organized in conjunction with 2019 Conference of Computer Vision Pattern Recognition
+date: 2019-06-17
+location: Long Beach, CA, USA
+---
+
+Addresses the history of the Met’s collection in digital form and what makes it unique. Explores the quirks in the data, the categorization challenges, and proposes use cases for machine learning.
+
+- [Slides PDF](/files/FGVC6.pdf)
+- [Slideshare](https://www.slideshare.net/slideshow/artwork-collection-data-at-the-met/155507310)
+- [FGVC6](https://sites.google.com/view/fgvc6/home)
+- [CVPR 2019](https://cvpr2019.thecvf.com/)
\ No newline at end of file
diff --git a/_talks/2023-06-18-talk.md b/_talks/2023-06-18-talk.md
new file mode 100644
index 0000000..412da4c
--- /dev/null
+++ b/_talks/2023-06-18-talk.md
@@ -0,0 +1,16 @@
+---
+title: Delving into Open Access Artwork Metadata and Imagery at the Metropolitan Museum of Art
+collection: talks
+type: Invited Talk
+permalink: /talks/2023-06-18-talk
+venue: Fine-Grained Visual Categorization Workshop 10, organized in conjunction with 2023 Conference of Computer Vision Pattern Recognition
+date: 2023-06-18
+location: Vancouver, BC, CA
+---
+
+An update on Open Access and machine learning at the Met.
+
+- [Slides](/files/FGVC10.pdf)
+- [FGVC10](https://sites.google.com/view/fgvc10/home)
+- [CVPR 2023](https://cvpr.thecvf.com/Conferences/2023)
+- [iMetCollection Kaggle Competition](https://sites.google.com/view/fgvc6/competitions/imetcollection-2019)
\ No newline at end of file
diff --git a/_teaching/2008-comm-lab.md b/_teaching/2008-comm-lab.md
new file mode 100644
index 0000000..a4abba4
--- /dev/null
+++ b/_teaching/2008-comm-lab.md
@@ -0,0 +1,10 @@
+---
+title: "Communications Lab"
+collection: teaching
+type: "Masters course"
+permalink:
+venue: "Interactive Telecommunications Program, Tisch School of the Arts, New York University"
+date: 2008-12-15
+location: "New York, NY"
+---
+An introductory course designed to provide students with hands-on experience using various technologies (online communities, digital imaging, audio, video, animation, authoring environments and the World Wide Web.) The forms and uses of new communications technologies are explored in a laboratory context of experimentation and discussion. The technologies are examined as tools that can be employed in a variety of situations and experiences. Principles of interpersonal communications, media theory, and human factors are introduced. Weekly assignments, team and independent projects, and project reports are required.
\ No newline at end of file
diff --git a/_teaching/2008-soundwalk-studio.md b/_teaching/2008-soundwalk-studio.md
new file mode 100644
index 0000000..822c946
--- /dev/null
+++ b/_teaching/2008-soundwalk-studio.md
@@ -0,0 +1,10 @@
+---
+title: "Soundwalk Studio: Making Environmental Sound Art"
+collection: teaching
+type: "Workshop"
+permalink:
+venue: "Museum of Modern Art"
+date: 2008-08-01
+location: "New York, NY"
+---
+By focusing on the soundscape in which we are immersed, we can find new appreciation of our surroundings, as well as discover a pallette of material from which to create art. The soundwalk is an excellent method for exploring a space and collecting material for sound-based works. Students will learn audio fundamentals and recording and editing techniques, and will participate in listening and field recording exercises. We will also create a digital sound map using the recordings from our field trips.
\ No newline at end of file
diff --git a/_teaching/2014-spring-teaching-1.md b/_teaching/2014-spring-teaching-1.md
deleted file mode 100644
index e354740..0000000
--- a/_teaching/2014-spring-teaching-1.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "Teaching experience 1"
-collection: teaching
-type: "Undergraduate course"
-permalink: /teaching/2014-spring-teaching-1
-venue: "University 1, Department"
-date: 2014-01-01
-location: "City, Country"
----
-
-This is a description of a teaching experience. You can use markdown like any other post.
-
-Heading 1
-======
-
-Heading 2
-======
-
-Heading 3
-======
\ No newline at end of file
diff --git a/_teaching/2015-spring-teaching-2.md b/_teaching/2015-spring-teaching-2.md
deleted file mode 100644
index 58e1ddb..0000000
--- a/_teaching/2015-spring-teaching-2.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "Teaching experience 2"
-collection: teaching
-type: "Workshop"
-permalink: /teaching/2015-spring-teaching-1
-venue: "University 1, Department"
-date: 2015-01-01
-location: "City, Country"
----
-
-This is a description of a teaching experience. You can use markdown like any other post.
-
-Heading 1
-======
-
-Heading 2
-======
-
-Heading 3
-======
diff --git a/assets/css/main.scss b/assets/css/main.scss
index 56cf077..78b6f4c 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -13,6 +13,7 @@
"themes",
"theme/default",
+ "theme/new",
"theme/dark",
"include/mixins",
diff --git a/docker-compose.yaml b/docker-compose.yaml
deleted file mode 100644
index cea6d96..0000000
--- a/docker-compose.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-services:
- jekyll-site:
- image: jekyll-site
- build: .
- volumes: [.:/usr/src/app]
- ports: [4000:4000]
- user: 1000:1000
- environment: [JEKYLL_ENV=docker]
\ No newline at end of file
diff --git a/files/FGVC10.pdf b/files/FGVC10.pdf
new file mode 100644
index 0000000..efb7096
Binary files /dev/null and b/files/FGVC10.pdf differ
diff --git a/files/FGVC6.pdf b/files/FGVC6.pdf
new file mode 100644
index 0000000..8ca4034
Binary files /dev/null and b/files/FGVC6.pdf differ
diff --git a/files/MCN-2015-Program.pdf b/files/MCN-2015-Program.pdf
new file mode 100644
index 0000000..8d93df5
Binary files /dev/null and b/files/MCN-2015-Program.pdf differ
diff --git a/files/MCN-2015.pdf b/files/MCN-2015.pdf
new file mode 100644
index 0000000..ff69e8f
Binary files /dev/null and b/files/MCN-2015.pdf differ
diff --git a/files/paper1.pdf b/files/paper1.pdf
deleted file mode 100644
index 7ce878f..0000000
Binary files a/files/paper1.pdf and /dev/null differ
diff --git a/files/paper2.pdf b/files/paper2.pdf
deleted file mode 100644
index c583836..0000000
Binary files a/files/paper2.pdf and /dev/null differ
diff --git a/files/paper3.pdf b/files/paper3.pdf
deleted file mode 100644
index 9503e9e..0000000
Binary files a/files/paper3.pdf and /dev/null differ
diff --git a/files/slides1.pdf b/files/slides1.pdf
deleted file mode 100644
index 48e11ff..0000000
Binary files a/files/slides1.pdf and /dev/null differ
diff --git a/files/slides2.pdf b/files/slides2.pdf
deleted file mode 100644
index 8cb6fda..0000000
Binary files a/files/slides2.pdf and /dev/null differ
diff --git a/files/slides3.pdf b/files/slides3.pdf
deleted file mode 100644
index 5183dc2..0000000
Binary files a/files/slides3.pdf and /dev/null differ
diff --git a/images/3953273590_704e3899d5_m.jpg b/images/3953273590_704e3899d5_m.jpg
deleted file mode 100644
index 50d2155..0000000
Binary files a/images/3953273590_704e3899d5_m.jpg and /dev/null differ
diff --git a/images/500x300.png b/images/500x300.png
deleted file mode 100644
index f9fba92..0000000
Binary files a/images/500x300.png and /dev/null differ
diff --git a/images/android-chrome-192x192.png b/images/android-chrome-192x192.png
new file mode 100644
index 0000000..8af3c56
Binary files /dev/null and b/images/android-chrome-192x192.png differ
diff --git a/images/android-chrome-512x512.png b/images/android-chrome-512x512.png
new file mode 100644
index 0000000..03968b8
Binary files /dev/null and b/images/android-chrome-512x512.png differ
diff --git a/images/apple-touch-icon-180x180.png b/images/apple-touch-icon-180x180.png
index 9f40c30..a901b98 100644
Binary files a/images/apple-touch-icon-180x180.png and b/images/apple-touch-icon-180x180.png differ
diff --git a/images/apple-touch-icon.png b/images/apple-touch-icon.png
new file mode 100644
index 0000000..a901b98
Binary files /dev/null and b/images/apple-touch-icon.png differ
diff --git a/images/bio-photo-2.jpg b/images/bio-photo-2.jpg
deleted file mode 100644
index a6f2035..0000000
Binary files a/images/bio-photo-2.jpg and /dev/null differ
diff --git a/images/bio-photo.jpg b/images/bio-photo.jpg
deleted file mode 100644
index 0008451..0000000
Binary files a/images/bio-photo.jpg and /dev/null differ
diff --git a/images/editing-talk.png b/images/editing-talk.png
deleted file mode 100644
index 9f15183..0000000
Binary files a/images/editing-talk.png and /dev/null differ
diff --git a/images/favicon-16x16.png b/images/favicon-16x16.png
new file mode 100644
index 0000000..8fa9e1b
Binary files /dev/null and b/images/favicon-16x16.png differ
diff --git a/images/favicon-192x192.png b/images/favicon-192x192.png
index 5634c09..8af3c56 100644
Binary files a/images/favicon-192x192.png and b/images/favicon-192x192.png differ
diff --git a/images/favicon-32x32.png b/images/favicon-32x32.png
index a498d14..38a9a1b 100644
Binary files a/images/favicon-32x32.png and b/images/favicon-32x32.png differ
diff --git a/images/favicon-512x512.png b/images/favicon-512x512.png
index 8f47d7f..03968b8 100644
Binary files a/images/favicon-512x512.png and b/images/favicon-512x512.png differ
diff --git a/images/favicon.ico b/images/favicon.ico
index 5301671..3a71949 100644
Binary files a/images/favicon.ico and b/images/favicon.ico differ
diff --git a/images/favicon.svg b/images/favicon.svg
deleted file mode 100644
index 9708330..0000000
--- a/images/favicon.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/images/foo-bar-identity-th.jpg b/images/foo-bar-identity-th.jpg
deleted file mode 100644
index 49906ac..0000000
Binary files a/images/foo-bar-identity-th.jpg and /dev/null differ
diff --git a/images/foo-bar-identity.jpg b/images/foo-bar-identity.jpg
deleted file mode 100644
index d946815..0000000
Binary files a/images/foo-bar-identity.jpg and /dev/null differ
diff --git a/images/homepage.png b/images/homepage.png
deleted file mode 100644
index 9bb5413..0000000
Binary files a/images/homepage.png and /dev/null differ
diff --git a/images/image-alignment-1200x4002.jpg b/images/image-alignment-1200x4002.jpg
deleted file mode 100644
index 8e3137c..0000000
Binary files a/images/image-alignment-1200x4002.jpg and /dev/null differ
diff --git a/images/image-alignment-150x150.jpg b/images/image-alignment-150x150.jpg
deleted file mode 100644
index d3b0e48..0000000
Binary files a/images/image-alignment-150x150.jpg and /dev/null differ
diff --git a/images/image-alignment-300x200.jpg b/images/image-alignment-300x200.jpg
deleted file mode 100644
index 3921878..0000000
Binary files a/images/image-alignment-300x200.jpg and /dev/null differ
diff --git a/images/image-alignment-580x300.jpg b/images/image-alignment-580x300.jpg
deleted file mode 100644
index 75bf08e..0000000
Binary files a/images/image-alignment-580x300.jpg and /dev/null differ
diff --git a/images/paragraph-indent.png b/images/paragraph-indent.png
deleted file mode 100644
index b4a2c48..0000000
Binary files a/images/paragraph-indent.png and /dev/null differ
diff --git a/images/paragraph-no-indent.png b/images/paragraph-no-indent.png
deleted file mode 100644
index 3e0f9d2..0000000
Binary files a/images/paragraph-no-indent.png and /dev/null differ
diff --git a/images/portfolio/Spincyclethumb.jpg b/images/portfolio/Spincyclethumb.jpg
new file mode 100755
index 0000000..ac7d12e
Binary files /dev/null and b/images/portfolio/Spincyclethumb.jpg differ
diff --git a/images/portfolio/common-senses-soundmap-150w.png b/images/portfolio/common-senses-soundmap-150w.png
new file mode 100644
index 0000000..c79bba8
Binary files /dev/null and b/images/portfolio/common-senses-soundmap-150w.png differ
diff --git a/images/portfolio/common-senses-soundmap-500w.png b/images/portfolio/common-senses-soundmap-500w.png
new file mode 100644
index 0000000..6a487cb
Binary files /dev/null and b/images/portfolio/common-senses-soundmap-500w.png differ
diff --git a/images/portfolio/dial-a-poem-1200w.jpg b/images/portfolio/dial-a-poem-1200w.jpg
new file mode 100644
index 0000000..d1ac6c8
Binary files /dev/null and b/images/portfolio/dial-a-poem-1200w.jpg differ
diff --git a/images/portfolio/dial-a-poem-150w.jpg b/images/portfolio/dial-a-poem-150w.jpg
new file mode 100644
index 0000000..2c30b71
Binary files /dev/null and b/images/portfolio/dial-a-poem-150w.jpg differ
diff --git a/images/portfolio/dial-a-poem-500w.jpg b/images/portfolio/dial-a-poem-500w.jpg
new file mode 100644
index 0000000..73d0290
Binary files /dev/null and b/images/portfolio/dial-a-poem-500w.jpg differ
diff --git a/images/portfolio/fermata-150w.jpg b/images/portfolio/fermata-150w.jpg
new file mode 100644
index 0000000..6b545a6
Binary files /dev/null and b/images/portfolio/fermata-150w.jpg differ
diff --git a/images/portfolio/fermata-300w.jpg b/images/portfolio/fermata-300w.jpg
new file mode 100644
index 0000000..9a10d49
Binary files /dev/null and b/images/portfolio/fermata-300w.jpg differ
diff --git a/images/portfolio/fermata-500w.jpg b/images/portfolio/fermata-500w.jpg
new file mode 100644
index 0000000..6c24087
Binary files /dev/null and b/images/portfolio/fermata-500w.jpg differ
diff --git a/images/portfolio/forest-hills-soundmap-150w.png b/images/portfolio/forest-hills-soundmap-150w.png
new file mode 100644
index 0000000..bf25a3d
Binary files /dev/null and b/images/portfolio/forest-hills-soundmap-150w.png differ
diff --git a/images/portfolio/forest-hills-soundmap-300w.png b/images/portfolio/forest-hills-soundmap-300w.png
new file mode 100644
index 0000000..1ec9929
Binary files /dev/null and b/images/portfolio/forest-hills-soundmap-300w.png differ
diff --git a/images/portfolio/modal-kombat-150w.png b/images/portfolio/modal-kombat-150w.png
new file mode 100644
index 0000000..7882360
Binary files /dev/null and b/images/portfolio/modal-kombat-150w.png differ
diff --git a/images/portfolio/modal-kombat-fight-500w.jpg b/images/portfolio/modal-kombat-fight-500w.jpg
new file mode 100644
index 0000000..bd6360d
Binary files /dev/null and b/images/portfolio/modal-kombat-fight-500w.jpg differ
diff --git a/images/portfolio/moma-mobile-150w.png b/images/portfolio/moma-mobile-150w.png
new file mode 100644
index 0000000..f1d0035
Binary files /dev/null and b/images/portfolio/moma-mobile-150w.png differ
diff --git a/images/portfolio/moma-mobile-500w.png b/images/portfolio/moma-mobile-500w.png
new file mode 100644
index 0000000..9ad83e1
Binary files /dev/null and b/images/portfolio/moma-mobile-500w.png differ
diff --git a/images/portfolio/mythic-creatures-150w.png b/images/portfolio/mythic-creatures-150w.png
new file mode 100644
index 0000000..bfa563c
Binary files /dev/null and b/images/portfolio/mythic-creatures-150w.png differ
diff --git a/images/portfolio/mythic-creatures-500w.png b/images/portfolio/mythic-creatures-500w.png
new file mode 100644
index 0000000..66a8790
Binary files /dev/null and b/images/portfolio/mythic-creatures-500w.png differ
diff --git a/images/portfolio/soapbox-vocoder-150w.jpg b/images/portfolio/soapbox-vocoder-150w.jpg
new file mode 100644
index 0000000..4352f33
Binary files /dev/null and b/images/portfolio/soapbox-vocoder-150w.jpg differ
diff --git a/images/portfolio/soapbox-vocoder-300w.jpg b/images/portfolio/soapbox-vocoder-300w.jpg
new file mode 100644
index 0000000..d7fafad
Binary files /dev/null and b/images/portfolio/soapbox-vocoder-300w.jpg differ
diff --git a/images/portfolio/soapbox-vocoder-500w.jpg b/images/portfolio/soapbox-vocoder-500w.jpg
new file mode 100644
index 0000000..900d2a9
Binary files /dev/null and b/images/portfolio/soapbox-vocoder-500w.jpg differ
diff --git a/images/portfolio/sonic-body-pong-150w.jpg b/images/portfolio/sonic-body-pong-150w.jpg
new file mode 100644
index 0000000..e4378d0
Binary files /dev/null and b/images/portfolio/sonic-body-pong-150w.jpg differ
diff --git a/images/portfolio/sonic-body-pong-500w.jpg b/images/portfolio/sonic-body-pong-500w.jpg
new file mode 100644
index 0000000..9654757
Binary files /dev/null and b/images/portfolio/sonic-body-pong-500w.jpg differ
diff --git a/images/portfolio/sonictroller-500w.jpg b/images/portfolio/sonictroller-500w.jpg
new file mode 100644
index 0000000..fa2c49b
Binary files /dev/null and b/images/portfolio/sonictroller-500w.jpg differ
diff --git a/images/portfolio/spincycle-150w.jpg b/images/portfolio/spincycle-150w.jpg
new file mode 100644
index 0000000..d748580
Binary files /dev/null and b/images/portfolio/spincycle-150w.jpg differ
diff --git a/images/portfolio/spincycle-500w.jpg b/images/portfolio/spincycle-500w.jpg
new file mode 100644
index 0000000..28a52fb
Binary files /dev/null and b/images/portfolio/spincycle-500w.jpg differ
diff --git a/images/portfolio/take-your-time-150w.jpg b/images/portfolio/take-your-time-150w.jpg
new file mode 100644
index 0000000..3bc7c26
Binary files /dev/null and b/images/portfolio/take-your-time-150w.jpg differ
diff --git a/images/portfolio/take-your-time-500w.jpg b/images/portfolio/take-your-time-500w.jpg
new file mode 100644
index 0000000..e4cdb3c
Binary files /dev/null and b/images/portfolio/take-your-time-500w.jpg differ
diff --git a/images/portfolio/tetris-150w.jpg b/images/portfolio/tetris-150w.jpg
new file mode 100644
index 0000000..4373ac9
Binary files /dev/null and b/images/portfolio/tetris-150w.jpg differ
diff --git a/images/portfolio/tetris-500w.jpg b/images/portfolio/tetris-500w.jpg
new file mode 100644
index 0000000..4cb49e0
Binary files /dev/null and b/images/portfolio/tetris-500w.jpg differ
diff --git a/images/profile.png b/images/profile.png
index 9435789..b5590c3 100644
Binary files a/images/profile.png and b/images/profile.png differ
diff --git a/images/site-logo.png b/images/site-logo.png
deleted file mode 100644
index 251dd22..0000000
Binary files a/images/site-logo.png and /dev/null differ
diff --git a/images/site.webmanifest b/images/site.webmanifest
new file mode 100644
index 0000000..45dc8a2
--- /dev/null
+++ b/images/site.webmanifest
@@ -0,0 +1 @@
+{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
\ No newline at end of file
diff --git a/images/spincycle-teaser.jpg b/images/spincycle-teaser.jpg
new file mode 100755
index 0000000..ac7d12e
Binary files /dev/null and b/images/spincycle-teaser.jpg differ