Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
oudeis01 committed May 23, 2024
1 parent 4a58777 commit 60b9045
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions _texts/haram_choi.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
type: artist
author: "Haram Choi"
title: "counter"
title: "Counter"
year: "2024"
medium_type: "Installation"
material: "Aluminum profile, Acrylics, Custom electronics, Step motor, Toggle switch"
material: "Aluminium profile, Acrylics, Custom electronics, Step motor, Toggle switch"
dimension: ""
excerpt: "This machine counts, in binary, starting from 0 up to 4,294,967,295 that is 2³²-1. A reasonably modern computer will need only a few seconds to count that amount of numbers(approx. 4.2 billion)..."
---
Expand Down
3 changes: 1 addition & 2 deletions _texts/youngji_cho.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ author: "Youngji Cho"
title: "The Privileged Land (v1.0)"
year: "2024"
medium_type: "Mixed media installation"
material: "Single-channel video, 4K, color, stereo sound, 9’11” loop.
ceramics, candles, lights"
material: "Single-channel video, 4K, color, stereo sound, 9’11” loop."
dimension: ""
excerpt: "War, genocide, colonisation, division, death, intergenerational trauma, privilege, and insomnia. The Privileged Land (v1.0) is an ongoing multimedia practice of translating the status quo of living in Germany as a South Korean woman in the current times - in the form of a presentable artwork.Youngji Cho has been struggled to fall asleep since the beginning of October 2023. The ongoing genocide triggered her intergenerational trauma of war, death, colonisation, and division..."
---
Expand Down
14 changes: 7 additions & 7 deletions _texts/zenobio_de_almeida.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
type: artist
author: "Zenobio de Almeida"
title: ""
year: ""
medium_type: ""
material: ""
dimension: ""
excerpt: ""
title: "PROGRAM"
year: "2024"
medium_type: "Installation"
material: "Acrylic Cylinder, Ice"
dimension: "50cmx30cmx30cm"
excerpt: "Introducing PROGRAM (Portable and Retrievable Object for Geological Random Access Memory), a speculative future artifact designed to store and preserve the memories of its audience. This installation features a single ice cylinder that cycles between the display and the freezer, replaced daily to maintain a low temperature and capture the ambient air and audience experiences. Set in an 'Alte Pathologie', the piece evokes a haunting exploration of memory and time, intertwining the remnants of the past with future reflections."
---

Introducing PROGRAM (Portable and Retrievable Object for Geological Random Access Memory), a speculative future artifact designed to store and preserve the memories of its audience. This installation features a single ice cylinder that cycles between the display and the freezer, replaced daily to maintain a low temperature and capture the ambient air and audience experiences. Set in an "Alte Pathologie", the piece evokes a haunting exploration of memory and time, intertwining the remnants of the past with future reflections.
Binary file modified scripts/data.docx
Binary file not shown.
4 changes: 2 additions & 2 deletions src/app/_components/text-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export function TextHeader({ title, subtitle, author, year, medium_type, materia
if (year) meta.push(<TextWorkinfo>{year}<br/>-</TextWorkinfo>)
// if (year || author) meta.push(<div className="h-5"></div>)
if (medium_type || material || dimension) meta.push(<TextWorkinfo>
{medium_type}<br />-<br />
{material}<br />-<br />
{medium_type}<br />
{material}<br />
{dimension}
</TextWorkinfo>)
if (year || author || medium_type || material || dimension) meta.push(<div className="md:block"></div>)
Expand Down

0 comments on commit 60b9045

Please sign in to comment.