-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9cc05d6
commit 9d1537c
Showing
16 changed files
with
183 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
layout: layouts/base.njk | ||
--- | ||
{# Only include the syntax highlighter CSS on blog posts #} | ||
{%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %} | ||
{%- css %}{% include "public/css/prism-diff.css" %}{%- endcss %} | ||
<h1>{{ title }}</h1> | ||
|
||
|
||
<div class="work__links-container"> | ||
{%- if project_url %} | ||
<a class="work__links" href="{{ project_url }}"> | ||
Deployed Project | ||
</a> | ||
{% endif %} | ||
|
||
{%- if project_link %} | ||
<a class="work__links" href="{{ project_link.url }}"> | ||
{%- if project_link.text -%} | ||
{{ project_link.text }} | ||
{%- else -%} | ||
Deployed Project | ||
{% endif %} | ||
</a> | ||
{% endif %} | ||
|
||
{%- if github_url %} | ||
<a class="work__links" href="{{ github_url }}"> | ||
Github Repo | ||
</a> | ||
{% endif %} | ||
</div> | ||
|
||
<ul class="work__summary"> | ||
<li>Time frame: {{ summary.time_frame }}</li> | ||
<li>Tech stack: {{ summary.tech_stack }}</li> | ||
<li>Libraries: {{ summary.libraries }}</li> | ||
<li>Role(s): {{ summary.roles }}</li> | ||
</ul> | ||
|
||
<img class="work__preview" src="{{ preview_img.src }}" alt="{{ preview_img.alt }}"> | ||
|
||
{{ content | safe }} | ||
|
||
{%- if collections.posts %} | ||
{%- set previousPost = collections.posts | getPreviousCollectionItem %} | ||
{%- set nextPost = collections.posts | getNextCollectionItem %} | ||
{%- if nextPost or previousPost %} | ||
<ul class="links-nextprev"> | ||
{%- if previousPost %}<li>Previous: <a href="{{ previousPost.url }}">{{ previousPost.data.title }}</a></li>{% endif %} | ||
{%- if nextPost %}<li>Next: <a href="{{ nextPost.url }}">{{ nextPost.data.title }}</a></li>{% endif %} | ||
</ul> | ||
{%- endif %} | ||
{%- endif %} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Atamaca Garden Web Portal | ||
layout: layouts/work.njk | ||
date: 2021-09-01 | ||
tags: [ "works" ] | ||
preview_img: { | ||
src: "/img/atamaca.png", | ||
alt: "screenshot of Atamaca Garden", | ||
} | ||
project_link: { | ||
url: "/works/atamaca-garden" | ||
} | ||
github_url: https://github.com/patrickpatrickpatrick/atamaca-garden | ||
summary: { | ||
time_frame: "3 weeks", | ||
tech_stack: "Node, HTML, CSS, Javascript", | ||
libraries: "React, create-react-app", | ||
roles: "Developer, Designer" | ||
} | ||
--- | ||
|
||
This was developed for the Ars Electronica Festival in 2021. It was part of [Atamaca Garden](https://ars.electronica.art/newdigitaldeal/en/networked/), which was a joint ventre between [ALMA Observatory](https://www.almaobservatory.org/en/home/) and [Fundación Mustakis](https://www.fundacionmustakis.org/). The concept behind the application was to create a 'digital landscape' that could be explored by the user. The 'landscape' consisted of different types of information (links to videos, music, books and articles) curated by architect [Diego Andrés Lara Koenig](https://www.linkedin.com/in/diego-andres-lara-koenig-0b085b1a0/?originalSubdomain=cl) and astronomer [Sergio Martín](https://www.raxlab.science/author/sergio-martin/). The types of information were related by medium and curator and the application would make the connections between the links apparant and viewable. | ||
|
||
I was commissioned by Fundación Mustakis to build the application and worked with [Samuel Domínguez](https://www.samuel-dominguez.com/) to determine a design. We were inspired by [Uncertain Future](https://olafureliasson.net/uncertain), an explorable online repository of [Olafur Eliasson](https://olafureliasson.net/)'s works. In the short time we had to develop the application, I created a '2D-version' which had similar functionality. As the application was built for a public arts foundation, it had to be accessible as well as functional. It's entirely usable with a keyboard and has sensible focus states. | ||
|
||
In addition to the explorable 'digital landscape', there was originally intended to be a Livefeed section. This section would allow the user to tune into 3 different live-streamed videos. The original design and functionality resembled a TV. Initially there would be white noise until the user picked a channel. In the end, two of the three videos were hosted by Ars Electronica on their own website so the Livefeed section only hosted an original video art piece created by Samuel Domínguez. There's also an About section where you can read more about the project, the organisations involved and the curators of the links. | ||
|
||
The application was deployed to an AWS S3 bucket and so had to be in a format that was easily packagable. That's why I implemented it as a SPA (Single Page Application) using React and create-react-app (now deprecated). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Concealed Histories Interactive Museum Exhibit | ||
layout: layouts/work.njk | ||
date: 2019-09-01 | ||
tags: [ "works" ] | ||
preview_img: { | ||
src: "/img/concealed-history2.png", | ||
alt: "photo of Concealed Histories interactive in the V&A Gilbert Collections gallery", | ||
} | ||
project_link: { | ||
url: "https://www.vam.ac.uk/blog/digital/museum-interactives", | ||
text: "Blog post about the interactive" | ||
} | ||
summary: { | ||
time_frame: "3 months", | ||
tech_stack: "Node, HTML, CSS, Javascript, Web Components, Go", | ||
libraries: "Hugo, Universal Viewer", | ||
roles: "Developer" | ||
} | ||
--- | ||
|
||
Developed as part of [Concealed Histories](https://www.vam.ac.uk/exhibitions/concealed-histories-uncovering-the-story-of-nazi-looting), a show by the [V&A](https://www.vam.ac.uk/) about the relationship between the [Fischer List](https://www.vam.ac.uk/articles/explore-entartete-kunst-the-nazis-inventory-of-degenerate-art#?xywh=-2454%2C-303%2C8987%2C6044) and the [Gilbert Collection](https://www.vam.ac.uk/collections/gilbert-collection). "Concealed Histories: The Nazis' Inventory Of 'Degenerate' Art" was an interactive temporarily installed in V&A's [South Kensington museum](https://www.vam.ac.uk/south-kensington). | ||
|
||
As the target device for the interactive was a low-spec computer running an outdated version of Firefox, I couldn't rely on a frontend framework. Therefore I used the static site generator [Hugo](https://gohugo.io/) to build the interactive. The interactive made use of several open-source libraries that implement the [IIIF](https://iiif.io/) standard for viewing deep-zoomable images. [Universal Viewer](https://universalviewer.io/) was used to add the ability to browse the Fischer List and [vam-viewer](https://github.com/digirati-co-uk/vam-viewer) was used to implement an annotated guided tour of the Fischer list. These were incorporated into the static site by using [WebComponents](https://developer.mozilla.org/en-US/docs/Web/API/Web_components). | ||
|
||
The interactive was on display from opening to the end of the Concealed Histories show. It was implemented in a way that would make future interactives easy to implement and with a view to eventually create an 'interactive authoring tool'. The pandemic and resulting closure of the museum changed these future plans however and priority was given to reimplementing the Collections site instead. | ||
|
||
The repo is not currently publically viewable so I have not been able to deploy the project. Please read the blog I wrote for V&A for more information. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,8 @@ | ||
--- | ||
title: Works | ||
layout: layouts/base.njk | ||
layout: layouts/home.njk | ||
eleventyNavigation: | ||
key: Works | ||
order: 3 | ||
order: 2 | ||
--- | ||
|
||
## Works | ||
|
||
### Patworld (2023-) | ||
|
||
Time frame: Ongoing | ||
Tech stack: HTML, CSS, Javascript | ||
Libraries: Eleventy, [eleventy-base-blog](https://github.com/11ty/eleventy-base-blog) | ||
|
||
The website you are currently reading! It's a static site and is deployed on Cloudfront. | ||
|
||
The font is [Cordata PPC-400](https://int10h.org/oldschool-pc-fonts/fontlist/?2#cordata) from [Old School PC Font Resource](https://int10h.org/oldschool-pc-fonts/). | ||
|
||
The banner was generated using [figlet.js](https://github.com/patorjk/figlet.js). | ||
|
||
### Atamaca Garden Web Portal (2021) | ||
|
||
Time frame: 3 weeks | ||
Tech stack: Node, HTML, CSS, Javascript | ||
Libraries: React, create-react-app | ||
Role(s): Developer, Designer | ||
|
||
Developed for [ARS ELECTRONICA GARDEN ATACAMA](https://ars.electronica.art/newdigitaldeal/en/networked/), a joint ventre between [ALMA Observatory](https://www.almaobservatory.org/en/home/), [Fundación Mustakis](https://www.fundacionmustakis.org/) and [ARS Electronica](https://ars.electronica.art/news/en/). This fully responsive Single Page Application (SPA) consists of links to videos, music, books and articles curated by architect Diego Andrés Lara Koenig and astronomer Sergio Martín. The links can be filtered by curator and type of link. This is in addition to a 'Livefeed' video art piece created by [Samuel Domínguez](https://www.samuel-dominguez.com/). | ||
|
||
[Atamaca Garden](/works/atamaca-garden) | ||
[Github Repo of Atamaca Garden](https://github.com/patrickpatrickpatrick/atamaca-garden) | ||
|
||
### What If They Don't Have Eyes (2021) | ||
|
||
Time frame: < 1 week | ||
Tech stack: Node, HTML, CSS, Javascript | ||
Libraries used: Discord, Socket.io | ||
Role(s): Developer, Designer | ||
|
||
Developed for a collaborative art-work by Steven He and Mary Pedicini as part of the [SW11NDOWS](https://www.anitagarwal.com/sw11ndows) show. The art piece was [a public sculpture which contained a QR code](https://www.anitagarwal.com/sw11ndows?pgid=l0ro6tcm-1205ec44-66fe-4b00-a3dd-d7e39b76ce61) that linked to the application. | ||
|
||
Concept was a publicly viewable real-time online role-play between a human (Steven) and an alien (Mary). Due to the limited timeframe, used a Discord bot (to scrape the messages sent in a channel) and Socket.io (to update the website when new messages were sent, to track number of users online, to pull from history of messages if user scrolled up). | ||
|
||
The design is inspired by Windows 95 and was a collaboration with Steven He. | ||
|
||
[What If They Don't Have Eyes](https://humorous-spurious-angle.glitch.me/) (hosted on Glitch, you might need to wait for it to spin up!) | ||
[Github Repo](https://github.com/patrickpatrickpatrick/whatiftheydonthaveeyes) | ||
|
||
### Concealed Histories Interactive Exhibit at the V&A Museum, London (2019-2021) | ||
|
||
Time frame: 3 months | ||
Tech stack: Node, HTML, CSS, Javascript, Web Components, Go | ||
Libraries used: Hugo, React | ||
Role(s): Developer | ||
|
||
Developed as part of [Concealed Histories](https://www.vam.ac.uk/exhibitions/concealed-histories-uncovering-the-story-of-nazi-looting), a show at the V&A about the relationship between the [Fischer List](https://www.vam.ac.uk/articles/explore-entartete-kunst-the-nazis-inventory-of-degenerate-art#?xywh=-2454%2C-303%2C8987%2C6044) (a list of art confiscated by the Nazi) and the [Gilbert Collection](https://www.vam.ac.uk/collections/gilbert-collection). This was an interactive that was temporarily installed in the Gilbert Collection in the V&A and offered visitors a more in-depth explanation of the Fischer List as well as the ability to explore it in detail using Universal Viewer. | ||
|
||
[Blog post about the interactive](https://www.vam.ac.uk/blog/digital/museum-interactives) | ||
|
||
{% set postslist = collections.works %} | ||
{% include "postslist.njk" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: What If They Don't Have Eyes? | ||
layout: layouts/work.njk | ||
date: 2021-05-31 | ||
tags: [ "works" ] | ||
preview_img: { | ||
src: "/img/whatifeyes1.png", | ||
alt: "screenshot of What If They Don't Have Eyes", | ||
} | ||
project_link: { | ||
url: "https://humorous-spurious-angle.glitch.me/" | ||
} | ||
github_url: https://github.com/patrickpatrickpatrick/whatiftheydonthaveeyes | ||
summary: { | ||
time_frame: "< 1 week", | ||
tech_stack: "Node, HTML, CSS, Javascript", | ||
libraries: "Discord, Socket.io", | ||
roles: "Developer, Designer", | ||
} | ||
--- | ||
|
||
Developed for a [collaborative artwork](https://www.marypedicini.com/what-if-they-don-t-have-eyes) by [Steven He](https://steven.website/) and [Mary Pedicini](https://www.marypedicini.com/what-if-they-don-t-have-eyes) as part of the [SW11NDOWS](https://www.anitagarwal.com/sw11ndows) show. The art piece was [a public sculpture which contained a QR code](https://www.anitagarwal.com/sw11ndows?pgid=l0ro6tcm-1205ec44-66fe-4b00-a3dd-d7e39b76ce61) that linked to the application. The concept for the website was a publicly viewable real-time online role-play between a human (Steven) and an alien (Mary). | ||
|
||
Due to the limited timeframe, I leveraged as much existing technology as I could. Instead of building a chat application and backend to host messages, I used [Discord](https://discord.com/). We set up a channel for the conversation to take place in and I created a [Discord bot](https://discord.com/developers/docs/quick-start/overview-of-apps) to scrape the channel messages. This meant that Discord served as the backend for hosting the messages and the interface for sending messages. As the images would take time to render, I implemented a spinner to prevent empty messages. | ||
|
||
To make the website react in events in real time, I used [Socket.io](https://socket.io/). This library let me update the page whenever new messages were sent and allowed me to poll the bot to fetch more messages if the user wanted to view the chat history. In addition it also let me detect and present how many users were currently viewing the page. | ||
|
||
The website was designed to be a single page with inline styles and Javascript so that it would be easy to deploy on [Heroku](https://www.heroku.com/). The current deployment is on [Glitch](https://glitch.com/). | ||
|
||
I collaborated on the design of the application with the artists. The desire was that page look retro, so I took inspiration from [Windows 95 dialogue boxes](http://toastytech.com/guis/win952.html) and 1990s aesthetic. It's a fully responsive design and the application is a Single Page Application developed without a framework. | ||
|
||
The conversation has ended but you can still scroll up and see the messages (still using the Discord channel and bot scraper) and read about the artwork in the 'About' section. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
"layout": "layouts/post.njk", | ||
}; |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.