const hamburgerTrimet = document.getElementById("hamburger-trimet"); const menuTrimet = document.getElementById("menu-trimet"); const closeBtnTrimet = document.getElementById("closeBtn-trimet"); hamburgerTrimet.addEventListener("click", () => { menuTrimet.classList.toggle("open"); }); closeBtnTrimet.addEventListener("click", () => { menuTrimet.classList.remove("open"); }); document.querySelectorAll("#menu-trimet a").forEach(link => { link.addEventListener("click", () => { menuTrimet.classList.remove("open"); }); });


Trimet’s 2024 AAPI month bus wrap was informed by the Southeast/East Asian myth, Dragon Gate, of the carp’s waterfall ascension and metamorphosis into dragon form. I found symmetry between my mother's expatriation from South Korea to America and the key themes from the myth: obstacles, perseverance, bravery, and reinvention. In The Odyssey of the Dragon, the carp's transformation is a mode of adaptation; the scales remind of where the carp began, but the decision to make the journey has forever changed the once fish. Becoming the dragon, brings an onset of new challenges that parallels the complexity of my mother’s experience. In my mother, I see the dragon. This is for her.

For more on this bus wrap, check out Trimet's Wrap Archive.

const hamburger = document.getElementById("hamburger-everywhen"); const menu = document.getElementById("menu-everywhen"); const closeBtn = document.getElementById("closeBtn-everywhen"); hamburger.addEventListener("click", () => { menu.classList.add("open"); }); closeBtn.addEventListener("click", () => { menu.classList.remove("open"); }); document.querySelectorAll("#menu-everywhen a").forEach(link => { link.addEventListener("click", () => { menu.classList.remove("open"); }); });

"At night I keep igniting dreams, to clean every memory with sacred smoke.”

"At night I keep igniting dreams, to clean every memory with sacred smoke.”

– Natalia Lafourcade, from the song Hasta la Raiz

everywhen is an installation that explores dreams through family bond. Combining analogue and digital modes of making–ink drawings, digitized hi8 tapes, risograph animation, printmaking, projection mapping, video and sound–this multimedia project considers circular time and familial memory. The installation conjures the interior worlds of grief and gratitude, the viewer in a porous space immersing where the dream slips between night and day.

everywhen at PICA

funded by


const hamburgerContact = document.getElementById("hamburger-contact"); const menuContact = document.getElementById("menu-contact"); const closeBtnContact = document.getElementById("closeBtn-contact"); hamburgerContact.addEventListener("click", () => { menuContact.classList.toggle("open"); }); closeBtnContact.addEventListener("click", () => { menuContact.classList.remove("open"); }); document.querySelectorAll("#menu-contact a").forEach(link => { link.addEventListener("click", () => { menuContact.classList.remove("open"); }); });
const hamburgerBio = document.getElementById("hamburger-bio"); const menuBio = document.getElementById("menu-bio"); const closeBtnBio = document.getElementById("closeBtn-bio"); hamburgerBio.addEventListener("click", () => { menuBio.classList.toggle("open"); }); closeBtnBio.addEventListener("click", () => { menuBio.classList.remove("open"); }); document.querySelectorAll("#menu-bio a").forEach(link => { link.addEventListener("click", () => { menuBio.classList.remove("open"); }); });

ilish bath’s first commissioned illustration was her elementary school’s yearly Christmas card. Since then her commissions range from album covers, to city bus wraps that honor Asian American, Native Hawaiian, and Pacific Islander cultures and diasporas. Research drives both her commissioned and personal work. Her multimedia installation, everywhen, combines ink drawings, digitized hi8 tapes, risograph animation, and projection mapping, to explore circular time, dreams, familial memory and bond. everywhen earned her both the Thesis Show and Writing awards at Pacific Northwest College of Art, and a RACC Project Grant following graduation (2023). Bath is based in Portland, Oregon, printing and teaching at the collectively operated BIPOC risograph press nun studios, illustrating, and assisting in a wide range of art, production, exhibition, and mural services—applying a lifelong drawing practice and persistent desire to learn within community contexts.