{item.year} · {item.type}
const Work = window.Work; const Section = window.Section; const dispatchOpenArchiveProject = (project) => { const name = window.SEDEM_OPEN_ARCHIVE_PROJECT_EVENT || 'sedem-oasis:open-archive-project'; window.dispatchEvent(new CustomEvent(name, { detail: { project } })); }; const ARCHIVE_PROJECTS = [ { title: "UX redesign of a neural-control platform", category: "Product Design", year: "2022", services: "UX & UI design, Interaction design, Usability research", client: "BCI platform partner", imageRows: [ ["metatag.png"], ["metatag.png"] ], description: "Simplified calibration, feedback, and error recovery for a brain–computer interface workspace so first-time users could build reliable control faster, with clearer mental models and progressive disclosure for advanced settings.", outcome: "Shorter time-to-first-successful command and fewer abandonments during early sessions, with a UI baseline the team could extend as protocols evolved.", credits: "Product Design: Sedem Oasis" }, { title: "Brand & launch strategy for a multi-sport community center", category: "Brand Identity", year: "2021", services: "Brand strategy, Visual identity, Launch communications", client: "Regional sports center", imageRows: [ ["metatag.png"], [ "metatag.png", "metatag.png" ] ], description: "Positioning and visual system for a new sports center: naming architecture, mark and color, photography direction, and rollout assets for open house, memberships, and local partnerships.", outcome: "A recognizable launch footprint across signage, digital, and on-site touchpoints that supported early membership goals and partner co-marketing.", credits: "Creative Direction: Sedem Oasis" }, { title: "Campaign design and seasonal GTM for a publishing house", category: "Brand Identity", year: "2020", services: "Campaign identity, Art direction, Print & digital templates", client: "Independent publishing house", imageRows: [ ["metatag.png"], [ "metatag.png", "metatag.png" ] ], description: "Campaign system and sales-focused layouts for lists, author spotlights, and retail co-promotions: repeatable grids, bold type, and clear hierarchy so seasonal pushes could ship quickly without diluting the house brand.", outcome: "Stronger list visibility at key selling moments and a template set the marketing team could run with through peak seasons.", credits: "Creative Direction: Sedem Oasis" } ]; const experimentItems = [ { title: "Streamlined checkout for regional retail chain", year: "2022", type: "Product Design", image: "metatag.png" }, { title: "Visual system for climate data nonprofit", year: "2021", type: "Brand Identity", image: "metatag.png" }, { title: "Mobile-first dashboard for field operations", year: "2023", type: "Product Design", image: "metatag.png" } ]; const AllWorks = () => (
{item.year} · {item.type}