From 44a8898e259afd43c7cb77bc026ef62ed5971c4f Mon Sep 17 00:00:00 2001 From: Yorke Rhodes III Date: Tue, 25 Aug 2026 16:27:57 -0400 Subject: [PATCH 1/2] Fall back to a monospace face, not Arial The body face is the monospace - that is the editorial choice the design system describes - but the fallback chain was Arial, Helvetica, sans-serif. Two consequences. If the webfont ever failed to load, the whole site rendered in a proportional face. And glyph by glyph: next/font subsets Space Mono to latin, latin-ext and vietnamese, so any character outside those ranges was drawn by the first fallback that had it. Chrome reports the arrow in a back link as Arial (1 glyph) beside Space Mono (31) - a proportional arrow inside monospace text, in the header's Contact button, every back link, the play triangles and the close crosses. That is the same root cause as the nav caret, which was fixed one glyph at a time. Naming a monospace fallback fixes all of them at once: the same probe now reports Cascadia Mono for the arrow. Body copy and headings are untouched. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/app/globals.css | 12 +++++++++++- src/app/layout.tsx | 13 +++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index aafa37ece..da1e6c7f6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -91,7 +91,17 @@ body { background: var(--background); color: var(--foreground); - font-family: var(--font-sans), Arial, Helvetica, sans-serif; + /* The fallback chain is monospace on purpose. The body face *is* the + monospace (see docs/DESIGN-SYSTEM.md); falling back to Arial would have + rendered the whole site in a proportional face if the webfont ever failed. + It also mattered glyph by glyph: next/font subsets Space Mono to latin, + latin-ext and vietnamese, so a character outside those ranges — the arrows + in "Contact →" and "← Publications", the play triangle, the close cross — + was drawn from the first fallback that had it, which was Arial. A + proportional arrow sitting inside monospace text is the mismatch that made + the header look inconsistent. */ + font-family: var(--font-sans), ui-monospace, "Cascadia Mono", "Segoe UI Mono", + "DejaVu Sans Mono", Menlo, Consolas, monospace; -webkit-font-smoothing: antialiased; transition: background-color 0.2s ease, color 0.2s ease; } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a26e1bb5d..27bc7c145 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,6 +20,19 @@ const spaceMono = Space_Mono({ subsets: ["latin"], weight: ["400", "700"], style: ["normal", "italic"], + // next/font otherwise builds its metric-adjusted "Space Mono Fallback" face + // from Arial, which then supplies any glyph the latin subset leaves out — + // arrows, the play triangle, the close cross — in a proportional face inside + // monospace text. Naming a monospace fallback keeps those glyphs in kind. + fallback: [ + "ui-monospace", + "Cascadia Mono", + "Segoe UI Mono", + "DejaVu Sans Mono", + "Menlo", + "Consolas", + "monospace", + ], }); export const metadata: Metadata = { From 00e34d94698868f250023d630acb884b8646a18c Mon Sep 17 00:00:00 2001 From: Yorke Rhodes III Date: Tue, 25 Aug 2026 16:28:00 -0400 Subject: [PATCH 2/2] chore: regenerate the static snapshot Picks up the monospace fallback. next/font renames its generated font assets when the fallback metrics change, so 12 woff2 files are replaced; all 833 font references resolve. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- static-site/404.html | 2 +- static-site/404/index.html | 2 +- static-site/__next.__PAGE__.txt | 24 +-- static-site/__next._full.txt | 58 +++--- static-site/__next._head.txt | 6 +- static-site/__next._index.txt | 18 +- static-site/__next._tree.txt | 10 +- .../_next/static/chunks/0-5whcwv1z55i.js | 1 - .../_next/static/chunks/0jub-lza-_qsd.js | 1 + .../_next/static/chunks/1-kh6uz_49jxr.js | 1 - .../_next/static/chunks/1l1xxdmwck4_f.js | 1 + .../{1w0nyqw5bqniv.css => 1sag07fioh6gb.css} | 4 +- ...=> 17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2} | Bin ...=> 1ae2575eb5be4118.p.29un6u1l3mwyp.woff2} | Bin ...2 => 28e60ca39c9ae554.44izq0ia6orkf.woff2} | Bin ...2 => 2c4e8b1b42841af7.2p_e9n24plgne.woff2} | Bin ...2 => 417912ede2e82152.1umk1654cmfxm.woff2} | Bin ...2 => 4ba802ed8e67eac5.0fuxtgzazslqx.woff2} | Bin ...2 => 51f2519120a6b711.038kgsu-hd-vh.woff2} | Bin ...2 => 7663dec790de7af8.2b96g58xb1jk9.woff2} | Bin ...=> 8d05cfa5faa8406c.p.1s123piy9_v1m.woff2} | Bin ...2 => b8f2b92a9960dd69.0we3rzhp_h228.woff2} | Bin ...2 => d7a0600e467cf0bd.451yigaaz_4mg.woff2} | Bin ...=> dc0d9adbac686440.p.3cik_s2si-ft-.woff2} | Bin static-site/_not-found/__next._full.txt | 30 +-- static-site/_not-found/__next._head.txt | 6 +- static-site/_not-found/__next._index.txt | 18 +- static-site/_not-found/__next._not-found.txt | 4 +- static-site/_not-found/__next._tree.txt | 2 +- static-site/_not-found/index.html | 2 +- static-site/_not-found/index.txt | 30 +-- static-site/about/__next._full.txt | 38 ++-- static-site/about/__next._head.txt | 6 +- static-site/about/__next._index.txt | 18 +- static-site/about/__next._tree.txt | 10 +- static-site/about/__next.about.txt | 4 +- static-site/about/index.html | 2 +- static-site/about/index.txt | 38 ++-- static-site/contact/__next._full.txt | 38 ++-- static-site/contact/__next._head.txt | 6 +- static-site/contact/__next._index.txt | 18 +- static-site/contact/__next._tree.txt | 10 +- static-site/contact/__next.contact.txt | 4 +- static-site/contact/index.html | 2 +- static-site/contact/index.txt | 38 ++-- static-site/demos/__next._full.txt | 44 ++--- static-site/demos/__next._head.txt | 6 +- static-site/demos/__next._index.txt | 18 +- static-site/demos/__next._tree.txt | 10 +- static-site/demos/__next.demos.txt | 4 +- static-site/demos/index.html | 2 +- static-site/demos/index.txt | 44 ++--- static-site/font-lab/__next._full.txt | 38 ++-- static-site/font-lab/__next._head.txt | 6 +- static-site/font-lab/__next._index.txt | 18 +- static-site/font-lab/__next._tree.txt | 10 +- static-site/font-lab/__next.font-lab.txt | 4 +- static-site/font-lab/index.html | 2 +- static-site/font-lab/index.txt | 38 ++-- static-site/index.html | 2 +- static-site/index.txt | 58 +++--- static-site/media/__next._full.txt | 42 ++-- static-site/media/__next._head.txt | 6 +- static-site/media/__next._index.txt | 18 +- static-site/media/__next._tree.txt | 10 +- static-site/media/__next.media.txt | 4 +- static-site/media/index.html | 2 +- static-site/media/index.txt | 42 ++-- .../newsletter/2026-07/__next._full.txt | 44 ++--- .../newsletter/2026-07/__next._head.txt | 6 +- .../newsletter/2026-07/__next._index.txt | 18 +- .../newsletter/2026-07/__next._tree.txt | 10 +- .../newsletter/2026-07/__next.newsletter.txt | 4 +- static-site/newsletter/2026-07/index.html | 2 +- static-site/newsletter/2026-07/index.txt | 44 ++--- static-site/newsletter/__next._full.txt | 42 ++-- static-site/newsletter/__next._head.txt | 6 +- static-site/newsletter/__next._index.txt | 18 +- static-site/newsletter/__next._tree.txt | 10 +- static-site/newsletter/__next.newsletter.txt | 4 +- static-site/newsletter/index.html | 2 +- static-site/newsletter/index.txt | 42 ++-- static-site/portfolio/__next._full.txt | 46 ++--- static-site/portfolio/__next._head.txt | 6 +- static-site/portfolio/__next._index.txt | 18 +- static-site/portfolio/__next._tree.txt | 10 +- static-site/portfolio/__next.portfolio.txt | 4 +- static-site/portfolio/index.html | 2 +- static-site/portfolio/index.txt | 46 ++--- .../print/after-the-corridor/__next._full.txt | 38 ++-- .../print/after-the-corridor/__next._head.txt | 6 +- .../after-the-corridor/__next._index.txt | 18 +- .../print/after-the-corridor/__next._tree.txt | 10 +- .../print/after-the-corridor/__next.print.txt | 4 +- .../print/after-the-corridor/index.html | 4 +- .../print/after-the-corridor/index.txt | 38 ++-- .../__next._full.txt | 186 ++++++++++++++++++ .../__next._head.txt | 6 + .../__next._index.txt | 15 ++ .../__next._tree.txt | 7 + .../__next.print.txt | 4 + .../__next.print/$d$slug.txt | 5 + .../__next.print/$d$slug/__PAGE__.txt | 155 +++++++++++++++ .../agentic-language-development/index.html | 89 +++++++++ .../agentic-language-development/index.txt | 186 ++++++++++++++++++ .../ai-carbon-footprint/__next._full.txt | 38 ++-- .../ai-carbon-footprint/__next._head.txt | 6 +- .../ai-carbon-footprint/__next._index.txt | 18 +- .../ai-carbon-footprint/__next._tree.txt | 10 +- .../ai-carbon-footprint/__next.print.txt | 4 +- .../print/ai-carbon-footprint/index.html | 4 +- .../print/ai-carbon-footprint/index.txt | 38 ++-- .../print/ai-models-research/__next._full.txt | 38 ++-- .../print/ai-models-research/__next._head.txt | 6 +- .../ai-models-research/__next._index.txt | 18 +- .../print/ai-models-research/__next._tree.txt | 10 +- .../print/ai-models-research/__next.print.txt | 4 +- .../print/ai-models-research/index.html | 4 +- .../print/ai-models-research/index.txt | 38 ++-- .../ai-research-assistant/__next._full.txt | 38 ++-- .../ai-research-assistant/__next._head.txt | 6 +- .../ai-research-assistant/__next._index.txt | 18 +- .../ai-research-assistant/__next._tree.txt | 10 +- .../ai-research-assistant/__next.print.txt | 4 +- .../print/ai-research-assistant/index.html | 4 +- .../print/ai-research-assistant/index.txt | 38 ++-- static-site/print/cerai/__next._full.txt | 38 ++-- static-site/print/cerai/__next._head.txt | 6 +- static-site/print/cerai/__next._index.txt | 18 +- static-site/print/cerai/__next._tree.txt | 10 +- static-site/print/cerai/__next.print.txt | 4 +- static-site/print/cerai/index.html | 4 +- static-site/print/cerai/index.txt | 38 ++-- .../__next._full.txt | 38 ++-- .../__next._head.txt | 6 +- .../__next._index.txt | 18 +- .../__next._tree.txt | 10 +- .../__next.print.txt | 4 +- .../digital-provenance-passport/index.html | 4 +- .../digital-provenance-passport/index.txt | 38 ++-- .../diplomatic-simulator/__next._full.txt | 38 ++-- .../diplomatic-simulator/__next._head.txt | 6 +- .../diplomatic-simulator/__next._index.txt | 18 +- .../diplomatic-simulator/__next._tree.txt | 10 +- .../diplomatic-simulator/__next.print.txt | 4 +- .../print/diplomatic-simulator/index.html | 4 +- .../print/diplomatic-simulator/index.txt | 38 ++-- static-site/print/ercf/__next._full.txt | 38 ++-- static-site/print/ercf/__next._head.txt | 6 +- static-site/print/ercf/__next._index.txt | 18 +- static-site/print/ercf/__next._tree.txt | 10 +- static-site/print/ercf/__next.print.txt | 4 +- static-site/print/ercf/index.html | 4 +- static-site/print/ercf/index.txt | 38 ++-- static-site/print/erus/__next._full.txt | 38 ++-- static-site/print/erus/__next._head.txt | 6 +- static-site/print/erus/__next._index.txt | 18 +- static-site/print/erus/__next._tree.txt | 10 +- static-site/print/erus/__next.print.txt | 4 +- static-site/print/erus/index.html | 4 +- static-site/print/erus/index.txt | 38 ++-- .../evacuation-inform-index/__next._full.txt | 38 ++-- .../evacuation-inform-index/__next._head.txt | 6 +- .../evacuation-inform-index/__next._index.txt | 18 +- .../evacuation-inform-index/__next._tree.txt | 10 +- .../evacuation-inform-index/__next.print.txt | 4 +- .../print/evacuation-inform-index/index.html | 4 +- .../print/evacuation-inform-index/index.txt | 38 ++-- .../evacuation-simulation/__next._full.txt | 38 ++-- .../evacuation-simulation/__next._head.txt | 6 +- .../evacuation-simulation/__next._index.txt | 18 +- .../evacuation-simulation/__next._tree.txt | 10 +- .../evacuation-simulation/__next.print.txt | 4 +- .../print/evacuation-simulation/index.html | 4 +- .../print/evacuation-simulation/index.txt | 38 ++-- .../__next._full.txt | 38 ++-- .../__next._head.txt | 6 +- .../__next._index.txt | 18 +- .../__next._tree.txt | 10 +- .../__next.print.txt | 4 +- .../index.html | 4 +- .../index.txt | 38 ++-- static-site/print/haste/__next._full.txt | 38 ++-- static-site/print/haste/__next._head.txt | 6 +- static-site/print/haste/__next._index.txt | 18 +- static-site/print/haste/__next._tree.txt | 10 +- static-site/print/haste/__next.print.txt | 4 +- static-site/print/haste/index.html | 4 +- static-site/print/haste/index.txt | 38 ++-- .../mariupol-severity-model/__next._full.txt | 38 ++-- .../mariupol-severity-model/__next._head.txt | 6 +- .../mariupol-severity-model/__next._index.txt | 18 +- .../mariupol-severity-model/__next._tree.txt | 10 +- .../mariupol-severity-model/__next.print.txt | 4 +- .../print/mariupol-severity-model/index.html | 4 +- .../print/mariupol-severity-model/index.txt | 38 ++-- .../print/provenance-search/__next._full.txt | 38 ++-- .../print/provenance-search/__next._head.txt | 6 +- .../print/provenance-search/__next._index.txt | 18 +- .../print/provenance-search/__next._tree.txt | 10 +- .../print/provenance-search/__next.print.txt | 4 +- .../print/provenance-search/index.html | 4 +- static-site/print/provenance-search/index.txt | 38 ++-- static-site/print/vango/__next._full.txt | 38 ++-- static-site/print/vango/__next._head.txt | 6 +- static-site/print/vango/__next._index.txt | 18 +- static-site/print/vango/__next._tree.txt | 10 +- static-site/print/vango/__next.print.txt | 4 +- static-site/print/vango/index.html | 4 +- static-site/print/vango/index.txt | 38 ++-- static-site/print/war-games/__next._full.txt | 38 ++-- static-site/print/war-games/__next._head.txt | 6 +- static-site/print/war-games/__next._index.txt | 18 +- static-site/print/war-games/__next._tree.txt | 10 +- static-site/print/war-games/__next.print.txt | 4 +- static-site/print/war-games/index.html | 4 +- static-site/print/war-games/index.txt | 38 ++-- .../print/what-is-ethical-ai/__next._full.txt | 38 ++-- .../print/what-is-ethical-ai/__next._head.txt | 6 +- .../what-is-ethical-ai/__next._index.txt | 18 +- .../print/what-is-ethical-ai/__next._tree.txt | 10 +- .../print/what-is-ethical-ai/__next.print.txt | 4 +- .../print/what-is-ethical-ai/index.html | 4 +- .../print/what-is-ethical-ai/index.txt | 38 ++-- static-site/publications/__next._full.txt | 46 ++--- static-site/publications/__next._head.txt | 6 +- static-site/publications/__next._index.txt | 18 +- static-site/publications/__next._tree.txt | 10 +- .../publications/__next.publications.txt | 4 +- .../after-the-corridor/__next._full.txt | 44 ++--- .../after-the-corridor/__next._head.txt | 6 +- .../after-the-corridor/__next._index.txt | 18 +- .../after-the-corridor/__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../after-the-corridor/index.html | 2 +- .../publications/after-the-corridor/index.txt | 44 ++--- .../__next._full.txt | 127 ++++++++++++ .../__next._head.txt | 6 + .../__next._index.txt | 15 ++ .../__next._tree.txt | 8 + .../__next.publications.txt | 5 + .../agentic-language-development.txt | 5 + .../agentic-language-development/__PAGE__.txt | 97 +++++++++ .../agentic-language-development/index.html | 1 + .../agentic-language-development/index.txt | 127 ++++++++++++ .../pages/manifest.json | 32 +++ .../pages/p01.webp | Bin 0 -> 81840 bytes .../pages/p02.webp | Bin 0 -> 103462 bytes .../pages/p03.webp | Bin 0 -> 123006 bytes .../pages/p04.webp | Bin 0 -> 116568 bytes .../pages/p05.webp | Bin 0 -> 157916 bytes .../pages/p06.webp | Bin 0 -> 134240 bytes .../pages/p07.webp | Bin 0 -> 130476 bytes .../pages/p08.webp | Bin 0 -> 109850 bytes .../pages/p09.webp | Bin 0 -> 127774 bytes .../pages/p10.webp | Bin 0 -> 140338 bytes .../pages/p11.webp | Bin 0 -> 109448 bytes .../pages/p12.webp | Bin 0 -> 122006 bytes .../pages/p13.webp | Bin 0 -> 156226 bytes .../pages/p14.webp | Bin 0 -> 151396 bytes .../pages/p15.webp | Bin 0 -> 152510 bytes .../pages/p16.webp | Bin 0 -> 125442 bytes .../pages/p17.webp | Bin 0 -> 139692 bytes .../pages/p18.webp | Bin 0 -> 115288 bytes .../pages/p19.webp | Bin 0 -> 131088 bytes .../pages/p20.webp | Bin 0 -> 76658 bytes .../pages/p21.webp | Bin 0 -> 74032 bytes .../pages/p22.webp | Bin 0 -> 151734 bytes .../pages/p23.webp | Bin 0 -> 165624 bytes .../pages/p24.webp | Bin 0 -> 161790 bytes .../pages/p25.webp | Bin 0 -> 30466 bytes .../agentic-language-development/report.pdf | Bin 0 -> 614046 bytes .../ai-carbon-footprint/__next._full.txt | 44 ++--- .../ai-carbon-footprint/__next._head.txt | 6 +- .../ai-carbon-footprint/__next._index.txt | 18 +- .../ai-carbon-footprint/__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../ai-carbon-footprint/index.html | 2 +- .../ai-carbon-footprint/index.txt | 44 ++--- .../ai-models-research/__next._full.txt | 44 ++--- .../ai-models-research/__next._head.txt | 6 +- .../ai-models-research/__next._index.txt | 18 +- .../ai-models-research/__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../ai-models-research/index.html | 2 +- .../publications/ai-models-research/index.txt | 44 ++--- .../ai-research-assistant/__next._full.txt | 44 ++--- .../ai-research-assistant/__next._head.txt | 6 +- .../ai-research-assistant/__next._index.txt | 18 +- .../ai-research-assistant/__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../ai-research-assistant/index.html | 4 +- .../ai-research-assistant/index.txt | 44 ++--- .../publications/cerai/__next._full.txt | 44 ++--- .../publications/cerai/__next._head.txt | 6 +- .../publications/cerai/__next._index.txt | 18 +- .../publications/cerai/__next._tree.txt | 10 +- .../cerai/__next.publications.txt | 4 +- static-site/publications/cerai/index.html | 2 +- static-site/publications/cerai/index.txt | 44 ++--- .../__next._full.txt | 44 ++--- .../__next._head.txt | 6 +- .../__next._index.txt | 18 +- .../__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../digital-provenance-passport/index.html | 2 +- .../digital-provenance-passport/index.txt | 44 ++--- .../diplomatic-simulator/__next._full.txt | 44 ++--- .../diplomatic-simulator/__next._head.txt | 6 +- .../diplomatic-simulator/__next._index.txt | 18 +- .../diplomatic-simulator/__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../diplomatic-simulator/index.html | 2 +- .../diplomatic-simulator/index.txt | 44 ++--- .../publications/ercf/__next._full.txt | 44 ++--- .../publications/ercf/__next._head.txt | 6 +- .../publications/ercf/__next._index.txt | 18 +- .../publications/ercf/__next._tree.txt | 10 +- .../publications/ercf/__next.publications.txt | 4 +- static-site/publications/ercf/index.html | 2 +- static-site/publications/ercf/index.txt | 44 ++--- .../publications/erus/__next._full.txt | 44 ++--- .../publications/erus/__next._head.txt | 6 +- .../publications/erus/__next._index.txt | 18 +- .../publications/erus/__next._tree.txt | 10 +- .../publications/erus/__next.publications.txt | 4 +- static-site/publications/erus/index.html | 2 +- static-site/publications/erus/index.txt | 44 ++--- .../evacuation-inform-index/__next._full.txt | 44 ++--- .../evacuation-inform-index/__next._head.txt | 6 +- .../evacuation-inform-index/__next._index.txt | 18 +- .../evacuation-inform-index/__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../evacuation-inform-index/index.html | 2 +- .../evacuation-inform-index/index.txt | 44 ++--- .../evacuation-simulation/__next._full.txt | 44 ++--- .../evacuation-simulation/__next._head.txt | 6 +- .../evacuation-simulation/__next._index.txt | 18 +- .../evacuation-simulation/__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../evacuation-simulation/index.html | 2 +- .../evacuation-simulation/index.txt | 44 ++--- .../__next._full.txt | 44 ++--- .../__next._head.txt | 6 +- .../__next._index.txt | 18 +- .../__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../index.html | 2 +- .../index.txt | 44 ++--- .../publications/haste/__next._full.txt | 44 ++--- .../publications/haste/__next._head.txt | 6 +- .../publications/haste/__next._index.txt | 18 +- .../publications/haste/__next._tree.txt | 10 +- .../haste/__next.publications.txt | 4 +- static-site/publications/haste/index.html | 2 +- static-site/publications/haste/index.txt | 44 ++--- static-site/publications/index.html | 2 +- static-site/publications/index.txt | 46 ++--- .../mariupol-severity-model/__next._full.txt | 44 ++--- .../mariupol-severity-model/__next._head.txt | 6 +- .../mariupol-severity-model/__next._index.txt | 18 +- .../mariupol-severity-model/__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../mariupol-severity-model/index.html | 2 +- .../mariupol-severity-model/index.txt | 44 ++--- .../provenance-search/__next._full.txt | 44 ++--- .../provenance-search/__next._head.txt | 6 +- .../provenance-search/__next._index.txt | 18 +- .../provenance-search/__next._tree.txt | 10 +- .../provenance-search/__next.publications.txt | 4 +- .../publications/provenance-search/index.html | 2 +- .../publications/provenance-search/index.txt | 44 ++--- .../publications/vango/__next._full.txt | 44 ++--- .../publications/vango/__next._head.txt | 6 +- .../publications/vango/__next._index.txt | 18 +- .../publications/vango/__next._tree.txt | 10 +- .../vango/__next.publications.txt | 4 +- static-site/publications/vango/index.html | 2 +- static-site/publications/vango/index.txt | 44 ++--- .../publications/war-games/__next._full.txt | 44 ++--- .../publications/war-games/__next._head.txt | 6 +- .../publications/war-games/__next._index.txt | 18 +- .../publications/war-games/__next._tree.txt | 10 +- .../war-games/__next.publications.txt | 4 +- static-site/publications/war-games/index.html | 2 +- static-site/publications/war-games/index.txt | 44 ++--- .../what-is-ethical-ai/__next._full.txt | 44 ++--- .../what-is-ethical-ai/__next._head.txt | 6 +- .../what-is-ethical-ai/__next._index.txt | 18 +- .../what-is-ethical-ai/__next._tree.txt | 10 +- .../__next.publications.txt | 4 +- .../what-is-ethical-ai/index.html | 2 +- .../publications/what-is-ethical-ai/index.txt | 44 ++--- static-site/team/__next._full.txt | 48 ++--- static-site/team/__next._head.txt | 6 +- static-site/team/__next._index.txt | 18 +- static-site/team/__next._tree.txt | 10 +- static-site/team/__next.team.txt | 4 +- .../team/adeline-daab/__next._full.txt | 44 ++--- .../team/adeline-daab/__next._head.txt | 6 +- .../team/adeline-daab/__next._index.txt | 18 +- .../team/adeline-daab/__next._tree.txt | 10 +- static-site/team/adeline-daab/__next.team.txt | 4 +- static-site/team/adeline-daab/index.html | 4 +- static-site/team/adeline-daab/index.txt | 44 ++--- .../team/alana-robertson/__next._full.txt | 44 ++--- .../team/alana-robertson/__next._head.txt | 6 +- .../team/alana-robertson/__next._index.txt | 18 +- .../team/alana-robertson/__next._tree.txt | 10 +- .../team/alana-robertson/__next.team.txt | 4 +- static-site/team/alana-robertson/index.html | 4 +- static-site/team/alana-robertson/index.txt | 44 ++--- static-site/team/alex-du/__next._full.txt | 44 ++--- static-site/team/alex-du/__next._head.txt | 6 +- static-site/team/alex-du/__next._index.txt | 18 +- static-site/team/alex-du/__next._tree.txt | 10 +- static-site/team/alex-du/__next.team.txt | 4 +- static-site/team/alex-du/index.html | 2 +- static-site/team/alex-du/index.txt | 44 ++--- .../team/alexa-shamie/__next._full.txt | 44 ++--- .../team/alexa-shamie/__next._head.txt | 6 +- .../team/alexa-shamie/__next._index.txt | 18 +- .../team/alexa-shamie/__next._tree.txt | 10 +- static-site/team/alexa-shamie/__next.team.txt | 4 +- static-site/team/alexa-shamie/index.html | 2 +- static-site/team/alexa-shamie/index.txt | 44 ++--- .../team/amanda-lindsey/__next._full.txt | 44 ++--- .../team/amanda-lindsey/__next._head.txt | 6 +- .../team/amanda-lindsey/__next._index.txt | 18 +- .../team/amanda-lindsey/__next._tree.txt | 10 +- .../team/amanda-lindsey/__next.team.txt | 4 +- static-site/team/amanda-lindsey/index.html | 2 +- static-site/team/amanda-lindsey/index.txt | 44 ++--- static-site/team/carlos-ruiz/__next._full.txt | 44 ++--- static-site/team/carlos-ruiz/__next._head.txt | 6 +- .../team/carlos-ruiz/__next._index.txt | 18 +- static-site/team/carlos-ruiz/__next._tree.txt | 10 +- static-site/team/carlos-ruiz/__next.team.txt | 4 +- static-site/team/carlos-ruiz/index.html | 2 +- static-site/team/carlos-ruiz/index.txt | 44 ++--- .../team/carolina-moron/__next._full.txt | 44 ++--- .../team/carolina-moron/__next._head.txt | 6 +- .../team/carolina-moron/__next._index.txt | 18 +- .../team/carolina-moron/__next._tree.txt | 10 +- .../team/carolina-moron/__next.team.txt | 4 +- static-site/team/carolina-moron/index.html | 4 +- static-site/team/carolina-moron/index.txt | 44 ++--- .../team/christine-lumen/__next._full.txt | 44 ++--- .../team/christine-lumen/__next._head.txt | 6 +- .../team/christine-lumen/__next._index.txt | 18 +- .../team/christine-lumen/__next._tree.txt | 10 +- .../team/christine-lumen/__next.team.txt | 4 +- static-site/team/christine-lumen/index.html | 4 +- static-site/team/christine-lumen/index.txt | 44 ++--- .../team/elizabeth-matthews/__next._full.txt | 44 ++--- .../team/elizabeth-matthews/__next._head.txt | 6 +- .../team/elizabeth-matthews/__next._index.txt | 18 +- .../team/elizabeth-matthews/__next._tree.txt | 10 +- .../team/elizabeth-matthews/__next.team.txt | 4 +- .../team/elizabeth-matthews/index.html | 2 +- static-site/team/elizabeth-matthews/index.txt | 44 ++--- .../team/emily-harrington/__next._full.txt | 44 ++--- .../team/emily-harrington/__next._head.txt | 6 +- .../team/emily-harrington/__next._index.txt | 18 +- .../team/emily-harrington/__next._tree.txt | 10 +- .../team/emily-harrington/__next.team.txt | 4 +- static-site/team/emily-harrington/index.html | 2 +- static-site/team/emily-harrington/index.txt | 44 ++--- .../team/grace-driscoll/__next._full.txt | 44 ++--- .../team/grace-driscoll/__next._head.txt | 6 +- .../team/grace-driscoll/__next._index.txt | 18 +- .../team/grace-driscoll/__next._tree.txt | 10 +- .../team/grace-driscoll/__next.team.txt | 4 +- static-site/team/grace-driscoll/index.html | 2 +- static-site/team/grace-driscoll/index.txt | 44 ++--- static-site/team/hannah-zhao/__next._full.txt | 44 ++--- static-site/team/hannah-zhao/__next._head.txt | 6 +- .../team/hannah-zhao/__next._index.txt | 18 +- static-site/team/hannah-zhao/__next._tree.txt | 10 +- static-site/team/hannah-zhao/__next.team.txt | 4 +- static-site/team/hannah-zhao/index.html | 2 +- static-site/team/hannah-zhao/index.txt | 44 ++--- static-site/team/index.html | 2 +- static-site/team/index.txt | 48 ++--- .../team/india-clarke/__next._full.txt | 44 ++--- .../team/india-clarke/__next._head.txt | 6 +- .../team/india-clarke/__next._index.txt | 18 +- .../team/india-clarke/__next._tree.txt | 10 +- static-site/team/india-clarke/__next.team.txt | 4 +- static-site/team/india-clarke/index.html | 4 +- static-site/team/india-clarke/index.txt | 44 ++--- .../team/jennifer-hofmann/__next._full.txt | 44 ++--- .../team/jennifer-hofmann/__next._head.txt | 6 +- .../team/jennifer-hofmann/__next._index.txt | 18 +- .../team/jennifer-hofmann/__next._tree.txt | 10 +- .../team/jennifer-hofmann/__next.team.txt | 4 +- static-site/team/jennifer-hofmann/index.html | 2 +- static-site/team/jennifer-hofmann/index.txt | 44 ++--- static-site/team/kirsten-co/__next._full.txt | 44 ++--- static-site/team/kirsten-co/__next._head.txt | 6 +- static-site/team/kirsten-co/__next._index.txt | 18 +- static-site/team/kirsten-co/__next._tree.txt | 10 +- static-site/team/kirsten-co/__next.team.txt | 4 +- static-site/team/kirsten-co/index.html | 4 +- static-site/team/kirsten-co/index.txt | 44 ++--- .../team/melanie-mackew/__next._full.txt | 44 ++--- .../team/melanie-mackew/__next._head.txt | 6 +- .../team/melanie-mackew/__next._index.txt | 18 +- .../team/melanie-mackew/__next._tree.txt | 10 +- .../team/melanie-mackew/__next.team.txt | 4 +- static-site/team/melanie-mackew/index.html | 2 +- static-site/team/melanie-mackew/index.txt | 44 ++--- .../team/mohagani-townsend/__next._full.txt | 44 ++--- .../team/mohagani-townsend/__next._head.txt | 6 +- .../team/mohagani-townsend/__next._index.txt | 18 +- .../team/mohagani-townsend/__next._tree.txt | 10 +- .../team/mohagani-townsend/__next.team.txt | 4 +- static-site/team/mohagani-townsend/index.html | 2 +- static-site/team/mohagani-townsend/index.txt | 44 ++--- .../team/natasha-nagarajan/__next._full.txt | 44 ++--- .../team/natasha-nagarajan/__next._head.txt | 6 +- .../team/natasha-nagarajan/__next._index.txt | 18 +- .../team/natasha-nagarajan/__next._tree.txt | 10 +- .../team/natasha-nagarajan/__next.team.txt | 4 +- static-site/team/natasha-nagarajan/index.html | 2 +- static-site/team/natasha-nagarajan/index.txt | 44 ++--- static-site/team/pegi-bracaj/__next._full.txt | 44 ++--- static-site/team/pegi-bracaj/__next._head.txt | 6 +- .../team/pegi-bracaj/__next._index.txt | 18 +- static-site/team/pegi-bracaj/__next._tree.txt | 10 +- static-site/team/pegi-bracaj/__next.team.txt | 4 +- static-site/team/pegi-bracaj/index.html | 2 +- static-site/team/pegi-bracaj/index.txt | 44 ++--- .../team/renata-gladkikh/__next._full.txt | 44 ++--- .../team/renata-gladkikh/__next._head.txt | 6 +- .../team/renata-gladkikh/__next._index.txt | 18 +- .../team/renata-gladkikh/__next._tree.txt | 10 +- .../team/renata-gladkikh/__next.team.txt | 4 +- static-site/team/renata-gladkikh/index.html | 2 +- static-site/team/renata-gladkikh/index.txt | 44 ++--- .../team/smita-samanta/__next._full.txt | 44 ++--- .../team/smita-samanta/__next._head.txt | 6 +- .../team/smita-samanta/__next._index.txt | 18 +- .../team/smita-samanta/__next._tree.txt | 10 +- .../team/smita-samanta/__next.team.txt | 4 +- static-site/team/smita-samanta/index.html | 2 +- static-site/team/smita-samanta/index.txt | 44 ++--- .../team/susan-deminil/__next._full.txt | 44 ++--- .../team/susan-deminil/__next._head.txt | 6 +- .../team/susan-deminil/__next._index.txt | 18 +- .../team/susan-deminil/__next._tree.txt | 10 +- .../team/susan-deminil/__next.team.txt | 4 +- static-site/team/susan-deminil/index.html | 4 +- static-site/team/susan-deminil/index.txt | 44 ++--- .../team/sylvia-maier/__next._full.txt | 44 ++--- .../team/sylvia-maier/__next._head.txt | 6 +- .../team/sylvia-maier/__next._index.txt | 18 +- .../team/sylvia-maier/__next._tree.txt | 10 +- static-site/team/sylvia-maier/__next.team.txt | 4 +- static-site/team/sylvia-maier/index.html | 4 +- static-site/team/sylvia-maier/index.txt | 44 ++--- static-site/team/taylor-badt/__next._full.txt | 44 ++--- static-site/team/taylor-badt/__next._head.txt | 6 +- .../team/taylor-badt/__next._index.txt | 18 +- static-site/team/taylor-badt/__next._tree.txt | 10 +- static-site/team/taylor-badt/__next.team.txt | 4 +- static-site/team/taylor-badt/index.html | 2 +- static-site/team/taylor-badt/index.txt | 44 ++--- .../team/teresa-cantero/__next._full.txt | 44 ++--- .../team/teresa-cantero/__next._head.txt | 6 +- .../team/teresa-cantero/__next._index.txt | 18 +- .../team/teresa-cantero/__next._tree.txt | 10 +- .../team/teresa-cantero/__next.team.txt | 4 +- static-site/team/teresa-cantero/index.html | 4 +- static-site/team/teresa-cantero/index.txt | 44 ++--- static-site/team/vedant-jain/__next._full.txt | 44 ++--- static-site/team/vedant-jain/__next._head.txt | 6 +- .../team/vedant-jain/__next._index.txt | 18 +- static-site/team/vedant-jain/__next._tree.txt | 10 +- static-site/team/vedant-jain/__next.team.txt | 4 +- static-site/team/vedant-jain/index.html | 2 +- static-site/team/vedant-jain/index.txt | 44 ++--- static-site/team/yago-rocha/__next._full.txt | 44 ++--- static-site/team/yago-rocha/__next._head.txt | 6 +- static-site/team/yago-rocha/__next._index.txt | 18 +- static-site/team/yago-rocha/__next._tree.txt | 10 +- static-site/team/yago-rocha/__next.team.txt | 4 +- static-site/team/yago-rocha/index.html | 4 +- static-site/team/yago-rocha/index.txt | 44 ++--- .../team/yorke-rhodes/__next._full.txt | 44 ++--- .../team/yorke-rhodes/__next._head.txt | 6 +- .../team/yorke-rhodes/__next._index.txt | 18 +- .../team/yorke-rhodes/__next._tree.txt | 10 +- static-site/team/yorke-rhodes/__next.team.txt | 4 +- static-site/team/yorke-rhodes/index.html | 2 +- static-site/team/yorke-rhodes/index.txt | 44 ++--- 596 files changed, 5859 insertions(+), 4783 deletions(-) delete mode 100644 static-site/_next/static/chunks/0-5whcwv1z55i.js create mode 100644 static-site/_next/static/chunks/0jub-lza-_qsd.js delete mode 100644 static-site/_next/static/chunks/1-kh6uz_49jxr.js create mode 100644 static-site/_next/static/chunks/1l1xxdmwck4_f.js rename static-site/_next/static/chunks/{1w0nyqw5bqniv.css => 1sag07fioh6gb.css} (75%) rename static-site/_next/static/media/{17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2 => 17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2} (100%) rename static-site/_next/static/media/{1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2 => 1ae2575eb5be4118.p.29un6u1l3mwyp.woff2} (100%) rename static-site/_next/static/media/{28e60ca39c9ae554-s.44izq0ia6orkf.woff2 => 28e60ca39c9ae554.44izq0ia6orkf.woff2} (100%) rename static-site/_next/static/media/{2c4e8b1b42841af7-s.2p_e9n24plgne.woff2 => 2c4e8b1b42841af7.2p_e9n24plgne.woff2} (100%) rename static-site/_next/static/media/{417912ede2e82152-s.1umk1654cmfxm.woff2 => 417912ede2e82152.1umk1654cmfxm.woff2} (100%) rename static-site/_next/static/media/{4ba802ed8e67eac5-s.0fuxtgzazslqx.woff2 => 4ba802ed8e67eac5.0fuxtgzazslqx.woff2} (100%) rename static-site/_next/static/media/{51f2519120a6b711-s.038kgsu-hd-vh.woff2 => 51f2519120a6b711.038kgsu-hd-vh.woff2} (100%) rename static-site/_next/static/media/{7663dec790de7af8-s.2b96g58xb1jk9.woff2 => 7663dec790de7af8.2b96g58xb1jk9.woff2} (100%) rename static-site/_next/static/media/{8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2 => 8d05cfa5faa8406c.p.1s123piy9_v1m.woff2} (100%) rename static-site/_next/static/media/{b8f2b92a9960dd69-s.0we3rzhp_h228.woff2 => b8f2b92a9960dd69.0we3rzhp_h228.woff2} (100%) rename static-site/_next/static/media/{d7a0600e467cf0bd-s.451yigaaz_4mg.woff2 => d7a0600e467cf0bd.451yigaaz_4mg.woff2} (100%) rename static-site/_next/static/media/{dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2 => dc0d9adbac686440.p.3cik_s2si-ft-.woff2} (100%) create mode 100644 static-site/print/agentic-language-development/__next._full.txt create mode 100644 static-site/print/agentic-language-development/__next._head.txt create mode 100644 static-site/print/agentic-language-development/__next._index.txt create mode 100644 static-site/print/agentic-language-development/__next._tree.txt create mode 100644 static-site/print/agentic-language-development/__next.print.txt create mode 100644 static-site/print/agentic-language-development/__next.print/$d$slug.txt create mode 100644 static-site/print/agentic-language-development/__next.print/$d$slug/__PAGE__.txt create mode 100644 static-site/print/agentic-language-development/index.html create mode 100644 static-site/print/agentic-language-development/index.txt create mode 100644 static-site/publications/agentic-language-development/__next._full.txt create mode 100644 static-site/publications/agentic-language-development/__next._head.txt create mode 100644 static-site/publications/agentic-language-development/__next._index.txt create mode 100644 static-site/publications/agentic-language-development/__next._tree.txt create mode 100644 static-site/publications/agentic-language-development/__next.publications.txt create mode 100644 static-site/publications/agentic-language-development/__next.publications/agentic-language-development.txt create mode 100644 static-site/publications/agentic-language-development/__next.publications/agentic-language-development/__PAGE__.txt create mode 100644 static-site/publications/agentic-language-development/index.html create mode 100644 static-site/publications/agentic-language-development/index.txt create mode 100644 static-site/publications/agentic-language-development/pages/manifest.json create mode 100644 static-site/publications/agentic-language-development/pages/p01.webp create mode 100644 static-site/publications/agentic-language-development/pages/p02.webp create mode 100644 static-site/publications/agentic-language-development/pages/p03.webp create mode 100644 static-site/publications/agentic-language-development/pages/p04.webp create mode 100644 static-site/publications/agentic-language-development/pages/p05.webp create mode 100644 static-site/publications/agentic-language-development/pages/p06.webp create mode 100644 static-site/publications/agentic-language-development/pages/p07.webp create mode 100644 static-site/publications/agentic-language-development/pages/p08.webp create mode 100644 static-site/publications/agentic-language-development/pages/p09.webp create mode 100644 static-site/publications/agentic-language-development/pages/p10.webp create mode 100644 static-site/publications/agentic-language-development/pages/p11.webp create mode 100644 static-site/publications/agentic-language-development/pages/p12.webp create mode 100644 static-site/publications/agentic-language-development/pages/p13.webp create mode 100644 static-site/publications/agentic-language-development/pages/p14.webp create mode 100644 static-site/publications/agentic-language-development/pages/p15.webp create mode 100644 static-site/publications/agentic-language-development/pages/p16.webp create mode 100644 static-site/publications/agentic-language-development/pages/p17.webp create mode 100644 static-site/publications/agentic-language-development/pages/p18.webp create mode 100644 static-site/publications/agentic-language-development/pages/p19.webp create mode 100644 static-site/publications/agentic-language-development/pages/p20.webp create mode 100644 static-site/publications/agentic-language-development/pages/p21.webp create mode 100644 static-site/publications/agentic-language-development/pages/p22.webp create mode 100644 static-site/publications/agentic-language-development/pages/p23.webp create mode 100644 static-site/publications/agentic-language-development/pages/p24.webp create mode 100644 static-site/publications/agentic-language-development/pages/p25.webp create mode 100644 static-site/publications/agentic-language-development/report.pdf diff --git a/static-site/404.html b/static-site/404.html index 324c33ebb..ffa713f4e 100644 --- a/static-site/404.html +++ b/static-site/404.html @@ -1 +1 @@ -404: This page could not be found.NYU Ethical Tech CoLab · Emerging Tech, Human Condition

404

This page could not be found.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +404: This page could not be found.NYU Ethical Tech CoLab · Emerging Tech, Human Condition

404

This page could not be found.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/404/index.html b/static-site/404/index.html index 324c33ebb..ffa713f4e 100644 --- a/static-site/404/index.html +++ b/static-site/404/index.html @@ -1 +1 @@ -404: This page could not be found.NYU Ethical Tech CoLab · Emerging Tech, Human Condition

404

This page could not be found.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +404: This page could not be found.NYU Ethical Tech CoLab · Emerging Tech, Human Condition

404

This page could not be found.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/__next.__PAGE__.txt b/static-site/__next.__PAGE__.txt index a89db6622..de8f1beba 100644 --- a/static-site/__next.__PAGE__.txt +++ b/static-site/__next.__PAGE__.txt @@ -1,17 +1,17 @@ 1:"$Sreact.fragment" -2:I[85437,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Image"] -3:I[25150,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"HeroField"] -4:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Reveal"] -5:I[53675,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StatementCarousel"] -e:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Link"] -f:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Stagger"] -10:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StaggerItem"] -11:I[35852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ProjectDiagram"] -12:I[12243,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Tilt3D"] -16:I[94376,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Magnetic"] -17:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +2:I[85437,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Image"] +3:I[25150,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"HeroField"] +4:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Reveal"] +5:I[53675,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StatementCarousel"] +e:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Link"] +f:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Stagger"] +10:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StaggerItem"] +11:I[35852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ProjectDiagram"] +12:I[12243,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Tilt3D"] +16:I[94376,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Magnetic"] +17:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 18:"$Sreact.suspense" -0:{"rsc":["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","$L2",null,{"src":"/website/nyu-subway.jpg","alt":"","aria-hidden":true,"fill":true,"priority":true,"sizes":"100vw","className":"pointer-events-none object-cover object-center opacity-25"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0 bg-background/70"}],["$","span",null,{"className":"aura"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0","style":{"background":"radial-gradient(70% 60% at 20% 0%, color-mix(in oklab, var(--glow) 26%, transparent), transparent 65%)"}}],["$","$L3",null,{}],["$","div",null,{"className":"relative mx-auto max-w-6xl px-6 py-24 text-center sm:py-28","children":[["$","$L4",null,{"children":["$","p",null,{"className":"text-base uppercase tracking-[0.25em] text-accent sm:text-lg","children":"NYU CGA × Microsoft"}]}],["$","$L4",null,{"delay":0.15,"children":["$","$L5",null,{"statements":[{"lead":"Ethical Tech CoLab","headingClass":"text-[clamp(4.25rem,13vw,11rem)] leading-[0.88]","figure":["$","p",null,{"className":"font-serif uppercase leading-[0.95] tracking-tight text-foreground","style":{"fontSize":"clamp(1.9rem, 4vw, 3rem)"},"children":["Exploring technology to improve",["$","br",null,{"className":"hidden sm:block"}]," the"," ",["$","span",null,{"className":"display-em","children":"human condition"}],"."]}],"line":["$","p",null,{"className":"mx-auto mt-7 max-w-2xl leading-relaxed text-foreground/85","children":["A research collaboration between NYU's"," ",["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"link-underline text-accent hover:opacity-80","children":"Center for Global Affairs"}]," ","and Microsoft — changing the conversation on how people are informed, and how emerging technology can be used for good."]}]},{"lead":"Four questions. ","em":"One frontier.","figure":"14 projects in the portfolio","line":"Evacuation, cultural heritage, traceability, diplomacy — each question carried through to a fielded prototype, in the open.","cta":"Explore the portfolio","href":"/portfolio"},{"lead":"Run the ","em":"research","tail":".","figure":"18 demos you can open","line":"Not screenshots: the prototypes themselves, running in the browser with their source alongside.","cta":"Open the live demos","href":"/demos"},{"lead":"The research, ","em":"written up","tail":".","figure":"25 in the catalogue","line":"Every research question the CoLab takes on is written up academically, including what did not hold.","cta":"Read the publications","href":"/publications"},{"lead":"The people ","em":"building","tail":" this.","figure":"23 researchers across 3 cohorts","line":"Graduate researchers at NYU's Center for Global Affairs, with advisors and resident fellows alongside.","cta":"Meet the team","href":"/team"}],"label":"Statement","className":"mt-5"}]}]]}]]}],[["$","section",null,{"className":"border-b border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16 text-center","children":[["$","$L4",null,{"children":["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Mission"}]}],["$","$L4",null,{"delay":0.05,"children":["$","p",null,{"className":"mx-auto mt-4 max-w-4xl fluid-h2 font-heading uppercase leading-[1.02]","children":["Achieving ",["$","span",null,{"className":"display-em","children":"full human potential"}]," ","through technology — changing how people are informed, and how tech is used for good."]}]}],["$","$L4",null,{"delay":0.1,"children":["$","p",null,{"className":"mx-auto mt-6 max-w-2xl text-lg leading-relaxed text-muted","children":"What are the circumstances of the human being, and how can technology improve them? We see technology as a tool — part of the solution."}]}]]}]}],["$","section",null,{"className":"mx-auto max-w-6xl px-6 py-24","children":[["$","$L4",null,{"children":["$","div",null,{"className":"flex items-end justify-between","children":["$L6","$L7"]}]}],"$L8"]}],"$L9","$La","$Lb"]],["$Lc"],"$Ld"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +0:{"rsc":["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","$L2",null,{"src":"/website/nyu-subway.jpg","alt":"","aria-hidden":true,"fill":true,"priority":true,"sizes":"100vw","className":"pointer-events-none object-cover object-center opacity-25"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0 bg-background/70"}],["$","span",null,{"className":"aura"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0","style":{"background":"radial-gradient(70% 60% at 20% 0%, color-mix(in oklab, var(--glow) 26%, transparent), transparent 65%)"}}],["$","$L3",null,{}],["$","div",null,{"className":"relative mx-auto max-w-6xl px-6 py-24 text-center sm:py-28","children":[["$","$L4",null,{"children":["$","p",null,{"className":"text-base uppercase tracking-[0.25em] text-accent sm:text-lg","children":"NYU CGA × Microsoft"}]}],["$","$L4",null,{"delay":0.15,"children":["$","$L5",null,{"statements":[{"lead":"Ethical Tech CoLab","headingClass":"text-[clamp(4.25rem,13vw,11rem)] leading-[0.88]","figure":["$","p",null,{"className":"font-serif uppercase leading-[0.95] tracking-tight text-foreground","style":{"fontSize":"clamp(1.9rem, 4vw, 3rem)"},"children":["Exploring technology to improve",["$","br",null,{"className":"hidden sm:block"}]," the"," ",["$","span",null,{"className":"display-em","children":"human condition"}],"."]}],"line":["$","p",null,{"className":"mx-auto mt-7 max-w-2xl leading-relaxed text-foreground/85","children":["A research collaboration between NYU's"," ",["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"link-underline text-accent hover:opacity-80","children":"Center for Global Affairs"}]," ","and Microsoft — changing the conversation on how people are informed, and how emerging technology can be used for good."]}]},{"lead":"Four questions. ","em":"One frontier.","figure":"14 projects in the portfolio","line":"Evacuation, cultural heritage, traceability, diplomacy — each question carried through to a fielded prototype, in the open.","cta":"Explore the portfolio","href":"/portfolio"},{"lead":"Run the ","em":"research","tail":".","figure":"21 demos you can open","line":"Not screenshots: the prototypes themselves, running in the browser with their source alongside.","cta":"Open the live demos","href":"/demos"},{"lead":"The research, ","em":"written up","tail":".","figure":"28 in the catalogue","line":"Every research question the CoLab takes on is written up academically, including what did not hold.","cta":"Read the publications","href":"/publications"},{"lead":"The people ","em":"building","tail":" this.","figure":"23 researchers across 3 cohorts","line":"Graduate researchers at NYU's Center for Global Affairs, with advisors and resident fellows alongside.","cta":"Meet the team","href":"/team"}],"label":"Statement","className":"mt-5"}]}]]}]]}],[["$","section",null,{"className":"border-b border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16 text-center","children":[["$","$L4",null,{"children":["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Mission"}]}],["$","$L4",null,{"delay":0.05,"children":["$","p",null,{"className":"mx-auto mt-4 max-w-4xl fluid-h2 font-heading uppercase leading-[1.02]","children":["Achieving ",["$","span",null,{"className":"display-em","children":"full human potential"}]," ","through technology — changing how people are informed, and how tech is used for good."]}]}],["$","$L4",null,{"delay":0.1,"children":["$","p",null,{"className":"mx-auto mt-6 max-w-2xl text-lg leading-relaxed text-muted","children":"What are the circumstances of the human being, and how can technology improve them? We see technology as a tool — part of the solution."}]}]]}]}],["$","section",null,{"className":"mx-auto max-w-6xl px-6 py-24","children":[["$","$L4",null,{"children":["$","div",null,{"className":"flex items-end justify-between","children":["$L6","$L7"]}]}],"$L8"]}],"$L9","$La","$Lb"]],["$Lc"],"$Ld"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 6:["$","div",null,{"children":[["$","$Le",null,{"href":"/portfolio","className":"link-underline text-xs uppercase tracking-wider text-muted transition-colors hover:text-accent","children":"Current projects"}],["$","h2",null,{"className":"mt-3 fluid-h2 font-heading uppercase","children":"Building at the frontier."}]]}] 7:["$","$Le",null,{"href":"/portfolio","className":"link-underline hidden text-sm text-accent sm:block","children":["View all ","four"," →"]}] 8:["$","$Lf",null,{"className":"mt-12 grid gap-px overflow-hidden rounded-2xl border border-border bg-border sm:grid-cols-2","children":[[["$","$L10","Evacuation",{"children":["$","$Le",null,{"href":"/portfolio#evacuation","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L11",null,{"variant":"Evacuation","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["01"," / ","Evacuation"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can AI inform evacuation decisions?"}]]}]}],["$","$L10","Cultural heritage",{"children":["$","$Le",null,{"href":"/portfolio#cultural-heritage","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L11",null,{"variant":"Cultural heritage","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["02"," / ","Cultural heritage"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can technology support the ethical return of cultural artifacts?"}]]}]}],["$","$L10","Traceability",{"children":["$","$Le",null,{"href":"/portfolio#traceability","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L11",null,{"variant":"Traceability","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["03"," / ","Traceability"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can ethical claims in supply chains be made verifiable?"}]]}]}],["$","$L10","Diplomacy",{"children":["$","$Le",null,{"href":"/portfolio#diplomacy","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L11",null,{"variant":"Diplomacy","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["04"," / ","Diplomacy"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can AI help practitioners rehearse high-stakes diplomacy?"}]]}]}]],false]}] diff --git a/static-site/__next._full.txt b/static-site/__next._full.txt index 390ae5f57..2361f8185 100644 --- a/static-site/__next._full.txt +++ b/static-site/__next._full.txt @@ -1,40 +1,40 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -f:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +f:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{},null,false,null]},null,false,null],"$Le",false]],"m":"$undefined","G":["$f",["$L10"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -11:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Link"] -12:I[85437,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Image"] -13:I[25150,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"HeroField"] -14:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Reveal"] -15:I[53675,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StatementCarousel"] -1e:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -20:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{},null,false,null]},null,false,null],"$Le",false]],"m":"$undefined","G":["$f",["$L10"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +11:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Link"] +12:I[85437,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Image"] +13:I[25150,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"HeroField"] +14:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Reveal"] +15:I[53675,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StatementCarousel"] +1e:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +20:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 21:"$Sreact.suspense" 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L11",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L11",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L11",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L11",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] b:["$","div",null,{"className":"mt-12 flex flex-col gap-2 border-t border-border pt-6 text-xs text-muted sm:flex-row sm:items-center sm:justify-between","children":[["$","span",null,{"children":["© ",2026," NYU Ethical Tech CoLab"]}],["$","span",null,{"children":"Four cohorts · est. 2024-2026"}]]}] c:["$","div",null,{"className":"mt-6 space-y-3 border-t border-border pt-6 text-[11px] leading-relaxed text-muted/80","children":[["$","p","0",{"children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution."}],["$","p","1",{"children":"Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."}]]}] -d:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","$L12",null,{"src":"/website/nyu-subway.jpg","alt":"","aria-hidden":true,"fill":true,"priority":true,"sizes":"100vw","className":"pointer-events-none object-cover object-center opacity-25"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0 bg-background/70"}],["$","span",null,{"className":"aura"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0","style":{"background":"radial-gradient(70% 60% at 20% 0%, color-mix(in oklab, var(--glow) 26%, transparent), transparent 65%)"}}],["$","$L13",null,{}],["$","div",null,{"className":"relative mx-auto max-w-6xl px-6 py-24 text-center sm:py-28","children":[["$","$L14",null,{"children":["$","p",null,{"className":"text-base uppercase tracking-[0.25em] text-accent sm:text-lg","children":"NYU CGA × Microsoft"}]}],["$","$L14",null,{"delay":0.15,"children":["$","$L15",null,{"statements":[{"lead":"Ethical Tech CoLab","headingClass":"text-[clamp(4.25rem,13vw,11rem)] leading-[0.88]","figure":["$","p",null,{"className":"font-serif uppercase leading-[0.95] tracking-tight text-foreground","style":{"fontSize":"clamp(1.9rem, 4vw, 3rem)"},"children":["Exploring technology to improve",["$","br",null,{"className":"hidden sm:block"}]," the"," ",["$","span",null,{"className":"display-em","children":"human condition"}],"."]}],"line":["$","p",null,{"className":"mx-auto mt-7 max-w-2xl leading-relaxed text-foreground/85","children":["A research collaboration between NYU's"," ",["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"link-underline text-accent hover:opacity-80","children":"Center for Global Affairs"}]," ","and Microsoft — changing the conversation on how people are informed, and how emerging technology can be used for good."]}]},{"lead":"Four questions. ","em":"One frontier.","figure":"14 projects in the portfolio","line":"Evacuation, cultural heritage, traceability, diplomacy — each question carried through to a fielded prototype, in the open.","cta":"Explore the portfolio","href":"/portfolio"},{"lead":"Run the ","em":"research","tail":".","figure":"18 demos you can open","line":"Not screenshots: the prototypes themselves, running in the browser with their source alongside.","cta":"Open the live demos","href":"/demos"},{"lead":"The research, ","em":"written up","tail":".","figure":"25 in the catalogue","line":"Every research question the CoLab takes on is written up academically, including what did not hold.","cta":"Read the publications","href":"/publications"},{"lead":"The people ","em":"building","tail":" this.","figure":"23 researchers across 3 cohorts","line":"Graduate researchers at NYU's Center for Global Affairs, with advisors and resident fellows alongside.","cta":"Meet the team","href":"/team"}],"label":"Statement","className":"mt-5"}]}]]}]]}],[["$","section",null,{"className":"border-b border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16 text-center","children":[["$","$L14",null,{"children":["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Mission"}]}],["$","$L14",null,{"delay":0.05,"children":["$","p",null,{"className":"mx-auto mt-4 max-w-4xl fluid-h2 font-heading uppercase leading-[1.02]","children":["Achieving ",["$","span",null,{"className":"display-em","children":"full human potential"}]," ","through technology — changing how people are informed, and how tech is used for good."]}]}],["$","$L14",null,{"delay":0.1,"children":["$","p",null,{"className":"mx-auto mt-6 max-w-2xl text-lg leading-relaxed text-muted","children":"What are the circumstances of the human being, and how can technology improve them? We see technology as a tool — part of the solution."}]}]]}]}],["$","section",null,{"className":"mx-auto max-w-6xl px-6 py-24","children":[["$","$L14",null,{"children":["$","div",null,{"className":"flex items-end justify-between","children":["$L16","$L17"]}]}],"$L18"]}],"$L19","$L1a","$L1b"]],["$L1c"],"$L1d"]}] +d:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","$L12",null,{"src":"/website/nyu-subway.jpg","alt":"","aria-hidden":true,"fill":true,"priority":true,"sizes":"100vw","className":"pointer-events-none object-cover object-center opacity-25"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0 bg-background/70"}],["$","span",null,{"className":"aura"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0","style":{"background":"radial-gradient(70% 60% at 20% 0%, color-mix(in oklab, var(--glow) 26%, transparent), transparent 65%)"}}],["$","$L13",null,{}],["$","div",null,{"className":"relative mx-auto max-w-6xl px-6 py-24 text-center sm:py-28","children":[["$","$L14",null,{"children":["$","p",null,{"className":"text-base uppercase tracking-[0.25em] text-accent sm:text-lg","children":"NYU CGA × Microsoft"}]}],["$","$L14",null,{"delay":0.15,"children":["$","$L15",null,{"statements":[{"lead":"Ethical Tech CoLab","headingClass":"text-[clamp(4.25rem,13vw,11rem)] leading-[0.88]","figure":["$","p",null,{"className":"font-serif uppercase leading-[0.95] tracking-tight text-foreground","style":{"fontSize":"clamp(1.9rem, 4vw, 3rem)"},"children":["Exploring technology to improve",["$","br",null,{"className":"hidden sm:block"}]," the"," ",["$","span",null,{"className":"display-em","children":"human condition"}],"."]}],"line":["$","p",null,{"className":"mx-auto mt-7 max-w-2xl leading-relaxed text-foreground/85","children":["A research collaboration between NYU's"," ",["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"link-underline text-accent hover:opacity-80","children":"Center for Global Affairs"}]," ","and Microsoft — changing the conversation on how people are informed, and how emerging technology can be used for good."]}]},{"lead":"Four questions. ","em":"One frontier.","figure":"14 projects in the portfolio","line":"Evacuation, cultural heritage, traceability, diplomacy — each question carried through to a fielded prototype, in the open.","cta":"Explore the portfolio","href":"/portfolio"},{"lead":"Run the ","em":"research","tail":".","figure":"21 demos you can open","line":"Not screenshots: the prototypes themselves, running in the browser with their source alongside.","cta":"Open the live demos","href":"/demos"},{"lead":"The research, ","em":"written up","tail":".","figure":"28 in the catalogue","line":"Every research question the CoLab takes on is written up academically, including what did not hold.","cta":"Read the publications","href":"/publications"},{"lead":"The people ","em":"building","tail":" this.","figure":"23 researchers across 3 cohorts","line":"Graduate researchers at NYU's Center for Global Affairs, with advisors and resident fellows alongside.","cta":"Meet the team","href":"/team"}],"label":"Statement","className":"mt-5"}]}]]}]]}],[["$","section",null,{"className":"border-b border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16 text-center","children":[["$","$L14",null,{"children":["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Mission"}]}],["$","$L14",null,{"delay":0.05,"children":["$","p",null,{"className":"mx-auto mt-4 max-w-4xl fluid-h2 font-heading uppercase leading-[1.02]","children":["Achieving ",["$","span",null,{"className":"display-em","children":"full human potential"}]," ","through technology — changing how people are informed, and how tech is used for good."]}]}],["$","$L14",null,{"delay":0.1,"children":["$","p",null,{"className":"mx-auto mt-6 max-w-2xl text-lg leading-relaxed text-muted","children":"What are the circumstances of the human being, and how can technology improve them? We see technology as a tool — part of the solution."}]}]]}]}],["$","section",null,{"className":"mx-auto max-w-6xl px-6 py-24","children":[["$","$L14",null,{"children":["$","div",null,{"className":"flex items-end justify-between","children":["$L16","$L17"]}]}],"$L18"]}],"$L19","$L1a","$L1b"]],["$L1c"],"$L1d"]}] e:["$","$1","h",{"children":[null,["$","$L1e",null,{"children":"$L1f"}],["$","div",null,{"hidden":true,"children":["$","$L20",null,{"children":["$","$21",null,{"name":"Next.Metadata","children":"$L22"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -10:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -23:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Stagger"] -24:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StaggerItem"] -25:I[35852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ProjectDiagram"] -26:I[12243,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Tilt3D"] -2a:I[94376,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Magnetic"] -2b:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +10:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +23:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Stagger"] +24:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StaggerItem"] +25:I[35852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ProjectDiagram"] +26:I[12243,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Tilt3D"] +2a:I[94376,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Magnetic"] +2b:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 16:["$","div",null,{"children":[["$","$L11",null,{"href":"/portfolio","className":"link-underline text-xs uppercase tracking-wider text-muted transition-colors hover:text-accent","children":"Current projects"}],["$","h2",null,{"className":"mt-3 fluid-h2 font-heading uppercase","children":"Building at the frontier."}]]}] 17:["$","$L11",null,{"href":"/portfolio","className":"link-underline hidden text-sm text-accent sm:block","children":["View all ","four"," →"]}] 18:["$","$L23",null,{"className":"mt-12 grid gap-px overflow-hidden rounded-2xl border border-border bg-border sm:grid-cols-2","children":[[["$","$L24","Evacuation",{"children":["$","$L11",null,{"href":"/portfolio#evacuation","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L25",null,{"variant":"Evacuation","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["01"," / ","Evacuation"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can AI inform evacuation decisions?"}]]}]}],["$","$L24","Cultural heritage",{"children":["$","$L11",null,{"href":"/portfolio#cultural-heritage","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L25",null,{"variant":"Cultural heritage","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["02"," / ","Cultural heritage"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can technology support the ethical return of cultural artifacts?"}]]}]}],["$","$L24","Traceability",{"children":["$","$L11",null,{"href":"/portfolio#traceability","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L25",null,{"variant":"Traceability","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["03"," / ","Traceability"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can ethical claims in supply chains be made verifiable?"}]]}]}],["$","$L24","Diplomacy",{"children":["$","$L11",null,{"href":"/portfolio#diplomacy","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L25",null,{"variant":"Diplomacy","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["04"," / ","Diplomacy"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can AI help practitioners rehearse high-stakes diplomacy?"}]]}]}]],false]}] @@ -47,6 +47,6 @@ e:["$","$1","h",{"children":[null,["$","$L1e",null,{"children":"$L1f"}],["$","di 28:["$","$L26","02",{"max":7,"children":["$","article",null,{"className":"flex h-full flex-col rounded-2xl border bg-card p-7 transition-colors border-border hover:border-foreground/25","children":[["$","div",null,{"className":"flex items-center justify-end","children":["$","span",null,{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":"Past"}]}],["$","h3",null,{"className":"mt-5 font-heading text-3xl uppercase leading-none tracking-[0.06em] sm:text-4xl","children":"Fall 2025"}],["$","p",null,{"className":"mt-2 text-sm font-medium text-accent","children":"Prototyping and partner pilots."}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Technical spikes (multi-agent harnesses, verifiable credentials, geospatial pipelines) tested against real partner needs."}],["$","ul",null,{"className":"mt-5 space-y-2 text-sm text-foreground/85","children":[["$","li","8 researchers",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"8 researchers"}]]}],["$","li","Forced Labor Structural Risk Index",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"Forced Labor Structural Risk Index"}]]}],["$","li","AI Research Question Assistant",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"AI Research Question Assistant"}]]}]]}],["$","div",null,{"className":"mt-auto pt-6","children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Full archive coming soon"}],["$","div",null,{"className":"mt-3 flex flex-wrap gap-3","children":[["$","$L11",null,{"href":"/portfolio","className":"inline-flex items-center gap-2 rounded-full bg-accent px-4 py-2 text-sm font-semibold text-background transition-opacity hover:opacity-90","children":"Portfolio →"}],["$","$L11",null,{"href":"/team#alumni-fall-2025","className":"inline-flex items-center gap-2 rounded-full border border-border px-4 py-2 text-sm font-medium transition-colors hover:border-accent hover:text-accent","children":"Meet the cohort →"}]]}]]}]]}]}] 29:["$","$L26","01",{"max":7,"children":["$","article",null,{"className":"flex h-full flex-col rounded-2xl border bg-card p-7 transition-colors border-border hover:border-foreground/25","children":[["$","div",null,{"className":"flex items-center justify-end","children":["$","span",null,{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":"Past"}]}],["$","h3",null,{"className":"mt-5 font-heading text-3xl uppercase leading-none tracking-[0.06em] sm:text-4xl","children":"Spring 2025"}],["$","p",null,{"className":"mt-2 text-sm font-medium text-accent","children":"First applied research projects."}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"The lab's first applied research projects, spanning online safety, sustainability, AI's footprint, and generative storytelling."}],["$","ul",null,{"className":"mt-5 space-y-2 text-sm text-foreground/85","children":[["$","li","8 researchers",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"8 researchers"}]]}],["$","li","Online Grooming Prevention",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"Online Grooming Prevention"}]]}],["$","li","ESG Labels & Certificates Transparency",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"ESG Labels & Certificates Transparency"}]]}],["$","li","AI's Carbon Footprint",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"AI's Carbon Footprint"}]]}],["$","li","Generative AI for Good — Avatar Storytelling",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"Generative AI for Good — Avatar Storytelling"}]]}]]}],["$","div",null,{"className":"mt-auto pt-6","children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Full archive coming soon"}],["$","div",null,{"className":"mt-3 flex flex-wrap gap-3","children":[["$","$L11",null,{"href":"/portfolio","className":"inline-flex items-center gap-2 rounded-full bg-accent px-4 py-2 text-sm font-semibold text-background transition-opacity hover:opacity-90","children":"Portfolio →"}],["$","$L11",null,{"href":"/team#alumni-spring-2025","className":"inline-flex items-center gap-2 rounded-full border border-border px-4 py-2 text-sm font-medium transition-colors hover:border-accent hover:text-accent","children":"Meet the cohort →"}]]}]]}]]}]}] 1f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -2d:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +2d:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 22:[["$","title","0",{"children":"NYU Ethical Tech CoLab · Emerging Tech, Human Condition"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L2d","5",{}]] 2c:null diff --git a/static-site/__next._head.txt b/static-site/__next._head.txt index 1bee38eda..aed0ebfe4 100644 --- a/static-site/__next._head.txt +++ b/static-site/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"NYU Ethical Tech CoLab · Emerging Tech, Human Condition"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/__next._index.txt b/static-site/__next._index.txt index 77a8746c2..e042d4406 100644 --- a/static-site/__next._index.txt +++ b/static-site/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/__next._tree.txt b/static-site/__next._tree.txt index 6eafd907a..8116b03ae 100644 --- a/static-site/__next._tree.txt +++ b/static-site/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/_next/static/chunks/0-5whcwv1z55i.js b/static-site/_next/static/chunks/0-5whcwv1z55i.js deleted file mode 100644 index 77d737250..000000000 --- a/static-site/_next/static/chunks/0-5whcwv1z55i.js +++ /dev/null @@ -1 +0,0 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,72328,e=>{"use strict";var a=e.i(71164),p=e.i(38544),i=e.i(71645);e.s(["useReducedMotion",0,function(){a.hasReducedMotionListener.current||(0,p.initPrefersReducedMotion)();let[e]=(0,i.useState)(a.prefersReducedMotion.current);return e}])},82987,e=>{"use strict";var a=e.i(43476),p=e.i(32181),i=e.i(72328);let s=[.16,1,.3,1],t={hidden:{},show:{transition:{staggerChildren:.07}}};e.s(["Reveal",0,function({children:e,className:t,delay:r=0,y:o=24,as:n="div"}){let l=(0,i.useReducedMotion)(),c=p.motion[n];return(0,a.jsx)(c,{className:t,initial:{opacity:0,y:l?0:o},whileInView:{opacity:1,y:0},viewport:{once:!0,margin:"-80px"},transition:{duration:.65,ease:s,delay:r},children:e})},"Stagger",0,function({children:e,className:i}){return(0,a.jsx)(p.motion.div,{className:i,variants:t,initial:"hidden",whileInView:"show",viewport:{once:!0,margin:"-60px"},children:e})},"StaggerItem",0,function({children:e,className:t}){let r=(0,i.useReducedMotion)();return(0,a.jsx)(p.motion.div,{className:t,variants:{hidden:{opacity:0,y:20*!r},show:{opacity:1,y:0,transition:{duration:.6,ease:s}}},children:e})}])},18620,e=>{"use strict";var a=e.i(43476),p=e.i(23475),i=e.i(18566);let s=[{label:"Overview",href:"/portfolio"},{label:"Live Demos",href:"/demos"},{label:"Publications",href:"/publications"},{label:"Media",href:"/media"},{label:"Newsletter",href:"/newsletter"}];e.s(["SectionTabs",0,function(){let e=(0,i.usePathname)();return(0,a.jsx)("div",{className:"border-b border-border bg-background/80 backdrop-blur",children:(0,a.jsx)("nav",{"aria-label":"Portfolio sections",className:"mx-auto flex max-w-6xl gap-6 px-6",children:s.map(i=>{let s="/portfolio"===i.href?"/portfolio"===e:e.startsWith(i.href);return(0,a.jsx)(p.Link,{href:i.href,"aria-current":s?"page":void 0,className:`-mb-px border-b-2 py-4 text-sm font-medium uppercase tracking-wider transition-colors ${s?"border-accent text-accent":"border-transparent text-muted hover:text-foreground"}`,children:i.label},i.href)})})})}])},34010,e=>{"use strict";var a=e.i(43476),p=e.i(71645);let i={startPage:0,singlePageBreakpoint:640,chromeHeight:150,chromeWidth:48,maxPageHeight:1100,flippingTime:700,drawShadow:!0,maxShadowOpacity:.4,keyboard:!0};async function s(a,p){let s={...i,...p};if(!s.pages.length)throw Error("mountFlipbook: `pages` is empty");let t=(await e.A(43413)).PageFlip,r=null,o=Math.min(Math.max(s.startPage,0),s.pages.length-1),n=!1,l=null,c=()=>{if(n)return;let e=s.singlePageBreakpoint>0&&window.matchMedia(`(max-width: ${s.singlePageBreakpoint}px)`).matches,{width:p,height:l}=function(e,a){let p=a.chromeHeight??i.chromeHeight,s=a.chromeWidth??i.chromeWidth,t=Math.min(a.viewportHeight-p,a.maxPageHeight??i.maxPageHeight),r=a.viewportWidth-s,o=Math.max(t,120),n=o*e,l=a.single?n:2*n;if(l>r){let e=r/l;n*=e,o*=e}return{width:Math.round(n),height:Math.round(o)}}(s.aspect,{single:e,viewportWidth:window.innerWidth,viewportHeight:window.innerHeight,chromeWidth:s.chromeWidth,chromeHeight:s.chromeHeight,maxPageHeight:s.maxPageHeight});if((r=new t(a,{width:p,height:l,size:"fixed",showCover:!0,usePortrait:e,maxShadowOpacity:s.maxShadowOpacity,mobileScrollSupport:!0,flippingTime:s.flippingTime,drawShadow:s.drawShadow})).loadFromImages(s.pages.slice()),r.on("flip",e=>{o=e.data,s.onFlip?.(o)}),o>0)try{r.turnToPage(o)}catch{}s.onReady?.()},b=()=>{if(r){try{r.destroy()}catch{}r=null,a.innerHTML=""}},u=()=>{l&&clearTimeout(l),l=setTimeout(()=>{b(),c()},200)},d=e=>{"ArrowLeft"===e.key?r?.flipPrev():"ArrowRight"===e.key&&r?.flipNext()};return c(),window.addEventListener("resize",u),s.keyboard&&document.addEventListener("keydown",d),{next:()=>r?.flipNext(),prev:()=>r?.flipPrev(),goTo:e=>r?.turnToPage(e),currentPage:()=>o,pageCount:()=>s.pages.length,destroy:()=>{n||(n=!0,l&&clearTimeout(l),window.removeEventListener("resize",u),document.removeEventListener("keydown",d),b())}}}function t(e,a,p){let i=document.createElement(e);return a&&(i.className=a),null!=p&&(i.textContent=p),i}async function r(e){let a=e.container??document.body,p=e.pages.length,i=t("div",`rab-overlay${e.className?` ${e.className}`:""}`);i.setAttribute("role","dialog"),i.setAttribute("aria-modal","true"),i.setAttribute("aria-label",`${e.title??"Document"} — page view`);let r=t("div","rab-chrome");r.append(t("span","rab-title",e.title??""));let o=t("div","rab-actions"),n=t("span","rab-counter");if(o.append(n),e.pdfUrl){let a=t("a","rab-btn rab-download","Download PDF ↗");a.href=e.pdfUrl,a.target="_blank",a.rel="noopener noreferrer",o.append(a)}let l=t("button","rab-btn","Close ✕");l.type="button",l.setAttribute("aria-label","Close book view"),o.append(l),r.append(o);let c=t("div","rab-stage"),b=t("button","rab-arrow rab-arrow-prev","‹");b.type="button",b.setAttribute("aria-label","Previous page");let u=t("button","rab-arrow rab-arrow-next","›");u.type="button",u.setAttribute("aria-label","Next page");let d=t("div","rab-book"),g=t("p","rab-loading","Opening the book…"),w=t("div","rab-book-wrap");w.append(d,g),c.append(b,w,u);let h=e.hint??"Use the arrows or ← → keys to turn pages · Esc to close",m=t("p","rab-hint",h);i.append(r,c),h&&i.append(m),a.append(i);let f=e=>{n.textContent=p?`${Math.min(e+1,p)} / ${p}`:""};f(e.startPage??0);let x=document.body.style.overflow;document.body.style.overflow="hidden";let v=null,y=!1,k=()=>{y||(y=!0,document.removeEventListener("keydown",j),document.body.style.overflow=x,v?.destroy(),i.remove(),e.onClose?.())},j=e=>{"Escape"===e.key&&k()};document.addEventListener("keydown",j),l.addEventListener("click",k);try{v=await s(d,{pages:e.pages,aspect:e.aspect,startPage:e.startPage,onFlip:a=>{f(a),e.onFlip?.(a)},onReady:()=>g.remove()})}catch(e){throw k(),e}return y?(v.destroy(),{close:k,next:()=>{},prev:()=>{}}):(b.addEventListener("click",()=>v?.prev()),u.addEventListener("click",()=>v?.next()),{close:k,next:()=>v?.next(),prev:()=>v?.prev()})}function o({pages:e,aspect:i,title:s,pdfUrl:t,className:n,children:l,overlayClassName:c,hint:b,open:u,onOpenChange:d,onFlip:g}){let[w,h]=(0,p.useState)(!1),m=u??w,f=(0,p.useRef)(null),x=(0,p.useRef)(g);x.current=g;let v=(0,p.useCallback)(e=>{void 0===u&&h(e),d?.(e)},[u,d]);return(0,p.useEffect)(()=>{if(!m)return;let a=!1;return r({pages:e,aspect:i,title:s,pdfUrl:t,className:c,hint:b,onFlip:e=>x.current?.(e),onClose:()=>{a||v(!1)}}).then(e=>{a?e.close():f.current=e}).catch(e=>{console.error("read-as-book: failed to open the viewer",e),a||v(!1)}),()=>{a=!0,f.current?.close(),f.current=null}},[m,e,i,s,t,c,b]),(0,a.jsx)("button",{type:"button",onClick:()=>v(!0),className:n??"rab-trigger",children:l??(0,a.jsxs)(a.Fragment,{children:["Read as book ",(0,a.jsx)("span",{"aria-hidden":!0,children:"📖"})]})})}var n=e.i(93209);e.s(["ReportBook",0,function({pages:e,aspect:i,title:s,pdfUrl:t,className:r,children:l}){let c=(0,p.useMemo)(()=>e.map(e=>(0,n.asset)(`/${e}`)),[e]);return(0,a.jsx)(o,{pages:c,aspect:i,title:s,pdfUrl:t,className:r??"btn-sweep inline-flex items-center gap-2 rounded-full border border-border px-5 py-2.5 text-sm font-semibold text-foreground transition-colors hover:border-border-strong",children:l})}],34010)},12243,e=>{"use strict";var a=e.i(43476),p=e.i(32181),i=e.i(87652),s=e.i(91994),t=e.i(72328),r=e.i(71645);e.s(["Tilt3D",0,function({children:e,className:o="",max:n=9,glare:l=!0,disabled:c=!1}){let b=(0,t.useReducedMotion)(),u=(0,r.useRef)(null),d=(0,i.useMotionValue)(0),g=(0,i.useMotionValue)(0),w=(0,s.useSpring)(d,{stiffness:170,damping:16,mass:.5}),h=(0,s.useSpring)(g,{stiffness:170,damping:16,mass:.5});return c?(0,a.jsx)("div",{className:`h-full ${o}`,children:e}):(0,a.jsx)("div",{className:"tilt-scene h-full",children:(0,a.jsx)(p.motion.div,{ref:u,onPointerMove:function(e){let a=u.current;if(b||!a)return;let p=a.getBoundingClientRect(),i=(e.clientX-p.left)/p.width,s=(e.clientY-p.top)/p.height;g.set((i-.5)*2*n),d.set((.5-s)*2*n),a.style.setProperty("--mx",`${100*i}%`),a.style.setProperty("--my",`${100*s}%`),l&&(a.style.setProperty("--gx",`${100*i}%`),a.style.setProperty("--gy",`${100*s}%`),a.style.setProperty("--gop","1"))},onPointerLeave:function(){d.set(0),g.set(0),u.current?.style.setProperty("--gop","0")},style:{rotateX:w,rotateY:h,transformStyle:"preserve-3d"},className:`tilt-card h-full ${l?"tilt-glare":""} ${o}`,children:e})})}])},88302,e=>{"use strict";var a=e.i(43476),p=e.i(71645);e.s(["PosterRail",0,function({title:e,count:i,countNoun:s,ariaLabel:t,children:r}){let o=(0,p.useRef)(null),[n,l]=(0,p.useState)(!0),[c,b]=(0,p.useState)(!0),u=(0,p.useCallback)(()=>{let e=o.current;e&&(l(e.scrollLeft<=1),b(e.scrollLeft>=e.scrollWidth-e.clientWidth-1))},[]);(0,p.useEffect)(()=>{u();let e=o.current;if(!e)return;let a=new ResizeObserver(u);return a.observe(e),()=>a.disconnect()},[u,r]);let d=e=>{let a=o.current;a&&a.scrollBy({left:e*a.clientWidth*.85,behavior:"smooth"})},g=!(n&&c),w=e=>`pointer-events-auto grid h-9 w-9 place-items-center rounded-full border border-border bg-background/90 text-foreground backdrop-blur transition-all ${e?"opacity-100 hover:border-accent hover:text-accent":"cursor-default opacity-0"}`;return(0,a.jsxs)("section",{children:[(0,a.jsxs)("div",{className:"flex items-baseline justify-between gap-4 border-b border-border pb-3",children:[(0,a.jsx)("h2",{className:"font-heading text-2xl uppercase tracking-wide sm:text-3xl",children:e}),(0,a.jsxs)("span",{className:"shrink-0 font-mono text-xs text-muted",children:[i," ",1===i?s:`${s}s`]})]}),(0,a.jsxs)("div",{className:"relative mt-6",children:[(0,a.jsx)("div",{ref:o,onScroll:u,tabIndex:0,role:"group","aria-label":t,className:"no-scrollbar -mx-6 flex snap-x snap-mandatory scroll-pl-6 gap-5 overflow-x-auto px-6 pb-2 focus-visible:outline-none",children:r}),g&&(0,a.jsxs)("div",{className:"pointer-events-none absolute inset-y-0 left-0 right-0 hidden items-center justify-between sm:flex",children:[(0,a.jsx)("button",{type:"button",onClick:()=>d(-1),disabled:n,"aria-label":`Scroll ${e} left`,className:`-ml-4 ${w(!n)}`,children:(0,a.jsx)("span",{"aria-hidden":!0,children:"←"})}),(0,a.jsx)("button",{type:"button",onClick:()=>d(1),disabled:c,"aria-label":`Scroll ${e} right`,className:`-mr-4 ${w(!c)}`,children:(0,a.jsx)("span",{"aria-hidden":!0,children:"→"})})]})]})]})}])},46973,e=>{"use strict";var a=e.i(43476),p=e.i(71645),i=e.i(23475),s=e.i(89042),t=e.i(88302),r=e.i(12243),o=e.i(34010);let n={"after-the-corridor":{pages:["publications/after-the-corridor/pages/p01.webp","publications/after-the-corridor/pages/p02.webp","publications/after-the-corridor/pages/p03.webp","publications/after-the-corridor/pages/p04.webp","publications/after-the-corridor/pages/p05.webp","publications/after-the-corridor/pages/p06.webp","publications/after-the-corridor/pages/p07.webp","publications/after-the-corridor/pages/p08.webp","publications/after-the-corridor/pages/p09.webp","publications/after-the-corridor/pages/p10.webp","publications/after-the-corridor/pages/p11.webp","publications/after-the-corridor/pages/p12.webp","publications/after-the-corridor/pages/p13.webp","publications/after-the-corridor/pages/p14.webp","publications/after-the-corridor/pages/p15.webp","publications/after-the-corridor/pages/p16.webp","publications/after-the-corridor/pages/p17.webp","publications/after-the-corridor/pages/p18.webp","publications/after-the-corridor/pages/p19.webp","publications/after-the-corridor/pages/p20.webp","publications/after-the-corridor/pages/p21.webp","publications/after-the-corridor/pages/p22.webp"],aspect:.7727,pdf:"/publications/after-the-corridor/report.pdf"},"ai-carbon-footprint":{pages:["publications/ai-carbon-footprint/pages/p01.webp","publications/ai-carbon-footprint/pages/p02.webp","publications/ai-carbon-footprint/pages/p03.webp","publications/ai-carbon-footprint/pages/p04.webp","publications/ai-carbon-footprint/pages/p05.webp","publications/ai-carbon-footprint/pages/p06.webp","publications/ai-carbon-footprint/pages/p07.webp","publications/ai-carbon-footprint/pages/p08.webp","publications/ai-carbon-footprint/pages/p09.webp","publications/ai-carbon-footprint/pages/p10.webp","publications/ai-carbon-footprint/pages/p11.webp","publications/ai-carbon-footprint/pages/p12.webp","publications/ai-carbon-footprint/pages/p13.webp","publications/ai-carbon-footprint/pages/p14.webp","publications/ai-carbon-footprint/pages/p15.webp","publications/ai-carbon-footprint/pages/p16.webp","publications/ai-carbon-footprint/pages/p17.webp","publications/ai-carbon-footprint/pages/p18.webp"],aspect:.7067,pdf:"/publications/ai-carbon-footprint/report.pdf"},"ai-models-research":{pages:["publications/ai-models-research/pages/p01.webp","publications/ai-models-research/pages/p02.webp","publications/ai-models-research/pages/p03.webp","publications/ai-models-research/pages/p04.webp","publications/ai-models-research/pages/p05.webp","publications/ai-models-research/pages/p06.webp","publications/ai-models-research/pages/p07.webp","publications/ai-models-research/pages/p08.webp","publications/ai-models-research/pages/p09.webp","publications/ai-models-research/pages/p10.webp","publications/ai-models-research/pages/p11.webp","publications/ai-models-research/pages/p12.webp","publications/ai-models-research/pages/p13.webp","publications/ai-models-research/pages/p14.webp","publications/ai-models-research/pages/p15.webp","publications/ai-models-research/pages/p16.webp","publications/ai-models-research/pages/p17.webp","publications/ai-models-research/pages/p18.webp","publications/ai-models-research/pages/p19.webp"],aspect:.7067,pdf:"/publications/ai-models-research/report.pdf"},"ai-research-assistant":{pages:["publications/ai-research-assistant/pages/p01.webp","publications/ai-research-assistant/pages/p02.webp","publications/ai-research-assistant/pages/p03.webp","publications/ai-research-assistant/pages/p04.webp","publications/ai-research-assistant/pages/p05.webp","publications/ai-research-assistant/pages/p06.webp","publications/ai-research-assistant/pages/p07.webp","publications/ai-research-assistant/pages/p08.webp","publications/ai-research-assistant/pages/p09.webp","publications/ai-research-assistant/pages/p10.webp"],aspect:.7067,pdf:"/publications/ai-research-assistant/report.pdf"},cerai:{pages:["publications/cerai/pages/p01.webp","publications/cerai/pages/p02.webp","publications/cerai/pages/p03.webp","publications/cerai/pages/p04.webp","publications/cerai/pages/p05.webp","publications/cerai/pages/p06.webp","publications/cerai/pages/p07.webp","publications/cerai/pages/p08.webp","publications/cerai/pages/p09.webp","publications/cerai/pages/p10.webp","publications/cerai/pages/p11.webp","publications/cerai/pages/p12.webp","publications/cerai/pages/p13.webp"],aspect:.7067,pdf:"/publications/cerai/report.pdf"},"digital-provenance-passport":{pages:["publications/digital-provenance-passport/pages/p01.webp","publications/digital-provenance-passport/pages/p02.webp","publications/digital-provenance-passport/pages/p03.webp","publications/digital-provenance-passport/pages/p04.webp","publications/digital-provenance-passport/pages/p05.webp","publications/digital-provenance-passport/pages/p06.webp","publications/digital-provenance-passport/pages/p07.webp","publications/digital-provenance-passport/pages/p08.webp","publications/digital-provenance-passport/pages/p09.webp","publications/digital-provenance-passport/pages/p10.webp","publications/digital-provenance-passport/pages/p11.webp","publications/digital-provenance-passport/pages/p12.webp","publications/digital-provenance-passport/pages/p13.webp","publications/digital-provenance-passport/pages/p14.webp","publications/digital-provenance-passport/pages/p15.webp","publications/digital-provenance-passport/pages/p16.webp","publications/digital-provenance-passport/pages/p17.webp","publications/digital-provenance-passport/pages/p18.webp","publications/digital-provenance-passport/pages/p19.webp","publications/digital-provenance-passport/pages/p20.webp","publications/digital-provenance-passport/pages/p21.webp","publications/digital-provenance-passport/pages/p22.webp","publications/digital-provenance-passport/pages/p23.webp","publications/digital-provenance-passport/pages/p24.webp","publications/digital-provenance-passport/pages/p25.webp","publications/digital-provenance-passport/pages/p26.webp","publications/digital-provenance-passport/pages/p27.webp","publications/digital-provenance-passport/pages/p28.webp"],aspect:.7067,pdf:"/publications/digital-provenance-passport/report.pdf"},"diplomatic-simulator":{pages:["publications/diplomatic-simulator/pages/p01.webp","publications/diplomatic-simulator/pages/p02.webp","publications/diplomatic-simulator/pages/p03.webp","publications/diplomatic-simulator/pages/p04.webp","publications/diplomatic-simulator/pages/p05.webp","publications/diplomatic-simulator/pages/p06.webp","publications/diplomatic-simulator/pages/p07.webp","publications/diplomatic-simulator/pages/p08.webp","publications/diplomatic-simulator/pages/p09.webp","publications/diplomatic-simulator/pages/p10.webp","publications/diplomatic-simulator/pages/p11.webp","publications/diplomatic-simulator/pages/p12.webp","publications/diplomatic-simulator/pages/p13.webp","publications/diplomatic-simulator/pages/p14.webp","publications/diplomatic-simulator/pages/p15.webp","publications/diplomatic-simulator/pages/p16.webp","publications/diplomatic-simulator/pages/p17.webp","publications/diplomatic-simulator/pages/p18.webp","publications/diplomatic-simulator/pages/p19.webp","publications/diplomatic-simulator/pages/p20.webp","publications/diplomatic-simulator/pages/p21.webp","publications/diplomatic-simulator/pages/p22.webp","publications/diplomatic-simulator/pages/p23.webp"],aspect:.7067,pdf:"/publications/diplomatic-simulator/report.pdf"},ercf:{pages:["publications/ercf/pages/p01.webp","publications/ercf/pages/p02.webp","publications/ercf/pages/p03.webp","publications/ercf/pages/p04.webp","publications/ercf/pages/p05.webp","publications/ercf/pages/p06.webp","publications/ercf/pages/p07.webp","publications/ercf/pages/p08.webp","publications/ercf/pages/p09.webp","publications/ercf/pages/p10.webp","publications/ercf/pages/p11.webp","publications/ercf/pages/p12.webp","publications/ercf/pages/p13.webp","publications/ercf/pages/p14.webp","publications/ercf/pages/p15.webp","publications/ercf/pages/p16.webp","publications/ercf/pages/p17.webp","publications/ercf/pages/p18.webp","publications/ercf/pages/p19.webp","publications/ercf/pages/p20.webp","publications/ercf/pages/p21.webp","publications/ercf/pages/p22.webp","publications/ercf/pages/p23.webp","publications/ercf/pages/p24.webp","publications/ercf/pages/p25.webp","publications/ercf/pages/p26.webp","publications/ercf/pages/p27.webp","publications/ercf/pages/p28.webp","publications/ercf/pages/p29.webp","publications/ercf/pages/p30.webp","publications/ercf/pages/p31.webp","publications/ercf/pages/p32.webp"],aspect:.7067,pdf:"/publications/ercf/report.pdf"},erus:{pages:["publications/erus/pages/p01.webp","publications/erus/pages/p02.webp","publications/erus/pages/p03.webp","publications/erus/pages/p04.webp","publications/erus/pages/p05.webp","publications/erus/pages/p06.webp","publications/erus/pages/p07.webp","publications/erus/pages/p08.webp","publications/erus/pages/p09.webp","publications/erus/pages/p10.webp","publications/erus/pages/p11.webp","publications/erus/pages/p12.webp","publications/erus/pages/p13.webp","publications/erus/pages/p14.webp","publications/erus/pages/p15.webp","publications/erus/pages/p16.webp","publications/erus/pages/p17.webp","publications/erus/pages/p18.webp","publications/erus/pages/p19.webp","publications/erus/pages/p20.webp","publications/erus/pages/p21.webp","publications/erus/pages/p22.webp","publications/erus/pages/p23.webp","publications/erus/pages/p24.webp"],aspect:.7067,pdf:"/publications/erus/report.pdf"},"evacuation-inform-index":{pages:["publications/evacuation-inform-index/pages/p01.webp","publications/evacuation-inform-index/pages/p02.webp","publications/evacuation-inform-index/pages/p03.webp","publications/evacuation-inform-index/pages/p04.webp","publications/evacuation-inform-index/pages/p05.webp","publications/evacuation-inform-index/pages/p06.webp","publications/evacuation-inform-index/pages/p07.webp","publications/evacuation-inform-index/pages/p08.webp","publications/evacuation-inform-index/pages/p09.webp","publications/evacuation-inform-index/pages/p10.webp","publications/evacuation-inform-index/pages/p11.webp"],aspect:.7067,pdf:"/publications/evacuation-inform-index/report.pdf"},"evacuation-simulation":{pages:["publications/evacuation-simulation/pages/p01.webp","publications/evacuation-simulation/pages/p02.webp","publications/evacuation-simulation/pages/p03.webp","publications/evacuation-simulation/pages/p04.webp","publications/evacuation-simulation/pages/p05.webp","publications/evacuation-simulation/pages/p06.webp","publications/evacuation-simulation/pages/p07.webp","publications/evacuation-simulation/pages/p08.webp","publications/evacuation-simulation/pages/p09.webp","publications/evacuation-simulation/pages/p10.webp","publications/evacuation-simulation/pages/p11.webp","publications/evacuation-simulation/pages/p12.webp","publications/evacuation-simulation/pages/p13.webp","publications/evacuation-simulation/pages/p14.webp","publications/evacuation-simulation/pages/p15.webp","publications/evacuation-simulation/pages/p16.webp","publications/evacuation-simulation/pages/p17.webp","publications/evacuation-simulation/pages/p18.webp","publications/evacuation-simulation/pages/p19.webp","publications/evacuation-simulation/pages/p20.webp","publications/evacuation-simulation/pages/p21.webp","publications/evacuation-simulation/pages/p22.webp"],aspect:.7067,pdf:"/publications/evacuation-simulation/report.pdf"},"forced-labor-structural-risk-index":{pages:["publications/forced-labor-structural-risk-index/pages/p01.webp","publications/forced-labor-structural-risk-index/pages/p02.webp","publications/forced-labor-structural-risk-index/pages/p03.webp","publications/forced-labor-structural-risk-index/pages/p04.webp","publications/forced-labor-structural-risk-index/pages/p05.webp","publications/forced-labor-structural-risk-index/pages/p06.webp","publications/forced-labor-structural-risk-index/pages/p07.webp","publications/forced-labor-structural-risk-index/pages/p08.webp","publications/forced-labor-structural-risk-index/pages/p09.webp","publications/forced-labor-structural-risk-index/pages/p10.webp","publications/forced-labor-structural-risk-index/pages/p11.webp","publications/forced-labor-structural-risk-index/pages/p12.webp","publications/forced-labor-structural-risk-index/pages/p13.webp","publications/forced-labor-structural-risk-index/pages/p14.webp","publications/forced-labor-structural-risk-index/pages/p15.webp","publications/forced-labor-structural-risk-index/pages/p16.webp","publications/forced-labor-structural-risk-index/pages/p17.webp","publications/forced-labor-structural-risk-index/pages/p18.webp","publications/forced-labor-structural-risk-index/pages/p19.webp","publications/forced-labor-structural-risk-index/pages/p20.webp","publications/forced-labor-structural-risk-index/pages/p21.webp","publications/forced-labor-structural-risk-index/pages/p22.webp","publications/forced-labor-structural-risk-index/pages/p23.webp","publications/forced-labor-structural-risk-index/pages/p24.webp","publications/forced-labor-structural-risk-index/pages/p25.webp"],aspect:.7067,pdf:"/publications/forced-labor-structural-risk-index/report.pdf"},haste:{pages:["publications/haste/pages/p01.webp","publications/haste/pages/p02.webp","publications/haste/pages/p03.webp","publications/haste/pages/p04.webp","publications/haste/pages/p05.webp","publications/haste/pages/p06.webp","publications/haste/pages/p07.webp","publications/haste/pages/p08.webp","publications/haste/pages/p09.webp","publications/haste/pages/p10.webp","publications/haste/pages/p11.webp","publications/haste/pages/p12.webp","publications/haste/pages/p13.webp","publications/haste/pages/p14.webp","publications/haste/pages/p15.webp","publications/haste/pages/p16.webp","publications/haste/pages/p17.webp","publications/haste/pages/p18.webp","publications/haste/pages/p19.webp","publications/haste/pages/p20.webp","publications/haste/pages/p21.webp","publications/haste/pages/p22.webp","publications/haste/pages/p23.webp","publications/haste/pages/p24.webp","publications/haste/pages/p25.webp","publications/haste/pages/p26.webp"],aspect:.7067,pdf:"/publications/haste/report.pdf"},"mariupol-severity-model":{pages:["publications/mariupol-severity-model/pages/p01.webp","publications/mariupol-severity-model/pages/p02.webp","publications/mariupol-severity-model/pages/p03.webp","publications/mariupol-severity-model/pages/p04.webp","publications/mariupol-severity-model/pages/p05.webp","publications/mariupol-severity-model/pages/p06.webp","publications/mariupol-severity-model/pages/p07.webp","publications/mariupol-severity-model/pages/p08.webp","publications/mariupol-severity-model/pages/p09.webp","publications/mariupol-severity-model/pages/p10.webp","publications/mariupol-severity-model/pages/p11.webp","publications/mariupol-severity-model/pages/p12.webp","publications/mariupol-severity-model/pages/p13.webp","publications/mariupol-severity-model/pages/p14.webp","publications/mariupol-severity-model/pages/p15.webp","publications/mariupol-severity-model/pages/p16.webp","publications/mariupol-severity-model/pages/p17.webp","publications/mariupol-severity-model/pages/p18.webp","publications/mariupol-severity-model/pages/p19.webp","publications/mariupol-severity-model/pages/p20.webp","publications/mariupol-severity-model/pages/p21.webp","publications/mariupol-severity-model/pages/p22.webp","publications/mariupol-severity-model/pages/p23.webp","publications/mariupol-severity-model/pages/p24.webp","publications/mariupol-severity-model/pages/p25.webp","publications/mariupol-severity-model/pages/p26.webp"],aspect:.7067,pdf:"/publications/mariupol-severity-model/report.pdf"},"provenance-search":{pages:["publications/provenance-search/pages/p01.webp","publications/provenance-search/pages/p02.webp","publications/provenance-search/pages/p03.webp","publications/provenance-search/pages/p04.webp","publications/provenance-search/pages/p05.webp","publications/provenance-search/pages/p06.webp","publications/provenance-search/pages/p07.webp","publications/provenance-search/pages/p08.webp","publications/provenance-search/pages/p09.webp","publications/provenance-search/pages/p10.webp","publications/provenance-search/pages/p11.webp","publications/provenance-search/pages/p12.webp","publications/provenance-search/pages/p13.webp","publications/provenance-search/pages/p14.webp","publications/provenance-search/pages/p15.webp","publications/provenance-search/pages/p16.webp","publications/provenance-search/pages/p17.webp","publications/provenance-search/pages/p18.webp","publications/provenance-search/pages/p19.webp","publications/provenance-search/pages/p20.webp"],aspect:.7067,pdf:"/publications/provenance-search/report.pdf"},vango:{pages:["publications/vango/pages/p01.webp","publications/vango/pages/p02.webp","publications/vango/pages/p03.webp","publications/vango/pages/p04.webp","publications/vango/pages/p05.webp","publications/vango/pages/p06.webp","publications/vango/pages/p07.webp","publications/vango/pages/p08.webp","publications/vango/pages/p09.webp","publications/vango/pages/p10.webp","publications/vango/pages/p11.webp","publications/vango/pages/p12.webp","publications/vango/pages/p13.webp","publications/vango/pages/p14.webp","publications/vango/pages/p15.webp","publications/vango/pages/p16.webp"],aspect:.7067,pdf:"/publications/vango/report.pdf"},"war-games":{pages:["publications/war-games/pages/p01.webp","publications/war-games/pages/p02.webp","publications/war-games/pages/p03.webp","publications/war-games/pages/p04.webp","publications/war-games/pages/p05.webp","publications/war-games/pages/p06.webp","publications/war-games/pages/p07.webp","publications/war-games/pages/p08.webp","publications/war-games/pages/p09.webp","publications/war-games/pages/p10.webp","publications/war-games/pages/p11.webp","publications/war-games/pages/p12.webp","publications/war-games/pages/p13.webp","publications/war-games/pages/p14.webp","publications/war-games/pages/p15.webp"],aspect:.7067,pdf:"/publications/war-games/report.pdf"},"what-is-ethical-ai":{pages:["publications/what-is-ethical-ai/pages/p01.webp","publications/what-is-ethical-ai/pages/p02.webp","publications/what-is-ethical-ai/pages/p03.webp","publications/what-is-ethical-ai/pages/p04.webp","publications/what-is-ethical-ai/pages/p05.webp","publications/what-is-ethical-ai/pages/p06.webp","publications/what-is-ethical-ai/pages/p07.webp","publications/what-is-ethical-ai/pages/p08.webp","publications/what-is-ethical-ai/pages/p09.webp","publications/what-is-ethical-ai/pages/p10.webp","publications/what-is-ethical-ai/pages/p11.webp","publications/what-is-ethical-ai/pages/p12.webp","publications/what-is-ethical-ai/pages/p13.webp","publications/what-is-ethical-ai/pages/p14.webp","publications/what-is-ethical-ai/pages/p15.webp","publications/what-is-ethical-ai/pages/p16.webp","publications/what-is-ethical-ai/pages/p17.webp","publications/what-is-ethical-ai/pages/p18.webp","publications/what-is-ethical-ai/pages/p19.webp","publications/what-is-ethical-ai/pages/p20.webp","publications/what-is-ethical-ai/pages/p21.webp","publications/what-is-ethical-ai/pages/p22.webp","publications/what-is-ethical-ai/pages/p23.webp","publications/what-is-ethical-ai/pages/p24.webp","publications/what-is-ethical-ai/pages/p25.webp","publications/what-is-ethical-ai/pages/p26.webp","publications/what-is-ethical-ai/pages/p27.webp","publications/what-is-ethical-ai/pages/p28.webp","publications/what-is-ethical-ai/pages/p29.webp","publications/what-is-ethical-ai/pages/p30.webp","publications/what-is-ethical-ai/pages/p31.webp","publications/what-is-ethical-ai/pages/p32.webp","publications/what-is-ethical-ai/pages/p33.webp","publications/what-is-ethical-ai/pages/p34.webp","publications/what-is-ethical-ai/pages/p35.webp","publications/what-is-ethical-ai/pages/p36.webp","publications/what-is-ethical-ai/pages/p37.webp","publications/what-is-ethical-ai/pages/p38.webp","publications/what-is-ethical-ai/pages/p39.webp","publications/what-is-ethical-ai/pages/p40.webp","publications/what-is-ethical-ai/pages/p41.webp","publications/what-is-ethical-ai/pages/p42.webp","publications/what-is-ethical-ai/pages/p43.webp","publications/what-is-ethical-ai/pages/p44.webp","publications/what-is-ethical-ai/pages/p45.webp","publications/what-is-ethical-ai/pages/p46.webp"],aspect:.7727,pdf:"/publications/what-is-ethical-ai/report.pdf"}};function l(e){if(!e)return;let a=e.match(/\/publications\/([^/?#]+)/);return a?n[a[1]]:void 0}var c=e.i(93209);let b={"Artificial Intelligence":["#0f3b57","#08131f"],Guidelines:["#1d2440","#0d1020"],Evacuation:["#3b1878","#160d1c"],"Cultural heritage":["#4a1d3d","#1a0d18"],Traceability:["#123a3a","#0a1a1c"],Diplomacy:["#2a2160","#100d20"],Sustainability:["#1c3a24","#0b1710"],"Disaster response":["#4a2417","#1a0e0a"]};function u(e,a=0){let[p,i]=b[e]??["#241a35","#120d1c"];return`linear-gradient(${130+31*a%60}deg, ${p} 0%, ${i} ${64+17*a%26}%)`}function d({topic:e,seed:p}){let i="var(--poster-accent)",s="color-mix(in oklab, var(--poster-accent) 26%, transparent)",t="color-mix(in oklab, var(--poster-accent) 12%, transparent)",r=(e,a=1)=>((37*p+11*e)%13-6)/6*a,o=.74+13*p%7/100;return(0,a.jsxs)("svg",{viewBox:"0 0 200 300","aria-hidden":!0,className:"absolute inset-0 h-full w-full",preserveAspectRatio:"xMidYMid slice",children:[(0,a.jsx)("g",{stroke:t,strokeWidth:.6,children:Array.from({length:9}).map((e,p)=>(0,a.jsx)("line",{x1:0,y1:30+30*p,x2:200,y2:30+30*p},p))}),(0,a.jsx)("g",{transform:`translate(${100-100*o+(7*p%11-5)} ${-34-5*p%14}) scale(${o}) rotate(${23*p%9-4} 100 170)`,children:(()=>{switch(e){case"Evacuation":return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("circle",{cx:40,cy:250,r:5,fill:i}),[{d:`M40 250 C 70 ${210+r(1,8)}, 120 ${200+r(2,8)}, 160 150`,dash:!1},{d:`M40 250 C 60 ${190+r(3,8)}, 90 ${140+r(4,8)}, 150 96`,dash:!0},{d:`M40 250 C 80 ${230+r(5,8)}, 130 ${230+r(6,8)}, 168 200`,dash:!1}].map((e,p)=>(0,a.jsx)("path",{d:e.d,fill:"none",stroke:e.dash?s:i,strokeWidth:1.4,strokeDasharray:e.dash?"5 5":void 0,opacity:e.dash?1:.75},p)),[[160,150],[150,96],[168,200]].map(([e,p],t)=>(0,a.jsx)("circle",{cx:e,cy:p,r:4,fill:"none",stroke:1===t?s:i,strokeWidth:1.4},t))]});case"Artificial Intelligence":{let e=[[126,178,230],[110,158,206,254],[166,212]].map((e,a)=>e.map(e=>[58+42*a,e+r(a,10)]));return(0,a.jsxs)(a.Fragment,{children:[e.slice(0,-1).map((i,r)=>i.flatMap((i,o)=>e[r+1].map((e,n)=>{let l=(p+3*r+2*o+n)%5==0;return(0,a.jsx)("line",{x1:i[0],y1:i[1],x2:e[0],y2:e[1],stroke:l?t:s,strokeWidth:l?1.4:1,strokeDasharray:l?"4 4":void 0},`${r}-${o}-${n}`)}))),e.flatMap((p,s)=>p.map(([p,t],r)=>(0,a.jsx)("circle",{cx:p,cy:t,r:s===e.length-1?5.5:4.5,fill:s===e.length-1?i:"none",stroke:i,strokeWidth:1.4,opacity:1===s?.6:1},`n-${s}-${r}`)))]})}case"Guidelines":return(0,a.jsx)(a.Fragment,{children:Array.from({length:6}).map((e,o)=>{let n=110+26*o,l=(p+o)%3!=0;return(0,a.jsxs)("g",{children:[(0,a.jsx)("rect",{x:38,y:n-7,width:14,height:14,rx:3,fill:"none",stroke:l?i:t,strokeWidth:1.4}),l&&(0,a.jsx)("path",{d:`M41.5 ${n} l3 3.5 l6.5 -7.5`,fill:"none",stroke:i,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round"}),(0,a.jsx)("rect",{x:62,y:n-3,width:70+r(o,26),height:3,rx:1.5,fill:l?s:t})]},o)})});case"Cultural heritage":return(0,a.jsxs)(a.Fragment,{children:[[0,1,2].map(e=>(0,a.jsx)("path",{d:`M${60+14*e} 250 L${60+14*e} ${170-16*e} A${40-14*e} ${40-14*e} 0 0 1 ${140-14*e} ${170-16*e} L${140-14*e} 250`,fill:"none",stroke:0===e?i:s,strokeWidth:1.4,opacity:1-.18*e},e)),(0,a.jsx)("circle",{cx:100,cy:198,r:11,fill:"none",stroke:i,strokeWidth:1.4}),(0,a.jsx)("path",{d:"M95.5 198 l3 3.4 l6 -7",fill:"none",stroke:i,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});case"Traceability":return(0,a.jsx)(a.Fragment,{children:Array.from({length:5}).map((e,r)=>{let o=r===2+p%2,n=110+30*r;return(0,a.jsxs)("g",{children:[(0,a.jsx)("rect",{x:62,y:n,width:76,height:20,rx:10,fill:"none",stroke:o?t:i,strokeWidth:1.4,strokeDasharray:o?"4 4":void 0,opacity:o?1:.8}),r<4&&(0,a.jsx)("line",{x1:100,y1:n+20,x2:100,y2:n+30,stroke:o?t:s,strokeWidth:1.4})]},r)})});case"Diplomacy":{let e=[0,1,2,3,4].map(e=>{let a=96+r(e,30),p=104-r(e+3,30);return{y:108+28*e,left:a,right:p,agreed:a>p}});return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("line",{x1:100,y1:92,x2:100,y2:250,stroke:t,strokeWidth:1.4}),e.map((e,p)=>(0,a.jsxs)("g",{children:[(0,a.jsx)("line",{x1:34,y1:e.y,x2:e.left,y2:e.y,stroke:e.agreed?i:s,strokeWidth:e.agreed?2.4:1.6,strokeLinecap:"round"}),(0,a.jsx)("line",{x1:e.right,y1:e.y,x2:166,y2:e.y,stroke:e.agreed?i:s,strokeWidth:e.agreed?2.4:1.6,strokeLinecap:"round"}),e.agreed&&(0,a.jsx)("circle",{cx:(e.left+e.right)/2,cy:e.y,r:3.6,fill:i})]},p))]})}case"Sustainability":return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("path",{d:"M34 250 L34 110 M34 250 L170 250",fill:"none",stroke:t,strokeWidth:1.4}),(0,a.jsx)("path",{d:`M34 ${232+r(1,6)} C 74 ${232+r(1,6)}, 92 130, 170 ${118+r(2,8)}`,fill:"none",stroke:s,strokeWidth:1.4,strokeDasharray:"4 4"}),(0,a.jsx)("path",{d:`M34 ${232+r(1,6)} C 74 ${232+r(1,6)}, 96 168, 170 ${186+r(3,8)}`,fill:"none",stroke:i,strokeWidth:1.6}),[[34,232],[170,186]].map(([e,p],s)=>(0,a.jsx)("circle",{cx:e,cy:p+r(s+1,6),r:4,fill:i},s))]});case"Disaster response":return(0,a.jsxs)(a.Fragment,{children:[[54,40,26].map((e,p)=>(0,a.jsx)("circle",{cx:100,cy:180,r:e,fill:"none",stroke:0===p?s:t,strokeWidth:1.4},p)),(0,a.jsx)("line",{x1:100,y1:180,x2:100+54*Math.cos(p%6-2.4),y2:180+54*Math.sin(p%6-2.4),stroke:i,strokeWidth:1.6}),(0,a.jsx)("circle",{cx:100,cy:180,r:4.5,fill:i})]});default:return null}})()})]})}function g(e){let a=e.indexOf(":");return -1===a||a>48?[e,null]:[e.slice(0,a),e.slice(a+1).trim()]}function w(e){return!!e.url&&"internal"!==e.access}function h({pub:e,onOpen:p}){let[i,s]=g(e.title),t=Number(e.index),o=!!l(e.url);return(0,a.jsx)(r.Tilt3D,{max:5,className:"h-full",children:(0,a.jsxs)("button",{type:"button",onClick:p,"aria-label":w(e)?`Open ${e.title}`:`${e.title}, ${e.status.toLowerCase()}`,className:"group/cover relative flex aspect-[2/3] h-full w-full flex-col justify-end overflow-hidden rounded-xl border border-border p-4 text-left transition-colors hover:border-accent focus-visible:border-accent focus-visible:outline-none",style:{background:u(e.topic,t)},children:[(0,a.jsx)(d,{topic:e.topic,seed:t}),(0,a.jsx)("span",{"aria-hidden":!0,className:"absolute inset-0",style:{background:"linear-gradient(180deg, transparent 34%, color-mix(in oklab, #0c0812 68%, transparent) 58%, #0c0812 92%)"}}),o&&(0,a.jsxs)("span",{className:"absolute left-3 top-3 inline-flex items-center gap-1 rounded-full px-2 py-0.5 font-mono text-[9px] font-semibold uppercase tracking-wider shadow-sm",style:{background:"var(--poster-accent)",color:"var(--poster-accent-ink)"},children:[(0,a.jsx)("span",{"aria-hidden":!0,children:"📖"})," Book"]}),(0,a.jsx)("span",{className:"absolute right-3 top-3",children:"internal"===e.access?(0,a.jsx)("span",{className:"rounded-full border border-white/35 bg-black/45 px-2 py-0.5 font-mono text-[9px] uppercase tracking-wider text-white/85 backdrop-blur",children:"CoLab only"}):e.url?(0,a.jsx)("span",{className:"rounded-full px-2 py-0.5 font-mono text-[9px] font-semibold uppercase tracking-wider",style:{background:"var(--poster-accent)",color:"var(--poster-accent-ink)"},children:"Published"}):(0,a.jsx)("span",{className:"rounded-full border border-border px-2 py-0.5 font-mono text-[9px] uppercase tracking-wider",style:{color:"var(--poster-ink-muted)"},children:"In prep"})}),w(e)&&(0,a.jsx)("span",{className:"absolute inset-0 flex items-center justify-center opacity-0 transition-opacity group-hover/cover:opacity-100 group-focus-visible/cover:opacity-100",children:(0,a.jsx)("span",{className:"inline-flex items-center gap-2 rounded-full px-4 py-2 text-sm font-semibold shadow-lg",style:{background:"var(--poster-accent)",color:"var(--poster-accent-ink)"},children:"Read"})}),(0,a.jsxs)("div",{className:"relative",children:[(0,a.jsx)("p",{className:"font-mono text-[10px] uppercase tracking-wider",style:{color:"var(--poster-accent)"},children:e.topic}),(0,a.jsx)("h3",{className:"mt-1.5 line-clamp-3 font-heading text-xl uppercase leading-[1.05] tracking-[0.02em] text-[color:var(--poster-ink)] transition-colors group-hover/cover:text-[color:var(--poster-accent)]",children:i}),s&&(0,a.jsx)("p",{className:"mt-1.5 line-clamp-2 text-[11px] leading-snug",style:{color:"var(--poster-ink-muted)"},children:s}),(0,a.jsx)("div",{className:"mt-3 font-mono text-[10px] uppercase tracking-wider",style:{color:"var(--poster-ink-muted)"},children:e.date??e.status})]})]})})}function m({pub:e,onClose:s}){(0,p.useEffect)(()=>{let e=e=>"Escape"===e.key&&s();return document.addEventListener("keydown",e),document.body.style.overflow="hidden",()=>{document.removeEventListener("keydown",e),document.body.style.overflow=""}},[s]);let[t,r]=g(e.title),n=e.url.startsWith("/"),b=l(e.url),w="flex w-full items-center justify-between gap-4 rounded-xl border border-border bg-card px-5 py-4 text-left transition-colors hover:border-accent";return(0,a.jsxs)("div",{className:"fixed inset-0 z-[100] flex flex-col bg-background",role:"dialog","aria-modal":"true","aria-label":e.title,children:[(0,a.jsxs)("div",{className:"flex items-center justify-between gap-3 border-b border-border px-4 py-2.5",children:[(0,a.jsxs)("div",{className:"min-w-0",children:[(0,a.jsx)("h3",{className:"truncate font-heading text-xl uppercase tracking-[0.02em] sm:text-2xl",children:t}),(0,a.jsxs)("p",{className:"truncate font-mono text-[10px] text-muted",children:[e.topic,e.date&&` \xb7 ${e.date}`]})]}),(0,a.jsx)("button",{type:"button",onClick:s,className:"shrink-0 rounded-full bg-accent px-4 py-1.5 text-sm font-semibold text-accent-ink transition-transform hover:scale-[1.03]",children:"✕ Close"})]}),(0,a.jsx)("div",{className:"flex-1 overflow-y-auto",children:(0,a.jsxs)("div",{className:"mx-auto grid max-w-4xl gap-10 px-6 py-12 sm:grid-cols-[minmax(0,200px)_1fr] sm:py-14",children:[(0,a.jsx)("div",{className:"relative hidden aspect-[2/3] w-full overflow-hidden rounded-xl border border-border sm:block",style:{background:u(e.topic,Number(e.index))},children:(0,a.jsx)(d,{topic:e.topic,seed:Number(e.index)})}),(0,a.jsxs)("div",{children:[r&&(0,a.jsx)("p",{className:"font-heading text-lg uppercase leading-snug tracking-wide text-muted",children:r}),(0,a.jsx)("p",{className:"mt-4 border-l-2 border-accent pl-5 text-lg leading-relaxed text-foreground/90",children:e.question}),(0,a.jsx)("p",{className:"mt-6 leading-relaxed text-muted",children:e.summary}),(0,a.jsx)("div",{className:"mt-8 space-y-3",children:"internal"===e.access?(0,a.jsxs)("a",{href:e.url,target:"_blank",rel:"noopener noreferrer",className:w,children:[(0,a.jsxs)("span",{className:"font-semibold text-foreground",children:["Open in the CoLab repo"," ",(0,a.jsx)("span",{className:"font-normal text-muted",children:"(sign-in required)"})]}),(0,a.jsx)("span",{"aria-hidden":!0,className:"text-accent",children:"↗"})]}):e.url?(0,a.jsxs)(a.Fragment,{children:[n?(0,a.jsxs)(i.Link,{href:e.url,className:w,children:[(0,a.jsx)("span",{className:"font-semibold text-foreground",children:"Read the report"}),(0,a.jsx)("span",{"aria-hidden":!0,className:"text-accent",children:"→"})]}):(0,a.jsxs)("a",{href:e.url,target:"_blank",rel:"noopener noreferrer",className:w,children:[(0,a.jsx)("span",{className:"font-semibold text-foreground",children:"Read the report"}),(0,a.jsx)("span",{"aria-hidden":!0,className:"text-accent",children:"↗"})]}),b&&(0,a.jsxs)(o.ReportBook,{title:t,pages:b.pages,aspect:b.aspect,pdfUrl:e.pdf??(0,c.asset)(b.pdf),className:w,children:[(0,a.jsxs)("span",{className:"font-semibold text-foreground",children:["Read as book"," ",(0,a.jsx)("span",{className:"font-normal text-muted",children:"(flip the original pages)"})]}),(0,a.jsx)("span",{"aria-hidden":!0,className:"text-accent",children:"📖"})]}),e.pdf&&(0,a.jsxs)("a",{href:e.pdf,target:"_blank",rel:"noopener noreferrer",className:w,children:[(0,a.jsx)("span",{className:"font-semibold text-foreground",children:"Download the PDF"}),(0,a.jsx)("span",{"aria-hidden":!0,className:"text-accent",children:"↗"})]})]}):(0,a.jsxs)("p",{className:"rounded-xl border border-dashed border-border px-5 py-4 text-sm text-muted",children:["This report is ",e.status.toLowerCase(),". The research it writes up is already running, so the demos and the source are the way in until it publishes."]})}),(0,a.jsxs)("div",{className:"mt-8 flex flex-wrap gap-x-4 gap-y-2 border-t border-border pt-6 font-mono text-xs text-muted",children:[(0,a.jsx)("span",{children:e.area}),(0,a.jsx)("span",{children:e.status}),e.date&&(0,a.jsx)("span",{children:e.date}),e.repo&&(0,a.jsx)("a",{href:e.repo,target:"_blank",rel:"noopener noreferrer",className:"ml-auto text-foreground/80 transition-colors hover:text-accent",children:"View source ↗"})]})]})]})})]})}e.s(["PublicationsShowcase",0,function(){let[e,i]=(0,p.useState)(null),[r,o]=(0,p.useState)(null),[n,l]=(0,p.useState)(null),c=s.publications.items.filter(a=>(!e||a.topic===e)&&("published"!==r||!!w(a))),b=c.filter(w).length,u=c.filter(e=>"internal"===e.access).length,d=s.publicationTopics.map(e=>({topic:e,items:c.filter(a=>a.topic===e)})).filter(e=>e.items.length>0),g=e=>`rounded-full border px-3 py-1.5 text-sm transition-colors ${e?"border-accent bg-accent font-semibold text-accent-ink":"border-border text-muted hover:border-accent hover:text-accent"}`;return(0,a.jsxs)("div",{className:"mx-auto max-w-6xl px-6 pb-24",children:[(0,a.jsxs)("div",{className:"space-y-4 border-b border-border pb-8",children:[(0,a.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,a.jsx)("span",{className:"mr-2 w-20 shrink-0 text-xs uppercase tracking-wider text-muted",children:"Topic"}),(0,a.jsx)("button",{type:"button",onClick:()=>i(null),className:g(null===e),children:"All"}),s.publicationTopics.filter(e=>s.publications.items.some(a=>a.topic===e)).map(p=>(0,a.jsx)("button",{type:"button",onClick:()=>i(e=>e===p?null:p),className:g(e===p),children:p},p)),(0,a.jsxs)("span",{className:"ml-auto font-mono text-xs text-muted",children:[b," published",u>0&&` \xb7 ${u} CoLab only`," · ",c.length," ","shown"]})]}),(0,a.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,a.jsx)("span",{className:"mr-2 w-20 shrink-0 text-xs uppercase tracking-wider text-muted",children:"Status"}),(0,a.jsx)("button",{type:"button",onClick:()=>o(null),className:g(null===r),children:"All"}),(0,a.jsx)("button",{type:"button",onClick:()=>o(e=>"published"===e?null:"published"),className:g("published"===r),children:"Readable now"})]})]}),(0,a.jsx)("div",{className:"mt-12 space-y-14",children:d.map(e=>(0,a.jsx)(t.PosterRail,{title:e.topic,count:e.items.length,countNoun:"report",ariaLabel:`${e.topic} reports`,children:e.items.map(e=>(0,a.jsx)("div",{className:"w-[190px] shrink-0 snap-start scroll-mt-24 sm:w-[215px]",children:(0,a.jsx)(h,{pub:e,onOpen:()=>l(e)})},e.index))},e.topic))}),0===c.length&&(0,a.jsx)("p",{className:"py-16 text-muted",children:"No reports match those filters."}),n&&(0,a.jsx)(m,{pub:n,onClose:()=>l(null)},n.index)]})}],46973)},43413,e=>{e.v(a=>Promise.all(["static/chunks/1qa2_w3ql48wi.js"].map(a=>e.l(a))).then(()=>a(62914)))}]); \ No newline at end of file diff --git a/static-site/_next/static/chunks/0jub-lza-_qsd.js b/static-site/_next/static/chunks/0jub-lza-_qsd.js new file mode 100644 index 000000000..56a2e3558 --- /dev/null +++ b/static-site/_next/static/chunks/0jub-lza-_qsd.js @@ -0,0 +1 @@ +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,72328,e=>{"use strict";var a=e.i(71164),p=e.i(38544),i=e.i(71645);e.s(["useReducedMotion",0,function(){a.hasReducedMotionListener.current||(0,p.initPrefersReducedMotion)();let[e]=(0,i.useState)(a.prefersReducedMotion.current);return e}])},82987,e=>{"use strict";var a=e.i(43476),p=e.i(32181),i=e.i(72328);let s=[.16,1,.3,1],t={hidden:{},show:{transition:{staggerChildren:.07}}};e.s(["Reveal",0,function({children:e,className:t,delay:o=0,y:r=24,as:n="div"}){let l=(0,i.useReducedMotion)(),c=p.motion[n];return(0,a.jsx)(c,{className:t,initial:{opacity:0,y:l?0:r},whileInView:{opacity:1,y:0},viewport:{once:!0,margin:"-80px"},transition:{duration:.65,ease:s,delay:o},children:e})},"Stagger",0,function({children:e,className:i}){return(0,a.jsx)(p.motion.div,{className:i,variants:t,initial:"hidden",whileInView:"show",viewport:{once:!0,margin:"-60px"},children:e})},"StaggerItem",0,function({children:e,className:t}){let o=(0,i.useReducedMotion)();return(0,a.jsx)(p.motion.div,{className:t,variants:{hidden:{opacity:0,y:20*!o},show:{opacity:1,y:0,transition:{duration:.6,ease:s}}},children:e})}])},18620,e=>{"use strict";var a=e.i(43476),p=e.i(23475),i=e.i(18566);let s=[{label:"Overview",href:"/portfolio"},{label:"Live Demos",href:"/demos"},{label:"Publications",href:"/publications"},{label:"Media",href:"/media"},{label:"Newsletter",href:"/newsletter"}];e.s(["SectionTabs",0,function(){let e=(0,i.usePathname)();return(0,a.jsx)("div",{className:"border-b border-border bg-background/80 backdrop-blur",children:(0,a.jsx)("nav",{"aria-label":"Portfolio sections",className:"mx-auto flex max-w-6xl gap-6 px-6",children:s.map(i=>{let s="/portfolio"===i.href?"/portfolio"===e:e.startsWith(i.href);return(0,a.jsx)(p.Link,{href:i.href,"aria-current":s?"page":void 0,className:`-mb-px border-b-2 py-4 text-sm font-medium uppercase tracking-wider transition-colors ${s?"border-accent text-accent":"border-transparent text-muted hover:text-foreground"}`,children:i.label},i.href)})})})}])},34010,e=>{"use strict";var a=e.i(43476),p=e.i(71645);let i={startPage:0,singlePageBreakpoint:640,chromeHeight:150,chromeWidth:48,maxPageHeight:1100,flippingTime:700,drawShadow:!0,maxShadowOpacity:.4,keyboard:!0};async function s(a,p){let s={...i,...p};if(!s.pages.length)throw Error("mountFlipbook: `pages` is empty");let t=(await e.A(43413)).PageFlip,o=null,r=Math.min(Math.max(s.startPage,0),s.pages.length-1),n=!1,l=null,c=()=>{if(n)return;let e=s.singlePageBreakpoint>0&&window.matchMedia(`(max-width: ${s.singlePageBreakpoint}px)`).matches,{width:p,height:l}=function(e,a){let p=a.chromeHeight??i.chromeHeight,s=a.chromeWidth??i.chromeWidth,t=Math.min(a.viewportHeight-p,a.maxPageHeight??i.maxPageHeight),o=a.viewportWidth-s,r=Math.max(t,120),n=r*e,l=a.single?n:2*n;if(l>o){let e=o/l;n*=e,r*=e}return{width:Math.round(n),height:Math.round(r)}}(s.aspect,{single:e,viewportWidth:window.innerWidth,viewportHeight:window.innerHeight,chromeWidth:s.chromeWidth,chromeHeight:s.chromeHeight,maxPageHeight:s.maxPageHeight});if((o=new t(a,{width:p,height:l,size:"fixed",showCover:!0,usePortrait:e,maxShadowOpacity:s.maxShadowOpacity,mobileScrollSupport:!0,flippingTime:s.flippingTime,drawShadow:s.drawShadow})).loadFromImages(s.pages.slice()),o.on("flip",e=>{r=e.data,s.onFlip?.(r)}),r>0)try{o.turnToPage(r)}catch{}s.onReady?.()},b=()=>{if(o){try{o.destroy()}catch{}o=null,a.innerHTML=""}},u=()=>{l&&clearTimeout(l),l=setTimeout(()=>{b(),c()},200)},d=e=>{"ArrowLeft"===e.key?o?.flipPrev():"ArrowRight"===e.key&&o?.flipNext()};return c(),window.addEventListener("resize",u),s.keyboard&&document.addEventListener("keydown",d),{next:()=>o?.flipNext(),prev:()=>o?.flipPrev(),goTo:e=>o?.turnToPage(e),currentPage:()=>r,pageCount:()=>s.pages.length,destroy:()=>{n||(n=!0,l&&clearTimeout(l),window.removeEventListener("resize",u),document.removeEventListener("keydown",d),b())}}}function t(e,a,p){let i=document.createElement(e);return a&&(i.className=a),null!=p&&(i.textContent=p),i}async function o(e){let a=e.container??document.body,p=e.pages.length,i=t("div",`rab-overlay${e.className?` ${e.className}`:""}`);i.setAttribute("role","dialog"),i.setAttribute("aria-modal","true"),i.setAttribute("aria-label",`${e.title??"Document"} — page view`);let o=t("div","rab-chrome");o.append(t("span","rab-title",e.title??""));let r=t("div","rab-actions"),n=t("span","rab-counter");if(r.append(n),e.pdfUrl){let a=t("a","rab-btn rab-download","Download PDF ↗");a.href=e.pdfUrl,a.target="_blank",a.rel="noopener noreferrer",r.append(a)}let l=t("button","rab-btn","Close ✕");l.type="button",l.setAttribute("aria-label","Close book view"),r.append(l),o.append(r);let c=t("div","rab-stage"),b=t("button","rab-arrow rab-arrow-prev","‹");b.type="button",b.setAttribute("aria-label","Previous page");let u=t("button","rab-arrow rab-arrow-next","›");u.type="button",u.setAttribute("aria-label","Next page");let d=t("div","rab-book"),g=t("p","rab-loading","Opening the book…"),w=t("div","rab-book-wrap");w.append(d,g),c.append(b,w,u);let h=e.hint??"Use the arrows or ← → keys to turn pages · Esc to close",m=t("p","rab-hint",h);i.append(o,c),h&&i.append(m),a.append(i);let f=e=>{n.textContent=p?`${Math.min(e+1,p)} / ${p}`:""};f(e.startPage??0);let x=document.body.style.overflow;document.body.style.overflow="hidden";let v=null,y=!1,k=()=>{y||(y=!0,document.removeEventListener("keydown",j),document.body.style.overflow=x,v?.destroy(),i.remove(),e.onClose?.())},j=e=>{"Escape"===e.key&&k()};document.addEventListener("keydown",j),l.addEventListener("click",k);try{v=await s(d,{pages:e.pages,aspect:e.aspect,startPage:e.startPage,onFlip:a=>{f(a),e.onFlip?.(a)},onReady:()=>g.remove()})}catch(e){throw k(),e}return y?(v.destroy(),{close:k,next:()=>{},prev:()=>{}}):(b.addEventListener("click",()=>v?.prev()),u.addEventListener("click",()=>v?.next()),{close:k,next:()=>v?.next(),prev:()=>v?.prev()})}function r({pages:e,aspect:i,title:s,pdfUrl:t,className:n,children:l,overlayClassName:c,hint:b,open:u,onOpenChange:d,onFlip:g}){let[w,h]=(0,p.useState)(!1),m=u??w,f=(0,p.useRef)(null),x=(0,p.useRef)(g);x.current=g;let v=(0,p.useCallback)(e=>{void 0===u&&h(e),d?.(e)},[u,d]);return(0,p.useEffect)(()=>{if(!m)return;let a=!1;return o({pages:e,aspect:i,title:s,pdfUrl:t,className:c,hint:b,onFlip:e=>x.current?.(e),onClose:()=>{a||v(!1)}}).then(e=>{a?e.close():f.current=e}).catch(e=>{console.error("read-as-book: failed to open the viewer",e),a||v(!1)}),()=>{a=!0,f.current?.close(),f.current=null}},[m,e,i,s,t,c,b]),(0,a.jsx)("button",{type:"button",onClick:()=>v(!0),className:n??"rab-trigger",children:l??(0,a.jsxs)(a.Fragment,{children:["Read as book ",(0,a.jsx)("span",{"aria-hidden":!0,children:"📖"})]})})}var n=e.i(93209);e.s(["ReportBook",0,function({pages:e,aspect:i,title:s,pdfUrl:t,className:o,children:l}){let c=(0,p.useMemo)(()=>e.map(e=>(0,n.asset)(`/${e}`)),[e]);return(0,a.jsx)(r,{pages:c,aspect:i,title:s,pdfUrl:t,className:o??"btn-sweep inline-flex items-center gap-2 rounded-full border border-border px-5 py-2.5 text-sm font-semibold text-foreground transition-colors hover:border-border-strong",children:l})}],34010)},12243,e=>{"use strict";var a=e.i(43476),p=e.i(32181),i=e.i(87652),s=e.i(91994),t=e.i(72328),o=e.i(71645);e.s(["Tilt3D",0,function({children:e,className:r="",max:n=9,glare:l=!0,disabled:c=!1}){let b=(0,t.useReducedMotion)(),u=(0,o.useRef)(null),d=(0,i.useMotionValue)(0),g=(0,i.useMotionValue)(0),w=(0,s.useSpring)(d,{stiffness:170,damping:16,mass:.5}),h=(0,s.useSpring)(g,{stiffness:170,damping:16,mass:.5});return c?(0,a.jsx)("div",{className:`h-full ${r}`,children:e}):(0,a.jsx)("div",{className:"tilt-scene h-full",children:(0,a.jsx)(p.motion.div,{ref:u,onPointerMove:function(e){let a=u.current;if(b||!a)return;let p=a.getBoundingClientRect(),i=(e.clientX-p.left)/p.width,s=(e.clientY-p.top)/p.height;g.set((i-.5)*2*n),d.set((.5-s)*2*n),a.style.setProperty("--mx",`${100*i}%`),a.style.setProperty("--my",`${100*s}%`),l&&(a.style.setProperty("--gx",`${100*i}%`),a.style.setProperty("--gy",`${100*s}%`),a.style.setProperty("--gop","1"))},onPointerLeave:function(){d.set(0),g.set(0),u.current?.style.setProperty("--gop","0")},style:{rotateX:w,rotateY:h,transformStyle:"preserve-3d"},className:`tilt-card h-full ${l?"tilt-glare":""} ${r}`,children:e})})}])},88302,e=>{"use strict";var a=e.i(43476),p=e.i(71645);e.s(["PosterRail",0,function({title:e,count:i,countNoun:s,ariaLabel:t,children:o}){let r=(0,p.useRef)(null),[n,l]=(0,p.useState)(!0),[c,b]=(0,p.useState)(!0),u=(0,p.useCallback)(()=>{let e=r.current;e&&(l(e.scrollLeft<=1),b(e.scrollLeft>=e.scrollWidth-e.clientWidth-1))},[]);(0,p.useEffect)(()=>{u();let e=r.current;if(!e)return;let a=new ResizeObserver(u);return a.observe(e),()=>a.disconnect()},[u,o]);let d=e=>{let a=r.current;a&&a.scrollBy({left:e*a.clientWidth*.85,behavior:"smooth"})},g=!(n&&c),w=e=>`pointer-events-auto grid h-9 w-9 place-items-center rounded-full border border-border bg-background/90 text-foreground backdrop-blur transition-all ${e?"opacity-100 hover:border-accent hover:text-accent":"cursor-default opacity-0"}`;return(0,a.jsxs)("section",{children:[(0,a.jsxs)("div",{className:"flex items-baseline justify-between gap-4 border-b border-border pb-3",children:[(0,a.jsx)("h2",{className:"font-heading text-2xl uppercase tracking-wide sm:text-3xl",children:e}),(0,a.jsxs)("span",{className:"shrink-0 font-mono text-xs text-muted",children:[i," ",1===i?s:`${s}s`]})]}),(0,a.jsxs)("div",{className:"relative mt-6",children:[(0,a.jsx)("div",{ref:r,onScroll:u,tabIndex:0,role:"group","aria-label":t,className:"no-scrollbar -mx-6 flex snap-x snap-mandatory scroll-pl-6 gap-5 overflow-x-auto px-6 pb-2 focus-visible:outline-none",children:o}),g&&(0,a.jsxs)("div",{className:"pointer-events-none absolute inset-y-0 left-0 right-0 hidden items-center justify-between sm:flex",children:[(0,a.jsx)("button",{type:"button",onClick:()=>d(-1),disabled:n,"aria-label":`Scroll ${e} left`,className:`-ml-4 ${w(!n)}`,children:(0,a.jsx)("span",{"aria-hidden":!0,children:"←"})}),(0,a.jsx)("button",{type:"button",onClick:()=>d(1),disabled:c,"aria-label":`Scroll ${e} right`,className:`-mr-4 ${w(!c)}`,children:(0,a.jsx)("span",{"aria-hidden":!0,children:"→"})})]})]})]})}])},46973,e=>{"use strict";var a=e.i(43476),p=e.i(71645),i=e.i(23475),s=e.i(89042),t=e.i(88302),o=e.i(12243),r=e.i(34010);let n={"after-the-corridor":{pages:["publications/after-the-corridor/pages/p01.webp","publications/after-the-corridor/pages/p02.webp","publications/after-the-corridor/pages/p03.webp","publications/after-the-corridor/pages/p04.webp","publications/after-the-corridor/pages/p05.webp","publications/after-the-corridor/pages/p06.webp","publications/after-the-corridor/pages/p07.webp","publications/after-the-corridor/pages/p08.webp","publications/after-the-corridor/pages/p09.webp","publications/after-the-corridor/pages/p10.webp","publications/after-the-corridor/pages/p11.webp","publications/after-the-corridor/pages/p12.webp","publications/after-the-corridor/pages/p13.webp","publications/after-the-corridor/pages/p14.webp","publications/after-the-corridor/pages/p15.webp","publications/after-the-corridor/pages/p16.webp","publications/after-the-corridor/pages/p17.webp","publications/after-the-corridor/pages/p18.webp","publications/after-the-corridor/pages/p19.webp","publications/after-the-corridor/pages/p20.webp","publications/after-the-corridor/pages/p21.webp","publications/after-the-corridor/pages/p22.webp"],aspect:.7727,pdf:"/publications/after-the-corridor/report.pdf"},"agentic-language-development":{pages:["publications/agentic-language-development/pages/p01.webp","publications/agentic-language-development/pages/p02.webp","publications/agentic-language-development/pages/p03.webp","publications/agentic-language-development/pages/p04.webp","publications/agentic-language-development/pages/p05.webp","publications/agentic-language-development/pages/p06.webp","publications/agentic-language-development/pages/p07.webp","publications/agentic-language-development/pages/p08.webp","publications/agentic-language-development/pages/p09.webp","publications/agentic-language-development/pages/p10.webp","publications/agentic-language-development/pages/p11.webp","publications/agentic-language-development/pages/p12.webp","publications/agentic-language-development/pages/p13.webp","publications/agentic-language-development/pages/p14.webp","publications/agentic-language-development/pages/p15.webp","publications/agentic-language-development/pages/p16.webp","publications/agentic-language-development/pages/p17.webp","publications/agentic-language-development/pages/p18.webp","publications/agentic-language-development/pages/p19.webp","publications/agentic-language-development/pages/p20.webp","publications/agentic-language-development/pages/p21.webp","publications/agentic-language-development/pages/p22.webp","publications/agentic-language-development/pages/p23.webp","publications/agentic-language-development/pages/p24.webp","publications/agentic-language-development/pages/p25.webp"],aspect:.7067,pdf:"/publications/agentic-language-development/report.pdf"},"ai-carbon-footprint":{pages:["publications/ai-carbon-footprint/pages/p01.webp","publications/ai-carbon-footprint/pages/p02.webp","publications/ai-carbon-footprint/pages/p03.webp","publications/ai-carbon-footprint/pages/p04.webp","publications/ai-carbon-footprint/pages/p05.webp","publications/ai-carbon-footprint/pages/p06.webp","publications/ai-carbon-footprint/pages/p07.webp","publications/ai-carbon-footprint/pages/p08.webp","publications/ai-carbon-footprint/pages/p09.webp","publications/ai-carbon-footprint/pages/p10.webp","publications/ai-carbon-footprint/pages/p11.webp","publications/ai-carbon-footprint/pages/p12.webp","publications/ai-carbon-footprint/pages/p13.webp","publications/ai-carbon-footprint/pages/p14.webp","publications/ai-carbon-footprint/pages/p15.webp","publications/ai-carbon-footprint/pages/p16.webp","publications/ai-carbon-footprint/pages/p17.webp","publications/ai-carbon-footprint/pages/p18.webp"],aspect:.7067,pdf:"/publications/ai-carbon-footprint/report.pdf"},"ai-models-research":{pages:["publications/ai-models-research/pages/p01.webp","publications/ai-models-research/pages/p02.webp","publications/ai-models-research/pages/p03.webp","publications/ai-models-research/pages/p04.webp","publications/ai-models-research/pages/p05.webp","publications/ai-models-research/pages/p06.webp","publications/ai-models-research/pages/p07.webp","publications/ai-models-research/pages/p08.webp","publications/ai-models-research/pages/p09.webp","publications/ai-models-research/pages/p10.webp","publications/ai-models-research/pages/p11.webp","publications/ai-models-research/pages/p12.webp","publications/ai-models-research/pages/p13.webp","publications/ai-models-research/pages/p14.webp","publications/ai-models-research/pages/p15.webp","publications/ai-models-research/pages/p16.webp","publications/ai-models-research/pages/p17.webp","publications/ai-models-research/pages/p18.webp","publications/ai-models-research/pages/p19.webp"],aspect:.7067,pdf:"/publications/ai-models-research/report.pdf"},"ai-research-assistant":{pages:["publications/ai-research-assistant/pages/p01.webp","publications/ai-research-assistant/pages/p02.webp","publications/ai-research-assistant/pages/p03.webp","publications/ai-research-assistant/pages/p04.webp","publications/ai-research-assistant/pages/p05.webp","publications/ai-research-assistant/pages/p06.webp","publications/ai-research-assistant/pages/p07.webp","publications/ai-research-assistant/pages/p08.webp","publications/ai-research-assistant/pages/p09.webp","publications/ai-research-assistant/pages/p10.webp"],aspect:.7067,pdf:"/publications/ai-research-assistant/report.pdf"},cerai:{pages:["publications/cerai/pages/p01.webp","publications/cerai/pages/p02.webp","publications/cerai/pages/p03.webp","publications/cerai/pages/p04.webp","publications/cerai/pages/p05.webp","publications/cerai/pages/p06.webp","publications/cerai/pages/p07.webp","publications/cerai/pages/p08.webp","publications/cerai/pages/p09.webp","publications/cerai/pages/p10.webp","publications/cerai/pages/p11.webp","publications/cerai/pages/p12.webp","publications/cerai/pages/p13.webp"],aspect:.7067,pdf:"/publications/cerai/report.pdf"},"digital-provenance-passport":{pages:["publications/digital-provenance-passport/pages/p01.webp","publications/digital-provenance-passport/pages/p02.webp","publications/digital-provenance-passport/pages/p03.webp","publications/digital-provenance-passport/pages/p04.webp","publications/digital-provenance-passport/pages/p05.webp","publications/digital-provenance-passport/pages/p06.webp","publications/digital-provenance-passport/pages/p07.webp","publications/digital-provenance-passport/pages/p08.webp","publications/digital-provenance-passport/pages/p09.webp","publications/digital-provenance-passport/pages/p10.webp","publications/digital-provenance-passport/pages/p11.webp","publications/digital-provenance-passport/pages/p12.webp","publications/digital-provenance-passport/pages/p13.webp","publications/digital-provenance-passport/pages/p14.webp","publications/digital-provenance-passport/pages/p15.webp","publications/digital-provenance-passport/pages/p16.webp","publications/digital-provenance-passport/pages/p17.webp","publications/digital-provenance-passport/pages/p18.webp","publications/digital-provenance-passport/pages/p19.webp","publications/digital-provenance-passport/pages/p20.webp","publications/digital-provenance-passport/pages/p21.webp","publications/digital-provenance-passport/pages/p22.webp","publications/digital-provenance-passport/pages/p23.webp","publications/digital-provenance-passport/pages/p24.webp","publications/digital-provenance-passport/pages/p25.webp","publications/digital-provenance-passport/pages/p26.webp","publications/digital-provenance-passport/pages/p27.webp","publications/digital-provenance-passport/pages/p28.webp"],aspect:.7067,pdf:"/publications/digital-provenance-passport/report.pdf"},"diplomatic-simulator":{pages:["publications/diplomatic-simulator/pages/p01.webp","publications/diplomatic-simulator/pages/p02.webp","publications/diplomatic-simulator/pages/p03.webp","publications/diplomatic-simulator/pages/p04.webp","publications/diplomatic-simulator/pages/p05.webp","publications/diplomatic-simulator/pages/p06.webp","publications/diplomatic-simulator/pages/p07.webp","publications/diplomatic-simulator/pages/p08.webp","publications/diplomatic-simulator/pages/p09.webp","publications/diplomatic-simulator/pages/p10.webp","publications/diplomatic-simulator/pages/p11.webp","publications/diplomatic-simulator/pages/p12.webp","publications/diplomatic-simulator/pages/p13.webp","publications/diplomatic-simulator/pages/p14.webp","publications/diplomatic-simulator/pages/p15.webp","publications/diplomatic-simulator/pages/p16.webp","publications/diplomatic-simulator/pages/p17.webp","publications/diplomatic-simulator/pages/p18.webp","publications/diplomatic-simulator/pages/p19.webp","publications/diplomatic-simulator/pages/p20.webp","publications/diplomatic-simulator/pages/p21.webp","publications/diplomatic-simulator/pages/p22.webp","publications/diplomatic-simulator/pages/p23.webp"],aspect:.7067,pdf:"/publications/diplomatic-simulator/report.pdf"},ercf:{pages:["publications/ercf/pages/p01.webp","publications/ercf/pages/p02.webp","publications/ercf/pages/p03.webp","publications/ercf/pages/p04.webp","publications/ercf/pages/p05.webp","publications/ercf/pages/p06.webp","publications/ercf/pages/p07.webp","publications/ercf/pages/p08.webp","publications/ercf/pages/p09.webp","publications/ercf/pages/p10.webp","publications/ercf/pages/p11.webp","publications/ercf/pages/p12.webp","publications/ercf/pages/p13.webp","publications/ercf/pages/p14.webp","publications/ercf/pages/p15.webp","publications/ercf/pages/p16.webp","publications/ercf/pages/p17.webp","publications/ercf/pages/p18.webp","publications/ercf/pages/p19.webp","publications/ercf/pages/p20.webp","publications/ercf/pages/p21.webp","publications/ercf/pages/p22.webp","publications/ercf/pages/p23.webp","publications/ercf/pages/p24.webp","publications/ercf/pages/p25.webp","publications/ercf/pages/p26.webp","publications/ercf/pages/p27.webp","publications/ercf/pages/p28.webp","publications/ercf/pages/p29.webp","publications/ercf/pages/p30.webp","publications/ercf/pages/p31.webp","publications/ercf/pages/p32.webp"],aspect:.7067,pdf:"/publications/ercf/report.pdf"},erus:{pages:["publications/erus/pages/p01.webp","publications/erus/pages/p02.webp","publications/erus/pages/p03.webp","publications/erus/pages/p04.webp","publications/erus/pages/p05.webp","publications/erus/pages/p06.webp","publications/erus/pages/p07.webp","publications/erus/pages/p08.webp","publications/erus/pages/p09.webp","publications/erus/pages/p10.webp","publications/erus/pages/p11.webp","publications/erus/pages/p12.webp","publications/erus/pages/p13.webp","publications/erus/pages/p14.webp","publications/erus/pages/p15.webp","publications/erus/pages/p16.webp","publications/erus/pages/p17.webp","publications/erus/pages/p18.webp","publications/erus/pages/p19.webp","publications/erus/pages/p20.webp","publications/erus/pages/p21.webp","publications/erus/pages/p22.webp","publications/erus/pages/p23.webp","publications/erus/pages/p24.webp"],aspect:.7067,pdf:"/publications/erus/report.pdf"},"evacuation-inform-index":{pages:["publications/evacuation-inform-index/pages/p01.webp","publications/evacuation-inform-index/pages/p02.webp","publications/evacuation-inform-index/pages/p03.webp","publications/evacuation-inform-index/pages/p04.webp","publications/evacuation-inform-index/pages/p05.webp","publications/evacuation-inform-index/pages/p06.webp","publications/evacuation-inform-index/pages/p07.webp","publications/evacuation-inform-index/pages/p08.webp","publications/evacuation-inform-index/pages/p09.webp","publications/evacuation-inform-index/pages/p10.webp","publications/evacuation-inform-index/pages/p11.webp"],aspect:.7067,pdf:"/publications/evacuation-inform-index/report.pdf"},"evacuation-simulation":{pages:["publications/evacuation-simulation/pages/p01.webp","publications/evacuation-simulation/pages/p02.webp","publications/evacuation-simulation/pages/p03.webp","publications/evacuation-simulation/pages/p04.webp","publications/evacuation-simulation/pages/p05.webp","publications/evacuation-simulation/pages/p06.webp","publications/evacuation-simulation/pages/p07.webp","publications/evacuation-simulation/pages/p08.webp","publications/evacuation-simulation/pages/p09.webp","publications/evacuation-simulation/pages/p10.webp","publications/evacuation-simulation/pages/p11.webp","publications/evacuation-simulation/pages/p12.webp","publications/evacuation-simulation/pages/p13.webp","publications/evacuation-simulation/pages/p14.webp","publications/evacuation-simulation/pages/p15.webp","publications/evacuation-simulation/pages/p16.webp","publications/evacuation-simulation/pages/p17.webp","publications/evacuation-simulation/pages/p18.webp","publications/evacuation-simulation/pages/p19.webp","publications/evacuation-simulation/pages/p20.webp","publications/evacuation-simulation/pages/p21.webp","publications/evacuation-simulation/pages/p22.webp"],aspect:.7067,pdf:"/publications/evacuation-simulation/report.pdf"},"forced-labor-structural-risk-index":{pages:["publications/forced-labor-structural-risk-index/pages/p01.webp","publications/forced-labor-structural-risk-index/pages/p02.webp","publications/forced-labor-structural-risk-index/pages/p03.webp","publications/forced-labor-structural-risk-index/pages/p04.webp","publications/forced-labor-structural-risk-index/pages/p05.webp","publications/forced-labor-structural-risk-index/pages/p06.webp","publications/forced-labor-structural-risk-index/pages/p07.webp","publications/forced-labor-structural-risk-index/pages/p08.webp","publications/forced-labor-structural-risk-index/pages/p09.webp","publications/forced-labor-structural-risk-index/pages/p10.webp","publications/forced-labor-structural-risk-index/pages/p11.webp","publications/forced-labor-structural-risk-index/pages/p12.webp","publications/forced-labor-structural-risk-index/pages/p13.webp","publications/forced-labor-structural-risk-index/pages/p14.webp","publications/forced-labor-structural-risk-index/pages/p15.webp","publications/forced-labor-structural-risk-index/pages/p16.webp","publications/forced-labor-structural-risk-index/pages/p17.webp","publications/forced-labor-structural-risk-index/pages/p18.webp","publications/forced-labor-structural-risk-index/pages/p19.webp","publications/forced-labor-structural-risk-index/pages/p20.webp","publications/forced-labor-structural-risk-index/pages/p21.webp","publications/forced-labor-structural-risk-index/pages/p22.webp","publications/forced-labor-structural-risk-index/pages/p23.webp","publications/forced-labor-structural-risk-index/pages/p24.webp","publications/forced-labor-structural-risk-index/pages/p25.webp"],aspect:.7067,pdf:"/publications/forced-labor-structural-risk-index/report.pdf"},haste:{pages:["publications/haste/pages/p01.webp","publications/haste/pages/p02.webp","publications/haste/pages/p03.webp","publications/haste/pages/p04.webp","publications/haste/pages/p05.webp","publications/haste/pages/p06.webp","publications/haste/pages/p07.webp","publications/haste/pages/p08.webp","publications/haste/pages/p09.webp","publications/haste/pages/p10.webp","publications/haste/pages/p11.webp","publications/haste/pages/p12.webp","publications/haste/pages/p13.webp","publications/haste/pages/p14.webp","publications/haste/pages/p15.webp","publications/haste/pages/p16.webp","publications/haste/pages/p17.webp","publications/haste/pages/p18.webp","publications/haste/pages/p19.webp","publications/haste/pages/p20.webp","publications/haste/pages/p21.webp","publications/haste/pages/p22.webp","publications/haste/pages/p23.webp","publications/haste/pages/p24.webp","publications/haste/pages/p25.webp","publications/haste/pages/p26.webp"],aspect:.7067,pdf:"/publications/haste/report.pdf"},"mariupol-severity-model":{pages:["publications/mariupol-severity-model/pages/p01.webp","publications/mariupol-severity-model/pages/p02.webp","publications/mariupol-severity-model/pages/p03.webp","publications/mariupol-severity-model/pages/p04.webp","publications/mariupol-severity-model/pages/p05.webp","publications/mariupol-severity-model/pages/p06.webp","publications/mariupol-severity-model/pages/p07.webp","publications/mariupol-severity-model/pages/p08.webp","publications/mariupol-severity-model/pages/p09.webp","publications/mariupol-severity-model/pages/p10.webp","publications/mariupol-severity-model/pages/p11.webp","publications/mariupol-severity-model/pages/p12.webp","publications/mariupol-severity-model/pages/p13.webp","publications/mariupol-severity-model/pages/p14.webp","publications/mariupol-severity-model/pages/p15.webp","publications/mariupol-severity-model/pages/p16.webp","publications/mariupol-severity-model/pages/p17.webp","publications/mariupol-severity-model/pages/p18.webp","publications/mariupol-severity-model/pages/p19.webp","publications/mariupol-severity-model/pages/p20.webp","publications/mariupol-severity-model/pages/p21.webp","publications/mariupol-severity-model/pages/p22.webp","publications/mariupol-severity-model/pages/p23.webp","publications/mariupol-severity-model/pages/p24.webp","publications/mariupol-severity-model/pages/p25.webp","publications/mariupol-severity-model/pages/p26.webp"],aspect:.7067,pdf:"/publications/mariupol-severity-model/report.pdf"},"provenance-search":{pages:["publications/provenance-search/pages/p01.webp","publications/provenance-search/pages/p02.webp","publications/provenance-search/pages/p03.webp","publications/provenance-search/pages/p04.webp","publications/provenance-search/pages/p05.webp","publications/provenance-search/pages/p06.webp","publications/provenance-search/pages/p07.webp","publications/provenance-search/pages/p08.webp","publications/provenance-search/pages/p09.webp","publications/provenance-search/pages/p10.webp","publications/provenance-search/pages/p11.webp","publications/provenance-search/pages/p12.webp","publications/provenance-search/pages/p13.webp","publications/provenance-search/pages/p14.webp","publications/provenance-search/pages/p15.webp","publications/provenance-search/pages/p16.webp","publications/provenance-search/pages/p17.webp","publications/provenance-search/pages/p18.webp","publications/provenance-search/pages/p19.webp","publications/provenance-search/pages/p20.webp"],aspect:.7067,pdf:"/publications/provenance-search/report.pdf"},vango:{pages:["publications/vango/pages/p01.webp","publications/vango/pages/p02.webp","publications/vango/pages/p03.webp","publications/vango/pages/p04.webp","publications/vango/pages/p05.webp","publications/vango/pages/p06.webp","publications/vango/pages/p07.webp","publications/vango/pages/p08.webp","publications/vango/pages/p09.webp","publications/vango/pages/p10.webp","publications/vango/pages/p11.webp","publications/vango/pages/p12.webp","publications/vango/pages/p13.webp","publications/vango/pages/p14.webp","publications/vango/pages/p15.webp","publications/vango/pages/p16.webp"],aspect:.7067,pdf:"/publications/vango/report.pdf"},"war-games":{pages:["publications/war-games/pages/p01.webp","publications/war-games/pages/p02.webp","publications/war-games/pages/p03.webp","publications/war-games/pages/p04.webp","publications/war-games/pages/p05.webp","publications/war-games/pages/p06.webp","publications/war-games/pages/p07.webp","publications/war-games/pages/p08.webp","publications/war-games/pages/p09.webp","publications/war-games/pages/p10.webp","publications/war-games/pages/p11.webp","publications/war-games/pages/p12.webp","publications/war-games/pages/p13.webp","publications/war-games/pages/p14.webp","publications/war-games/pages/p15.webp"],aspect:.7067,pdf:"/publications/war-games/report.pdf"},"what-is-ethical-ai":{pages:["publications/what-is-ethical-ai/pages/p01.webp","publications/what-is-ethical-ai/pages/p02.webp","publications/what-is-ethical-ai/pages/p03.webp","publications/what-is-ethical-ai/pages/p04.webp","publications/what-is-ethical-ai/pages/p05.webp","publications/what-is-ethical-ai/pages/p06.webp","publications/what-is-ethical-ai/pages/p07.webp","publications/what-is-ethical-ai/pages/p08.webp","publications/what-is-ethical-ai/pages/p09.webp","publications/what-is-ethical-ai/pages/p10.webp","publications/what-is-ethical-ai/pages/p11.webp","publications/what-is-ethical-ai/pages/p12.webp","publications/what-is-ethical-ai/pages/p13.webp","publications/what-is-ethical-ai/pages/p14.webp","publications/what-is-ethical-ai/pages/p15.webp","publications/what-is-ethical-ai/pages/p16.webp","publications/what-is-ethical-ai/pages/p17.webp","publications/what-is-ethical-ai/pages/p18.webp","publications/what-is-ethical-ai/pages/p19.webp","publications/what-is-ethical-ai/pages/p20.webp","publications/what-is-ethical-ai/pages/p21.webp","publications/what-is-ethical-ai/pages/p22.webp","publications/what-is-ethical-ai/pages/p23.webp","publications/what-is-ethical-ai/pages/p24.webp","publications/what-is-ethical-ai/pages/p25.webp","publications/what-is-ethical-ai/pages/p26.webp","publications/what-is-ethical-ai/pages/p27.webp","publications/what-is-ethical-ai/pages/p28.webp","publications/what-is-ethical-ai/pages/p29.webp","publications/what-is-ethical-ai/pages/p30.webp","publications/what-is-ethical-ai/pages/p31.webp","publications/what-is-ethical-ai/pages/p32.webp","publications/what-is-ethical-ai/pages/p33.webp","publications/what-is-ethical-ai/pages/p34.webp","publications/what-is-ethical-ai/pages/p35.webp","publications/what-is-ethical-ai/pages/p36.webp","publications/what-is-ethical-ai/pages/p37.webp","publications/what-is-ethical-ai/pages/p38.webp","publications/what-is-ethical-ai/pages/p39.webp","publications/what-is-ethical-ai/pages/p40.webp","publications/what-is-ethical-ai/pages/p41.webp","publications/what-is-ethical-ai/pages/p42.webp","publications/what-is-ethical-ai/pages/p43.webp","publications/what-is-ethical-ai/pages/p44.webp","publications/what-is-ethical-ai/pages/p45.webp","publications/what-is-ethical-ai/pages/p46.webp"],aspect:.7727,pdf:"/publications/what-is-ethical-ai/report.pdf"}};function l(e){if(!e)return;let a=e.match(/\/publications\/([^/?#]+)/);return a?n[a[1]]:void 0}var c=e.i(93209);let b={"Artificial Intelligence":["#0f3b57","#08131f"],Guidelines:["#1d2440","#0d1020"],Evacuation:["#3b1878","#160d1c"],"Cultural heritage":["#4a1d3d","#1a0d18"],Traceability:["#123a3a","#0a1a1c"],Diplomacy:["#2a2160","#100d20"],Sustainability:["#1c3a24","#0b1710"],"Disaster response":["#4a2417","#1a0e0a"]};function u(e,a=0){let[p,i]=b[e]??["#241a35","#120d1c"];return`linear-gradient(${130+31*a%60}deg, ${p} 0%, ${i} ${64+17*a%26}%)`}function d({topic:e,seed:p}){let i="var(--poster-accent)",s="color-mix(in oklab, var(--poster-accent) 26%, transparent)",t="color-mix(in oklab, var(--poster-accent) 12%, transparent)",o=(e,a=1)=>((37*p+11*e)%13-6)/6*a,r=.74+13*p%7/100;return(0,a.jsxs)("svg",{viewBox:"0 0 200 300","aria-hidden":!0,className:"absolute inset-0 h-full w-full",preserveAspectRatio:"xMidYMid slice",children:[(0,a.jsx)("g",{stroke:t,strokeWidth:.6,children:Array.from({length:9}).map((e,p)=>(0,a.jsx)("line",{x1:0,y1:30+30*p,x2:200,y2:30+30*p},p))}),(0,a.jsx)("g",{transform:`translate(${100-100*r+(7*p%11-5)} ${-34-5*p%14}) scale(${r}) rotate(${23*p%9-4} 100 170)`,children:(()=>{switch(e){case"Evacuation":return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("circle",{cx:40,cy:250,r:5,fill:i}),[{d:`M40 250 C 70 ${210+o(1,8)}, 120 ${200+o(2,8)}, 160 150`,dash:!1},{d:`M40 250 C 60 ${190+o(3,8)}, 90 ${140+o(4,8)}, 150 96`,dash:!0},{d:`M40 250 C 80 ${230+o(5,8)}, 130 ${230+o(6,8)}, 168 200`,dash:!1}].map((e,p)=>(0,a.jsx)("path",{d:e.d,fill:"none",stroke:e.dash?s:i,strokeWidth:1.4,strokeDasharray:e.dash?"5 5":void 0,opacity:e.dash?1:.75},p)),[[160,150],[150,96],[168,200]].map(([e,p],t)=>(0,a.jsx)("circle",{cx:e,cy:p,r:4,fill:"none",stroke:1===t?s:i,strokeWidth:1.4},t))]});case"Artificial Intelligence":{let e=[[126,178,230],[110,158,206,254],[166,212]].map((e,a)=>e.map(e=>[58+42*a,e+o(a,10)]));return(0,a.jsxs)(a.Fragment,{children:[e.slice(0,-1).map((i,o)=>i.flatMap((i,r)=>e[o+1].map((e,n)=>{let l=(p+3*o+2*r+n)%5==0;return(0,a.jsx)("line",{x1:i[0],y1:i[1],x2:e[0],y2:e[1],stroke:l?t:s,strokeWidth:l?1.4:1,strokeDasharray:l?"4 4":void 0},`${o}-${r}-${n}`)}))),e.flatMap((p,s)=>p.map(([p,t],o)=>(0,a.jsx)("circle",{cx:p,cy:t,r:s===e.length-1?5.5:4.5,fill:s===e.length-1?i:"none",stroke:i,strokeWidth:1.4,opacity:1===s?.6:1},`n-${s}-${o}`)))]})}case"Guidelines":return(0,a.jsx)(a.Fragment,{children:Array.from({length:6}).map((e,r)=>{let n=110+26*r,l=(p+r)%3!=0;return(0,a.jsxs)("g",{children:[(0,a.jsx)("rect",{x:38,y:n-7,width:14,height:14,rx:3,fill:"none",stroke:l?i:t,strokeWidth:1.4}),l&&(0,a.jsx)("path",{d:`M41.5 ${n} l3 3.5 l6.5 -7.5`,fill:"none",stroke:i,strokeWidth:1.6,strokeLinecap:"round",strokeLinejoin:"round"}),(0,a.jsx)("rect",{x:62,y:n-3,width:70+o(r,26),height:3,rx:1.5,fill:l?s:t})]},r)})});case"Cultural heritage":return(0,a.jsxs)(a.Fragment,{children:[[0,1,2].map(e=>(0,a.jsx)("path",{d:`M${60+14*e} 250 L${60+14*e} ${170-16*e} A${40-14*e} ${40-14*e} 0 0 1 ${140-14*e} ${170-16*e} L${140-14*e} 250`,fill:"none",stroke:0===e?i:s,strokeWidth:1.4,opacity:1-.18*e},e)),(0,a.jsx)("circle",{cx:100,cy:198,r:11,fill:"none",stroke:i,strokeWidth:1.4}),(0,a.jsx)("path",{d:"M95.5 198 l3 3.4 l6 -7",fill:"none",stroke:i,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});case"Traceability":return(0,a.jsx)(a.Fragment,{children:Array.from({length:5}).map((e,o)=>{let r=o===2+p%2,n=110+30*o;return(0,a.jsxs)("g",{children:[(0,a.jsx)("rect",{x:62,y:n,width:76,height:20,rx:10,fill:"none",stroke:r?t:i,strokeWidth:1.4,strokeDasharray:r?"4 4":void 0,opacity:r?1:.8}),o<4&&(0,a.jsx)("line",{x1:100,y1:n+20,x2:100,y2:n+30,stroke:r?t:s,strokeWidth:1.4})]},o)})});case"Diplomacy":{let e=[0,1,2,3,4].map(e=>{let a=96+o(e,30),p=104-o(e+3,30);return{y:108+28*e,left:a,right:p,agreed:a>p}});return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("line",{x1:100,y1:92,x2:100,y2:250,stroke:t,strokeWidth:1.4}),e.map((e,p)=>(0,a.jsxs)("g",{children:[(0,a.jsx)("line",{x1:34,y1:e.y,x2:e.left,y2:e.y,stroke:e.agreed?i:s,strokeWidth:e.agreed?2.4:1.6,strokeLinecap:"round"}),(0,a.jsx)("line",{x1:e.right,y1:e.y,x2:166,y2:e.y,stroke:e.agreed?i:s,strokeWidth:e.agreed?2.4:1.6,strokeLinecap:"round"}),e.agreed&&(0,a.jsx)("circle",{cx:(e.left+e.right)/2,cy:e.y,r:3.6,fill:i})]},p))]})}case"Sustainability":return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("path",{d:"M34 250 L34 110 M34 250 L170 250",fill:"none",stroke:t,strokeWidth:1.4}),(0,a.jsx)("path",{d:`M34 ${232+o(1,6)} C 74 ${232+o(1,6)}, 92 130, 170 ${118+o(2,8)}`,fill:"none",stroke:s,strokeWidth:1.4,strokeDasharray:"4 4"}),(0,a.jsx)("path",{d:`M34 ${232+o(1,6)} C 74 ${232+o(1,6)}, 96 168, 170 ${186+o(3,8)}`,fill:"none",stroke:i,strokeWidth:1.6}),[[34,232],[170,186]].map(([e,p],s)=>(0,a.jsx)("circle",{cx:e,cy:p+o(s+1,6),r:4,fill:i},s))]});case"Disaster response":return(0,a.jsxs)(a.Fragment,{children:[[54,40,26].map((e,p)=>(0,a.jsx)("circle",{cx:100,cy:180,r:e,fill:"none",stroke:0===p?s:t,strokeWidth:1.4},p)),(0,a.jsx)("line",{x1:100,y1:180,x2:100+54*Math.cos(p%6-2.4),y2:180+54*Math.sin(p%6-2.4),stroke:i,strokeWidth:1.6}),(0,a.jsx)("circle",{cx:100,cy:180,r:4.5,fill:i})]});default:return null}})()})]})}function g(e){let a=e.indexOf(":");return -1===a||a>48?[e,null]:[e.slice(0,a),e.slice(a+1).trim()]}function w(e){return!!e.url&&"internal"!==e.access}function h({pub:e,onOpen:p}){let[i,s]=g(e.title),t=Number(e.index),r=!!l(e.url);return(0,a.jsx)(o.Tilt3D,{max:5,className:"h-full",children:(0,a.jsxs)("button",{type:"button",onClick:p,"aria-label":w(e)?`Open ${e.title}`:`${e.title}, ${e.status.toLowerCase()}`,className:"group/cover relative flex aspect-[2/3] h-full w-full flex-col justify-end overflow-hidden rounded-xl border border-border p-4 text-left transition-colors hover:border-accent focus-visible:border-accent focus-visible:outline-none",style:{background:u(e.topic,t)},children:[(0,a.jsx)(d,{topic:e.topic,seed:t}),(0,a.jsx)("span",{"aria-hidden":!0,className:"absolute inset-0",style:{background:"linear-gradient(180deg, transparent 34%, color-mix(in oklab, #0c0812 68%, transparent) 58%, #0c0812 92%)"}}),r&&(0,a.jsxs)("span",{className:"absolute left-3 top-3 inline-flex items-center gap-1 rounded-full px-2 py-0.5 font-mono text-[9px] font-semibold uppercase tracking-wider shadow-sm",style:{background:"var(--poster-accent)",color:"var(--poster-accent-ink)"},children:[(0,a.jsx)("span",{"aria-hidden":!0,children:"📖"})," Book"]}),(0,a.jsx)("span",{className:"absolute right-3 top-3",children:"internal"===e.access?(0,a.jsx)("span",{className:"rounded-full border border-white/35 bg-black/45 px-2 py-0.5 font-mono text-[9px] uppercase tracking-wider text-white/85 backdrop-blur",children:"CoLab only"}):e.url?(0,a.jsx)("span",{className:"rounded-full px-2 py-0.5 font-mono text-[9px] font-semibold uppercase tracking-wider",style:{background:"var(--poster-accent)",color:"var(--poster-accent-ink)"},children:"Published"}):(0,a.jsx)("span",{className:"rounded-full border border-border px-2 py-0.5 font-mono text-[9px] uppercase tracking-wider",style:{color:"var(--poster-ink-muted)"},children:"In prep"})}),w(e)&&(0,a.jsx)("span",{className:"absolute inset-0 flex items-center justify-center opacity-0 transition-opacity group-hover/cover:opacity-100 group-focus-visible/cover:opacity-100",children:(0,a.jsx)("span",{className:"inline-flex items-center gap-2 rounded-full px-4 py-2 text-sm font-semibold shadow-lg",style:{background:"var(--poster-accent)",color:"var(--poster-accent-ink)"},children:"Read"})}),(0,a.jsxs)("div",{className:"relative",children:[(0,a.jsx)("p",{className:"font-mono text-[10px] uppercase tracking-wider",style:{color:"var(--poster-accent)"},children:e.topic}),(0,a.jsx)("h3",{className:"mt-1.5 line-clamp-3 font-heading text-xl uppercase leading-[1.05] tracking-[0.02em] text-[color:var(--poster-ink)] transition-colors group-hover/cover:text-[color:var(--poster-accent)]",children:i}),s&&(0,a.jsx)("p",{className:"mt-1.5 line-clamp-2 text-[11px] leading-snug",style:{color:"var(--poster-ink-muted)"},children:s}),(0,a.jsx)("div",{className:"mt-3 font-mono text-[10px] uppercase tracking-wider",style:{color:"var(--poster-ink-muted)"},children:e.date??e.status})]})]})})}function m({pub:e,onClose:s}){(0,p.useEffect)(()=>{let e=e=>"Escape"===e.key&&s();return document.addEventListener("keydown",e),document.body.style.overflow="hidden",()=>{document.removeEventListener("keydown",e),document.body.style.overflow=""}},[s]);let[t,o]=g(e.title),n=e.url.startsWith("/"),b=l(e.url),w="flex w-full items-center justify-between gap-4 rounded-xl border border-border bg-card px-5 py-4 text-left transition-colors hover:border-accent";return(0,a.jsxs)("div",{className:"fixed inset-0 z-[100] flex flex-col bg-background",role:"dialog","aria-modal":"true","aria-label":e.title,children:[(0,a.jsxs)("div",{className:"flex items-center justify-between gap-3 border-b border-border px-4 py-2.5",children:[(0,a.jsxs)("div",{className:"min-w-0",children:[(0,a.jsx)("h3",{className:"truncate font-heading text-xl uppercase tracking-[0.02em] sm:text-2xl",children:t}),(0,a.jsxs)("p",{className:"truncate font-mono text-[10px] text-muted",children:[e.topic,e.date&&` \xb7 ${e.date}`]})]}),(0,a.jsx)("button",{type:"button",onClick:s,className:"shrink-0 rounded-full bg-accent px-4 py-1.5 text-sm font-semibold text-accent-ink transition-transform hover:scale-[1.03]",children:"✕ Close"})]}),(0,a.jsx)("div",{className:"flex-1 overflow-y-auto",children:(0,a.jsxs)("div",{className:"mx-auto grid max-w-4xl gap-10 px-6 py-12 sm:grid-cols-[minmax(0,200px)_1fr] sm:py-14",children:[(0,a.jsx)("div",{className:"relative hidden aspect-[2/3] w-full overflow-hidden rounded-xl border border-border sm:block",style:{background:u(e.topic,Number(e.index))},children:(0,a.jsx)(d,{topic:e.topic,seed:Number(e.index)})}),(0,a.jsxs)("div",{children:[o&&(0,a.jsx)("p",{className:"font-heading text-lg uppercase leading-snug tracking-wide text-muted",children:o}),(0,a.jsx)("p",{className:"mt-4 border-l-2 border-accent pl-5 text-lg leading-relaxed text-foreground/90",children:e.question}),(0,a.jsx)("p",{className:"mt-6 leading-relaxed text-muted",children:e.summary}),(0,a.jsx)("div",{className:"mt-8 space-y-3",children:"internal"===e.access?(0,a.jsxs)("a",{href:e.url,target:"_blank",rel:"noopener noreferrer",className:w,children:[(0,a.jsxs)("span",{className:"font-semibold text-foreground",children:["Open in the CoLab repo"," ",(0,a.jsx)("span",{className:"font-normal text-muted",children:"(sign-in required)"})]}),(0,a.jsx)("span",{"aria-hidden":!0,className:"text-accent",children:"↗"})]}):e.url?(0,a.jsxs)(a.Fragment,{children:[n?(0,a.jsxs)(i.Link,{href:e.url,className:w,children:[(0,a.jsx)("span",{className:"font-semibold text-foreground",children:"Read the report"}),(0,a.jsx)("span",{"aria-hidden":!0,className:"text-accent",children:"→"})]}):(0,a.jsxs)("a",{href:e.url,target:"_blank",rel:"noopener noreferrer",className:w,children:[(0,a.jsx)("span",{className:"font-semibold text-foreground",children:"Read the report"}),(0,a.jsx)("span",{"aria-hidden":!0,className:"text-accent",children:"↗"})]}),b&&(0,a.jsxs)(r.ReportBook,{title:t,pages:b.pages,aspect:b.aspect,pdfUrl:e.pdf??(0,c.asset)(b.pdf),className:w,children:[(0,a.jsxs)("span",{className:"font-semibold text-foreground",children:["Read as book"," ",(0,a.jsx)("span",{className:"font-normal text-muted",children:"(flip the original pages)"})]}),(0,a.jsx)("span",{"aria-hidden":!0,className:"text-accent",children:"📖"})]}),e.pdf&&(0,a.jsxs)("a",{href:e.pdf,target:"_blank",rel:"noopener noreferrer",className:w,children:[(0,a.jsx)("span",{className:"font-semibold text-foreground",children:"Download the PDF"}),(0,a.jsx)("span",{"aria-hidden":!0,className:"text-accent",children:"↗"})]})]}):(0,a.jsxs)("p",{className:"rounded-xl border border-dashed border-border px-5 py-4 text-sm text-muted",children:["This report is ",e.status.toLowerCase(),". The research it writes up is already running, so the demos and the source are the way in until it publishes."]})}),(0,a.jsxs)("div",{className:"mt-8 flex flex-wrap gap-x-4 gap-y-2 border-t border-border pt-6 font-mono text-xs text-muted",children:[(0,a.jsx)("span",{children:e.area}),(0,a.jsx)("span",{children:e.status}),e.date&&(0,a.jsx)("span",{children:e.date}),e.repo&&(0,a.jsx)("a",{href:e.repo,target:"_blank",rel:"noopener noreferrer",className:"ml-auto text-foreground/80 transition-colors hover:text-accent",children:"View source ↗"})]})]})]})})]})}e.s(["PublicationsShowcase",0,function(){let[e,i]=(0,p.useState)(null),[o,r]=(0,p.useState)(null),[n,l]=(0,p.useState)(null),c=s.publications.items.filter(a=>(!e||a.topic===e)&&("published"!==o||!!w(a))),b=c.filter(w).length,u=c.filter(e=>"internal"===e.access).length,d=s.publicationTopics.map(e=>({topic:e,items:c.filter(a=>a.topic===e)})).filter(e=>e.items.length>0),g=e=>`rounded-full border px-3 py-1.5 text-sm transition-colors ${e?"border-accent bg-accent font-semibold text-accent-ink":"border-border text-muted hover:border-accent hover:text-accent"}`;return(0,a.jsxs)("div",{className:"mx-auto max-w-6xl px-6 pb-24",children:[(0,a.jsxs)("div",{className:"space-y-4 border-b border-border pb-8",children:[(0,a.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,a.jsx)("span",{className:"mr-2 w-20 shrink-0 text-xs uppercase tracking-wider text-muted",children:"Topic"}),(0,a.jsx)("button",{type:"button",onClick:()=>i(null),className:g(null===e),children:"All"}),s.publicationTopics.filter(e=>s.publications.items.some(a=>a.topic===e)).map(p=>(0,a.jsx)("button",{type:"button",onClick:()=>i(e=>e===p?null:p),className:g(e===p),children:p},p)),(0,a.jsxs)("span",{className:"ml-auto font-mono text-xs text-muted",children:[b," published",u>0&&` \xb7 ${u} CoLab only`," · ",c.length," ","shown"]})]}),(0,a.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,a.jsx)("span",{className:"mr-2 w-20 shrink-0 text-xs uppercase tracking-wider text-muted",children:"Status"}),(0,a.jsx)("button",{type:"button",onClick:()=>r(null),className:g(null===o),children:"All"}),(0,a.jsx)("button",{type:"button",onClick:()=>r(e=>"published"===e?null:"published"),className:g("published"===o),children:"Readable now"})]})]}),(0,a.jsx)("div",{className:"mt-12 space-y-14",children:d.map(e=>(0,a.jsx)(t.PosterRail,{title:e.topic,count:e.items.length,countNoun:"report",ariaLabel:`${e.topic} reports`,children:e.items.map(e=>(0,a.jsx)("div",{className:"w-[190px] shrink-0 snap-start scroll-mt-24 sm:w-[215px]",children:(0,a.jsx)(h,{pub:e,onOpen:()=>l(e)})},e.index))},e.topic))}),0===c.length&&(0,a.jsx)("p",{className:"py-16 text-muted",children:"No reports match those filters."}),n&&(0,a.jsx)(m,{pub:n,onClose:()=>l(null)},n.index)]})}],46973)},43413,e=>{e.v(a=>Promise.all(["static/chunks/1qa2_w3ql48wi.js"].map(a=>e.l(a))).then(()=>a(62914)))}]); \ No newline at end of file diff --git a/static-site/_next/static/chunks/1-kh6uz_49jxr.js b/static-site/_next/static/chunks/1-kh6uz_49jxr.js deleted file mode 100644 index a5d25fc90..000000000 --- a/static-site/_next/static/chunks/1-kh6uz_49jxr.js +++ /dev/null @@ -1 +0,0 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,89042,e=>{"use strict";let a=["NYU School of Professional Studies","Center for Global Affairs (CGA)","Microsoft","Generative AI for Good","The Microsoft Garage","Tavily","Tradeverifyd","Sayari","B3IQ","Art & Antiquities Blockchain Consortium","100x","D_ID","Apne Aap Women Worldwide","Gaia","OSCE / ODIHR Anti-Trafficking","Coinbase","Rivr","x402 Foundation","Blockchain for Social Impact"];[{name:"NYU School of Professional Studies",about:"The NYU school that houses the Center for Global Affairs and the Ethical Tech CoLab.",url:"https://www.sps.nyu.edu",logo:"/logos/nyu-sps.jpg"},{name:"Center for Global Affairs (CGA)",about:"NYU SPS's Center for Global Affairs — the CoLab's academic home, focused on global policy and the human condition.",url:"https://www.sps.nyu.edu/homepage/academics/divisions-and-departments/center-for-global-affairs.html",logo:"/nyu-sps-cga-logo.jpg"},{name:"Microsoft",about:"Technology partner across proof-of-human, AI, web3, and privacy-preserving systems such as zero-knowledge proofs.",url:"https://www.microsoft.com",logo:"/logos/microsoft.svg"},{name:"Generative AI for Good",about:"Uses generative media for human-condition storytelling — making lived experience legible to audiences and decision-makers.",url:"",logo:"/logos/generative-ai-for-good.jpg"},{name:"D_ID",about:"Avatars and digital-human tooling for synthetic media, used to prototype human-condition storytelling.",url:"https://www.d-id.com",logo:"/logos/d-id.jpg"},{name:"Tradeverifyd",about:"Ask your supply chain anything — agentic AI that resolves suppliers across 200+ global data sources, maps ownership through tier three, and monitors exposure to forced labor and sanctions regimes. Founded as Mesur.io in 2016; rebranded in 2025.",url:"https://tradeverifyd.com",logo:"/logos/tradeverifyd.svg"},{name:"Rivr",about:"Twitch livestreams, keyword tags, and chat-room activity as a real-time data source for detecting at-risk behavior online.",url:"",logo:"/logos/rivr.jpg"},{name:"100x",about:"",url:"",logo:"/logos/100x.jpg"},{name:"Apne Aap Women Worldwide",about:"",url:"https://apneaap.org",logo:"/logos/apne-aap-women-worldwide.png"},{name:"Gaia",about:"",url:"",logo:"/logos/gaia.png"},{name:"OSCE / ODIHR Anti-Trafficking",about:"Multilateral partner on anti-trafficking, platform safety, and human rights — a recurring voice at the Ethical Tech Summit.",url:"https://www.osce.org/odihr",logo:""},{name:"Coinbase",about:"Industry partner on agentic commerce and micropayment rails, engaged through the Ethical Tech Summit.",url:"https://www.coinbase.com",logo:"/logos/coinbase.png"},{name:"x402 Foundation",about:"Stewards the x402 payment standard behind the CoLab's agentic-commerce and micropayment work, engaged through the Ethical Tech Summit.",url:"https://www.x402.org",logo:"/logos/x402-foundation.jpg"},{name:"Sayari",about:"Maps global corporate ownership and supply-chain relationships across more than 250 jurisdictions, surfacing hidden counterparty and compliance risk.",url:"https://sayari.com",logo:"/logos/sayari.jpg"},{name:"B3IQ",about:"US-based AI infrastructure: NVIDIA-powered GPU servers that buyers own, racked and run in a data center in Eugene, Oregon. B3IQ hosts the CoLab's GPU machine, which the cohort reaches over SSH for model work.",url:"https://b3iq.org",logo:"/logos/b3iq.png",logoTile:"dark"},{name:"Art & Antiquities Blockchain Consortium",about:"A consortium working on cultural-heritage ownership and repatriation, bringing stakeholders, technologies, and cultural artifacts together.",url:"https://aabconsortium.org",logo:"/logos/art-antiquities-blockchain-consortium.png"},{name:"Blockchain for Social Impact",about:"A not-for-profit coalition that incubates and develops blockchain solutions addressing environmental and social challenges, convening nonprofits, governments, investors, and technologists.",url:"https://blockchainforsocialimpact.com",logo:"/logos/blockchain-for-social-impact.png"},{name:"The Microsoft Garage",about:"Microsoft's worldwide innovation program — local Garage sites, the Global Hackathon, and the Innovation Studio platform — where employees and customers turn experimental ideas into working projects.",url:"https://www.microsoft.com/en-us/garage/",logo:"/logos/microsoft-garage.png"},{name:"Tavily",about:"A web search and extraction API built for AI agents rather than people, returning clean extracted text with the source address of every result. The CoLab uses it as the restricted research engine behind the provenance work and the tavily-research agent skill.",url:"https://tavily.com",logo:"/logos/tavily.svg"}].sort((e,t)=>{let i=a.indexOf(e.name),o=a.indexOf(t.name);return(-1===i?Number.MAX_SAFE_INTEGER:i)-(-1===o?Number.MAX_SAFE_INTEGER:o)}),e.s(["areaSlug",0,e=>e.toLowerCase().replace(/\s+/g,"-"),"nav",0,[{label:"Home",href:"/"},{label:"Portfolio",href:"/portfolio",children:[{label:"Overview",href:"/portfolio"},{label:"Live Demos",href:"/demos"},{label:"Publications",href:"/publications"},{label:"Media",href:"/media"},{label:"Newsletter",href:"/newsletter"}]},{label:"Team",href:"/team"}],"productTerms",0,["Summer 2026","Fall 2025","Spring 2025"],"productThemes",0,["Evacuation","Cultural heritage","Traceability","Early warning","Diplomacy","Research","Storytelling"],"products",0,[{name:"Diplomatic Simulator",repoName:"diplomatic-simulator",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/diplomatic-simulator",demo:"https://ethical-tech-colab.github.io/diplomatic-simulator/live.html",demos:[{label:"Watch a live negotiation",href:"https://ethical-tech-colab.github.io/diplomatic-simulator/live.html"},{label:"Interactive dashboard",href:"https://ethical-tech-colab.github.io/diplomatic-simulator/dashboard.html"},{label:"Monte Carlo analysis",href:"https://ethical-tech-colab.github.io/diplomatic-simulator/montecarlo.html"},{label:"Methodology & AI use",href:"https://ethical-tech-colab.github.io/diplomatic-simulator/methodology.html"}],blurb:"A multi-party AI negotiation table where each delegation argues from its own confidential 'privileged instructions.' Five crises — Arctic, Central Asia, Cyprus, South China Sea, and Iran–US Strait of Hormuz — each with a live-negotiation replay, an interactive analysis dashboard (parties' strategy, proposals, detector hits), and Monte Carlo runs over randomized conditions.",language:"HTML",theme:"Diplomacy",featured:!0,publication:"/publications/diplomatic-simulator"},{name:"AI Models Research",repoName:"AI-Models-Research",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/AI-Models-Research",demo:"https://ethical-tech-colab.github.io/AI-Models-Research/",demos:[{label:"Read the handbook",href:"https://ethical-tech-colab.github.io/AI-Models-Research/"},{label:"Cost-per-accepted-task calculator",href:"https://ethical-tech-colab.github.io/AI-Models-Research/interactive/"}],blurb:"A comparative review of frontier, open-weight, and efficient model families across benchmark performance, factual accuracy, latency, token economics, and energy use. Three evidence grades separate independently verified measurement from institutional research and from provider marketing, and every figure names the party that produced it. Ships with a live cost-per-accepted-task calculator over a validated data layer.",language:"Python",theme:"Research",featured:!0,publication:"/publications/ai-models-research"},{name:"Exodus — Civilian Evacuation Risk Platform",repoName:"Exodus",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/Exodus",demo:"https://exodus-ruddy.vercel.app",blurb:"Three civilian-evacuation risk tools behind one backend and design language: a crisis map of the INFORM Severity Index with live news and conflict timelines, a seven-dimension scenario risk model, and an endangerment-and-feasibility assessment.",language:"TypeScript",theme:"Evacuation",featured:!0},{name:"Evacuation Inform Index",repoName:"evacuation-inform-index-carolina",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/evacuation-inform-index-carolina",demo:"https://ethical-tech-colab.github.io/evacuation-inform-index-carolina/",blurb:"A composite index scoring 104 active crises on the risk of staying and the risk of leaving, side by side, so the comparison between them can be argued with. Built on INFORM Severity data with live news and an ACLED conflict timeline, filterable by crisis type, and with every one of its thirteen legal citations explained — including how far each one is actually justified.",language:"HTML",theme:"Evacuation",featured:!0,publication:"/publications/evacuation-inform-index"},{name:"Evacuation Routing Simulator",repoName:"India-EvacSimulation",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/India-EvacSimulation",demo:"https://ethical-tech-colab.github.io/India-EvacSimulation/",blurb:"An interactive simulator modeling how routing and assignment choices shape who reaches safety, with shareable scenario state and a built-in explainer walkthrough.",language:"HTML",theme:"Evacuation",publication:"/publications/erus"},{name:"Mariupol 2022 — Corridor Severity Model",repoName:"mariupol-evacuation-model",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/mariupol-evacuation-model",demo:"https://ethical-tech-colab.github.io/mariupol-evacuation-model/",blurb:"A corridor-severity model reconstructing the 2022 Mariupol evacuation, scoring the risk and viability of humanitarian corridors under siege conditions.",language:"HTML",theme:"Evacuation",publication:"/publications/mariupol-severity-model"},{name:"Evacuation Behavior Simulator",repoName:"Evac-Sim-Melanie",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/Evac-Sim-Melanie",demo:"https://ethical-tech-colab.github.io/Evac-Sim-Melanie/",blurb:"An agent-based model of community evacuation behavior — family clusters, information-seeking, neighbor influence, and elder and child delays across an UNAWARE → SEEKING → MILLING → EVACUATING → DONE lifecycle.",language:"JavaScript",theme:"Evacuation",publication:"/publications/evacuation-simulation"},{name:"Digital Art Passport (VANGO)",repoName:"VANGO",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/VANGO",demo:"https://ethical-tech-colab.github.io/VANGO/",blurb:"A digital provenance passport for cultural artifacts, pairing verifiable credentials with collaborative cataloguing to support repatriation, attribution, and ethical stewardship.",language:"HTML",theme:"Cultural heritage",publication:"/publications/vango"},{name:"ERCF — Evacuation Risk & Cost Framework",repoName:"ercf",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/ercf",demo:"https://ercf-production.up.railway.app",blurb:"A decision-support framework estimating the human and financial cost of civilian evacuation in armed conflict, scoring scenarios across seven risk dimensions and comparing evacuating against staying.",language:"Python",theme:"Evacuation",publication:"/publications/ercf"},{name:"CERAI — Civilian Evacuation Risk Anticipation Index",repoName:"CERAI_AR",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/CERAI_AR",demo:"https://ethical-tech-colab.github.io/CERAI_AR/",blurb:"A composite index anticipating civilian risk during evacuation operations, scoring weighted categories — hazards, infrastructure, population vulnerability, information environment, and weather — with Monte Carlo sensitivity analysis, ACLED conflict-event lookup, and source-credibility tagging on every indicator, so evacuation-risk reasoning stays auditable for IHL compliance review. Built by Alana Robertson in the Summer 2026 cohort, on Teresa Cantero's doctoral research into AI and the protection and evacuation of civilians under IHL.",language:"HTML",theme:"Evacuation",publication:"/publications/cerai"},{name:"Arts Provenance Agent",repoName:"arts-provenance-agent",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/arts-provenance-agent",demo:"https://ethical-tech-colab.github.io/arts-provenance-agent/",blurb:"An x402-native agent that traces artwork provenance, flags looting and repatriation risk, and issues a signed, tamper-evident Passport for each object. This live demo runs on mock data — catalog dashboards, passport issue/verify, and a replayed agent trace.",language:"TypeScript",theme:"Cultural heritage",featured:!0,publication:"/publications/digital-provenance-passport"},{name:"Provenance Search — Arts & Artifacts",repoName:"provenance-search",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/provenance-search",demo:"https://provenance-search-production.up.railway.app",blurb:"Traces the ownership chain of an artwork across museum collections, cultural archives and loss registries, then issues a provenance passport carrying a rule-based confidence score you can inspect rather than a verdict you have to trust. Seven sources checked, three ways to search, no sign-up.",language:"HTML",theme:"Cultural heritage",publication:"/publications/provenance-search"},{name:"Digital Passport for Artworks",repoName:"digital-passport-artworks",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/digital-passport-artworks",demo:"https://ethical-tech-colab.github.io/digital-passport-artworks/",blurb:"Upload one photograph and watch the whole chain run in order: fingerprint the image, search for a prior record, score it for forgery risk, and only once it clears — or a reviewer overrides — sign and issue the passport. Real ECDSA cryptography, entirely in the browser. Originally by Christine Lumen.",language:"HTML",theme:"Cultural heritage"},{name:"Forced Labor Structural Risk Index",repoName:"forced-labor-structural-risk-index",term:"Fall 2025",repo:"https://github.com/Ethical-Tech-CoLab/forced-labor-structural-risk-index",demo:"https://ethical-tech-colab.github.io/forced-labor-structural-risk-index/",blurb:"An interactive index mapping the structural conditions that enable forced labor across 184 countries on a 0–1 risk scale — with a choropleth world map, national and sub-national layers, rankings, and sources. Built by Amanda Lindsey in the Fall 2025 cohort.",language:"HTML",theme:"Traceability",featured:!0,publication:"/publications/forced-labor-structural-risk-index"},{name:"AI Research Question Assistant",repoName:"ai-research-question-assistant",term:"Fall 2025",repo:"https://github.com/Ethical-Tech-CoLab/ai-research-question-assistant",demo:"https://ethical-tech-colab.github.io/ai-research-question-assistant/",blurb:"A survey and toolkit for how AI helps researchers move from a broad interest to a well-formed research question — finding gaps, generating candidate questions, summarizing the state of the art, and flagging contradictions, with guardrails against hallucinated citations. Ships with a reusable Copilot 'Researcher' prompt and a journal-credibility rubric. Built by the Fall 2025 cohort.",language:"HTML",theme:"Research",publication:"/publications/ai-research-assistant"},{name:"AI's Carbon Footprint",repoName:"ai-carbon-footprint",term:"Spring 2025",repo:"https://github.com/Ethical-Tech-CoLab/ai-carbon-footprint",demo:"https://ethical-tech-colab.github.io/ai-carbon-footprint/",blurb:"A report on what artificial intelligence costs the environment: energy drawn across training and inference, the data-center and hardware toll behind it, and the mitigations, regulations and policies that could bend the curve. 1,287 MWh went into training GPT-3 alone — roughly what 130 US households use in a year.",language:"HTML",theme:"Research",publication:"/publications/ai-carbon-footprint"},{name:"GitHub 101",repoName:"github-101",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-101.md",blurb:"A beginner's reference for Git and GitHub from day one: what the two actually are and how they differ, the key concepts, setting up, and the handful of commands that cover almost everything you will do in the first months.",language:"Markdown",theme:"Research"},{name:"GitHub Workflow",repoName:"github-workflow",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-workflow.md",blurb:"The collaborative loop, step by step: the GitHub flow at a glance, creating and managing branches, opening a pull request that can actually be reviewed, and what to look for when reviewing someone else's.",language:"Markdown",theme:"Research"},{name:"GitHub Pages 101",repoName:"github-pages-101",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-pages-101.md",blurb:"Publishing a free site straight from a repository, for first-time users — no server to rent, nothing to install. Includes an honest account of what GitHub Pages can and cannot do, which is where most first attempts come unstuck.",language:"Markdown",theme:"Research"},{name:"Synthetic Data Guide",repoName:"synthetic-data-guide",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/synthetic-data/SYNTHETIC_DATA_GUIDE.md",blurb:"Generating data algorithmically rather than collecting it: why you would — developing before real data exists, forcing edge cases, sharing something realistic without privacy exposure, reproducing a dataset from a seed — and how to do it without fooling yourself about what the results mean.",language:"Markdown",theme:"Research"},{name:"Synthetic Data — Training Deck",repoName:"synthetic-data-training",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/synthetic-data/synthetic-data-training.html",blurb:"The companion training material to the synthetic-data guide — a self-contained walkthrough for running the topic as a session rather than reading it alone.",language:"HTML",theme:"Research"},{name:"tavily-research",repoName:"tavily-research",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/tree/main/tavily-research",blurb:"A cross-agent skill wrapping the Tavily REST API — search, extract, crawl and map — with a dependency-free client in both Python and Node. It calls the API directly, so it still works where a Tavily MCP server cannot be launched, such as under IT policy that blocks local npx.",language:"Python · Node",theme:"Research"},{name:"Getting Started on Cloud GPU",repoName:"cloud-gpu-guide",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-started-on-CloudGPU-/blob/main/remote-gpu-how-to-guide.md",blurb:"Getting a terminal on the CoLab's B3IQ machine over SSH. One-time setup, about five minutes: installing cloudflared for the secure tunnel, creating an SSH key if you do not have one, and connecting from macOS, Windows or Linux.",language:"Markdown",theme:"Research"},{name:"War Games",repoName:"War-Games",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/War-Games",demo:"https://ethical-tech-colab.github.io/War-Games/",blurb:"A terminal thriller in the shape of WarGames (1983), reframed around a modern AI agent: the only winning move is to understand the machine. Ships with a Monte Carlo simulation harness and a written case study behind the fiction.",language:"JavaScript",theme:"Diplomacy"},{name:"Malawi Prevention Platform (MVDC)",repoName:"MVDC",term:"Summer 2026",repo:"https://github.com/carolina-moron/MVDC",demo:"https://hilarious-llama-c8e989.netlify.app",blurb:"Gathers publicly reported conflict and human-rights incidents across Malawi, classifies each against a rights-based taxonomy, traces it to a likely root cause, and matches it to the Malawian organisation best placed to respond. 258 incidents across 26 of 28 districts, with 46 response actors. The working half of the Malawi Voice Data Commons, which aims to let someone report by voice, in Chichewa, from a basic phone.",language:"TypeScript",theme:"Early warning",access:"internal"},{name:"Generative AI for Good — Avatar Storytelling",repoName:"avatar-storytelling",term:"Spring 2025",repo:"https://github.com/Ethical-Tech-CoLab/Avatar-Impact-Stories",demo:"https://ethical-tech-colab.github.io/Avatar-Impact-Stories/",blurb:"Human-condition storytelling with culturally grounded digital-human avatars — short pieces produced with generative media, now gathered into Many Voices, a browser kiosk where a scattered grid of faces plays each survivor testimony in place. The stories are written from real-world human-trafficking and child-labour cases; the avatars are built with D-ID.",language:"D-ID",theme:"Storytelling"}],"publicationTopics",0,["Artificial Intelligence","Guidelines","Evacuation","Cultural heritage","Traceability","Diplomacy","Sustainability","Disaster response"],"publications",0,{eyebrow:"Publications · Academic reports",heading:"The research, written up.",intro:"Each research question the CoLab takes on is written up as an academic report. Browse the catalogue by topic, pick a title to read what it asks and what it found, then open the report itself. Titles still in preparation are shelved alongside the published ones, so you can see where the work is going.",items:[{index:"28",area:"Foundations",topic:"Artificial Intelligence",question:"What is ethical AI, and what makes any technology, or any exercise of power, ethical at all?",title:"What Is Ethical AI? Ethics, Ethical Technology, and Ethical International Relations for the Age of Intelligent Machines",summary:"The Ethical Tech CoLab's foundational paper. It traces ethics from the earliest civilizations through international affairs and human rights law to the responsible AI movement, the humanitarian sector, and the United Nations system, and defends an institutional answer: ethical AI is not a product feature but artificial intelligence whose whole lifecycle stays accountable to ethical deliberation, a human rights floor, the do no harm obligation, and the participation of those it affects. Closes with the CoLab's motivation and research philosophy.",status:"Published",date:"July 2026",url:"/publications/what-is-ethical-ai",pdf:"https://ethical-tech-colab.github.io/what-is-ethical-ai/pdf/What-Is-Ethical-AI-ETC-Report.pdf",repo:"https://github.com/Ethical-Tech-CoLab/what-is-ethical-ai"},{index:"06",area:"Research",topic:"Artificial Intelligence",question:"How can AI help researchers formulate rigorous research questions?",title:"AI-Powered Assistance in Formulating Research Questions",summary:"A survey of how AI supports researchers across the question-formulation workflow — finding gaps, generating candidate questions, summarizing the state of the art, and flagging contradictions — with guardrails against hallucinated citations and a red-team verification model. Ships with a reusable Copilot 'Researcher' prompt and a journal-credibility rubric.",status:"Published",date:"October 2025",url:"/publications/ai-research-assistant"},{index:"19",area:"AI systems",topic:"Guidelines",question:"Which AI model should be selected for a task, and on what evidence?",title:"AI Model Performance: Capabilities, Accuracy, Speed, Energy Use, and Token Economics",summary:"A comparative review of frontier, open-weight, and efficient model families, separating independently verified measurement from provider marketing. Every figure carries its source, its date, and its evidence grade. Ships with a live cost-per-accepted-task calculator and a validated data layer.",status:"Published",date:"July 2026",url:"/publications/ai-models-research"},{index:"05",area:"Sustainability",topic:"Artificial Intelligence",question:"How large is AI's environmental footprint — and how can it be reduced?",title:"AI's Carbon Footprint: The Environmental Impact of AI",summary:"A CoLab report on AI's energy use across training and inference, the data-center and hardware toll, and the mitigation strategies, regulations, and policies that could bend the curve.",status:"Published",date:"May 2025",url:"/publications/ai-carbon-footprint"},{index:"27",area:"Evacuation",topic:"Evacuation",question:"How can AI inform evacuation decisions, and what happens after?",title:"After the Corridor: From AI-Informed Evacuation to Digital Public Goods for Refugee Economic Inclusion",summary:"The Summer 2026 cohort's synthesis report. It reads the five fielded evacuation prototypes and the forced-labour risk index together, states plainly what is validated and what is not, and extends the arc to the camp: the measurement, financial-modeling, and rights infrastructure that can shorten protracted displacement, grounded at Dzaleka Refugee Camp, Malawi. It also names the one thing the lab refuses to build, biometric identity for displaced people, and says why that refusal is itself a public good.",status:"Published",date:"July 2026",url:"/publications/after-the-corridor",pdf:"https://ethical-tech-colab.github.io/after-the-corridor-report/pdf/After-the-Corridor-ETC-Research-Report.pdf",repo:"https://github.com/Ethical-Tech-CoLab/after-the-corridor-report"},{index:"07",area:"Evacuation",topic:"Evacuation",question:"Is leaving actually safer than staying, and how would anyone know?",title:"The Evacuation Inform Index: Weighing the Risk of Leaving Against the Risk of Staying",summary:"A plain-language report on a decision support prototype that scores 104 active crises on two risks at once, keeping danger and feasibility deliberately apart so that operational difficulty cannot quietly cancel out a legal obligation. Prepared as masters research at the NYU Center for Global Affairs.",status:"Published",date:"July 2026",url:"/publications/evacuation-inform-index"},{index:"08",area:"Evacuation",topic:"Evacuation",question:"How dangerous is it to stay, and is leaving actually possible?",title:"The Civilian Evacuation Risk Anticipation Index: A Decision-Support Tool for Protecting Civilians During Evacuations in Armed Conflict",summary:"A plain-language report on a prototype that keeps two questions apart: how dangerous it is for civilians to remain, and whether an organised evacuation is possible at all. Separating them matters legally, because the duty to protect arises from danger, not from operational convenience.",status:"Published",date:"July 2026",url:"/publications/cerai"},{index:"09",area:"Evacuation",topic:"Evacuation",question:"What does it actually cost to move a besieged population, and what does staying cost?",title:"The Evacuation Risk and Cost Framework: Estimating the Human and Financial Cost of Civilian Evacuation in Armed Conflict",summary:"A report on a framework that scores seven weighted risk dimensions, estimates the cost of evacuating against the cost of staying, and finds the point at which those two curves cross. Calibrated against 31 documented historical operations.",status:"Published",date:"July 2026",url:"/publications/ercf"},{index:"10",area:"Evacuation",topic:"Evacuation",question:"How much does poor field information degrade an evacuation decision?",title:"The Evacuation Readiness and Uncertainty Simulator: Showing How Poor Field Information Degrades Evacuation Decisions",summary:"A report on a simulator that models what happens when planners act on incomplete intelligence. All data is synthetic and reproducible from a seed, so the mechanism rather than any particular place is what is on display.",status:"Published",date:"July 2026",url:"/publications/erus"},{index:"11",area:"Evacuation",topic:"Evacuation",question:"How do information and demographics decide who actually leaves?",title:"The Evacuation Simulator: An Agent-Based Model of How Civilians Decide to Leave During Armed Conflict",summary:"A report on an agent-based model of household evacuation behaviour, tracing how warnings spread through a community and how age, mobility, and trust shape who reaches safety and who does not.",status:"Published",date:"July 2026",url:"/publications/evacuation-simulation"},{index:"12",area:"Evacuation",topic:"Evacuation",question:"Could a daily severity measure have shown the danger in Mariupol as it unfolded?",title:"The Mariupol Corridor Severity Model: A Daily Measure of Civilian Danger During the Siege of Mariupol, March to May 2022",summary:"A retrospective report scoring 77 days of the siege on a daily severity measure built from open sources. Conduct descriptions are attributed to their sources rather than adjudicated, and contested figures are left contested.",status:"Published",date:"July 2026",url:"/publications/mariupol-severity-model"},{index:"13",area:"Cultural heritage",topic:"Cultural heritage",question:"Can an artwork's ownership history be checked automatically, and how far should that be trusted?",title:"The Digital Provenance Passport: An Automated Assistant for Tracing the Ownership History of Artworks and Cultural Objects",summary:"A report on an assistant that assembles a provenance timeline, flags looting and valuation risk, and issues a signed record. Candid about how much of the demonstration runs on fixtures rather than live sources.",status:"Published",date:"July 2026",url:"/publications/digital-provenance-passport"},{index:"14",area:"Cultural heritage",topic:"Cultural heritage",question:"What can be established about an object's history from free public sources alone?",title:"Provenance Search: An Automated Ownership-History Check for Artworks and Cultural Objects",summary:"A report on a tool that queries seven public sources and scores confidence with a fixed, inspectable algorithm, deliberately flagging what cannot be verified rather than filling the gaps.",status:"Published",date:"July 2026",url:"/publications/provenance-search"},{index:"15",area:"Cultural heritage",topic:"Cultural heritage",question:"What is worth recording about a visit to a work of art?",title:"VANGO: A Digital Passport for Recording Visits to Works of Art",summary:"A report on a digital souvenir passport that records attendance at art experiences. It performs no provenance or authenticity checking, and the report is explicit that nothing it records is evidence of ownership or lawful origin.",status:"Published",date:"July 2026",url:"/publications/vango"},{index:"16",area:"Traceability",topic:"Traceability",question:"Where are the conditions that make forced labour likely, before any case is detected?",title:"The Forced Labor Structural Risk Index: A Country-Level Measure of the Conditions Under Which Forced Labour Becomes More Likely",summary:"A report on an index scoring 184 countries across 11 domains and 43 indicators, measuring the conditions that enable forced labour rather than counting cases. Ships with uncertainty bands and is meant to be read in tiers, not as a league table.",status:"Published",date:"December 2025",url:"/publications/forced-labor-structural-risk-index"},{index:"17",area:"Diplomacy",topic:"Diplomacy",question:"Can practitioners rehearse a multi-party negotiation against AI agents?",title:"The Diplomatic Simulator: A Multi-Party Negotiation Simulator Driven by Artificial Intelligence Agents",summary:"A report on a simulator in which AI delegations negotiate a live crisis, producing a structured record of positions, concessions, and tactics. Across every Monte Carlo trial run, no comprehensive settlement was reached.",status:"Published",date:"July 2026",url:"/publications/diplomatic-simulator"},{index:"29",area:"Diplomacy",topic:"Diplomacy",question:"What happens when the machine in a nuclear thriller is a real language model?",title:"The Only Winning Move: Rebuilding WarGames (1983) as a Playable Study of Autonomous AI Agents",summary:"A report on rebuilding the 1983 film as a browser game whose antagonist is a real language model held to a strict output contract, and on what four tracks of Monte Carlo evaluation found. Structured output turned out to be solved; the real problem was that models will not escalate, stalling a quarter of games. On owned hardware the smallest model beat every cloud model on speed and the largest returned no valid output at all.",status:"Published",date:"July 2026",url:"/publications/war-games",repo:"https://github.com/Ethical-Tech-CoLab/War-Games"},{index:"18",area:"Disaster response",topic:"Disaster response",question:"How fast can building damage be assessed after a disaster, and with how few labels?",title:"HASTE: High-speed Assessment and Satellite Tracking for Emergencies",summary:"A plain-language report on a satellite damage-assessment platform built by the Microsoft AI for Good Lab, used in 31 field deployments. The software is Microsoft's; only this report is the CoLab's.",status:"Published",date:"July 2026",url:"/publications/haste"},{index:"20",area:"Guidelines",topic:"Guidelines",question:"How does someone with no Git background start contributing?",title:"GitHub 101: Getting Started with Git and GitHub",summary:"A beginner's reference for Git and GitHub from day one — what the two actually are and how they differ, the key concepts, setting up, and the handful of commands that cover almost everything you will do in the first months.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-101.md"},{index:"21",area:"Guidelines",topic:"Guidelines",question:"How does a team actually collaborate in a shared repository?",title:"GitHub Workflow: Branching, Pull Requests and Code Review",summary:"The collaborative loop, step by step: the GitHub flow at a glance, creating and managing branches, opening a pull request that can be reviewed, and what to look for when reviewing someone else's.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-workflow.md"},{index:"22",area:"Guidelines",topic:"Guidelines",question:"How do you put a project on the web without paying for hosting?",title:"GitHub Pages 101",summary:"Publishing a free site straight from a repository, written for first-time users — no server to rent, nothing to install. Includes an honest account of what GitHub Pages can and cannot do, which is where most first attempts come unstuck.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-pages-101.md"},{index:"23",area:"Guidelines",topic:"Guidelines",question:"How do you build and test a data product before you have real data?",title:"Creating Synthetic Data and Seeding Models: A Beginner's Guide",summary:"Generating data algorithmically rather than collecting it: why you would (developing before real data exists, forcing edge cases, sharing something realistic without privacy exposure, reproducing a dataset from a seed), and how to do it without fooling yourself about what the results mean.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/synthetic-data/SYNTHETIC_DATA_GUIDE.md"},{index:"24",area:"Guidelines",topic:"Guidelines",question:"How do you teach synthetic-data generation to a room of beginners?",title:"Synthetic Data: Training Deck",summary:"The companion training material to the synthetic-data guide — a self-contained walkthrough for running the topic as a session rather than reading it alone.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/synthetic-data/synthetic-data-training.html"},{index:"25",area:"Guidelines",topic:"Guidelines",question:"How can an agent do live web research from any runtime, including locked-down ones?",title:"tavily-research: A Portable Agent Skill for Live Web Research",summary:"A cross-agent skill wrapping the Tavily REST API — search, extract, crawl and map — with a dependency-free client in both Python and Node. It calls the API directly, so it still works where a Tavily MCP server cannot be launched, such as under IT policy that blocks local npx.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/tree/main/tavily-research"},{index:"26",area:"Guidelines",topic:"Guidelines",question:"How do you get a terminal on the CoLab's GPU machine?",title:"Getting Started on Cloud GPU: SSH Access to the B3IQ Machine",summary:"One-time setup, about five minutes: installing cloudflared for the secure tunnel, creating an SSH key if you do not have one, and connecting from macOS, Windows or Linux.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-started-on-CloudGPU-/blob/main/remote-gpu-how-to-guide.md"}]},"researchAreas",0,[{index:"01",key:"Evacuation",question:"How can AI inform evacuation decisions?",tags:["Disaster response","Civic tech","Information equity"],summary:"Turning fragmented crisis signals into decisions, so responders and residents can act before information gaps cost lives.",detail:"Projects under this question measure and improve the quality, accessibility, and equity of the information people rely on when they have to leave.",stack:["Geospatial analytics","LLM signal extraction","Open data pipelines","React dashboards"],projects:[{name:"Evacuation Inform Index",summary:"Humanitarian practice tends to treat evacuation as the obvious good, but the journey carries its own risk, and a crisis can be both catastrophic to endure and impossible to escape. This index scores 104 active crises on those two risks separately, drawing on INFORM Severity data, a twelve-factor vulnerability profile, and live conflict reporting, so that the comparison between leaving and staying becomes visible rather than assumed.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/evacuation-inform-index-carolina",publication:"/publications/evacuation-inform-index"},{name:"Exodus — Civilian Evacuation Risk Platform",summary:"A platform unifying three civilian-evacuation risk tools: a crisis map of the INFORM Severity Index with live news and conflict timelines, a seven-dimension scenario risk model, and an endangerment-and-feasibility risk assessment, sharing one backend and design language.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/Exodus"},{name:"ERCF — Evacuation Risk & Cost Framework",summary:"A decision-support tool that estimates the human and financial cost of civilian evacuation in armed conflict, scoring scenarios across seven risk dimensions and comparing the cost of evacuating against the cost of staying in the zone.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/ercf",publication:"/publications/ercf"},{name:"Evacuation Behavior Simulator",summary:"An interactive, agent-based model of community evacuation behavior, modeling family clusters, information-seeking, neighbor social influence, and elder and child delays across an UNAWARE → SEEKING → MILLING → EVACUATING → DONE lifecycle.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/Evac-Sim-Melanie",publication:"/publications/evacuation-simulation"},{name:"Evacuation Routing Simulator",summary:"An interactive evacuation simulator that models how routing and assignment choices shape who reaches safety, with shareable scenario state and a built-in explainer walkthrough.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/India-EvacSimulation",publication:"/publications/erus"},{name:"Mariupol 2022 — Corridor Severity Model",summary:"A corridor-severity model reconstructing the 2022 Mariupol evacuation, scoring the risk and viability of humanitarian corridors under siege conditions.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/mariupol-evacuation-model",demo:"https://ethical-tech-colab.github.io/mariupol-evacuation-model/",publication:"/publications/mariupol-severity-model"}]},{index:"02",key:"Cultural heritage",question:"How can technology support the ethical return of cultural artifacts?",tags:["Cultural heritage","Provenance","Restorative justice"],summary:"Giving institutions, source communities, and researchers a shared, verifiable record of an artifact's life across borders.",detail:"Projects under this question pair verifiable credentials with collaborative cataloguing to support repatriation, attribution, and ethical stewardship.",stack:["Verifiable credentials","IIIF imaging","Ledger anchoring","Knowledge graphs"],projects:[{name:"Arts Provenance Agent — Digital Provenance Passport",summary:"An x402-native agent that traces the provenance of artworks and artifacts, flags looting, repatriation, and valuation risk, and issues a cryptographically signed, tamper-evident Passport (a JSON-LD Verifiable Credential) for each object. Every claim is grounded in an allowlist of authoritative sources — the Met, UNESCO, ICOM, the Art Loss Register — so a fact without a citation is never produced. Includes a dashboard for tracing where an object has been, its risk score, and repatriation status.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/arts-provenance-agent",demo:"https://ethical-tech-colab.github.io/arts-provenance-agent/",publication:"/publications/digital-provenance-passport"},{name:"Provenance Search — Provenance Intelligence",summary:"Looks up an artwork's ownership history across free public sources — Tavily search (restricted to the Met, Getty, INTERPOL, UNESCO, Art Loss Register and more), the Met and Art Institute of Chicago APIs, MoMA, Wikidata, and Europeana — and emits a provenance passport with a confidence score computed by a fixed algorithm, not the AI. Supports text, image upload, and live camera capture for use inside a museum.",status:"In development",repo:"https://github.com/Ethical-Tech-CoLab/provenance-search",publication:"/publications/provenance-search"},{name:"Digital Art Passport (VANGO)",summary:"A mobile-style digital passport for art experiences: scan a QR code or enter an artwork's code to collect a stamp — a vintage illustration of the piece with the artist, venue, and date. Stamps persist across sessions, with a collector bio and passport number, and a fully multilingual interface (English, French, Italian).",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/VANGO",demo:"https://ethical-tech-colab.github.io/VANGO/",publication:"/publications/vango"},{name:"3D Online Gallery",summary:"An immersive 3D gallery for exploring provenance-tracked and repatriated works in a navigable virtual space. Placeholder for an upcoming build.",status:"Coming soon"}]},{index:"03",key:"Traceability",question:"How can ethical claims in supply chains be made verifiable?",tags:["Labor rights","Climate accountability","Trust infrastructure"],summary:"Auditable traceability for materials, labor, and impact, from origin to shelf.",detail:"Projects under this question build interoperable trace records that travel with goods, letting buyers and regulators verify ethical claims without exposing sensitive supplier data.",stack:["Zero-knowledge proofs","ERP integrations","Standards (GS1, EPCIS)","Edge attestation"],projects:[{name:"Ethical Supply Chain & Traceability",summary:"Interoperable trace records that travel with goods, letting buyers and regulators verify ethical claims about materials, labor, and impact without exposing sensitive supplier data.",status:"Active"},{name:"Forced Labor Structural Risk Index",summary:"An interactive index that scores structural forced-labor risk across regions and sectors, turning scattered supply-chain and labor signals into a comparable measure buyers and regulators can act on. Built by Amanda Lindsey in the Fall 2025 cohort.",status:"Active",demo:"https://ethical-tech-colab.github.io/forced-labor-structural-risk-index/",publication:"/publications/forced-labor-structural-risk-index"}]},{index:"04",key:"Diplomacy",question:"How can AI help practitioners rehearse high-stakes diplomacy?",tags:["Diplomacy","AI safety","Pedagogy"],summary:"An AI-mediated environment where negotiators rehearse high-stakes diplomacy with culturally grounded agents.",detail:"Projects under this question pair domain experts with adaptive agents that model historical context, incentives, and red lines, training practitioners for situations textbooks cannot capture.",stack:["Multi-agent LLMs","Scenario authoring tools","Evaluation harnesses","Voice interfaces"],projects:[{name:"Diplomatic Simulator",summary:"A multi-party AI negotiation table where each delegation argues from its own confidential 'privileged instructions.' Five crises — Arctic, Central Asia (Fergana Valley), Cyprus, South China Sea, and Iran–US Strait of Hormuz — each with a live-negotiation replay, an interactive analysis dashboard (parties' strategy, proposals, detector hits), and Monte Carlo runs over randomized conditions.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/diplomatic-simulator",demo:"https://ethical-tech-colab.github.io/diplomatic-simulator/",publication:"/publications/diplomatic-simulator"},{name:"War Games",summary:"A terminal thriller in the shape of WarGames (1983), reframed around a modern AI agent: the only winning move is to understand the machine. Ships with a Monte Carlo simulation harness and a written case study behind the fiction.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/War-Games",demo:"https://ethical-tech-colab.github.io/War-Games/",publication:"/publications/war-games"}]}],"site",0,{name:"Ethical Tech CoLab",tagline:"Emerging tech, human condition.",linkedin:"https://www.linkedin.com/company/ethical-tech-lab/",email:"ethical-tech-colab@nyu.edu",partnersLine:"NYU SPS · CGA · Microsoft · New York",footerBlurb:"Exploring intervention opportunities at the intersection of emerging technologies and the human condition.",cohortRange:"Four cohorts · est. 2024-2026",social:{github:"https://github.com/Ethical-Tech-CoLab",instagram:"",twitter:""},legal:["The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.","Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."]}])}]); \ No newline at end of file diff --git a/static-site/_next/static/chunks/1l1xxdmwck4_f.js b/static-site/_next/static/chunks/1l1xxdmwck4_f.js new file mode 100644 index 000000000..50791151e --- /dev/null +++ b/static-site/_next/static/chunks/1l1xxdmwck4_f.js @@ -0,0 +1 @@ +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,89042,e=>{"use strict";let a=["NYU School of Professional Studies","Center for Global Affairs (CGA)","Microsoft","Generative AI for Good","The Microsoft Garage","Tavily","Tradeverifyd","Sayari","B3IQ","Art & Antiquities Blockchain Consortium","100x","D_ID","Apne Aap Women Worldwide","Gaia","OSCE / ODIHR Anti-Trafficking","Coinbase","Rivr","x402 Foundation","Blockchain for Social Impact"];[{name:"NYU School of Professional Studies",about:"The NYU school that houses the Center for Global Affairs and the Ethical Tech CoLab.",url:"https://www.sps.nyu.edu",logo:"/logos/nyu-sps.jpg"},{name:"Center for Global Affairs (CGA)",about:"NYU SPS's Center for Global Affairs — the CoLab's academic home, focused on global policy and the human condition.",url:"https://www.sps.nyu.edu/homepage/academics/divisions-and-departments/center-for-global-affairs.html",logo:"/nyu-sps-cga-logo.jpg"},{name:"Microsoft",about:"Technology partner across proof-of-human, AI, web3, and privacy-preserving systems such as zero-knowledge proofs.",url:"https://www.microsoft.com",logo:"/logos/microsoft.svg"},{name:"Generative AI for Good",about:"Uses generative media for human-condition storytelling — making lived experience legible to audiences and decision-makers.",url:"",logo:"/logos/generative-ai-for-good.jpg"},{name:"D_ID",about:"Avatars and digital-human tooling for synthetic media, used to prototype human-condition storytelling.",url:"https://www.d-id.com",logo:"/logos/d-id.jpg"},{name:"Tradeverifyd",about:"Ask your supply chain anything — agentic AI that resolves suppliers across 200+ global data sources, maps ownership through tier three, and monitors exposure to forced labor and sanctions regimes. Founded as Mesur.io in 2016; rebranded in 2025.",url:"https://tradeverifyd.com",logo:"/logos/tradeverifyd.svg"},{name:"Rivr",about:"Twitch livestreams, keyword tags, and chat-room activity as a real-time data source for detecting at-risk behavior online.",url:"",logo:"/logos/rivr.jpg"},{name:"100x",about:"",url:"",logo:"/logos/100x.jpg"},{name:"Apne Aap Women Worldwide",about:"",url:"https://apneaap.org",logo:"/logos/apne-aap-women-worldwide.png"},{name:"Gaia",about:"",url:"",logo:"/logos/gaia.png"},{name:"OSCE / ODIHR Anti-Trafficking",about:"Multilateral partner on anti-trafficking, platform safety, and human rights — a recurring voice at the Ethical Tech Summit.",url:"https://www.osce.org/odihr",logo:""},{name:"Coinbase",about:"Industry partner on agentic commerce and micropayment rails, engaged through the Ethical Tech Summit.",url:"https://www.coinbase.com",logo:"/logos/coinbase.png"},{name:"x402 Foundation",about:"Stewards the x402 payment standard behind the CoLab's agentic-commerce and micropayment work, engaged through the Ethical Tech Summit.",url:"https://www.x402.org",logo:"/logos/x402-foundation.jpg"},{name:"Sayari",about:"Maps global corporate ownership and supply-chain relationships across more than 250 jurisdictions, surfacing hidden counterparty and compliance risk.",url:"https://sayari.com",logo:"/logos/sayari.jpg"},{name:"B3IQ",about:"US-based AI infrastructure: NVIDIA-powered GPU servers that buyers own, racked and run in a data center in Eugene, Oregon. B3IQ hosts the CoLab's GPU machine, which the cohort reaches over SSH for model work.",url:"https://b3iq.org",logo:"/logos/b3iq.png",logoTile:"dark"},{name:"Art & Antiquities Blockchain Consortium",about:"A consortium working on cultural-heritage ownership and repatriation, bringing stakeholders, technologies, and cultural artifacts together.",url:"https://aabconsortium.org",logo:"/logos/art-antiquities-blockchain-consortium.png"},{name:"Blockchain for Social Impact",about:"A not-for-profit coalition that incubates and develops blockchain solutions addressing environmental and social challenges, convening nonprofits, governments, investors, and technologists.",url:"https://blockchainforsocialimpact.com",logo:"/logos/blockchain-for-social-impact.png"},{name:"The Microsoft Garage",about:"Microsoft's worldwide innovation program — local Garage sites, the Global Hackathon, and the Innovation Studio platform — where employees and customers turn experimental ideas into working projects.",url:"https://www.microsoft.com/en-us/garage/",logo:"/logos/microsoft-garage.png"},{name:"Tavily",about:"A web search and extraction API built for AI agents rather than people, returning clean extracted text with the source address of every result. The CoLab uses it as the restricted research engine behind the provenance work and the tavily-research agent skill.",url:"https://tavily.com",logo:"/logos/tavily.svg"}].sort((e,t)=>{let i=a.indexOf(e.name),o=a.indexOf(t.name);return(-1===i?Number.MAX_SAFE_INTEGER:i)-(-1===o?Number.MAX_SAFE_INTEGER:o)}),e.s(["areaSlug",0,e=>e.toLowerCase().replace(/\s+/g,"-"),"nav",0,[{label:"Home",href:"/"},{label:"Portfolio",href:"/portfolio",children:[{label:"Overview",href:"/portfolio"},{label:"Live Demos",href:"/demos"},{label:"Publications",href:"/publications"},{label:"Media",href:"/media"},{label:"Newsletter",href:"/newsletter"}]},{label:"Team",href:"/team"}],"productTerms",0,["Summer 2026","Fall 2025","Spring 2025"],"productThemes",0,["Evacuation","Cultural heritage","Traceability","Early warning","Diplomacy","Research","Storytelling"],"products",0,[{name:"Agentic Language Development",repoName:"agentic-language-development",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/agentic-language-development",demo:"https://ethical-tech-colab.github.io/agentic-language-development/",demos:[{label:"Open the project site",href:"https://ethical-tech-colab.github.io/agentic-language-development/"},{label:"The concept in full",href:"https://github.com/Ethical-Tech-CoLab/agentic-language-development/blob/main/CONCEPT-IDEA.md"},{label:"Ledger integrity design",href:"https://github.com/Ethical-Tech-CoLab/agentic-language-development/blob/main/LEDGER-INTEGRITY-DESIGN.md"},{label:"Experiment notebook",href:"https://github.com/Ethical-Tech-CoLab/agentic-language-development/blob/main/EXPERIMENT-NOTEBOOK.md"}],blurb:"Two isolated agents, one channel that carries no human language, and shared tasks neither can finish alone. Each keeps its own chronological ledger of what it believes a symbol means, hash-chained and anchored so an outsider can prove nothing was edited afterwards. Concept phase: nineteen experiments are pre-registered and none has been run, which the site says on its own front page.",language:"HTML",theme:"Research",publication:"/publications/agentic-language-development"},{name:"Agentic Behavior Observatory",repoName:"agentic-behavior-observatory",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/agentic-behavior-observatory",demo:"https://ethical-tech-colab.github.io/agentic-behavior-observatory/",blurb:"Paste a GitHub repository URL and watch it get read: five axes of agentic behaviour scored from the code itself, every point linked to the file and line where its signal fired. The analysis runs in your browser against the public GitHub API, so nothing is uploaded and no token is needed. The population lab shows which demographic dimensions the analysed corpus models, and which nobody models at all.",language:"Python",theme:"Research"},{name:"Cyber Dictionary and Library",repoName:"cyber-dictionary",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/cyber-dictionary",demo:"https://ethical-tech-colab.github.io/cyber-dictionary/",blurb:"Two rooms in one site. A dictionary of 423 technology and cybersecurity terms across 11 domains, each defined in a sentence or two of plain English, and a library of 105 open data sources and open-source technologies across 11 shelves, each with what it gives you, how to reach its API, and what it costs.",language:"JavaScript",theme:"Research"},{name:"Diplomatic Simulator",repoName:"diplomatic-simulator",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/diplomatic-simulator",demo:"https://ethical-tech-colab.github.io/diplomatic-simulator/live.html",demos:[{label:"Watch a live negotiation",href:"https://ethical-tech-colab.github.io/diplomatic-simulator/live.html"},{label:"Interactive dashboard",href:"https://ethical-tech-colab.github.io/diplomatic-simulator/dashboard.html"},{label:"Monte Carlo analysis",href:"https://ethical-tech-colab.github.io/diplomatic-simulator/montecarlo.html"},{label:"Methodology & AI use",href:"https://ethical-tech-colab.github.io/diplomatic-simulator/methodology.html"}],blurb:"A multi-party AI negotiation table where each delegation argues from its own confidential 'privileged instructions.' Five crises — Arctic, Central Asia, Cyprus, South China Sea, and Iran–US Strait of Hormuz — each with a live-negotiation replay, an interactive analysis dashboard (parties' strategy, proposals, detector hits), and Monte Carlo runs over randomized conditions.",language:"HTML",theme:"Diplomacy",featured:!0,publication:"/publications/diplomatic-simulator"},{name:"AI Models Research",repoName:"AI-Models-Research",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/AI-Models-Research",demo:"https://ethical-tech-colab.github.io/AI-Models-Research/",demos:[{label:"Read the handbook",href:"https://ethical-tech-colab.github.io/AI-Models-Research/"},{label:"Cost-per-accepted-task calculator",href:"https://ethical-tech-colab.github.io/AI-Models-Research/interactive/"}],blurb:"A comparative review of frontier, open-weight, and efficient model families across benchmark performance, factual accuracy, latency, token economics, and energy use. Three evidence grades separate independently verified measurement from institutional research and from provider marketing, and every figure names the party that produced it. Ships with a live cost-per-accepted-task calculator over a validated data layer.",language:"Python",theme:"Research",featured:!0,publication:"/publications/ai-models-research"},{name:"Exodus — Civilian Evacuation Risk Platform",repoName:"Exodus",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/Exodus",demo:"https://exodus-ruddy.vercel.app",blurb:"Three civilian-evacuation risk tools behind one backend and design language: a crisis map of the INFORM Severity Index with live news and conflict timelines, a seven-dimension scenario risk model, and an endangerment-and-feasibility assessment.",language:"TypeScript",theme:"Evacuation",featured:!0},{name:"Evacuation Inform Index",repoName:"evacuation-inform-index-carolina",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/evacuation-inform-index-carolina",demo:"https://ethical-tech-colab.github.io/evacuation-inform-index-carolina/",blurb:"A composite index scoring 104 active crises on the risk of staying and the risk of leaving, side by side, so the comparison between them can be argued with. Built on INFORM Severity data with live news and an ACLED conflict timeline, filterable by crisis type, and with every one of its thirteen legal citations explained — including how far each one is actually justified.",language:"HTML",theme:"Evacuation",featured:!0,publication:"/publications/evacuation-inform-index"},{name:"Evacuation Routing Simulator",repoName:"India-EvacSimulation",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/India-EvacSimulation",demo:"https://ethical-tech-colab.github.io/India-EvacSimulation/",blurb:"An interactive simulator modeling how routing and assignment choices shape who reaches safety, with shareable scenario state and a built-in explainer walkthrough.",language:"HTML",theme:"Evacuation",publication:"/publications/erus"},{name:"Mariupol 2022 — Corridor Severity Model",repoName:"mariupol-evacuation-model",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/mariupol-evacuation-model",demo:"https://ethical-tech-colab.github.io/mariupol-evacuation-model/",blurb:"A corridor-severity model reconstructing the 2022 Mariupol evacuation, scoring the risk and viability of humanitarian corridors under siege conditions.",language:"HTML",theme:"Evacuation",publication:"/publications/mariupol-severity-model"},{name:"Evacuation Behavior Simulator",repoName:"Evac-Sim-Melanie",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/Evac-Sim-Melanie",demo:"https://ethical-tech-colab.github.io/Evac-Sim-Melanie/",blurb:"An agent-based model of community evacuation behavior — family clusters, information-seeking, neighbor influence, and elder and child delays across an UNAWARE → SEEKING → MILLING → EVACUATING → DONE lifecycle.",language:"JavaScript",theme:"Evacuation",publication:"/publications/evacuation-simulation"},{name:"Digital Art Passport (VANGO)",repoName:"VANGO",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/VANGO",demo:"https://ethical-tech-colab.github.io/VANGO/",blurb:"A digital provenance passport for cultural artifacts, pairing verifiable credentials with collaborative cataloguing to support repatriation, attribution, and ethical stewardship.",language:"HTML",theme:"Cultural heritage",publication:"/publications/vango"},{name:"ERCF — Evacuation Risk & Cost Framework",repoName:"ercf",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/ercf",demo:"https://ercf-production.up.railway.app",blurb:"A decision-support framework estimating the human and financial cost of civilian evacuation in armed conflict, scoring scenarios across seven risk dimensions and comparing evacuating against staying.",language:"Python",theme:"Evacuation",publication:"/publications/ercf"},{name:"CERAI — Civilian Evacuation Risk Anticipation Index",repoName:"CERAI_AR",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/CERAI_AR",demo:"https://ethical-tech-colab.github.io/CERAI_AR/",blurb:"A composite index anticipating civilian risk during evacuation operations, scoring weighted categories — hazards, infrastructure, population vulnerability, information environment, and weather — with Monte Carlo sensitivity analysis, ACLED conflict-event lookup, and source-credibility tagging on every indicator, so evacuation-risk reasoning stays auditable for IHL compliance review. Built by Alana Robertson in the Summer 2026 cohort, on Teresa Cantero's doctoral research into AI and the protection and evacuation of civilians under IHL.",language:"HTML",theme:"Evacuation",publication:"/publications/cerai"},{name:"Arts Provenance Agent",repoName:"arts-provenance-agent",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/arts-provenance-agent",demo:"https://ethical-tech-colab.github.io/arts-provenance-agent/",blurb:"An x402-native agent that traces artwork provenance, flags looting and repatriation risk, and issues a signed, tamper-evident Passport for each object. This live demo runs on mock data — catalog dashboards, passport issue/verify, and a replayed agent trace.",language:"TypeScript",theme:"Cultural heritage",featured:!0,publication:"/publications/digital-provenance-passport"},{name:"Provenance Search — Arts & Artifacts",repoName:"provenance-search",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/provenance-search",demo:"https://provenance-search-production.up.railway.app",blurb:"Traces the ownership chain of an artwork across museum collections, cultural archives and loss registries, then issues a provenance passport carrying a rule-based confidence score you can inspect rather than a verdict you have to trust. Seven sources checked, three ways to search, no sign-up.",language:"HTML",theme:"Cultural heritage",publication:"/publications/provenance-search"},{name:"Digital Passport for Artworks",repoName:"digital-passport-artworks",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/digital-passport-artworks",demo:"https://ethical-tech-colab.github.io/digital-passport-artworks/",blurb:"Upload one photograph and watch the whole chain run in order: fingerprint the image, search for a prior record, score it for forgery risk, and only once it clears — or a reviewer overrides — sign and issue the passport. Real ECDSA cryptography, entirely in the browser. Originally by Christine Lumen.",language:"HTML",theme:"Cultural heritage"},{name:"Forced Labor Structural Risk Index",repoName:"forced-labor-structural-risk-index",term:"Fall 2025",repo:"https://github.com/Ethical-Tech-CoLab/forced-labor-structural-risk-index",demo:"https://ethical-tech-colab.github.io/forced-labor-structural-risk-index/",blurb:"An interactive index mapping the structural conditions that enable forced labor across 184 countries on a 0–1 risk scale — with a choropleth world map, national and sub-national layers, rankings, and sources. Built by Amanda Lindsey in the Fall 2025 cohort.",language:"HTML",theme:"Traceability",featured:!0,publication:"/publications/forced-labor-structural-risk-index"},{name:"AI Research Question Assistant",repoName:"ai-research-question-assistant",term:"Fall 2025",repo:"https://github.com/Ethical-Tech-CoLab/ai-research-question-assistant",demo:"https://ethical-tech-colab.github.io/ai-research-question-assistant/",blurb:"A survey and toolkit for how AI helps researchers move from a broad interest to a well-formed research question — finding gaps, generating candidate questions, summarizing the state of the art, and flagging contradictions, with guardrails against hallucinated citations. Ships with a reusable Copilot 'Researcher' prompt and a journal-credibility rubric. Built by the Fall 2025 cohort.",language:"HTML",theme:"Research",publication:"/publications/ai-research-assistant"},{name:"AI's Carbon Footprint",repoName:"ai-carbon-footprint",term:"Spring 2025",repo:"https://github.com/Ethical-Tech-CoLab/ai-carbon-footprint",demo:"https://ethical-tech-colab.github.io/ai-carbon-footprint/",blurb:"A report on what artificial intelligence costs the environment: energy drawn across training and inference, the data-center and hardware toll behind it, and the mitigations, regulations and policies that could bend the curve. 1,287 MWh went into training GPT-3 alone — roughly what 130 US households use in a year.",language:"HTML",theme:"Research",publication:"/publications/ai-carbon-footprint"},{name:"GitHub 101",repoName:"github-101",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-101.md",blurb:"A beginner's reference for Git and GitHub from day one: what the two actually are and how they differ, the key concepts, setting up, and the handful of commands that cover almost everything you will do in the first months.",language:"Markdown",theme:"Research"},{name:"GitHub Workflow",repoName:"github-workflow",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-workflow.md",blurb:"The collaborative loop, step by step: the GitHub flow at a glance, creating and managing branches, opening a pull request that can actually be reviewed, and what to look for when reviewing someone else's.",language:"Markdown",theme:"Research"},{name:"GitHub Pages 101",repoName:"github-pages-101",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-pages-101.md",blurb:"Publishing a free site straight from a repository, for first-time users — no server to rent, nothing to install. Includes an honest account of what GitHub Pages can and cannot do, which is where most first attempts come unstuck.",language:"Markdown",theme:"Research"},{name:"Synthetic Data Guide",repoName:"synthetic-data-guide",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/synthetic-data/SYNTHETIC_DATA_GUIDE.md",blurb:"Generating data algorithmically rather than collecting it: why you would — developing before real data exists, forcing edge cases, sharing something realistic without privacy exposure, reproducing a dataset from a seed — and how to do it without fooling yourself about what the results mean.",language:"Markdown",theme:"Research"},{name:"Synthetic Data — Training Deck",repoName:"synthetic-data-training",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/synthetic-data/synthetic-data-training.html",blurb:"The companion training material to the synthetic-data guide — a self-contained walkthrough for running the topic as a session rather than reading it alone.",language:"HTML",theme:"Research"},{name:"tavily-research",repoName:"tavily-research",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-Going/tree/main/tavily-research",blurb:"A cross-agent skill wrapping the Tavily REST API — search, extract, crawl and map — with a dependency-free client in both Python and Node. It calls the API directly, so it still works where a Tavily MCP server cannot be launched, such as under IT policy that blocks local npx.",language:"Python · Node",theme:"Research"},{name:"Getting Started on Cloud GPU",repoName:"cloud-gpu-guide",term:"Summer 2026",access:"internal",repo:"https://github.com/Ethical-Tech-CoLab/Getting-started-on-CloudGPU-/blob/main/remote-gpu-how-to-guide.md",blurb:"Getting a terminal on the CoLab's B3IQ machine over SSH. One-time setup, about five minutes: installing cloudflared for the secure tunnel, creating an SSH key if you do not have one, and connecting from macOS, Windows or Linux.",language:"Markdown",theme:"Research"},{name:"War Games",repoName:"War-Games",term:"Summer 2026",repo:"https://github.com/Ethical-Tech-CoLab/War-Games",demo:"https://ethical-tech-colab.github.io/War-Games/",blurb:"A terminal thriller in the shape of WarGames (1983), reframed around a modern AI agent: the only winning move is to understand the machine. Ships with a Monte Carlo simulation harness and a written case study behind the fiction.",language:"JavaScript",theme:"Diplomacy"},{name:"Malawi Prevention Platform (MVDC)",repoName:"MVDC",term:"Summer 2026",repo:"https://github.com/carolina-moron/MVDC",demo:"https://hilarious-llama-c8e989.netlify.app",blurb:"Gathers publicly reported conflict and human-rights incidents across Malawi, classifies each against a rights-based taxonomy, traces it to a likely root cause, and matches it to the Malawian organisation best placed to respond. 258 incidents across 26 of 28 districts, with 46 response actors. The working half of the Malawi Voice Data Commons, which aims to let someone report by voice, in Chichewa, from a basic phone.",language:"TypeScript",theme:"Early warning",access:"internal"},{name:"Generative AI for Good — Avatar Storytelling",repoName:"avatar-storytelling",term:"Spring 2025",repo:"https://github.com/Ethical-Tech-CoLab/Avatar-Impact-Stories",demo:"https://ethical-tech-colab.github.io/Avatar-Impact-Stories/",blurb:"Human-condition storytelling with culturally grounded digital-human avatars — short pieces produced with generative media, now gathered into Many Voices, a browser kiosk where a scattered grid of faces plays each survivor testimony in place. The stories are written from real-world human-trafficking and child-labour cases; the avatars are built with D-ID.",language:"D-ID",theme:"Storytelling"}],"publicationTopics",0,["Artificial Intelligence","Guidelines","Evacuation","Cultural heritage","Traceability","Diplomacy","Sustainability","Disaster response"],"publications",0,{eyebrow:"Publications · Academic reports",heading:"The research, written up.",intro:"Each research question the CoLab takes on is written up as an academic report. Browse the catalogue by topic, pick a title to read what it asks and what it found, then open the report itself. Titles still in preparation are shelved alongside the published ones, so you can see where the work is going.",items:[{index:"28",area:"Foundations",topic:"Artificial Intelligence",question:"What is ethical AI, and what makes any technology, or any exercise of power, ethical at all?",title:"What Is Ethical AI? Ethics, Ethical Technology, and Ethical International Relations for the Age of Intelligent Machines",summary:"The Ethical Tech CoLab's foundational paper. It traces ethics from the earliest civilizations through international affairs and human rights law to the responsible AI movement, the humanitarian sector, and the United Nations system, and defends an institutional answer: ethical AI is not a product feature but artificial intelligence whose whole lifecycle stays accountable to ethical deliberation, a human rights floor, the do no harm obligation, and the participation of those it affects. Closes with the CoLab's motivation and research philosophy.",status:"Published",date:"July 2026",url:"/publications/what-is-ethical-ai",pdf:"https://ethical-tech-colab.github.io/what-is-ethical-ai/pdf/What-Is-Ethical-AI-ETC-Report.pdf",repo:"https://github.com/Ethical-Tech-CoLab/what-is-ethical-ai"},{index:"06",area:"Research",topic:"Artificial Intelligence",question:"How can AI help researchers formulate rigorous research questions?",title:"AI-Powered Assistance in Formulating Research Questions",summary:"A survey of how AI supports researchers across the question-formulation workflow — finding gaps, generating candidate questions, summarizing the state of the art, and flagging contradictions — with guardrails against hallucinated citations and a red-team verification model. Ships with a reusable Copilot 'Researcher' prompt and a journal-credibility rubric.",status:"Published",date:"October 2025",url:"/publications/ai-research-assistant"},{index:"19",area:"AI systems",topic:"Guidelines",question:"Which AI model should be selected for a task, and on what evidence?",title:"AI Model Performance: Capabilities, Accuracy, Speed, Energy Use, and Token Economics",summary:"A comparative review of frontier, open-weight, and efficient model families, separating independently verified measurement from provider marketing. Every figure carries its source, its date, and its evidence grade. Ships with a live cost-per-accepted-task calculator and a validated data layer.",status:"Published",date:"July 2026",url:"/publications/ai-models-research"},{index:"29",area:"Research",topic:"Artificial Intelligence",question:"Can two isolated agents invent a grounded, auditable language through shared experience alone?",title:"Agentic Language Development: Emergent Communication Between Isolated Agents, and the Evidence That Would Prove It",summary:"Two agents, one channel that carries no human language, and shared tasks neither can finish alone. The report sets out the nursery architecture, the independent chronological ledgers each agent keeps of what it thinks a symbol means, the hash-chained and publicly anchored evidence trail behind them, and the nineteen ordered experiments that would test the whole thing. It also draws the line the field's own literature insists on: solving the task is not evidence that the messages were read, and a fluent ledger may be a story told after the fact.",status:"Concept",date:"August 2026",url:"/publications/agentic-language-development",repo:"https://github.com/Ethical-Tech-CoLab/agentic-language-development"},{index:"05",area:"Sustainability",topic:"Artificial Intelligence",question:"How large is AI's environmental footprint — and how can it be reduced?",title:"AI's Carbon Footprint: The Environmental Impact of AI",summary:"A CoLab report on AI's energy use across training and inference, the data-center and hardware toll, and the mitigation strategies, regulations, and policies that could bend the curve.",status:"Published",date:"May 2025",url:"/publications/ai-carbon-footprint"},{index:"27",area:"Evacuation",topic:"Evacuation",question:"How can AI inform evacuation decisions, and what happens after?",title:"After the Corridor: From AI-Informed Evacuation to Digital Public Goods for Refugee Economic Inclusion",summary:"The Summer 2026 cohort's synthesis report. It reads the five fielded evacuation prototypes and the forced-labour risk index together, states plainly what is validated and what is not, and extends the arc to the camp: the measurement, financial-modeling, and rights infrastructure that can shorten protracted displacement, grounded at Dzaleka Refugee Camp, Malawi. It also names the one thing the lab refuses to build, biometric identity for displaced people, and says why that refusal is itself a public good.",status:"Published",date:"July 2026",url:"/publications/after-the-corridor",pdf:"https://ethical-tech-colab.github.io/after-the-corridor-report/pdf/After-the-Corridor-ETC-Research-Report.pdf",repo:"https://github.com/Ethical-Tech-CoLab/after-the-corridor-report"},{index:"07",area:"Evacuation",topic:"Evacuation",question:"Is leaving actually safer than staying, and how would anyone know?",title:"The Evacuation Inform Index: Weighing the Risk of Leaving Against the Risk of Staying",summary:"A plain-language report on a decision support prototype that scores 104 active crises on two risks at once, keeping danger and feasibility deliberately apart so that operational difficulty cannot quietly cancel out a legal obligation. Prepared as masters research at the NYU Center for Global Affairs.",status:"Published",date:"July 2026",url:"/publications/evacuation-inform-index"},{index:"08",area:"Evacuation",topic:"Evacuation",question:"How dangerous is it to stay, and is leaving actually possible?",title:"The Civilian Evacuation Risk Anticipation Index: A Decision-Support Tool for Protecting Civilians During Evacuations in Armed Conflict",summary:"A plain-language report on a prototype that keeps two questions apart: how dangerous it is for civilians to remain, and whether an organised evacuation is possible at all. Separating them matters legally, because the duty to protect arises from danger, not from operational convenience.",status:"Published",date:"July 2026",url:"/publications/cerai"},{index:"09",area:"Evacuation",topic:"Evacuation",question:"What does it actually cost to move a besieged population, and what does staying cost?",title:"The Evacuation Risk and Cost Framework: Estimating the Human and Financial Cost of Civilian Evacuation in Armed Conflict",summary:"A report on a framework that scores seven weighted risk dimensions, estimates the cost of evacuating against the cost of staying, and finds the point at which those two curves cross. Calibrated against 31 documented historical operations.",status:"Published",date:"July 2026",url:"/publications/ercf"},{index:"10",area:"Evacuation",topic:"Evacuation",question:"How much does poor field information degrade an evacuation decision?",title:"The Evacuation Readiness and Uncertainty Simulator: Showing How Poor Field Information Degrades Evacuation Decisions",summary:"A report on a simulator that models what happens when planners act on incomplete intelligence. All data is synthetic and reproducible from a seed, so the mechanism rather than any particular place is what is on display.",status:"Published",date:"July 2026",url:"/publications/erus"},{index:"11",area:"Evacuation",topic:"Evacuation",question:"How do information and demographics decide who actually leaves?",title:"The Evacuation Simulator: An Agent-Based Model of How Civilians Decide to Leave During Armed Conflict",summary:"A report on an agent-based model of household evacuation behaviour, tracing how warnings spread through a community and how age, mobility, and trust shape who reaches safety and who does not.",status:"Published",date:"July 2026",url:"/publications/evacuation-simulation"},{index:"12",area:"Evacuation",topic:"Evacuation",question:"Could a daily severity measure have shown the danger in Mariupol as it unfolded?",title:"The Mariupol Corridor Severity Model: A Daily Measure of Civilian Danger During the Siege of Mariupol, March to May 2022",summary:"A retrospective report scoring 77 days of the siege on a daily severity measure built from open sources. Conduct descriptions are attributed to their sources rather than adjudicated, and contested figures are left contested.",status:"Published",date:"July 2026",url:"/publications/mariupol-severity-model"},{index:"13",area:"Cultural heritage",topic:"Cultural heritage",question:"Can an artwork's ownership history be checked automatically, and how far should that be trusted?",title:"The Digital Provenance Passport: An Automated Assistant for Tracing the Ownership History of Artworks and Cultural Objects",summary:"A report on an assistant that assembles a provenance timeline, flags looting and valuation risk, and issues a signed record. Candid about how much of the demonstration runs on fixtures rather than live sources.",status:"Published",date:"July 2026",url:"/publications/digital-provenance-passport"},{index:"14",area:"Cultural heritage",topic:"Cultural heritage",question:"What can be established about an object's history from free public sources alone?",title:"Provenance Search: An Automated Ownership-History Check for Artworks and Cultural Objects",summary:"A report on a tool that queries seven public sources and scores confidence with a fixed, inspectable algorithm, deliberately flagging what cannot be verified rather than filling the gaps.",status:"Published",date:"July 2026",url:"/publications/provenance-search"},{index:"15",area:"Cultural heritage",topic:"Cultural heritage",question:"What is worth recording about a visit to a work of art?",title:"VANGO: A Digital Passport for Recording Visits to Works of Art",summary:"A report on a digital souvenir passport that records attendance at art experiences. It performs no provenance or authenticity checking, and the report is explicit that nothing it records is evidence of ownership or lawful origin.",status:"Published",date:"July 2026",url:"/publications/vango"},{index:"16",area:"Traceability",topic:"Traceability",question:"Where are the conditions that make forced labour likely, before any case is detected?",title:"The Forced Labor Structural Risk Index: A Country-Level Measure of the Conditions Under Which Forced Labour Becomes More Likely",summary:"A report on an index scoring 184 countries across 11 domains and 43 indicators, measuring the conditions that enable forced labour rather than counting cases. Ships with uncertainty bands and is meant to be read in tiers, not as a league table.",status:"Published",date:"December 2025",url:"/publications/forced-labor-structural-risk-index"},{index:"17",area:"Diplomacy",topic:"Diplomacy",question:"Can practitioners rehearse a multi-party negotiation against AI agents?",title:"The Diplomatic Simulator: A Multi-Party Negotiation Simulator Driven by Artificial Intelligence Agents",summary:"A report on a simulator in which AI delegations negotiate a live crisis, producing a structured record of positions, concessions, and tactics. Across every Monte Carlo trial run, no comprehensive settlement was reached.",status:"Published",date:"July 2026",url:"/publications/diplomatic-simulator"},{index:"29",area:"Diplomacy",topic:"Diplomacy",question:"What happens when the machine in a nuclear thriller is a real language model?",title:"The Only Winning Move: Rebuilding WarGames (1983) as a Playable Study of Autonomous AI Agents",summary:"A report on rebuilding the 1983 film as a browser game whose antagonist is a real language model held to a strict output contract, and on what four tracks of Monte Carlo evaluation found. Structured output turned out to be solved; the real problem was that models will not escalate, stalling a quarter of games. On owned hardware the smallest model beat every cloud model on speed and the largest returned no valid output at all.",status:"Published",date:"July 2026",url:"/publications/war-games",repo:"https://github.com/Ethical-Tech-CoLab/War-Games"},{index:"18",area:"Disaster response",topic:"Disaster response",question:"How fast can building damage be assessed after a disaster, and with how few labels?",title:"HASTE: High-speed Assessment and Satellite Tracking for Emergencies",summary:"A plain-language report on a satellite damage-assessment platform built by the Microsoft AI for Good Lab, used in 31 field deployments. The software is Microsoft's; only this report is the CoLab's.",status:"Published",date:"July 2026",url:"/publications/haste"},{index:"30",area:"Guidelines",topic:"Guidelines",question:"When a repository claims to model human behaviour at scale, what is it actually modelling?",title:"The Agentic Behavior Observatory: Reading What a Repository Models, and What It Leaves Out",summary:"Paste a GitHub repository URL and get an evidence-linked read of how it models agentic behaviour, scored on five axes: agent-based simulation, synthetic data generation, language-model behavioural modelling, reinforcement learning, and evaluation. Every point is traceable to the file and line where its signal fired, and the population lab surfaces which demographic dimensions the analysed corpus models at all. A score is signal coverage, not a quality judgement.",status:"Published",date:"August 2026",url:"https://ethical-tech-colab.github.io/agentic-behavior-observatory/",repo:"https://github.com/Ethical-Tech-CoLab/agentic-behavior-observatory"},{index:"31",area:"Guidelines",topic:"Guidelines",question:"What does that term mean, and where do you get open data for the thing you are building?",title:"The Cyber Dictionary and Library",summary:"Two rooms in one site. The dictionary defines 423 technology and cybersecurity terms across 11 domains in a sentence or two of plain English, written for the moment you actually looked the term up. The library is 105 open data sources and open-source technologies across 11 shelves, from satellite imagery to conflict and rights data, each with what it gives you, how to reach its API, and what it costs.",status:"Published",date:"August 2026",url:"https://ethical-tech-colab.github.io/cyber-dictionary/",repo:"https://github.com/Ethical-Tech-CoLab/cyber-dictionary"},{index:"20",area:"Guidelines",topic:"Guidelines",question:"How does someone with no Git background start contributing?",title:"GitHub 101: Getting Started with Git and GitHub",summary:"A beginner's reference for Git and GitHub from day one — what the two actually are and how they differ, the key concepts, setting up, and the handful of commands that cover almost everything you will do in the first months.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-101.md"},{index:"21",area:"Guidelines",topic:"Guidelines",question:"How does a team actually collaborate in a shared repository?",title:"GitHub Workflow: Branching, Pull Requests and Code Review",summary:"The collaborative loop, step by step: the GitHub flow at a glance, creating and managing branches, opening a pull request that can be reviewed, and what to look for when reviewing someone else's.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-workflow.md"},{index:"22",area:"Guidelines",topic:"Guidelines",question:"How do you put a project on the web without paying for hosting?",title:"GitHub Pages 101",summary:"Publishing a free site straight from a repository, written for first-time users — no server to rent, nothing to install. Includes an honest account of what GitHub Pages can and cannot do, which is where most first attempts come unstuck.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/docs/github-pages-101.md"},{index:"23",area:"Guidelines",topic:"Guidelines",question:"How do you build and test a data product before you have real data?",title:"Creating Synthetic Data and Seeding Models: A Beginner's Guide",summary:"Generating data algorithmically rather than collecting it: why you would (developing before real data exists, forcing edge cases, sharing something realistic without privacy exposure, reproducing a dataset from a seed), and how to do it without fooling yourself about what the results mean.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/synthetic-data/SYNTHETIC_DATA_GUIDE.md"},{index:"24",area:"Guidelines",topic:"Guidelines",question:"How do you teach synthetic-data generation to a room of beginners?",title:"Synthetic Data: Training Deck",summary:"The companion training material to the synthetic-data guide — a self-contained walkthrough for running the topic as a session rather than reading it alone.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/blob/main/synthetic-data/synthetic-data-training.html"},{index:"25",area:"Guidelines",topic:"Guidelines",question:"How can an agent do live web research from any runtime, including locked-down ones?",title:"tavily-research: A Portable Agent Skill for Live Web Research",summary:"A cross-agent skill wrapping the Tavily REST API — search, extract, crawl and map — with a dependency-free client in both Python and Node. It calls the API directly, so it still works where a Tavily MCP server cannot be launched, such as under IT policy that blocks local npx.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-Going/tree/main/tavily-research"},{index:"26",area:"Guidelines",topic:"Guidelines",question:"How do you get a terminal on the CoLab's GPU machine?",title:"Getting Started on Cloud GPU: SSH Access to the B3IQ Machine",summary:"One-time setup, about five minutes: installing cloudflared for the secure tunnel, creating an SSH key if you do not have one, and connecting from macOS, Windows or Linux.",status:"Internal guide",date:"July 2026",access:"internal",url:"https://github.com/Ethical-Tech-CoLab/Getting-started-on-CloudGPU-/blob/main/remote-gpu-how-to-guide.md"}]},"researchAreas",0,[{index:"01",key:"Evacuation",question:"How can AI inform evacuation decisions?",tags:["Disaster response","Civic tech","Information equity"],summary:"Turning fragmented crisis signals into decisions, so responders and residents can act before information gaps cost lives.",detail:"Projects under this question measure and improve the quality, accessibility, and equity of the information people rely on when they have to leave.",stack:["Geospatial analytics","LLM signal extraction","Open data pipelines","React dashboards"],projects:[{name:"Evacuation Inform Index",summary:"Humanitarian practice tends to treat evacuation as the obvious good, but the journey carries its own risk, and a crisis can be both catastrophic to endure and impossible to escape. This index scores 104 active crises on those two risks separately, drawing on INFORM Severity data, a twelve-factor vulnerability profile, and live conflict reporting, so that the comparison between leaving and staying becomes visible rather than assumed.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/evacuation-inform-index-carolina",publication:"/publications/evacuation-inform-index"},{name:"Exodus — Civilian Evacuation Risk Platform",summary:"A platform unifying three civilian-evacuation risk tools: a crisis map of the INFORM Severity Index with live news and conflict timelines, a seven-dimension scenario risk model, and an endangerment-and-feasibility risk assessment, sharing one backend and design language.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/Exodus"},{name:"ERCF — Evacuation Risk & Cost Framework",summary:"A decision-support tool that estimates the human and financial cost of civilian evacuation in armed conflict, scoring scenarios across seven risk dimensions and comparing the cost of evacuating against the cost of staying in the zone.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/ercf",publication:"/publications/ercf"},{name:"Evacuation Behavior Simulator",summary:"An interactive, agent-based model of community evacuation behavior, modeling family clusters, information-seeking, neighbor social influence, and elder and child delays across an UNAWARE → SEEKING → MILLING → EVACUATING → DONE lifecycle.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/Evac-Sim-Melanie",publication:"/publications/evacuation-simulation"},{name:"Evacuation Routing Simulator",summary:"An interactive evacuation simulator that models how routing and assignment choices shape who reaches safety, with shareable scenario state and a built-in explainer walkthrough.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/India-EvacSimulation",publication:"/publications/erus"},{name:"Mariupol 2022 — Corridor Severity Model",summary:"A corridor-severity model reconstructing the 2022 Mariupol evacuation, scoring the risk and viability of humanitarian corridors under siege conditions.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/mariupol-evacuation-model",demo:"https://ethical-tech-colab.github.io/mariupol-evacuation-model/",publication:"/publications/mariupol-severity-model"}]},{index:"02",key:"Cultural heritage",question:"How can technology support the ethical return of cultural artifacts?",tags:["Cultural heritage","Provenance","Restorative justice"],summary:"Giving institutions, source communities, and researchers a shared, verifiable record of an artifact's life across borders.",detail:"Projects under this question pair verifiable credentials with collaborative cataloguing to support repatriation, attribution, and ethical stewardship.",stack:["Verifiable credentials","IIIF imaging","Ledger anchoring","Knowledge graphs"],projects:[{name:"Arts Provenance Agent — Digital Provenance Passport",summary:"An x402-native agent that traces the provenance of artworks and artifacts, flags looting, repatriation, and valuation risk, and issues a cryptographically signed, tamper-evident Passport (a JSON-LD Verifiable Credential) for each object. Every claim is grounded in an allowlist of authoritative sources — the Met, UNESCO, ICOM, the Art Loss Register — so a fact without a citation is never produced. Includes a dashboard for tracing where an object has been, its risk score, and repatriation status.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/arts-provenance-agent",demo:"https://ethical-tech-colab.github.io/arts-provenance-agent/",publication:"/publications/digital-provenance-passport"},{name:"Provenance Search — Provenance Intelligence",summary:"Looks up an artwork's ownership history across free public sources — Tavily search (restricted to the Met, Getty, INTERPOL, UNESCO, Art Loss Register and more), the Met and Art Institute of Chicago APIs, MoMA, Wikidata, and Europeana — and emits a provenance passport with a confidence score computed by a fixed algorithm, not the AI. Supports text, image upload, and live camera capture for use inside a museum.",status:"In development",repo:"https://github.com/Ethical-Tech-CoLab/provenance-search",publication:"/publications/provenance-search"},{name:"Digital Art Passport (VANGO)",summary:"A mobile-style digital passport for art experiences: scan a QR code or enter an artwork's code to collect a stamp — a vintage illustration of the piece with the artist, venue, and date. Stamps persist across sessions, with a collector bio and passport number, and a fully multilingual interface (English, French, Italian).",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/VANGO",demo:"https://ethical-tech-colab.github.io/VANGO/",publication:"/publications/vango"},{name:"3D Online Gallery",summary:"An immersive 3D gallery for exploring provenance-tracked and repatriated works in a navigable virtual space. Placeholder for an upcoming build.",status:"Coming soon"}]},{index:"03",key:"Traceability",question:"How can ethical claims in supply chains be made verifiable?",tags:["Labor rights","Climate accountability","Trust infrastructure"],summary:"Auditable traceability for materials, labor, and impact, from origin to shelf.",detail:"Projects under this question build interoperable trace records that travel with goods, letting buyers and regulators verify ethical claims without exposing sensitive supplier data.",stack:["Zero-knowledge proofs","ERP integrations","Standards (GS1, EPCIS)","Edge attestation"],projects:[{name:"Ethical Supply Chain & Traceability",summary:"Interoperable trace records that travel with goods, letting buyers and regulators verify ethical claims about materials, labor, and impact without exposing sensitive supplier data.",status:"Active"},{name:"Forced Labor Structural Risk Index",summary:"An interactive index that scores structural forced-labor risk across regions and sectors, turning scattered supply-chain and labor signals into a comparable measure buyers and regulators can act on. Built by Amanda Lindsey in the Fall 2025 cohort.",status:"Active",demo:"https://ethical-tech-colab.github.io/forced-labor-structural-risk-index/",publication:"/publications/forced-labor-structural-risk-index"}]},{index:"04",key:"Diplomacy",question:"How can AI help practitioners rehearse high-stakes diplomacy?",tags:["Diplomacy","AI safety","Pedagogy"],summary:"An AI-mediated environment where negotiators rehearse high-stakes diplomacy with culturally grounded agents.",detail:"Projects under this question pair domain experts with adaptive agents that model historical context, incentives, and red lines, training practitioners for situations textbooks cannot capture.",stack:["Multi-agent LLMs","Scenario authoring tools","Evaluation harnesses","Voice interfaces"],projects:[{name:"Diplomatic Simulator",summary:"A multi-party AI negotiation table where each delegation argues from its own confidential 'privileged instructions.' Five crises — Arctic, Central Asia (Fergana Valley), Cyprus, South China Sea, and Iran–US Strait of Hormuz — each with a live-negotiation replay, an interactive analysis dashboard (parties' strategy, proposals, detector hits), and Monte Carlo runs over randomized conditions.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/diplomatic-simulator",demo:"https://ethical-tech-colab.github.io/diplomatic-simulator/",publication:"/publications/diplomatic-simulator"},{name:"War Games",summary:"A terminal thriller in the shape of WarGames (1983), reframed around a modern AI agent: the only winning move is to understand the machine. Ships with a Monte Carlo simulation harness and a written case study behind the fiction.",status:"Active",repo:"https://github.com/Ethical-Tech-CoLab/War-Games",demo:"https://ethical-tech-colab.github.io/War-Games/",publication:"/publications/war-games"}]}],"site",0,{name:"Ethical Tech CoLab",tagline:"Emerging tech, human condition.",linkedin:"https://www.linkedin.com/company/ethical-tech-lab/",email:"ethical-tech-colab@nyu.edu",partnersLine:"NYU SPS · CGA · Microsoft · New York",footerBlurb:"Exploring intervention opportunities at the intersection of emerging technologies and the human condition.",cohortRange:"Four cohorts · est. 2024-2026",social:{github:"https://github.com/Ethical-Tech-CoLab",instagram:"",twitter:""},legal:["The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.","Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."]}])}]); \ No newline at end of file diff --git a/static-site/_next/static/chunks/1w0nyqw5bqniv.css b/static-site/_next/static/chunks/1sag07fioh6gb.css similarity index 75% rename from static-site/_next/static/chunks/1w0nyqw5bqniv.css rename to static-site/_next/static/chunks/1sag07fioh6gb.css index c89879b5a..e0dac3fdd 100644 --- a/static-site/_next/static/chunks/1w0nyqw5bqniv.css +++ b/static-site/_next/static/chunks/1sag07fioh6gb.css @@ -1,3 +1,3 @@ @font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2039e8342bda6056-s.1hiu0hj9qpr9g.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Bebas Neue Fallback;src:local(Arial);ascent-override:117.32%;descent-override:39.11%;line-gap-override:0.0%;size-adjust:76.72%}.bebas_neue_4d1b6b20-module__PolqSW__className{font-family:Bebas Neue,Bebas Neue Fallback;font-style:normal;font-weight:400}.bebas_neue_4d1b6b20-module__PolqSW__variable{--font-bebas:"Bebas Neue", "Bebas Neue Fallback"} -@font-face{font-family:Space Mono;font-style:italic;font-weight:400;font-display:swap;src:url(../media/417912ede2e82152-s.1umk1654cmfxm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Mono;font-style:italic;font-weight:400;font-display:swap;src:url(../media/51f2519120a6b711-s.038kgsu-hd-vh.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Mono;font-style:italic;font-weight:400;font-display:swap;src:url(../media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Mono;font-style:italic;font-weight:700;font-display:swap;src:url(../media/2c4e8b1b42841af7-s.2p_e9n24plgne.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Mono;font-style:italic;font-weight:700;font-display:swap;src:url(../media/7663dec790de7af8-s.2b96g58xb1jk9.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Mono;font-style:italic;font-weight:700;font-display:swap;src:url(../media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4ba802ed8e67eac5-s.0fuxtgzazslqx.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d7a0600e467cf0bd-s.451yigaaz_4mg.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b8f2b92a9960dd69-s.0we3rzhp_h228.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/28e60ca39c9ae554-s.44izq0ia6orkf.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Mono Fallback;src:local(Arial);ascent-override:81.58%;descent-override:26.3%;line-gap-override:0.0%;size-adjust:137.28%}.space_mono_6ab7c80c-module__dmwzCa__className{font-family:Space Mono,Space Mono Fallback}.space_mono_6ab7c80c-module__dmwzCa__variable{--font-space-mono:"Space Mono", "Space Mono Fallback"} -@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-scroll-snap-strictness:proximity;--tw-space-y-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-content:"";--aura-rot:0deg}}}@layer theme{:root,:host{--font-sans:var(--font-space-mono);--font-serif:var(--font-bebas);--font-mono:var(--font-space-mono);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-md:28rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--text-7xl:4.5rem;--text-7xl--line-height:1;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-snug:1.375;--leading-relaxed:1.625;--radius-sm:.25rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-in:cubic-bezier(.4, 0, 1, 1);--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--blur-sm:8px;--blur-md:12px;--aspect-video:16 / 9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-space-mono);--default-mono-font-family:var(--font-space-mono);--font-heading:var(--font-bebas)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}h1,h2,h3{font-family:var(--font-heading), "Bebas Neue", sans-serif;letter-spacing:.02em;font-weight:400}}@layer components;@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{inset-inline:0}.inset-x-4{inset-inline:calc(var(--spacing) * 4)}.inset-y-0{inset-block:0}.-top-\[20\%\]{top:-20%}.top-0{top:0}.top-1\/2{top:50%}.top-3{top:calc(var(--spacing) * 3)}.top-4{top:calc(var(--spacing) * 4)}.top-full{top:100%}.right-0{right:0}.right-3{right:calc(var(--spacing) * 3)}.right-4{right:calc(var(--spacing) * 4)}.right-\[-60px\]{right:-60px}.bottom-0{bottom:0}.bottom-4{bottom:calc(var(--spacing) * 4)}.-left-\[20\%\]{left:-20%}.left-0{left:0}.left-3{left:calc(var(--spacing) * 3)}.left-\[-5000px\]{left:-5000px}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[55\]{z-index:55}.z-\[90\]{z-index:90}.z-\[100\]{z-index:100}.col-span-full{grid-column:1/-1}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.-mx-6{margin-inline:calc(var(--spacing) * -6)}.mx-auto{margin-inline:auto}.mt-1{margin-top:var(--spacing)}.mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-7{margin-top:calc(var(--spacing) * 7)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mt-12{margin-top:calc(var(--spacing) * 12)}.mt-14{margin-top:calc(var(--spacing) * 14)}.mt-16{margin-top:calc(var(--spacing) * 16)}.mt-20{margin-top:calc(var(--spacing) * 20)}.mt-auto{margin-top:auto}.-mr-4{margin-right:calc(var(--spacing) * -4)}.mr-2{margin-right:calc(var(--spacing) * 2)}.-mb-px{margin-bottom:-1px}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.-ml-4{margin-left:calc(var(--spacing) * -4)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-auto{margin-left:auto}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.table{display:table}.aspect-\[2\/3\]{aspect-ratio:2/3}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[4\/5\]{aspect-ratio:4/5}.aspect-\[16\/7\]{aspect-ratio:16/7}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:var(--aspect-video)}.h-0\.5{height:calc(var(--spacing) * .5)}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-2\.5{height:calc(var(--spacing) * 2.5)}.h-3{height:calc(var(--spacing) * 3)}.h-3\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-\[140\%\]{height:140%}.h-full{height:100%}.h-px{height:1px}.min-h-\[2\.75rem\]{min-height:2.75rem}.min-h-full{min-height:100%}.w-1\.5{width:calc(var(--spacing) * 1.5)}.w-2\.5{width:calc(var(--spacing) * 2.5)}.w-3\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-6{width:calc(var(--spacing) * 6)}.w-8{width:calc(var(--spacing) * 8)}.w-9{width:calc(var(--spacing) * 9)}.w-20{width:calc(var(--spacing) * 20)}.w-52{width:calc(var(--spacing) * 52)}.w-72{width:calc(var(--spacing) * 72)}.w-\[124px\]{width:124px}.w-\[140\%\]{width:140%}.w-\[190px\]{width:190px}.w-\[min\(72vw\,380px\)\]{width:min(72vw,380px)}.w-fit{width:fit-content}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-\[40em\]{max-width:40em}.max-w-\[80vw\]{max-width:80vw}.max-w-md{max-width:var(--container-md)}.max-w-sm{max-width:var(--container-sm)}.max-w-xl{max-width:var(--container-xl)}.min-w-0{min-width:0}.min-w-\[180px\]{min-width:180px}.min-w-\[240px\]{min-width:240px}.min-w-\[640px\]{min-width:640px}.flex-1{flex:1}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-left{transform-origin:0}.-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-0{--tw-translate-x:0;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-2{--tw-translate-y:calc(var(--spacing) * -2);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-2{--tw-translate-y:calc(var(--spacing) * 2);translate:var(--tw-translate-x) var(--tw-translate-y)}.-rotate-45{rotate:-45deg}.rotate-45{rotate:45deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-start{scroll-snap-align:start}.scroll-mt-24{scroll-margin-top:calc(var(--spacing) * 24)}.scroll-mt-28{scroll-margin-top:calc(var(--spacing) * 28)}.scroll-pl-6{scroll-padding-left:calc(var(--spacing) * 6)}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-rows-\[0fr\]{grid-template-rows:0fr}.grid-rows-\[1fr\]{grid-template-rows:1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-10{gap:calc(var(--spacing) * 10)}.gap-px{gap:1px}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(var(--spacing) * var(--tw-space-y-reverse));margin-block-end:calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-10>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-14>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-16>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)))}.gap-x-3{column-gap:calc(var(--spacing) * 3)}.gap-x-4{column-gap:calc(var(--spacing) * 4)}.gap-x-5{column-gap:calc(var(--spacing) * 5)}.gap-x-10{column-gap:calc(var(--spacing) * 10)}.gap-y-1{row-gap:var(--spacing)}.gap-y-2{row-gap:calc(var(--spacing) * 2)}.gap-y-4{row-gap:calc(var(--spacing) * 4)}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-border>:not(:last-child)){border-color:var(--border)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-r-\[4px\]{border-top-right-radius:4px;border-bottom-right-radius:4px}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-x{border-inline-style:var(--tw-border-style);border-inline-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-accent,.border-accent\/60{border-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.border-accent\/60{border-color:color-mix(in oklab, var(--accent) 60%, transparent)}}.border-border{border-color:var(--border)}.border-border-strong{border-color:var(--border-strong)}.border-transparent{border-color:#0000}.border-white\/35{border-color:#ffffff59}@supports (color:color-mix(in lab, red, red)){.border-white\/35{border-color:color-mix(in oklab, var(--color-white) 35%, transparent)}}.bg-\[\#11172f\]{background-color:#11172f}.bg-accent{background-color:var(--accent)}.bg-background,.bg-background\/30{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/30{background-color:color-mix(in oklab, var(--background) 30%, transparent)}}.bg-background\/60{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/60{background-color:color-mix(in oklab, var(--background) 60%, transparent)}}.bg-background\/70{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/70{background-color:color-mix(in oklab, var(--background) 70%, transparent)}}.bg-background\/80{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/80{background-color:color-mix(in oklab, var(--background) 80%, transparent)}}.bg-background\/90{background-color:var(--background)}@supports (color:color-mix(in lab, red, red)){.bg-background\/90{background-color:color-mix(in oklab, var(--background) 90%, transparent)}}.bg-black\/45{background-color:#00000073}@supports (color:color-mix(in lab, red, red)){.bg-black\/45{background-color:color-mix(in oklab, var(--color-black) 45%, transparent)}}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab, red, red)){.bg-black\/60{background-color:color-mix(in oklab, var(--color-black) 60%, transparent)}}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-current{background-color:currentColor}.bg-foreground\/25{background-color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.bg-foreground\/25{background-color:color-mix(in oklab, var(--foreground) 25%, transparent)}}.bg-secondary{background-color:var(--secondary)}.bg-surface,.bg-surface\/40{background-color:var(--surface)}@supports (color:color-mix(in lab, red, red)){.bg-surface\/40{background-color:color-mix(in oklab, var(--surface) 40%, transparent)}}.bg-surface\/60{background-color:var(--surface)}@supports (color:color-mix(in lab, red, red)){.bg-surface\/60{background-color:color-mix(in oklab, var(--surface) 60%, transparent)}}.bg-white{background-color:var(--color-white)}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-background{--tw-gradient-from:var(--background);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-black\/70{--tw-gradient-from:#000000b3}@supports (color:color-mix(in lab, red, red)){.from-black\/70{--tw-gradient-from:color-mix(in oklab, var(--color-black) 70%, transparent)}}.from-black\/70{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.via-background\/90{--tw-gradient-via:var(--background)}@supports (color:color-mix(in lab, red, red)){.via-background\/90{--tw-gradient-via:color-mix(in oklab, var(--background) 90%, transparent)}}.via-background\/90{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-background\/45{--tw-gradient-to:var(--background)}@supports (color:color-mix(in lab, red, red)){.to-background\/45{--tw-gradient-to:color-mix(in oklab, var(--background) 45%, transparent)}}.to-background\/45{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-top{background-position:top}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-\[70\%_35\%\]{object-position:70% 35%}.object-center{object-position:center}.p-1{padding:var(--spacing)}.p-2{padding:calc(var(--spacing) * 2)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-7{padding:calc(var(--spacing) * 7)}.p-8{padding:calc(var(--spacing) * 8)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:var(--spacing)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-12{padding-block:calc(var(--spacing) * 12)}.py-16{padding-block:calc(var(--spacing) * 16)}.py-20{padding-block:calc(var(--spacing) * 20)}.py-24{padding-block:calc(var(--spacing) * 24)}.py-28{padding-block:calc(var(--spacing) * 28)}.py-32{padding-block:calc(var(--spacing) * 32)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-5{padding-top:calc(var(--spacing) * 5)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pt-7{padding-top:calc(var(--spacing) * 7)}.pt-8{padding-top:calc(var(--spacing) * 8)}.pt-10{padding-top:calc(var(--spacing) * 10)}.pt-12{padding-top:calc(var(--spacing) * 12)}.pt-24{padding-top:calc(var(--spacing) * 24)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-8{padding-bottom:calc(var(--spacing) * 8)}.pb-24{padding-bottom:calc(var(--spacing) * 24)}.pl-1{padding-left:var(--spacing)}.pl-5{padding-left:calc(var(--spacing) * 5)}.pl-6{padding-left:calc(var(--spacing) * 6)}.text-center{text-align:center}.text-left{text-align:left}.align-top{vertical-align:top}.font-heading{font-family:var(--font-bebas)}.font-mono,.font-sans{font-family:var(--font-space-mono)}.font-serif{font-family:var(--font-bebas)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.text-7xl{font-size:var(--text-7xl);line-height:var(--tw-leading,var(--text-7xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.65rem\]{font-size:.65rem}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[clamp\(4\.25rem\,13vw\,11rem\)\]{font-size:clamp(4.25rem,13vw,11rem)}.leading-\[0\.9\]{--tw-leading:.9;line-height:.9}.leading-\[0\.88\]{--tw-leading:.88;line-height:.88}.leading-\[0\.95\]{--tw-leading:.95;line-height:.95}.leading-\[1\.02\]{--tw-leading:1.02;line-height:1.02}.leading-\[1\.05\]{--tw-leading:1.05;line-height:1.05}.leading-\[1\.12\]{--tw-leading:1.12;line-height:1.12}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[0\.02em\]{--tw-tracking:.02em;letter-spacing:.02em}.tracking-\[0\.2em\]{--tw-tracking:.2em;letter-spacing:.2em}.tracking-\[0\.06em\]{--tw-tracking:.06em;letter-spacing:.06em}.tracking-\[0\.12em\]{--tw-tracking:.12em;letter-spacing:.12em}.tracking-\[0\.16em\]{--tw-tracking:.16em;letter-spacing:.16em}.tracking-\[0\.18em\]{--tw-tracking:.18em;letter-spacing:.18em}.tracking-\[0\.25em\]{--tw-tracking:.25em;letter-spacing:.25em}.tracking-\[0\.35em\]{--tw-tracking:.35em;letter-spacing:.35em}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.break-words{overflow-wrap:break-word}.whitespace-nowrap{white-space:nowrap}.text-\[\"\]\)\<\/script\>\self\.__next_f\.push\(\[1\,\"11px\]{color:"])404: This page could not be found.NYU Ethical Tech CoLab · Emerging Tech, Human Condition

404

This page could not be found.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +404: This page could not be found.NYU Ethical Tech CoLab · Emerging Tech, Human Condition

404

This page could not be found.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/_not-found/index.txt b/static-site/_not-found/index.txt index 9af29dde1..270493479 100644 --- a/static-site/_not-found/index.txt +++ b/static-site/_not-found/index.txt @@ -1,18 +1,18 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"P":null,"c":["","_not-found",""],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -14:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"P":null,"c":["","_not-found",""],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +14:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 15:"$Sreact.suspense" -18:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +18:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L13",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -23,8 +23,8 @@ e:["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page coul 17:[] f:"$W17" 10:["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L18",null,{"children":"$L19"}],["$","div",null,{"hidden":true,"children":["$","$L1a",null,{"children":["$","$15",null,{"name":"Next.Metadata","children":"$L1b"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 19:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -1c:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +1c:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 16:null 1b:[["$","title","0",{"children":"NYU Ethical Tech CoLab · Emerging Tech, Human Condition"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L1c","5",{}]] diff --git a/static-site/about/__next._full.txt b/static-site/about/__next._full.txt index 354dde10c..4096b082e 100644 --- a/static-site/about/__next._full.txt +++ b/static-site/about/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","about",""],"q":"","i":false,"f":[[["",{"children":["about",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -15:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","about",""],"q":"","i":false,"f":[[["",{"children":["about",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +15:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 16:"$Sreact.suspense" -19:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1b:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +19:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1b:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L13",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -28,9 +28,9 @@ e:["$","$1","c",{"children":["$L14",null,["$","$L15",null,{"children":["$","$16" 18:[] f:"$W18" 10:["$","$1","h",{"children":[null,["$","$L19",null,{"children":"$L1a"}],["$","div",null,{"hidden":true,"children":["$","$L1b",null,{"children":["$","$16",null,{"name":"Next.Metadata","children":"$L1c"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 14:E{"digest":"NEXT_HTTP_ERROR_FALLBACK;404"} 1a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -1d:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +1d:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 17:null 1c:[["$","title","0",{"children":"NYU Ethical Tech CoLab · Emerging Tech, Human Condition"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L1d","5",{}]] diff --git a/static-site/about/__next._head.txt b/static-site/about/__next._head.txt index 1bee38eda..aed0ebfe4 100644 --- a/static-site/about/__next._head.txt +++ b/static-site/about/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"NYU Ethical Tech CoLab · Emerging Tech, Human Condition"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/about/__next._index.txt b/static-site/about/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/about/__next._index.txt +++ b/static-site/about/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/about/__next._tree.txt b/static-site/about/__next._tree.txt index 3974819de..6af1b77ae 100644 --- a/static-site/about/__next._tree.txt +++ b/static-site/about/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"about","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/about/__next.about.txt b/static-site/about/__next.about.txt index e17ca4ded..e8bfa323c 100644 --- a/static-site/about/__next.about.txt +++ b/static-site/about/__next.about.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 4:[] 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/about/index.html b/static-site/about/index.html index 0c36d910f..d37f55008 100644 --- a/static-site/about/index.html +++ b/static-site/about/index.html @@ -1 +1 @@ -NYU Ethical Tech CoLab · Emerging Tech, Human Condition \ No newline at end of file +NYU Ethical Tech CoLab · Emerging Tech, Human Condition \ No newline at end of file diff --git a/static-site/about/index.txt b/static-site/about/index.txt index 354dde10c..4096b082e 100644 --- a/static-site/about/index.txt +++ b/static-site/about/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","about",""],"q":"","i":false,"f":[[["",{"children":["about",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -15:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","about",""],"q":"","i":false,"f":[[["",{"children":["about",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +15:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 16:"$Sreact.suspense" -19:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1b:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +19:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1b:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L13",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -28,9 +28,9 @@ e:["$","$1","c",{"children":["$L14",null,["$","$L15",null,{"children":["$","$16" 18:[] f:"$W18" 10:["$","$1","h",{"children":[null,["$","$L19",null,{"children":"$L1a"}],["$","div",null,{"hidden":true,"children":["$","$L1b",null,{"children":["$","$16",null,{"name":"Next.Metadata","children":"$L1c"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 14:E{"digest":"NEXT_HTTP_ERROR_FALLBACK;404"} 1a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -1d:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +1d:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 17:null 1c:[["$","title","0",{"children":"NYU Ethical Tech CoLab · Emerging Tech, Human Condition"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L1d","5",{}]] diff --git a/static-site/contact/__next._full.txt b/static-site/contact/__next._full.txt index 36c280999..778273937 100644 --- a/static-site/contact/__next._full.txt +++ b/static-site/contact/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","contact",""],"q":"","i":false,"f":[[["",{"children":["contact",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -14:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","contact",""],"q":"","i":false,"f":[[["",{"children":["contact",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +14:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 15:"$Sreact.suspense" -18:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +18:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L13",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -28,8 +28,8 @@ e:["$","$1","c",{"children":[[["$","section",null,{"className":"border-b border- 17:[] f:"$W17" 10:["$","$1","h",{"children":[null,["$","$L18",null,{"children":"$L19"}],["$","div",null,{"hidden":true,"children":["$","$L1a",null,{"children":["$","$15",null,{"name":"Next.Metadata","children":"$L1b"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 19:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -1c:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +1c:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 16:null 1b:[["$","title","0",{"children":"Contact · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Partner with the NYU Ethical Tech CoLab. Start a conversation about interventions at the edge of technology and society."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L1c","5",{}]] diff --git a/static-site/contact/__next._head.txt b/static-site/contact/__next._head.txt index 225a2625d..363e9dbe3 100644 --- a/static-site/contact/__next._head.txt +++ b/static-site/contact/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Contact · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Partner with the NYU Ethical Tech CoLab. Start a conversation about interventions at the edge of technology and society."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/contact/__next._index.txt b/static-site/contact/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/contact/__next._index.txt +++ b/static-site/contact/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/contact/__next._tree.txt b/static-site/contact/__next._tree.txt index f0dad8c98..0288e7c87 100644 --- a/static-site/contact/__next._tree.txt +++ b/static-site/contact/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"contact","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/contact/__next.contact.txt b/static-site/contact/__next.contact.txt index e17ca4ded..e8bfa323c 100644 --- a/static-site/contact/__next.contact.txt +++ b/static-site/contact/__next.contact.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 4:[] 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/contact/index.html b/static-site/contact/index.html index b71aed5c3..599913396 100644 --- a/static-site/contact/index.html +++ b/static-site/contact/index.html @@ -1 +1 @@ -Contact · NYU Ethical Tech CoLab

Contact

Start a conversation.

Have a hard problem at the edge of technology and society? We partner with institutions, agencies, and communities to prototype interventions that hold up outside the lab.

Reach us

Where we are

NYU SPS · CGA · Microsoft · New York

Founding partners

NYU School of Professional StudiesCenter for Global Affairs (CGA)Microsoft

Let's talk

Connect with us on LinkedIn

Send a message or a connection request and tell us about the problem you're working on. We read every note and reply to partnership and collaboration inquiries.

Message us on LinkedIn

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +Contact · NYU Ethical Tech CoLab

Contact

Start a conversation.

Have a hard problem at the edge of technology and society? We partner with institutions, agencies, and communities to prototype interventions that hold up outside the lab.

Reach us

Where we are

NYU SPS · CGA · Microsoft · New York

Founding partners

NYU School of Professional StudiesCenter for Global Affairs (CGA)Microsoft

Let's talk

Connect with us on LinkedIn

Send a message or a connection request and tell us about the problem you're working on. We read every note and reply to partnership and collaboration inquiries.

Message us on LinkedIn

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/contact/index.txt b/static-site/contact/index.txt index 36c280999..778273937 100644 --- a/static-site/contact/index.txt +++ b/static-site/contact/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","contact",""],"q":"","i":false,"f":[[["",{"children":["contact",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -14:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","contact",""],"q":"","i":false,"f":[[["",{"children":["contact",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +14:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 15:"$Sreact.suspense" -18:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +18:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L13",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -28,8 +28,8 @@ e:["$","$1","c",{"children":[[["$","section",null,{"className":"border-b border- 17:[] f:"$W17" 10:["$","$1","h",{"children":[null,["$","$L18",null,{"children":"$L19"}],["$","div",null,{"hidden":true,"children":["$","$L1a",null,{"children":["$","$15",null,{"name":"Next.Metadata","children":"$L1b"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 19:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -1c:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +1c:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 16:null 1b:[["$","title","0",{"children":"Contact · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Partner with the NYU Ethical Tech CoLab. Start a conversation about interventions at the edge of technology and society."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L1c","5",{}]] diff --git a/static-site/demos/__next._full.txt b/static-site/demos/__next._full.txt index 09fc0e0e1..766438385 100644 --- a/static-site/demos/__next._full.txt +++ b/static-site/demos/__next._full.txt @@ -1,26 +1,26 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","demos",""],"q":"","i":false,"f":[[["",{"children":["demos",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -14:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"Reveal"] -15:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"SectionTabs"] -16:I[89852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"RepoShowcase"] -17:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","demos",""],"q":"","i":false,"f":[[["",{"children":["demos",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +14:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"Reveal"] +15:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"SectionTabs"] +16:I[89852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"RepoShowcase"] +17:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 18:"$Sreact.suspense" -1b:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1d:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1b:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1d:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L13",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -31,8 +31,8 @@ e:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 1a:[] f:"$W1a" 10:["$","$1","h",{"children":[null,["$","$L1b",null,{"children":"$L1c"}],["$","div",null,{"hidden":true,"children":["$","$L1d",null,{"children":["$","$18",null,{"name":"Next.Metadata","children":"$L1e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -1f:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +1f:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 19:null 1e:[["$","title","0",{"children":"Live Demos · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Live, in-browser demos and open-source repositories from the Ethical Tech CoLab — evacuation risk platforms, provenance passports, and decision-support tools you can run right now."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L1f","5",{}]] diff --git a/static-site/demos/__next._head.txt b/static-site/demos/__next._head.txt index 7776b0d7b..15ca6fd89 100644 --- a/static-site/demos/__next._head.txt +++ b/static-site/demos/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Live Demos · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Live, in-browser demos and open-source repositories from the Ethical Tech CoLab — evacuation risk platforms, provenance passports, and decision-support tools you can run right now."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/demos/__next._index.txt b/static-site/demos/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/demos/__next._index.txt +++ b/static-site/demos/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/demos/__next._tree.txt b/static-site/demos/__next._tree.txt index f40dc43c1..402adf7f1 100644 --- a/static-site/demos/__next._tree.txt +++ b/static-site/demos/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"demos","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/demos/__next.demos.txt b/static-site/demos/__next.demos.txt index e17ca4ded..e8bfa323c 100644 --- a/static-site/demos/__next.demos.txt +++ b/static-site/demos/__next.demos.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 4:[] 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/demos/index.html b/static-site/demos/index.html index 00c945678..319d5f382 100644 --- a/static-site/demos/index.html +++ b/static-site/demos/index.html @@ -1 +1 @@ -Live Demos · NYU Ethical Tech CoLab

Live demos · Open source

Run the research.

Every project ships as an open repository — and most run live in your browser. Browse the catalog by theme, pick a title to read what it does, then press play and run it here. This is applied research you can actually use.

Semester19 live · 26 shown
Theme

Evacuation

7 titles

Cultural heritage

4 titles

Traceability

1 title

Early warning

1 title

Diplomacy

2 titles

Research

10 titles

Storytelling

1 title

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +Live Demos · NYU Ethical Tech CoLab

Live demos · Open source

Run the research.

Every project ships as an open repository — and most run live in your browser. Browse the catalog by theme, pick a title to read what it does, then press play and run it here. This is applied research you can actually use.

Semester22 live · 29 shown
Theme

Evacuation

7 titles

Cultural heritage

4 titles

Traceability

1 title

Early warning

1 title

Diplomacy

2 titles

Research

13 titles

Storytelling

1 title

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/demos/index.txt b/static-site/demos/index.txt index 09fc0e0e1..766438385 100644 --- a/static-site/demos/index.txt +++ b/static-site/demos/index.txt @@ -1,26 +1,26 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","demos",""],"q":"","i":false,"f":[[["",{"children":["demos",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -14:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"Reveal"] -15:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"SectionTabs"] -16:I[89852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"RepoShowcase"] -17:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","demos",""],"q":"","i":false,"f":[[["",{"children":["demos",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +14:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"Reveal"] +15:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"SectionTabs"] +16:I[89852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3w90c42nje_vm.js"],"RepoShowcase"] +17:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 18:"$Sreact.suspense" -1b:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1d:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1b:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1d:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L13",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -31,8 +31,8 @@ e:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 1a:[] f:"$W1a" 10:["$","$1","h",{"children":[null,["$","$L1b",null,{"children":"$L1c"}],["$","div",null,{"hidden":true,"children":["$","$L1d",null,{"children":["$","$18",null,{"name":"Next.Metadata","children":"$L1e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -1f:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +1f:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 19:null 1e:[["$","title","0",{"children":"Live Demos · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Live, in-browser demos and open-source repositories from the Ethical Tech CoLab — evacuation risk platforms, provenance passports, and decision-support tools you can run right now."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L1f","5",{}]] diff --git a/static-site/font-lab/__next._full.txt b/static-site/font-lab/__next._full.txt index a325b22b1..4f88e7c67 100644 --- a/static-site/font-lab/__next._full.txt +++ b/static-site/font-lab/__next._full.txt @@ -1,35 +1,35 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] :HL["/website/_next/static/media/01d67e7cc17e7674-s.p.0m75r3fswdwux.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/0acc7fdf55eb3220-s.p.3oprs0vbfre0x.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/0c8c4ded07fff55c-s.p.2tcyrya9o07vu.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/3206eb66b875a5b3-s.p.201eoo3y6c5_i.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/374a88ea0960b3d4-s.p.2fz20jxmyia8o.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/37f34e4fcce0f2d4-s.p.3dosikwwiz7p4.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/8ec783ae88469012-s.p.0twlw20dvfl-2.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/d23f31b94ad01e54-s.p.0teq8rsbqpt0q.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/d6749d348ea0202d-s.p.2avioznhdf_as.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/dc0c65e819e3bb6c-s.p.1d4mg4yt567i3.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/de161955856a921d-s.p.0fxeqrss3ag9h.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fe83cf2ab39e9c57-s.p.2qpii4b6jmzj9.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/chunks/0-y3whugx_hm0.css","style"] -0:{"P":null,"c":["","font-lab",""],"q":"","i":false,"f":[[["",{"children":["font-lab",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -1d:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1f:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +0:{"P":null,"c":["","font-lab",""],"q":"","i":false,"f":[[["",{"children":["font-lab",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +1d:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1f:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 20:"$Sreact.suspense" 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] @@ -41,8 +41,8 @@ e:["$","$1","c",{"children":[["$","div",null,{"className":"mx-auto max-w-5xl px- 1c:[] f:"$W1c" 10:["$","$1","h",{"children":[null,["$","$L1d",null,{"children":"$L1e"}],["$","div",null,{"hidden":true,"children":["$","$L1f",null,{"children":["$","$20",null,{"name":"Next.Metadata","children":"$L21"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -22:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +22:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 14:["$","li","6",{"className":"border-t border-border pt-8","children":[["$","p",null,{"className":"text-sm uppercase tracking-[0.18em] text-muted","children":[6," · ","VT323"," ",["$","span",null,{"className":"text-accent","children":["— ","Terminal"]}]]}],["$","p",null,{"className":"mt-2 max-w-2xl text-sm leading-relaxed text-muted","children":"Old CRT terminal. Reads as a screen rather than as a grid of blocks."}],["$","div",null,{"className":"mt-6 uppercase vt323_7a5e21bf-module__LtreqW__className","style":{"fontSize":"clamp(2.8rem,10vw,8rem)","lineHeight":0.95},"children":[["$","span",null,{"className":"block","children":"Ethical Tech"}],["$","span",null,{"className":"block","children":"CoLab"}]]}]]}] 15:["$","li","7",{"className":"border-t border-border pt-8","children":[["$","p",null,{"className":"text-sm uppercase tracking-[0.18em] text-muted","children":[7," · ","Orbitron"," ",["$","span",null,{"className":"text-accent","children":["— ","Wide tech"]}]]}],["$","p",null,{"className":"mt-2 max-w-2xl text-sm leading-relaxed text-muted","children":"Squared geometric. Says 'technology' with no pixel grid at all."}],["$","div",null,{"className":"mt-6 uppercase orbitron_bc263156-module__09bM4q__className","style":{"fontSize":"clamp(1.7rem,6vw,4.4rem)","lineHeight":1.1,"fontWeight":800},"children":[["$","span",null,{"className":"block","children":"Ethical Tech"}],["$","span",null,{"className":"block","children":"CoLab"}]]}]]}] 16:["$","li","8",{"className":"border-t border-border pt-8","children":[["$","p",null,{"className":"text-sm uppercase tracking-[0.18em] text-muted","children":[8," · ","Michroma"," ",["$","span",null,{"className":"text-accent","children":["— ","Wide tech"]}]]}],["$","p",null,{"className":"mt-2 max-w-2xl text-sm leading-relaxed text-muted","children":"Very wide, square, calm. Closest to the banner's proportions."}],["$","div",null,{"className":"mt-6 uppercase michroma_87627b29-module__lO6qWG__className","style":{"fontSize":"clamp(1.3rem,4.6vw,3.3rem)","lineHeight":1.3},"children":[["$","span",null,{"className":"block","children":"Ethical Tech"}],["$","span",null,{"className":"block","children":"CoLab"}]]}]]}] @@ -52,6 +52,6 @@ f:"$W1c" 1a:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/0-y3whugx_hm0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1b:["$","$L22",null,{"children":["$","$20",null,{"name":"Next.MetadataOutlet","children":"$@23"}]}] 1e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -24:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +24:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 21:[["$","title","0",{"children":"Wordmark font lab · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L24","6",{}]] 23:null diff --git a/static-site/font-lab/__next._head.txt b/static-site/font-lab/__next._head.txt index d38a3c4f1..0f4c7c5f1 100644 --- a/static-site/font-lab/__next._head.txt +++ b/static-site/font-lab/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Wordmark font lab · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/font-lab/__next._index.txt b/static-site/font-lab/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/font-lab/__next._index.txt +++ b/static-site/font-lab/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/font-lab/__next._tree.txt b/static-site/font-lab/__next._tree.txt index 8a46e89a8..a2431ac8c 100644 --- a/static-site/font-lab/__next._tree.txt +++ b/static-site/font-lab/__next._tree.txt @@ -1,19 +1,19 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] :HL["/website/_next/static/media/01d67e7cc17e7674-s.p.0m75r3fswdwux.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/0acc7fdf55eb3220-s.p.3oprs0vbfre0x.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/0c8c4ded07fff55c-s.p.2tcyrya9o07vu.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/3206eb66b875a5b3-s.p.201eoo3y6c5_i.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/374a88ea0960b3d4-s.p.2fz20jxmyia8o.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/37f34e4fcce0f2d4-s.p.3dosikwwiz7p4.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/8ec783ae88469012-s.p.0twlw20dvfl-2.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/d23f31b94ad01e54-s.p.0teq8rsbqpt0q.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/d6749d348ea0202d-s.p.2avioznhdf_as.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/dc0c65e819e3bb6c-s.p.1d4mg4yt567i3.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/de161955856a921d-s.p.0fxeqrss3ag9h.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fe83cf2ab39e9c57-s.p.2qpii4b6jmzj9.woff2","font",{"crossOrigin":"","type":"font/woff2"}] diff --git a/static-site/font-lab/__next.font-lab.txt b/static-site/font-lab/__next.font-lab.txt index e17ca4ded..e8bfa323c 100644 --- a/static-site/font-lab/__next.font-lab.txt +++ b/static-site/font-lab/__next.font-lab.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 4:[] 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/font-lab/index.html b/static-site/font-lab/index.html index 5924b878b..d007bda3b 100644 --- a/static-site/font-lab/index.html +++ b/static-site/font-lab/index.html @@ -1 +1 @@ -Wordmark font lab · NYU Ethical Tech CoLab

Internal · not linked from the site

Wordmark font lab

The lockup at hero size in every candidate, on the real background. Tell me a number and I will set the wordmark in it — or say none of them and we will go the SVG route instead.

  • 1 · Bebas Neue Current

    What the site uses today, and what every other heading is set in.

    Ethical TechCoLab
  • 2 · Sixtyfour Dot matrix

    Closest to the banner: separate square tiles. You rejected this one.

    Ethical TechCoLab
  • 3 · Press Start 2P Pixel

    The arcade classic. Chunky, square, unmistakably 8-bit.

    Ethical TechCoLab
  • 4 · Silkscreen Pixel

    Small-pixel face. You rejected this one.

    Ethical TechCoLab
  • 5 · Pixelify Sans Pixel

    Solid strokes with stepped edges. You rejected this one.

    Ethical TechCoLab
  • 6 · VT323 Terminal

    Old CRT terminal. Reads as a screen rather than as a grid of blocks.

    Ethical TechCoLab
  • 7 · Orbitron Wide tech

    Squared geometric. Says 'technology' with no pixel grid at all.

    Ethical TechCoLab
  • 8 · Michroma Wide tech

    Very wide, square, calm. Closest to the banner's proportions.

    Ethical TechCoLab
  • 9 · Chakra Petch Wide tech

    Squared with clipped corners — a technical look that still reads fast.

    Ethical TechCoLab
  • 10 · Rajdhani Wide tech

    Condensed and squared: nearest to Bebas's proportions, but technical.

    Ethical TechCoLab
  • 11 · Space Grotesk Neutral

    A quiet modern sans, sibling to the Space Mono already used for body.

    Ethical TechCoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +Wordmark font lab · NYU Ethical Tech CoLab

Internal · not linked from the site

Wordmark font lab

The lockup at hero size in every candidate, on the real background. Tell me a number and I will set the wordmark in it — or say none of them and we will go the SVG route instead.

  • 1 · Bebas Neue Current

    What the site uses today, and what every other heading is set in.

    Ethical TechCoLab
  • 2 · Sixtyfour Dot matrix

    Closest to the banner: separate square tiles. You rejected this one.

    Ethical TechCoLab
  • 3 · Press Start 2P Pixel

    The arcade classic. Chunky, square, unmistakably 8-bit.

    Ethical TechCoLab
  • 4 · Silkscreen Pixel

    Small-pixel face. You rejected this one.

    Ethical TechCoLab
  • 5 · Pixelify Sans Pixel

    Solid strokes with stepped edges. You rejected this one.

    Ethical TechCoLab
  • 6 · VT323 Terminal

    Old CRT terminal. Reads as a screen rather than as a grid of blocks.

    Ethical TechCoLab
  • 7 · Orbitron Wide tech

    Squared geometric. Says 'technology' with no pixel grid at all.

    Ethical TechCoLab
  • 8 · Michroma Wide tech

    Very wide, square, calm. Closest to the banner's proportions.

    Ethical TechCoLab
  • 9 · Chakra Petch Wide tech

    Squared with clipped corners — a technical look that still reads fast.

    Ethical TechCoLab
  • 10 · Rajdhani Wide tech

    Condensed and squared: nearest to Bebas's proportions, but technical.

    Ethical TechCoLab
  • 11 · Space Grotesk Neutral

    A quiet modern sans, sibling to the Space Mono already used for body.

    Ethical TechCoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/font-lab/index.txt b/static-site/font-lab/index.txt index a325b22b1..4f88e7c67 100644 --- a/static-site/font-lab/index.txt +++ b/static-site/font-lab/index.txt @@ -1,35 +1,35 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] :HL["/website/_next/static/media/01d67e7cc17e7674-s.p.0m75r3fswdwux.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/0acc7fdf55eb3220-s.p.3oprs0vbfre0x.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/0c8c4ded07fff55c-s.p.2tcyrya9o07vu.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/3206eb66b875a5b3-s.p.201eoo3y6c5_i.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/374a88ea0960b3d4-s.p.2fz20jxmyia8o.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/37f34e4fcce0f2d4-s.p.3dosikwwiz7p4.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/8ec783ae88469012-s.p.0twlw20dvfl-2.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/d23f31b94ad01e54-s.p.0teq8rsbqpt0q.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/d6749d348ea0202d-s.p.2avioznhdf_as.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/dc0c65e819e3bb6c-s.p.1d4mg4yt567i3.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/de161955856a921d-s.p.0fxeqrss3ag9h.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fe83cf2ab39e9c57-s.p.2qpii4b6jmzj9.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/chunks/0-y3whugx_hm0.css","style"] -0:{"P":null,"c":["","font-lab",""],"q":"","i":false,"f":[[["",{"children":["font-lab",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -1d:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1f:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +0:{"P":null,"c":["","font-lab",""],"q":"","i":false,"f":[[["",{"children":["font-lab",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +1d:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1f:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 20:"$Sreact.suspense" 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] @@ -41,8 +41,8 @@ e:["$","$1","c",{"children":[["$","div",null,{"className":"mx-auto max-w-5xl px- 1c:[] f:"$W1c" 10:["$","$1","h",{"children":[null,["$","$L1d",null,{"children":"$L1e"}],["$","div",null,{"hidden":true,"children":["$","$L1f",null,{"children":["$","$20",null,{"name":"Next.Metadata","children":"$L21"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -22:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +22:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 14:["$","li","6",{"className":"border-t border-border pt-8","children":[["$","p",null,{"className":"text-sm uppercase tracking-[0.18em] text-muted","children":[6," · ","VT323"," ",["$","span",null,{"className":"text-accent","children":["— ","Terminal"]}]]}],["$","p",null,{"className":"mt-2 max-w-2xl text-sm leading-relaxed text-muted","children":"Old CRT terminal. Reads as a screen rather than as a grid of blocks."}],["$","div",null,{"className":"mt-6 uppercase vt323_7a5e21bf-module__LtreqW__className","style":{"fontSize":"clamp(2.8rem,10vw,8rem)","lineHeight":0.95},"children":[["$","span",null,{"className":"block","children":"Ethical Tech"}],["$","span",null,{"className":"block","children":"CoLab"}]]}]]}] 15:["$","li","7",{"className":"border-t border-border pt-8","children":[["$","p",null,{"className":"text-sm uppercase tracking-[0.18em] text-muted","children":[7," · ","Orbitron"," ",["$","span",null,{"className":"text-accent","children":["— ","Wide tech"]}]]}],["$","p",null,{"className":"mt-2 max-w-2xl text-sm leading-relaxed text-muted","children":"Squared geometric. Says 'technology' with no pixel grid at all."}],["$","div",null,{"className":"mt-6 uppercase orbitron_bc263156-module__09bM4q__className","style":{"fontSize":"clamp(1.7rem,6vw,4.4rem)","lineHeight":1.1,"fontWeight":800},"children":[["$","span",null,{"className":"block","children":"Ethical Tech"}],["$","span",null,{"className":"block","children":"CoLab"}]]}]]}] 16:["$","li","8",{"className":"border-t border-border pt-8","children":[["$","p",null,{"className":"text-sm uppercase tracking-[0.18em] text-muted","children":[8," · ","Michroma"," ",["$","span",null,{"className":"text-accent","children":["— ","Wide tech"]}]]}],["$","p",null,{"className":"mt-2 max-w-2xl text-sm leading-relaxed text-muted","children":"Very wide, square, calm. Closest to the banner's proportions."}],["$","div",null,{"className":"mt-6 uppercase michroma_87627b29-module__lO6qWG__className","style":{"fontSize":"clamp(1.3rem,4.6vw,3.3rem)","lineHeight":1.3},"children":[["$","span",null,{"className":"block","children":"Ethical Tech"}],["$","span",null,{"className":"block","children":"CoLab"}]]}]]}] @@ -52,6 +52,6 @@ f:"$W1c" 1a:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/0-y3whugx_hm0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1b:["$","$L22",null,{"children":["$","$20",null,{"name":"Next.MetadataOutlet","children":"$@23"}]}] 1e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -24:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +24:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 21:[["$","title","0",{"children":"Wordmark font lab · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L24","6",{}]] 23:null diff --git a/static-site/index.html b/static-site/index.html index 2e1d7ec94..6ac9f985c 100644 --- a/static-site/index.html +++ b/static-site/index.html @@ -1 +1 @@ -NYU Ethical Tech CoLab · Emerging Tech, Human Condition

NYU CGA × Microsoft

Ethical Tech CoLab

Exploring technology to improve the human condition.

A research collaboration between NYU's Center for Global Affairs and Microsoft — changing the conversation on how people are informed, and how emerging technology can be used for good.

Mission

Achieving full human potential through technology — changing how people are informed, and how tech is used for good.

What are the circumstances of the human being, and how can technology improve them? We see technology as a tool — part of the solution.

Current projects

Building at the frontier.

Cohorts · 2025-2026

Cohorts.

Each graduate student cohort of the Ethical Tech CoLab takes on applied research and proof-of-concept projects on intervention opportunities at the intersection of emerging technologies and the human condition.

Past

Fall 2025

Prototyping and partner pilots.

Technical spikes (multi-agent harnesses, verifiable credentials, geospatial pipelines) tested against real partner needs.

  • 8 researchers
  • Forced Labor Structural Risk Index
  • AI Research Question Assistant

Full archive coming soon

Past

Spring 2025

First applied research projects.

The lab's first applied research projects, spanning online safety, sustainability, AI's footprint, and generative storytelling.

  • 8 researchers
  • Online Grooming Prevention
  • ESG Labels & Certificates Transparency
  • AI's Carbon Footprint
  • Generative AI for Good — Avatar Storytelling

Full archive coming soon

Collaborate

Have a hard problem at the edge of technology and society?

We partner with institutions, agencies, and communities to prototype interventions that hold up outside the lab.

Stay in the loop

Join the Ethical Tech CoLab newsletter.

Cohort openings, project launches, event invites, and research from the frontier of emerging tech and the human condition — a few times a semester, no noise.

Coming soon

No spam. Unsubscribe anytime.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +NYU Ethical Tech CoLab · Emerging Tech, Human Condition

NYU CGA × Microsoft

Ethical Tech CoLab

Exploring technology to improve the human condition.

A research collaboration between NYU's Center for Global Affairs and Microsoft — changing the conversation on how people are informed, and how emerging technology can be used for good.

Mission

Achieving full human potential through technology — changing how people are informed, and how tech is used for good.

What are the circumstances of the human being, and how can technology improve them? We see technology as a tool — part of the solution.

Current projects

Building at the frontier.

Cohorts · 2025-2026

Cohorts.

Each graduate student cohort of the Ethical Tech CoLab takes on applied research and proof-of-concept projects on intervention opportunities at the intersection of emerging technologies and the human condition.

Past

Fall 2025

Prototyping and partner pilots.

Technical spikes (multi-agent harnesses, verifiable credentials, geospatial pipelines) tested against real partner needs.

  • 8 researchers
  • Forced Labor Structural Risk Index
  • AI Research Question Assistant

Full archive coming soon

Past

Spring 2025

First applied research projects.

The lab's first applied research projects, spanning online safety, sustainability, AI's footprint, and generative storytelling.

  • 8 researchers
  • Online Grooming Prevention
  • ESG Labels & Certificates Transparency
  • AI's Carbon Footprint
  • Generative AI for Good — Avatar Storytelling

Full archive coming soon

Collaborate

Have a hard problem at the edge of technology and society?

We partner with institutions, agencies, and communities to prototype interventions that hold up outside the lab.

Stay in the loop

Join the Ethical Tech CoLab newsletter.

Cohort openings, project launches, event invites, and research from the frontier of emerging tech and the human condition — a few times a semester, no noise.

Coming soon

No spam. Unsubscribe anytime.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/index.txt b/static-site/index.txt index 390ae5f57..2361f8185 100644 --- a/static-site/index.txt +++ b/static-site/index.txt @@ -1,40 +1,40 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -f:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +f:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{},null,false,null]},null,false,null],"$Le",false]],"m":"$undefined","G":["$f",["$L10"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -11:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Link"] -12:I[85437,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Image"] -13:I[25150,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"HeroField"] -14:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Reveal"] -15:I[53675,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StatementCarousel"] -1e:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -20:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{},null,false,null]},null,false,null],"$Le",false]],"m":"$undefined","G":["$f",["$L10"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +11:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Link"] +12:I[85437,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Image"] +13:I[25150,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"HeroField"] +14:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Reveal"] +15:I[53675,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StatementCarousel"] +1e:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +20:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 21:"$Sreact.suspense" 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L11",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L11",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L11",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L11",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] b:["$","div",null,{"className":"mt-12 flex flex-col gap-2 border-t border-border pt-6 text-xs text-muted sm:flex-row sm:items-center sm:justify-between","children":[["$","span",null,{"children":["© ",2026," NYU Ethical Tech CoLab"]}],["$","span",null,{"children":"Four cohorts · est. 2024-2026"}]]}] c:["$","div",null,{"className":"mt-6 space-y-3 border-t border-border pt-6 text-[11px] leading-relaxed text-muted/80","children":[["$","p","0",{"children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution."}],["$","p","1",{"children":"Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."}]]}] -d:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","$L12",null,{"src":"/website/nyu-subway.jpg","alt":"","aria-hidden":true,"fill":true,"priority":true,"sizes":"100vw","className":"pointer-events-none object-cover object-center opacity-25"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0 bg-background/70"}],["$","span",null,{"className":"aura"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0","style":{"background":"radial-gradient(70% 60% at 20% 0%, color-mix(in oklab, var(--glow) 26%, transparent), transparent 65%)"}}],["$","$L13",null,{}],["$","div",null,{"className":"relative mx-auto max-w-6xl px-6 py-24 text-center sm:py-28","children":[["$","$L14",null,{"children":["$","p",null,{"className":"text-base uppercase tracking-[0.25em] text-accent sm:text-lg","children":"NYU CGA × Microsoft"}]}],["$","$L14",null,{"delay":0.15,"children":["$","$L15",null,{"statements":[{"lead":"Ethical Tech CoLab","headingClass":"text-[clamp(4.25rem,13vw,11rem)] leading-[0.88]","figure":["$","p",null,{"className":"font-serif uppercase leading-[0.95] tracking-tight text-foreground","style":{"fontSize":"clamp(1.9rem, 4vw, 3rem)"},"children":["Exploring technology to improve",["$","br",null,{"className":"hidden sm:block"}]," the"," ",["$","span",null,{"className":"display-em","children":"human condition"}],"."]}],"line":["$","p",null,{"className":"mx-auto mt-7 max-w-2xl leading-relaxed text-foreground/85","children":["A research collaboration between NYU's"," ",["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"link-underline text-accent hover:opacity-80","children":"Center for Global Affairs"}]," ","and Microsoft — changing the conversation on how people are informed, and how emerging technology can be used for good."]}]},{"lead":"Four questions. ","em":"One frontier.","figure":"14 projects in the portfolio","line":"Evacuation, cultural heritage, traceability, diplomacy — each question carried through to a fielded prototype, in the open.","cta":"Explore the portfolio","href":"/portfolio"},{"lead":"Run the ","em":"research","tail":".","figure":"18 demos you can open","line":"Not screenshots: the prototypes themselves, running in the browser with their source alongside.","cta":"Open the live demos","href":"/demos"},{"lead":"The research, ","em":"written up","tail":".","figure":"25 in the catalogue","line":"Every research question the CoLab takes on is written up academically, including what did not hold.","cta":"Read the publications","href":"/publications"},{"lead":"The people ","em":"building","tail":" this.","figure":"23 researchers across 3 cohorts","line":"Graduate researchers at NYU's Center for Global Affairs, with advisors and resident fellows alongside.","cta":"Meet the team","href":"/team"}],"label":"Statement","className":"mt-5"}]}]]}]]}],[["$","section",null,{"className":"border-b border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16 text-center","children":[["$","$L14",null,{"children":["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Mission"}]}],["$","$L14",null,{"delay":0.05,"children":["$","p",null,{"className":"mx-auto mt-4 max-w-4xl fluid-h2 font-heading uppercase leading-[1.02]","children":["Achieving ",["$","span",null,{"className":"display-em","children":"full human potential"}]," ","through technology — changing how people are informed, and how tech is used for good."]}]}],["$","$L14",null,{"delay":0.1,"children":["$","p",null,{"className":"mx-auto mt-6 max-w-2xl text-lg leading-relaxed text-muted","children":"What are the circumstances of the human being, and how can technology improve them? We see technology as a tool — part of the solution."}]}]]}]}],["$","section",null,{"className":"mx-auto max-w-6xl px-6 py-24","children":[["$","$L14",null,{"children":["$","div",null,{"className":"flex items-end justify-between","children":["$L16","$L17"]}]}],"$L18"]}],"$L19","$L1a","$L1b"]],["$L1c"],"$L1d"]}] +d:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","$L12",null,{"src":"/website/nyu-subway.jpg","alt":"","aria-hidden":true,"fill":true,"priority":true,"sizes":"100vw","className":"pointer-events-none object-cover object-center opacity-25"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0 bg-background/70"}],["$","span",null,{"className":"aura"}],["$","div",null,{"aria-hidden":true,"className":"pointer-events-none absolute inset-0","style":{"background":"radial-gradient(70% 60% at 20% 0%, color-mix(in oklab, var(--glow) 26%, transparent), transparent 65%)"}}],["$","$L13",null,{}],["$","div",null,{"className":"relative mx-auto max-w-6xl px-6 py-24 text-center sm:py-28","children":[["$","$L14",null,{"children":["$","p",null,{"className":"text-base uppercase tracking-[0.25em] text-accent sm:text-lg","children":"NYU CGA × Microsoft"}]}],["$","$L14",null,{"delay":0.15,"children":["$","$L15",null,{"statements":[{"lead":"Ethical Tech CoLab","headingClass":"text-[clamp(4.25rem,13vw,11rem)] leading-[0.88]","figure":["$","p",null,{"className":"font-serif uppercase leading-[0.95] tracking-tight text-foreground","style":{"fontSize":"clamp(1.9rem, 4vw, 3rem)"},"children":["Exploring technology to improve",["$","br",null,{"className":"hidden sm:block"}]," the"," ",["$","span",null,{"className":"display-em","children":"human condition"}],"."]}],"line":["$","p",null,{"className":"mx-auto mt-7 max-w-2xl leading-relaxed text-foreground/85","children":["A research collaboration between NYU's"," ",["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"link-underline text-accent hover:opacity-80","children":"Center for Global Affairs"}]," ","and Microsoft — changing the conversation on how people are informed, and how emerging technology can be used for good."]}]},{"lead":"Four questions. ","em":"One frontier.","figure":"14 projects in the portfolio","line":"Evacuation, cultural heritage, traceability, diplomacy — each question carried through to a fielded prototype, in the open.","cta":"Explore the portfolio","href":"/portfolio"},{"lead":"Run the ","em":"research","tail":".","figure":"21 demos you can open","line":"Not screenshots: the prototypes themselves, running in the browser with their source alongside.","cta":"Open the live demos","href":"/demos"},{"lead":"The research, ","em":"written up","tail":".","figure":"28 in the catalogue","line":"Every research question the CoLab takes on is written up academically, including what did not hold.","cta":"Read the publications","href":"/publications"},{"lead":"The people ","em":"building","tail":" this.","figure":"23 researchers across 3 cohorts","line":"Graduate researchers at NYU's Center for Global Affairs, with advisors and resident fellows alongside.","cta":"Meet the team","href":"/team"}],"label":"Statement","className":"mt-5"}]}]]}]]}],[["$","section",null,{"className":"border-b border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16 text-center","children":[["$","$L14",null,{"children":["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Mission"}]}],["$","$L14",null,{"delay":0.05,"children":["$","p",null,{"className":"mx-auto mt-4 max-w-4xl fluid-h2 font-heading uppercase leading-[1.02]","children":["Achieving ",["$","span",null,{"className":"display-em","children":"full human potential"}]," ","through technology — changing how people are informed, and how tech is used for good."]}]}],["$","$L14",null,{"delay":0.1,"children":["$","p",null,{"className":"mx-auto mt-6 max-w-2xl text-lg leading-relaxed text-muted","children":"What are the circumstances of the human being, and how can technology improve them? We see technology as a tool — part of the solution."}]}]]}]}],["$","section",null,{"className":"mx-auto max-w-6xl px-6 py-24","children":[["$","$L14",null,{"children":["$","div",null,{"className":"flex items-end justify-between","children":["$L16","$L17"]}]}],"$L18"]}],"$L19","$L1a","$L1b"]],["$L1c"],"$L1d"]}] e:["$","$1","h",{"children":[null,["$","$L1e",null,{"children":"$L1f"}],["$","div",null,{"hidden":true,"children":["$","$L20",null,{"children":["$","$21",null,{"name":"Next.Metadata","children":"$L22"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -10:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -23:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Stagger"] -24:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StaggerItem"] -25:I[35852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ProjectDiagram"] -26:I[12243,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Tilt3D"] -2a:I[94376,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Magnetic"] -2b:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +10:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +23:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Stagger"] +24:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"StaggerItem"] +25:I[35852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"ProjectDiagram"] +26:I[12243,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Tilt3D"] +2a:I[94376,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/3y2ffd9s1k5e5.js"],"Magnetic"] +2b:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 16:["$","div",null,{"children":[["$","$L11",null,{"href":"/portfolio","className":"link-underline text-xs uppercase tracking-wider text-muted transition-colors hover:text-accent","children":"Current projects"}],["$","h2",null,{"className":"mt-3 fluid-h2 font-heading uppercase","children":"Building at the frontier."}]]}] 17:["$","$L11",null,{"href":"/portfolio","className":"link-underline hidden text-sm text-accent sm:block","children":["View all ","four"," →"]}] 18:["$","$L23",null,{"className":"mt-12 grid gap-px overflow-hidden rounded-2xl border border-border bg-border sm:grid-cols-2","children":[[["$","$L24","Evacuation",{"children":["$","$L11",null,{"href":"/portfolio#evacuation","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L25",null,{"variant":"Evacuation","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["01"," / ","Evacuation"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can AI inform evacuation decisions?"}]]}]}],["$","$L24","Cultural heritage",{"children":["$","$L11",null,{"href":"/portfolio#cultural-heritage","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L25",null,{"variant":"Cultural heritage","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["02"," / ","Cultural heritage"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can technology support the ethical return of cultural artifacts?"}]]}]}],["$","$L24","Traceability",{"children":["$","$L11",null,{"href":"/portfolio#traceability","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L25",null,{"variant":"Traceability","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["03"," / ","Traceability"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can ethical claims in supply chains be made verifiable?"}]]}]}],["$","$L24","Diplomacy",{"children":["$","$L11",null,{"href":"/portfolio#diplomacy","className":"group card-glow flex h-full flex-col gap-3 bg-background p-8 transition-colors hover:bg-surface","children":[["$","$L25",null,{"variant":"Diplomacy","className":"diagram-live mb-3 aspect-[16/7] w-full overflow-hidden rounded-xl border border-border bg-surface/60"}],["$","span",null,{"className":"font-mono text-xs text-muted","children":["04"," / ","Diplomacy"]}],["$","h3",null,{"className":"font-heading text-2xl uppercase tracking-wide sm:text-3xl group-hover:text-accent","children":"How can AI help practitioners rehearse high-stakes diplomacy?"}]]}]}]],false]}] @@ -47,6 +47,6 @@ e:["$","$1","h",{"children":[null,["$","$L1e",null,{"children":"$L1f"}],["$","di 28:["$","$L26","02",{"max":7,"children":["$","article",null,{"className":"flex h-full flex-col rounded-2xl border bg-card p-7 transition-colors border-border hover:border-foreground/25","children":[["$","div",null,{"className":"flex items-center justify-end","children":["$","span",null,{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":"Past"}]}],["$","h3",null,{"className":"mt-5 font-heading text-3xl uppercase leading-none tracking-[0.06em] sm:text-4xl","children":"Fall 2025"}],["$","p",null,{"className":"mt-2 text-sm font-medium text-accent","children":"Prototyping and partner pilots."}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Technical spikes (multi-agent harnesses, verifiable credentials, geospatial pipelines) tested against real partner needs."}],["$","ul",null,{"className":"mt-5 space-y-2 text-sm text-foreground/85","children":[["$","li","8 researchers",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"8 researchers"}]]}],["$","li","Forced Labor Structural Risk Index",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"Forced Labor Structural Risk Index"}]]}],["$","li","AI Research Question Assistant",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"AI Research Question Assistant"}]]}]]}],["$","div",null,{"className":"mt-auto pt-6","children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Full archive coming soon"}],["$","div",null,{"className":"mt-3 flex flex-wrap gap-3","children":[["$","$L11",null,{"href":"/portfolio","className":"inline-flex items-center gap-2 rounded-full bg-accent px-4 py-2 text-sm font-semibold text-background transition-opacity hover:opacity-90","children":"Portfolio →"}],["$","$L11",null,{"href":"/team#alumni-fall-2025","className":"inline-flex items-center gap-2 rounded-full border border-border px-4 py-2 text-sm font-medium transition-colors hover:border-accent hover:text-accent","children":"Meet the cohort →"}]]}]]}]]}]}] 29:["$","$L26","01",{"max":7,"children":["$","article",null,{"className":"flex h-full flex-col rounded-2xl border bg-card p-7 transition-colors border-border hover:border-foreground/25","children":[["$","div",null,{"className":"flex items-center justify-end","children":["$","span",null,{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":"Past"}]}],["$","h3",null,{"className":"mt-5 font-heading text-3xl uppercase leading-none tracking-[0.06em] sm:text-4xl","children":"Spring 2025"}],["$","p",null,{"className":"mt-2 text-sm font-medium text-accent","children":"First applied research projects."}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"The lab's first applied research projects, spanning online safety, sustainability, AI's footprint, and generative storytelling."}],["$","ul",null,{"className":"mt-5 space-y-2 text-sm text-foreground/85","children":[["$","li","8 researchers",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"8 researchers"}]]}],["$","li","Online Grooming Prevention",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"Online Grooming Prevention"}]]}],["$","li","ESG Labels & Certificates Transparency",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"ESG Labels & Certificates Transparency"}]]}],["$","li","AI's Carbon Footprint",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"AI's Carbon Footprint"}]]}],["$","li","Generative AI for Good — Avatar Storytelling",{"className":"flex gap-2.5","children":[["$","span",null,{"aria-hidden":true,"className":"mt-1 text-accent","children":"◦"}],["$","span",null,{"children":"Generative AI for Good — Avatar Storytelling"}]]}]]}],["$","div",null,{"className":"mt-auto pt-6","children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Full archive coming soon"}],["$","div",null,{"className":"mt-3 flex flex-wrap gap-3","children":[["$","$L11",null,{"href":"/portfolio","className":"inline-flex items-center gap-2 rounded-full bg-accent px-4 py-2 text-sm font-semibold text-background transition-opacity hover:opacity-90","children":"Portfolio →"}],["$","$L11",null,{"href":"/team#alumni-spring-2025","className":"inline-flex items-center gap-2 rounded-full border border-border px-4 py-2 text-sm font-medium transition-colors hover:border-accent hover:text-accent","children":"Meet the cohort →"}]]}]]}]]}]}] 1f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -2d:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +2d:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 22:[["$","title","0",{"children":"NYU Ethical Tech CoLab · Emerging Tech, Human Condition"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L2d","5",{}]] 2c:null diff --git a/static-site/media/__next._full.txt b/static-site/media/__next._full.txt index 96701cfee..474f5f516 100644 --- a/static-site/media/__next._full.txt +++ b/static-site/media/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","media",""],"q":"","i":false,"f":[[["",{"children":["media",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -14:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Reveal"] -15:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"SectionTabs"] -26:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -28:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +0:{"P":null,"c":["","media",""],"q":"","i":false,"f":[[["",{"children":["media",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +14:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Reveal"] +15:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"SectionTabs"] +26:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +28:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 29:"$Sreact.suspense" 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] @@ -29,8 +29,8 @@ e:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 25:[] f:"$W25" 10:["$","$1","h",{"children":[null,["$","$L26",null,{"children":"$L27"}],["$","div",null,{"hidden":true,"children":["$","$L28",null,{"children":["$","$29",null,{"name":"Next.Metadata","children":"$L2a"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -33:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +33:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 16:["$","span",null,{"className":"absolute inset-x-0 bottom-0 bg-gradient-to-t from-black/70 to-transparent p-2 text-[11px] text-white opacity-0 transition-opacity group-hover:opacity-100","children":"Speaker · Deborah Berebichez"}] 17:["$","a","/summit/speaker-ruchira-gupta.jpg",{"href":"/website/summit/speaker-ruchira-gupta.jpg","target":"_blank","rel":"noopener noreferrer","className":"group relative block aspect-[4/3] overflow-hidden rounded-xl border border-border bg-secondary","children":[["$","img",null,{"src":"/website/summit/speaker-ruchira-gupta.jpg","alt":"Speaker · Ruchira Gupta","loading":"lazy","className":"h-full w-full object-cover transition-transform duration-300 group-hover:scale-105"}],["$","span",null,{"className":"absolute inset-x-0 bottom-0 bg-gradient-to-t from-black/70 to-transparent p-2 text-[11px] text-white opacity-0 transition-opacity group-hover:opacity-100","children":"Speaker · Ruchira Gupta"}]]}] 18:["$","a","/summit/ai-researcher.jpg",{"href":"/website/summit/ai-researcher.jpg","target":"_blank","rel":"noopener noreferrer","className":"group relative block aspect-[4/3] overflow-hidden rounded-xl border border-border bg-secondary","children":[["$","img",null,{"src":"/website/summit/ai-researcher.jpg","alt":"AI Researcher track","loading":"lazy","className":"h-full w-full object-cover transition-transform duration-300 group-hover:scale-105"}],["$","span",null,{"className":"absolute inset-x-0 bottom-0 bg-gradient-to-t from-black/70 to-transparent p-2 text-[11px] text-white opacity-0 transition-opacity group-hover:opacity-100","children":"AI Researcher track"}]]}] @@ -55,6 +55,6 @@ f:"$W25" 31:["$","$L14","NY Tech Week Side Event",{"children":["$","article",null,{"className":"card-glow flex h-full flex-col rounded-2xl border border-border bg-card p-7 transition-colors hover:border-border-strong","children":[["$","p",null,{"className":"font-mono text-xs text-accent","children":"June 2024 · NYC"}],["$","h3",null,{"className":"mt-3 font-heading text-xl uppercase leading-snug tracking-wide sm:text-2xl","children":"NY Tech Week Side Event"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Ethical Tech CoLab gathering during NY Tech Week, bringing students and partners together around the CoLab's emerging-technology and human-rights work."}],["$","div",null,{"className":"mt-auto flex flex-wrap gap-2 pt-4","children":[["$","span","NY Tech Week",{"className":"rounded-full border border-border px-2.5 py-0.5 text-[10px] uppercase tracking-wider text-muted","children":"NY Tech Week"}],["$","span","Side Event",{"className":"rounded-full border border-border px-2.5 py-0.5 text-[10px] uppercase tracking-wider text-muted","children":"Side Event"}]]}]]}]}] 32:["$","$L14","Inaugural Summit, Emerging Tech & Ethical Sourcing",{"children":["$","article",null,{"className":"card-glow flex h-full flex-col rounded-2xl border border-border bg-card p-7 transition-colors hover:border-border-strong","children":[["$","p",null,{"className":"font-mono text-xs text-accent","children":"Spring 2024 · NYC"}],["$","h3",null,{"className":"mt-3 font-heading text-xl uppercase leading-snug tracking-wide sm:text-2xl","children":"Inaugural Summit, Emerging Tech & Ethical Sourcing"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"First convening of the Ethical Tech CoLab; framing session on how engineering practice can inform sourcing policy, and how policy can inform engineering boundaries."}],["$","div",null,{"className":"mt-auto flex flex-wrap gap-2 pt-4","children":[["$","span","Inaugural",{"className":"rounded-full border border-border px-2.5 py-0.5 text-[10px] uppercase tracking-wider text-muted","children":"Inaugural"}],["$","span","Curriculum",{"className":"rounded-full border border-border px-2.5 py-0.5 text-[10px] uppercase tracking-wider text-muted","children":"Curriculum"}]]}]]}]}] 27:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -35:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +35:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 2a:[["$","title","0",{"children":"Media · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"The Ethical Tech Summit — a semesterly convening at the intersection of emerging technology, human-rights policy, and global affairs. Past summits, partners, and moments from the room."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L35","5",{}]] 34:null diff --git a/static-site/media/__next._head.txt b/static-site/media/__next._head.txt index de193a853..a67ad5029 100644 --- a/static-site/media/__next._head.txt +++ b/static-site/media/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Media · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"The Ethical Tech Summit — a semesterly convening at the intersection of emerging technology, human-rights policy, and global affairs. Past summits, partners, and moments from the room."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/media/__next._index.txt b/static-site/media/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/media/__next._index.txt +++ b/static-site/media/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/media/__next._tree.txt b/static-site/media/__next._tree.txt index 38ca82631..fa4a04cea 100644 --- a/static-site/media/__next._tree.txt +++ b/static-site/media/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"media","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/media/__next.media.txt b/static-site/media/__next.media.txt index e17ca4ded..e8bfa323c 100644 --- a/static-site/media/__next.media.txt +++ b/static-site/media/__next.media.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 4:[] 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/media/index.html b/static-site/media/index.html index ddf16d0e6..1b788b8d4 100644 --- a/static-site/media/index.html +++ b/static-site/media/index.html @@ -1 +1 @@ -Media · NYU Ethical Tech CoLab

Media · Ethical Tech Summit

The Summit, in the room.

Each semester the Ethical Tech CoLab convenes students, technologists, and policy practitioners for a Summit and Hackathon on the live boundary between emerging technology and global affairs.

Recurring threads: agentic systems and the future of work; verifiable supply chains under UFLPA / NDAA; online grooming and platform safety; forced labor and human trafficking; and micropayment rails for vulnerable populations and creator economies.

Media & moments

A visual sampler from past Summits and Hackathons — panels, student demos, partner roundtables, and the convening floor. Click any image to open the full-size version or linked demo.

Past events

Spring 2026 · NYC

Agentic Commerce & the Human Condition

Student-led applied work on x402, agent-to-agent micropayments, and downstream effects on vulnerable populations and creator economies. Industry roundtable on responsible deployment.

x402Agentic Commerce

Fall 2025 · NYC

Verifiable Supply Chains: From Compliance to Trust

UFLPA / NDAA practitioner panel; demos of attestation patterns over the Supplychain Graph; student briefs on traceability gaps in critical-mineral pathways.

UFLPATraceability

Sept 2025 · NYC

NY UN Climate Week Side Event

Ethical Tech CoLab side event during NY UN Climate Week, connecting the CoLab's emerging-technology and human-rights work to the climate agenda.

Climate WeekSide Event

June 2025 · NYC

NY Tech Week Side Event

Ethical Tech CoLab gathering during NY Tech Week, convening technologists, students, and partners across the CoLab's emerging-technology and ethical-sourcing work.

NY Tech WeekSide Event

Spring 2025 · NYC

Online Grooming, Platform Safety & Policy

Joint session with multilateral and civil-society partners; student demos on detection patterns and trauma-informed design; closing panel on platform accountability.

Platform SafetyOSCE/ODIHR

Fall 2024 · NYC

Forced Labor, Structural Risk & Applied Research

Launch of student-led applied-research projects on forced-labor structural risk; introduction of the Forced Labor Structural Risk Index methodology.

Human RightsFLSRI

Sept 2024 · NYC

NY UN Climate Week Side Event

Ethical Tech CoLab side event during NY UN Climate Week, bringing the CoLab's technologists and policy practitioners into the climate conversation.

Climate WeekSide Event

June 2024 · NYC

NY Tech Week Side Event

Ethical Tech CoLab gathering during NY Tech Week, bringing students and partners together around the CoLab's emerging-technology and human-rights work.

NY Tech WeekSide Event

Spring 2024 · NYC

Inaugural Summit, Emerging Tech & Ethical Sourcing

First convening of the Ethical Tech CoLab; framing session on how engineering practice can inform sourcing policy, and how policy can inform engineering boundaries.

InauguralCurriculum

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +Media · NYU Ethical Tech CoLab

Media · Ethical Tech Summit

The Summit, in the room.

Each semester the Ethical Tech CoLab convenes students, technologists, and policy practitioners for a Summit and Hackathon on the live boundary between emerging technology and global affairs.

Recurring threads: agentic systems and the future of work; verifiable supply chains under UFLPA / NDAA; online grooming and platform safety; forced labor and human trafficking; and micropayment rails for vulnerable populations and creator economies.

Media & moments

A visual sampler from past Summits and Hackathons — panels, student demos, partner roundtables, and the convening floor. Click any image to open the full-size version or linked demo.

Past events

Spring 2026 · NYC

Agentic Commerce & the Human Condition

Student-led applied work on x402, agent-to-agent micropayments, and downstream effects on vulnerable populations and creator economies. Industry roundtable on responsible deployment.

x402Agentic Commerce

Fall 2025 · NYC

Verifiable Supply Chains: From Compliance to Trust

UFLPA / NDAA practitioner panel; demos of attestation patterns over the Supplychain Graph; student briefs on traceability gaps in critical-mineral pathways.

UFLPATraceability

Sept 2025 · NYC

NY UN Climate Week Side Event

Ethical Tech CoLab side event during NY UN Climate Week, connecting the CoLab's emerging-technology and human-rights work to the climate agenda.

Climate WeekSide Event

June 2025 · NYC

NY Tech Week Side Event

Ethical Tech CoLab gathering during NY Tech Week, convening technologists, students, and partners across the CoLab's emerging-technology and ethical-sourcing work.

NY Tech WeekSide Event

Spring 2025 · NYC

Online Grooming, Platform Safety & Policy

Joint session with multilateral and civil-society partners; student demos on detection patterns and trauma-informed design; closing panel on platform accountability.

Platform SafetyOSCE/ODIHR

Fall 2024 · NYC

Forced Labor, Structural Risk & Applied Research

Launch of student-led applied-research projects on forced-labor structural risk; introduction of the Forced Labor Structural Risk Index methodology.

Human RightsFLSRI

Sept 2024 · NYC

NY UN Climate Week Side Event

Ethical Tech CoLab side event during NY UN Climate Week, bringing the CoLab's technologists and policy practitioners into the climate conversation.

Climate WeekSide Event

June 2024 · NYC

NY Tech Week Side Event

Ethical Tech CoLab gathering during NY Tech Week, bringing students and partners together around the CoLab's emerging-technology and human-rights work.

NY Tech WeekSide Event

Spring 2024 · NYC

Inaugural Summit, Emerging Tech & Ethical Sourcing

First convening of the Ethical Tech CoLab; framing session on how engineering practice can inform sourcing policy, and how policy can inform engineering boundaries.

InauguralCurriculum

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/media/index.txt b/static-site/media/index.txt index 96701cfee..474f5f516 100644 --- a/static-site/media/index.txt +++ b/static-site/media/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","media",""],"q":"","i":false,"f":[[["",{"children":["media",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -14:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Reveal"] -15:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"SectionTabs"] -26:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -28:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +0:{"P":null,"c":["","media",""],"q":"","i":false,"f":[[["",{"children":["media",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +14:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Reveal"] +15:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"SectionTabs"] +26:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +28:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 29:"$Sreact.suspense" 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] @@ -29,8 +29,8 @@ e:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 25:[] f:"$W25" 10:["$","$1","h",{"children":[null,["$","$L26",null,{"children":"$L27"}],["$","div",null,{"hidden":true,"children":["$","$L28",null,{"children":["$","$29",null,{"name":"Next.Metadata","children":"$L2a"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -33:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +33:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 16:["$","span",null,{"className":"absolute inset-x-0 bottom-0 bg-gradient-to-t from-black/70 to-transparent p-2 text-[11px] text-white opacity-0 transition-opacity group-hover:opacity-100","children":"Speaker · Deborah Berebichez"}] 17:["$","a","/summit/speaker-ruchira-gupta.jpg",{"href":"/website/summit/speaker-ruchira-gupta.jpg","target":"_blank","rel":"noopener noreferrer","className":"group relative block aspect-[4/3] overflow-hidden rounded-xl border border-border bg-secondary","children":[["$","img",null,{"src":"/website/summit/speaker-ruchira-gupta.jpg","alt":"Speaker · Ruchira Gupta","loading":"lazy","className":"h-full w-full object-cover transition-transform duration-300 group-hover:scale-105"}],["$","span",null,{"className":"absolute inset-x-0 bottom-0 bg-gradient-to-t from-black/70 to-transparent p-2 text-[11px] text-white opacity-0 transition-opacity group-hover:opacity-100","children":"Speaker · Ruchira Gupta"}]]}] 18:["$","a","/summit/ai-researcher.jpg",{"href":"/website/summit/ai-researcher.jpg","target":"_blank","rel":"noopener noreferrer","className":"group relative block aspect-[4/3] overflow-hidden rounded-xl border border-border bg-secondary","children":[["$","img",null,{"src":"/website/summit/ai-researcher.jpg","alt":"AI Researcher track","loading":"lazy","className":"h-full w-full object-cover transition-transform duration-300 group-hover:scale-105"}],["$","span",null,{"className":"absolute inset-x-0 bottom-0 bg-gradient-to-t from-black/70 to-transparent p-2 text-[11px] text-white opacity-0 transition-opacity group-hover:opacity-100","children":"AI Researcher track"}]]}] @@ -55,6 +55,6 @@ f:"$W25" 31:["$","$L14","NY Tech Week Side Event",{"children":["$","article",null,{"className":"card-glow flex h-full flex-col rounded-2xl border border-border bg-card p-7 transition-colors hover:border-border-strong","children":[["$","p",null,{"className":"font-mono text-xs text-accent","children":"June 2024 · NYC"}],["$","h3",null,{"className":"mt-3 font-heading text-xl uppercase leading-snug tracking-wide sm:text-2xl","children":"NY Tech Week Side Event"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Ethical Tech CoLab gathering during NY Tech Week, bringing students and partners together around the CoLab's emerging-technology and human-rights work."}],["$","div",null,{"className":"mt-auto flex flex-wrap gap-2 pt-4","children":[["$","span","NY Tech Week",{"className":"rounded-full border border-border px-2.5 py-0.5 text-[10px] uppercase tracking-wider text-muted","children":"NY Tech Week"}],["$","span","Side Event",{"className":"rounded-full border border-border px-2.5 py-0.5 text-[10px] uppercase tracking-wider text-muted","children":"Side Event"}]]}]]}]}] 32:["$","$L14","Inaugural Summit, Emerging Tech & Ethical Sourcing",{"children":["$","article",null,{"className":"card-glow flex h-full flex-col rounded-2xl border border-border bg-card p-7 transition-colors hover:border-border-strong","children":[["$","p",null,{"className":"font-mono text-xs text-accent","children":"Spring 2024 · NYC"}],["$","h3",null,{"className":"mt-3 font-heading text-xl uppercase leading-snug tracking-wide sm:text-2xl","children":"Inaugural Summit, Emerging Tech & Ethical Sourcing"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"First convening of the Ethical Tech CoLab; framing session on how engineering practice can inform sourcing policy, and how policy can inform engineering boundaries."}],["$","div",null,{"className":"mt-auto flex flex-wrap gap-2 pt-4","children":[["$","span","Inaugural",{"className":"rounded-full border border-border px-2.5 py-0.5 text-[10px] uppercase tracking-wider text-muted","children":"Inaugural"}],["$","span","Curriculum",{"className":"rounded-full border border-border px-2.5 py-0.5 text-[10px] uppercase tracking-wider text-muted","children":"Curriculum"}]]}]]}]}] 27:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -35:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +35:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 2a:[["$","title","0",{"children":"Media · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"The Ethical Tech Summit — a semesterly convening at the intersection of emerging technology, human-rights policy, and global affairs. Past summits, partners, and moments from the room."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L35","5",{}]] 34:null diff --git a/static-site/newsletter/2026-07/__next._full.txt b/static-site/newsletter/2026-07/__next._full.txt index 8e3647f1d..635eaa486 100644 --- a/static-site/newsletter/2026-07/__next._full.txt +++ b/static-site/newsletter/2026-07/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","newsletter","2026-07",""],"q":"","i":false,"f":[[["",{"children":["newsletter",{"children":[["slug","2026-07","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","newsletter","2026-07",""],"q":"","i":false,"f":[[["",{"children":["newsletter",{"children":[["slug","2026-07","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,12 +29,12 @@ f:["$","$1","c",{"children":["$L15",[["$","script","script-0",{"src":"/website/_ 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -1e:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"Reveal"] -1f:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"SectionTabs"] -20:I[92234,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"IssueFrame"] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +1e:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"Reveal"] +1f:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"SectionTabs"] +20:I[92234,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"IssueFrame"] 15:[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","span",null,{"className":"aura"}],["$","div",null,{"className":"relative mx-auto max-w-6xl px-6 py-16","children":[["$","$L1e",null,{"children":["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Newsletter · Monthly Intelligence Brief"}]}],["$","$L1e",null,{"delay":0.05,"children":["$","h1",null,{"className":"mt-4 font-heading text-4xl uppercase leading-[0.95] sm:text-5xl","children":"July 2026 · Edition 01"}]}]]}]]}],["$","$L1f",null,{}],["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-12","children":[["$","$L1e",null,{"children":["$","$L14",null,{"href":"/newsletter","className":"text-sm font-medium text-muted transition-colors hover:text-foreground","children":"← All issues"}]}],["$","div",null,{"className":"mt-6","children":["$","$L20",null,{"src":"/website/newsletter/2026-07.html","title":"Monthly Intelligence Brief — July 2026"}]}]]}]] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -21:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +21:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"Newsletter · July 2026 · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"HASTE open-sourced for disaster response, the EU AI Act transparency deadline, the Opportunity Board, Tool of the Month, and more."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L21","5",{}]] diff --git a/static-site/newsletter/2026-07/__next._head.txt b/static-site/newsletter/2026-07/__next._head.txt index fbc2ba2fa..2d1506f63 100644 --- a/static-site/newsletter/2026-07/__next._head.txt +++ b/static-site/newsletter/2026-07/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Newsletter · July 2026 · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"HASTE open-sourced for disaster response, the EU AI Act transparency deadline, the Opportunity Board, Tool of the Month, and more."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/newsletter/2026-07/__next._index.txt b/static-site/newsletter/2026-07/__next._index.txt index c5a39fecb..50ee4b923 100644 --- a/static-site/newsletter/2026-07/__next._index.txt +++ b/static-site/newsletter/2026-07/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/newsletter/2026-07/__next._tree.txt b/static-site/newsletter/2026-07/__next._tree.txt index 0050ad7d7..8fcac21ba 100644 --- a/static-site/newsletter/2026-07/__next._tree.txt +++ b/static-site/newsletter/2026-07/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"newsletter","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"2026-07","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/newsletter/2026-07/__next.newsletter.txt b/static-site/newsletter/2026-07/__next.newsletter.txt index e17ca4ded..e8bfa323c 100644 --- a/static-site/newsletter/2026-07/__next.newsletter.txt +++ b/static-site/newsletter/2026-07/__next.newsletter.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 4:[] 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/newsletter/2026-07/index.html b/static-site/newsletter/2026-07/index.html index 2a60776b2..e0c9c20de 100644 --- a/static-site/newsletter/2026-07/index.html +++ b/static-site/newsletter/2026-07/index.html @@ -1 +1 @@ -Newsletter · July 2026 · NYU Ethical Tech CoLab

Newsletter · Monthly Intelligence Brief

July 2026 · Edition 01

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +Newsletter · July 2026 · NYU Ethical Tech CoLab

Newsletter · Monthly Intelligence Brief

July 2026 · Edition 01

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/newsletter/2026-07/index.txt b/static-site/newsletter/2026-07/index.txt index 8e3647f1d..635eaa486 100644 --- a/static-site/newsletter/2026-07/index.txt +++ b/static-site/newsletter/2026-07/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","newsletter","2026-07",""],"q":"","i":false,"f":[[["",{"children":["newsletter",{"children":[["slug","2026-07","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","newsletter","2026-07",""],"q":"","i":false,"f":[[["",{"children":["newsletter",{"children":[["slug","2026-07","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,12 +29,12 @@ f:["$","$1","c",{"children":["$L15",[["$","script","script-0",{"src":"/website/_ 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -1e:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"Reveal"] -1f:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"SectionTabs"] -20:I[92234,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"IssueFrame"] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +1e:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"Reveal"] +1f:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"SectionTabs"] +20:I[92234,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/1300ctii0r7_l.js"],"IssueFrame"] 15:[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","span",null,{"className":"aura"}],["$","div",null,{"className":"relative mx-auto max-w-6xl px-6 py-16","children":[["$","$L1e",null,{"children":["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Newsletter · Monthly Intelligence Brief"}]}],["$","$L1e",null,{"delay":0.05,"children":["$","h1",null,{"className":"mt-4 font-heading text-4xl uppercase leading-[0.95] sm:text-5xl","children":"July 2026 · Edition 01"}]}]]}]]}],["$","$L1f",null,{}],["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-12","children":[["$","$L1e",null,{"children":["$","$L14",null,{"href":"/newsletter","className":"text-sm font-medium text-muted transition-colors hover:text-foreground","children":"← All issues"}]}],["$","div",null,{"className":"mt-6","children":["$","$L20",null,{"src":"/website/newsletter/2026-07.html","title":"Monthly Intelligence Brief — July 2026"}]}]]}]] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -21:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +21:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"Newsletter · July 2026 · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"HASTE open-sourced for disaster response, the EU AI Act transparency deadline, the Opportunity Board, Tool of the Month, and more."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L21","5",{}]] diff --git a/static-site/newsletter/__next._full.txt b/static-site/newsletter/__next._full.txt index cda34dbed..f5224e159 100644 --- a/static-site/newsletter/__next._full.txt +++ b/static-site/newsletter/__next._full.txt @@ -1,25 +1,25 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","newsletter",""],"q":"","i":false,"f":[[["",{"children":["newsletter",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Link"] -14:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Reveal"] -15:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"SectionTabs"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","newsletter",""],"q":"","i":false,"f":[[["",{"children":["newsletter",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Link"] +14:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Reveal"] +15:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"SectionTabs"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L13",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -30,8 +30,8 @@ e:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 19:[] f:"$W19" 10:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -1e:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +1e:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"Newsletter · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"The Monthly Intelligence Brief — one email a month on technology creating measurable impact for people, communities, and the planet. AI for good, humanitarian innovation, startups, opportunities, and tools."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L1e","5",{}]] diff --git a/static-site/newsletter/__next._head.txt b/static-site/newsletter/__next._head.txt index 59fd4e39f..ca3c1f4ec 100644 --- a/static-site/newsletter/__next._head.txt +++ b/static-site/newsletter/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Newsletter · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"The Monthly Intelligence Brief — one email a month on technology creating measurable impact for people, communities, and the planet. AI for good, humanitarian innovation, startups, opportunities, and tools."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/newsletter/__next._index.txt b/static-site/newsletter/__next._index.txt index 4f0dfc676..4c740b519 100644 --- a/static-site/newsletter/__next._index.txt +++ b/static-site/newsletter/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/newsletter/__next._tree.txt b/static-site/newsletter/__next._tree.txt index 3c9c39489..39804fb12 100644 --- a/static-site/newsletter/__next._tree.txt +++ b/static-site/newsletter/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"newsletter","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/newsletter/__next.newsletter.txt b/static-site/newsletter/__next.newsletter.txt index e17ca4ded..e8bfa323c 100644 --- a/static-site/newsletter/__next.newsletter.txt +++ b/static-site/newsletter/__next.newsletter.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 4:[] 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/newsletter/index.html b/static-site/newsletter/index.html index 0861e1ad5..ccf39095d 100644 --- a/static-site/newsletter/index.html +++ b/static-site/newsletter/index.html @@ -1 +1 @@ -Newsletter · NYU Ethical Tech CoLab

Newsletter · Monthly Intelligence Brief

Technology that creates impact.

One email a month: breakthrough AI for good, humanitarian innovation, exciting startups, research in plain English, opportunities for students and early-career professionals, and tools that make us better researchers. No model-release hype.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +Newsletter · NYU Ethical Tech CoLab

Newsletter · Monthly Intelligence Brief

Technology that creates impact.

One email a month: breakthrough AI for good, humanitarian innovation, exciting startups, research in plain English, opportunities for students and early-career professionals, and tools that make us better researchers. No model-release hype.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/newsletter/index.txt b/static-site/newsletter/index.txt index cda34dbed..f5224e159 100644 --- a/static-site/newsletter/index.txt +++ b/static-site/newsletter/index.txt @@ -1,25 +1,25 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","newsletter",""],"q":"","i":false,"f":[[["",{"children":["newsletter",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Link"] -14:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Reveal"] -15:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"SectionTabs"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","newsletter",""],"q":"","i":false,"f":[[["",{"children":["newsletter",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Link"] +14:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"Reveal"] +15:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/2qhy58lt3wg92.js"],"SectionTabs"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L13",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -30,8 +30,8 @@ e:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 19:[] f:"$W19" 10:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -1e:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +1e:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"Newsletter · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"The Monthly Intelligence Brief — one email a month on technology creating measurable impact for people, communities, and the planet. AI for good, humanitarian innovation, startups, opportunities, and tools."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L1e","5",{}]] diff --git a/static-site/portfolio/__next._full.txt b/static-site/portfolio/__next._full.txt index c688273ea..3cc90d92b 100644 --- a/static-site/portfolio/__next._full.txt +++ b/static-site/portfolio/__next._full.txt @@ -1,25 +1,25 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","portfolio",""],"q":"","i":false,"f":[[["",{"children":["portfolio",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Link"] -14:I[85437,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Image"] -15:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Reveal"] -16:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"SectionTabs"] -17:I[67120,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"PortfolioExplorer"] -1f:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -21:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +0:{"P":null,"c":["","portfolio",""],"q":"","i":false,"f":[[["",{"children":["portfolio",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Link"] +14:I[85437,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Image"] +15:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Reveal"] +16:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"SectionTabs"] +17:I[67120,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"PortfolioExplorer"] +1f:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +21:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 22:"$Sreact.suspense" 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] @@ -31,8 +31,8 @@ e:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 1e:[] f:"$W1e" 10:["$","$1","h",{"children":[null,["$","$L1f",null,{"children":"$L20"}],["$","div",null,{"hidden":true,"children":["$","$L21",null,{"children":["$","$22",null,{"name":"Next.Metadata","children":"$L23"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -27:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +27:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 18:["$","span",null,{"aria-hidden":true,"children":"→"}] 19:["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/forced-labor-structural-risk-index","target":"_blank","rel":"noopener noreferrer","className":"inline-flex items-center gap-1 text-sm font-medium text-accent transition-opacity hover:opacity-80","children":["View code ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}] 1a:["$","article","AI Research Question Assistant",{"className":"flex flex-col rounded-2xl border border-border bg-background p-7","children":[["$","h4",null,{"className":"font-heading text-2xl uppercase leading-[1.12] tracking-[0.02em] sm:text-3xl","children":"AI Research Question Assistant"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"A survey and toolkit for how AI helps researchers formulate rigorous, original research questions — finding gaps, generating candidate questions, summarizing the state of the art, and flagging contradictions, with guardrails against hallucinated citations. Ships with a reusable Copilot 'Researcher' prompt and a journal-credibility rubric."}],["$","div",null,{"className":"mb-6 mt-5 flex flex-wrap gap-2","children":[["$","span","LLM",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","LLM"]}],["$","span","Research",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","Research"]}],["$","span","Tooling",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","Tooling"]}]]}],["$","div",null,{"className":"mt-auto flex flex-wrap items-center gap-x-4 gap-y-2 border-t border-border pt-5","children":[["$","a",null,{"href":"https://ethical-tech-colab.github.io/ai-research-question-assistant/","target":"_blank","rel":"noopener noreferrer","className":"btn-sweep inline-flex items-center gap-2 rounded-full bg-accent px-4 py-2 text-sm font-semibold text-accent-ink transition-transform hover:scale-[1.03]","children":"▶ Launch live demo"}],"$undefined",["$","$L13",null,{"href":"/publications/ai-research-assistant","className":"inline-flex items-center gap-1 text-sm font-medium text-accent transition-opacity hover:opacity-80","children":["Read the report ",["$","span",null,{"aria-hidden":true,"children":"→"}]]}],["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/ai-research-question-assistant","target":"_blank","rel":"noopener noreferrer","className":"inline-flex items-center gap-1 text-sm font-medium text-accent transition-opacity hover:opacity-80","children":["View code ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}]]}]]}] @@ -43,6 +43,6 @@ f:"$W1e" 25:["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/ai-carbon-footprint","target":"_blank","rel":"noopener noreferrer","className":"inline-flex items-center gap-1 text-sm font-medium text-accent transition-opacity hover:opacity-80","children":["View code ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}] 26:["$","article","Generative AI for Good — Avatar Storytelling",{"className":"flex flex-col rounded-2xl border border-border bg-background p-7","children":[["$","h4",null,{"className":"font-heading text-2xl uppercase leading-[1.12] tracking-[0.02em] sm:text-3xl","children":"Generative AI for Good — Avatar Storytelling"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Human-condition storytelling with culturally grounded digital-human avatars — short pieces produced with generative media."}],["$","div",null,{"className":"mb-6 mt-5 flex flex-wrap gap-2","children":[["$","span","Generative AI",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","GenerativeAI"]}],["$","span","Storytelling",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","Storytelling"]}],["$","span","Media",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","Media"]}]]}],["$","div",null,{"className":"mt-auto flex flex-wrap items-center gap-x-4 gap-y-2 border-t border-border pt-5","children":[["$","a",null,{"href":"https://ethical-tech-colab.github.io/Avatar-Impact-Stories/","target":"_blank","rel":"noopener noreferrer","className":"btn-sweep inline-flex items-center gap-2 rounded-full bg-accent px-4 py-2 text-sm font-semibold text-accent-ink transition-transform hover:scale-[1.03]","children":"▶ Launch live demo"}],"$undefined","$undefined",["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/Avatar-Impact-Stories","target":"_blank","rel":"noopener noreferrer","className":"inline-flex items-center gap-1 text-sm font-medium text-accent transition-opacity hover:opacity-80","children":["View code ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}]]}]]}] 20:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -29:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +29:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 23:[["$","title","0",{"children":"Portfolio · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Research questions the current cohort is exploring across disaster response, cultural heritage, supply chains, and diplomacy."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L29","5",{}]] 28:null diff --git a/static-site/portfolio/__next._head.txt b/static-site/portfolio/__next._head.txt index e9a59c02b..e02a68b37 100644 --- a/static-site/portfolio/__next._head.txt +++ b/static-site/portfolio/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Portfolio · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Research questions the current cohort is exploring across disaster response, cultural heritage, supply chains, and diplomacy."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/portfolio/__next._index.txt b/static-site/portfolio/__next._index.txt index b8da2b48d..ffad54bc8 100644 --- a/static-site/portfolio/__next._index.txt +++ b/static-site/portfolio/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/portfolio/__next._tree.txt b/static-site/portfolio/__next._tree.txt index c219f312a..bec7aecf7 100644 --- a/static-site/portfolio/__next._tree.txt +++ b/static-site/portfolio/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"portfolio","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/portfolio/__next.portfolio.txt b/static-site/portfolio/__next.portfolio.txt index e17ca4ded..e8bfa323c 100644 --- a/static-site/portfolio/__next.portfolio.txt +++ b/static-site/portfolio/__next.portfolio.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 4:[] 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/portfolio/index.html b/static-site/portfolio/index.html index ff1a9187c..008cc0281 100644 --- a/static-site/portfolio/index.html +++ b/static-site/portfolio/index.html @@ -1 +1 @@ -Portfolio · NYU Ethical Tech CoLab

Portfolio · Current cohort

Four questions. One frontier.

The current cohort is exploring research questions across disaster response, cultural heritage, supply chains, and diplomacy. Open a question to see the projects exploring it, or filter by topic.

Filter
Information Quality · By ZoneINDEXEIIQUALITY · ACCESS · EQUITY
Provenance · Verified ChainORIGINTRANSFERCUSTODYRETURN
Auditable Traceability · Origin → ShelfMATERIALSLABORIMPACTSOURCEPROCESSTRANSPORTSHELF
Scenario · Multi-Agent RehearsalAGENT AAGENT BMEDIATOROUTCOMES

Archive

Previous portfolios.

Projects from earlier cohorts, grouped by the year they were worked on, with their live demos, code, and reports alongside.

Fall 2025

2 projects

Forced Labor Structural Risk Index

An interactive index mapping the structural conditions that enable forced labor across 184 countries on a 0–1 risk scale, with national and sub-national layers.

#Traceability#Humanrights#Data

AI Research Question Assistant

A survey and toolkit for how AI helps researchers formulate rigorous, original research questions — finding gaps, generating candidate questions, summarizing the state of the art, and flagging contradictions, with guardrails against hallucinated citations. Ships with a reusable Copilot 'Researcher' prompt and a journal-credibility rubric.

#LLM#Research#Tooling

Spring 2025

4 projects

Online Grooming Prevention

Repurposing existing detection technology to identify and interrupt grooming behavior in online spaces, protecting minors on platforms where predators operate.

#Onlinesafety#Childprotection#NLP

ESG Labels & Certificates Transparency

Standardizing ESG certificates and labels into a comparable, trustworthy signal so consumers can steer their behavior toward genuinely sustainable products.

#Sustainability#Consumertrust#Standardization

Generative AI for Good — Avatar Storytelling

Human-condition storytelling with culturally grounded digital-human avatars — short pieces produced with generative media.

#GenerativeAI#Storytelling#Media

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +Portfolio · NYU Ethical Tech CoLab

Portfolio · Current cohort

Four questions. One frontier.

The current cohort is exploring research questions across disaster response, cultural heritage, supply chains, and diplomacy. Open a question to see the projects exploring it, or filter by topic.

Filter
Information Quality · By ZoneINDEXEIIQUALITY · ACCESS · EQUITY
Provenance · Verified ChainORIGINTRANSFERCUSTODYRETURN
Auditable Traceability · Origin → ShelfMATERIALSLABORIMPACTSOURCEPROCESSTRANSPORTSHELF
Scenario · Multi-Agent RehearsalAGENT AAGENT BMEDIATOROUTCOMES

Archive

Previous portfolios.

Projects from earlier cohorts, grouped by the year they were worked on, with their live demos, code, and reports alongside.

Fall 2025

2 projects

Forced Labor Structural Risk Index

An interactive index mapping the structural conditions that enable forced labor across 184 countries on a 0–1 risk scale, with national and sub-national layers.

#Traceability#Humanrights#Data

AI Research Question Assistant

A survey and toolkit for how AI helps researchers formulate rigorous, original research questions — finding gaps, generating candidate questions, summarizing the state of the art, and flagging contradictions, with guardrails against hallucinated citations. Ships with a reusable Copilot 'Researcher' prompt and a journal-credibility rubric.

#LLM#Research#Tooling

Spring 2025

4 projects

Online Grooming Prevention

Repurposing existing detection technology to identify and interrupt grooming behavior in online spaces, protecting minors on platforms where predators operate.

#Onlinesafety#Childprotection#NLP

ESG Labels & Certificates Transparency

Standardizing ESG certificates and labels into a comparable, trustworthy signal so consumers can steer their behavior toward genuinely sustainable products.

#Sustainability#Consumertrust#Standardization

Generative AI for Good — Avatar Storytelling

Human-condition storytelling with culturally grounded digital-human avatars — short pieces produced with generative media.

#GenerativeAI#Storytelling#Media

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/portfolio/index.txt b/static-site/portfolio/index.txt index c688273ea..3cc90d92b 100644 --- a/static-site/portfolio/index.txt +++ b/static-site/portfolio/index.txt @@ -1,25 +1,25 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","portfolio",""],"q":"","i":false,"f":[[["",{"children":["portfolio",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Link"] -14:I[85437,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Image"] -15:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Reveal"] -16:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"SectionTabs"] -17:I[67120,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"PortfolioExplorer"] -1f:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -21:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +0:{"P":null,"c":["","portfolio",""],"q":"","i":false,"f":[[["",{"children":["portfolio",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Link"] +14:I[85437,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Image"] +15:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"Reveal"] +16:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"SectionTabs"] +17:I[67120,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/369wdzv6no3y1.js"],"PortfolioExplorer"] +1f:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +21:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 22:"$Sreact.suspense" 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] @@ -31,8 +31,8 @@ e:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 1e:[] f:"$W1e" 10:["$","$1","h",{"children":[null,["$","$L1f",null,{"children":"$L20"}],["$","div",null,{"hidden":true,"children":["$","$L21",null,{"children":["$","$22",null,{"name":"Next.Metadata","children":"$L23"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -27:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +27:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 18:["$","span",null,{"aria-hidden":true,"children":"→"}] 19:["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/forced-labor-structural-risk-index","target":"_blank","rel":"noopener noreferrer","className":"inline-flex items-center gap-1 text-sm font-medium text-accent transition-opacity hover:opacity-80","children":["View code ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}] 1a:["$","article","AI Research Question Assistant",{"className":"flex flex-col rounded-2xl border border-border bg-background p-7","children":[["$","h4",null,{"className":"font-heading text-2xl uppercase leading-[1.12] tracking-[0.02em] sm:text-3xl","children":"AI Research Question Assistant"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"A survey and toolkit for how AI helps researchers formulate rigorous, original research questions — finding gaps, generating candidate questions, summarizing the state of the art, and flagging contradictions, with guardrails against hallucinated citations. Ships with a reusable Copilot 'Researcher' prompt and a journal-credibility rubric."}],["$","div",null,{"className":"mb-6 mt-5 flex flex-wrap gap-2","children":[["$","span","LLM",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","LLM"]}],["$","span","Research",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","Research"]}],["$","span","Tooling",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","Tooling"]}]]}],["$","div",null,{"className":"mt-auto flex flex-wrap items-center gap-x-4 gap-y-2 border-t border-border pt-5","children":[["$","a",null,{"href":"https://ethical-tech-colab.github.io/ai-research-question-assistant/","target":"_blank","rel":"noopener noreferrer","className":"btn-sweep inline-flex items-center gap-2 rounded-full bg-accent px-4 py-2 text-sm font-semibold text-accent-ink transition-transform hover:scale-[1.03]","children":"▶ Launch live demo"}],"$undefined",["$","$L13",null,{"href":"/publications/ai-research-assistant","className":"inline-flex items-center gap-1 text-sm font-medium text-accent transition-opacity hover:opacity-80","children":["Read the report ",["$","span",null,{"aria-hidden":true,"children":"→"}]]}],["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/ai-research-question-assistant","target":"_blank","rel":"noopener noreferrer","className":"inline-flex items-center gap-1 text-sm font-medium text-accent transition-opacity hover:opacity-80","children":["View code ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}]]}]]}] @@ -43,6 +43,6 @@ f:"$W1e" 25:["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/ai-carbon-footprint","target":"_blank","rel":"noopener noreferrer","className":"inline-flex items-center gap-1 text-sm font-medium text-accent transition-opacity hover:opacity-80","children":["View code ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}] 26:["$","article","Generative AI for Good — Avatar Storytelling",{"className":"flex flex-col rounded-2xl border border-border bg-background p-7","children":[["$","h4",null,{"className":"font-heading text-2xl uppercase leading-[1.12] tracking-[0.02em] sm:text-3xl","children":"Generative AI for Good — Avatar Storytelling"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Human-condition storytelling with culturally grounded digital-human avatars — short pieces produced with generative media."}],["$","div",null,{"className":"mb-6 mt-5 flex flex-wrap gap-2","children":[["$","span","Generative AI",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","GenerativeAI"]}],["$","span","Storytelling",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","Storytelling"]}],["$","span","Media",{"className":"rounded-full border border-border px-2.5 py-0.5 text-xs text-muted","children":["#","Media"]}]]}],["$","div",null,{"className":"mt-auto flex flex-wrap items-center gap-x-4 gap-y-2 border-t border-border pt-5","children":[["$","a",null,{"href":"https://ethical-tech-colab.github.io/Avatar-Impact-Stories/","target":"_blank","rel":"noopener noreferrer","className":"btn-sweep inline-flex items-center gap-2 rounded-full bg-accent px-4 py-2 text-sm font-semibold text-accent-ink transition-transform hover:scale-[1.03]","children":"▶ Launch live demo"}],"$undefined","$undefined",["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/Avatar-Impact-Stories","target":"_blank","rel":"noopener noreferrer","className":"inline-flex items-center gap-1 text-sm font-medium text-accent transition-opacity hover:opacity-80","children":["View code ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}]]}]]}] 20:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -29:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +29:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 23:[["$","title","0",{"children":"Portfolio · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Research questions the current cohort is exploring across disaster response, cultural heritage, supply chains, and diplomacy."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L29","5",{}]] 28:null diff --git a/static-site/print/after-the-corridor/__next._full.txt b/static-site/print/after-the-corridor/__next._full.txt index f15d580a2..ecd2a5788 100644 --- a/static-site/print/after-the-corridor/__next._full.txt +++ b/static-site/print/after-the-corridor/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","after-the-corridor",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","after-the-corridor","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","after-the-corridor",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","after-the-corridor","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -197,6 +197,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 72:["$","li","36",{"children":[["$","span",null,{"className":"print-ref-num","children":"37"}],["$","span",null,{"children":"Innovations for Poverty Action, Displaced Livelihoods Initiative: Call for Proposals, Round V (IPA, 2026); IPA, DLI Eligibility Self-Assessment and Budget Template, Round V (2026)."}]]}] 73:["$","p",null,{"className":"print-note","children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings are those of the researchers and do not represent the official positions of New York University, Microsoft, UNHCR, WFP, or any partner institution. External programs cited are referenced as evidence, not as CoLab partnerships."}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -74:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +74:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"After the Corridor (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L74","6",{}]] diff --git a/static-site/print/after-the-corridor/__next._head.txt b/static-site/print/after-the-corridor/__next._head.txt index 2c10658e9..a9667e18b 100644 --- a/static-site/print/after-the-corridor/__next._head.txt +++ b/static-site/print/after-the-corridor/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"After the Corridor (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/after-the-corridor/__next._index.txt b/static-site/print/after-the-corridor/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/after-the-corridor/__next._index.txt +++ b/static-site/print/after-the-corridor/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/after-the-corridor/__next._tree.txt b/static-site/print/after-the-corridor/__next._tree.txt index 9e05aab03..c8741a6bf 100644 --- a/static-site/print/after-the-corridor/__next._tree.txt +++ b/static-site/print/after-the-corridor/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"after-the-corridor","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/after-the-corridor/__next.print.txt b/static-site/print/after-the-corridor/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/after-the-corridor/__next.print.txt +++ b/static-site/print/after-the-corridor/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/after-the-corridor/index.html b/static-site/print/after-the-corridor/index.html index 926408fbb..ef553a7be 100644 --- a/static-site/print/after-the-corridor/index.html +++ b/static-site/print/after-the-corridor/index.html @@ -1,4 +1,4 @@ -After the Corridor (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/after-the-corridor/index.txt b/static-site/print/after-the-corridor/index.txt index f15d580a2..ecd2a5788 100644 --- a/static-site/print/after-the-corridor/index.txt +++ b/static-site/print/after-the-corridor/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","after-the-corridor",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","after-the-corridor","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","after-the-corridor",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","after-the-corridor","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -197,6 +197,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 72:["$","li","36",{"children":[["$","span",null,{"className":"print-ref-num","children":"37"}],["$","span",null,{"children":"Innovations for Poverty Action, Displaced Livelihoods Initiative: Call for Proposals, Round V (IPA, 2026); IPA, DLI Eligibility Self-Assessment and Budget Template, Round V (2026)."}]]}] 73:["$","p",null,{"className":"print-note","children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings are those of the researchers and do not represent the official positions of New York University, Microsoft, UNHCR, WFP, or any partner institution. External programs cited are referenced as evidence, not as CoLab partnerships."}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -74:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +74:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"After the Corridor (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L74","6",{}]] diff --git a/static-site/print/agentic-language-development/__next._full.txt b/static-site/print/agentic-language-development/__next._full.txt new file mode 100644 index 000000000..d6713c6f3 --- /dev/null +++ b/static-site/print/agentic-language-development/__next._full.txt @@ -0,0 +1,186 @@ +1:"$Sreact.fragment" +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +0:{"P":null,"c":["","print","agentic-language-development",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","agentic-language-development","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +17:"$Sreact.suspense" +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] +9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] +a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] +b:["$","div",null,{"className":"mt-12 flex flex-col gap-2 border-t border-border pt-6 text-xs text-muted sm:flex-row sm:items-center sm:justify-between","children":[["$","span",null,{"children":["© ",2026," NYU Ethical Tech CoLab"]}],["$","span",null,{"children":"Four cohorts · est. 2024-2026"}]]}] +c:["$","div",null,{"className":"mt-6 space-y-3 border-t border-border pt-6 text-[11px] leading-relaxed text-muted/80","children":[["$","p","0",{"children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution."}],["$","p","1",{"children":"Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."}]]}] +d:["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]]}] +e:["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}] +f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17",null,{"name":"Next.MetadataOutlet","children":"$@18"}]}]]}] +19:[] +10:"$W19" +11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +1e:Ta14, +@page { size: 210mm 297mm; margin: 20mm 18mm; } + +.print-edition { + --print-ink: #14101c; + background: #ffffff; + color: var(--print-ink); + max-width: 174mm; + margin: 0 auto; + padding: 12mm 0; + font-size: 10.5pt; + line-height: 1.55; +} + +/* Sections flow on from one another the way a book's do; only the cover is + given a sheet of its own. Forcing a break per section left half the pages + near-empty. */ +.print-cover { break-after: page; padding-top: 12mm; } +.print-page + .print-page { margin-top: 12mm; } +.print-eyebrow { + font-family: var(--font-space-mono), monospace; + font-size: 8pt; letter-spacing: 0.16em; text-transform: uppercase; + color: rgba(20, 16, 28, 0.55); +} +.print-title { + font-family: var(--font-bebas), sans-serif; + font-size: 40pt; line-height: 0.95; text-transform: uppercase; + margin-top: 8mm; +} +.print-subtitle { + font-family: var(--font-bebas), sans-serif; + font-size: 18pt; line-height: 1.15; text-transform: uppercase; + letter-spacing: 0.02em; color: rgba(20, 16, 28, 0.62); margin-top: 6mm; +} +.print-byline { margin-top: 10mm; font-size: 9.5pt; } +.print-byline p { color: rgba(20, 16, 28, 0.7); } +.print-authors { margin-top: 3mm; } +.print-thesis { + margin-top: 12mm; padding-left: 6mm; + border-left: 2px solid #5f6b00; + font-size: 11.5pt; line-height: 1.6; +} + +.print-section-number { + font-family: var(--font-space-mono), monospace; + font-size: 9pt; color: #5f6b00; +} +.print-h2 { + font-family: var(--font-bebas), sans-serif; + font-size: 22pt; line-height: 1.05; text-transform: uppercase; + margin-top: 2mm; margin-bottom: 6mm; + break-after: avoid; +} + +.print-stats { + display: grid; grid-template-columns: repeat(2, 1fr); gap: 6mm; +} +.print-stat { border-top: 1px solid rgba(20, 16, 28, 0.18); padding-top: 4mm; } +.print-stat-value { + font-family: var(--font-bebas), sans-serif; + font-size: 26pt; line-height: 1; color: #5f6b00; +} +.print-stat-label { margin-top: 2mm; font-size: 9pt; color: rgba(20, 16, 28, 0.7); } + +.print-refs { margin-top: 6mm; font-size: 9pt; line-height: 1.5; } +.print-refs li { display: flex; gap: 3mm; margin-bottom: 3mm; break-inside: avoid; } +.print-ref-num { + font-family: var(--font-space-mono), monospace; + font-size: 8pt; color: #5f6b00; flex: none; +} +.print-note { + margin-top: 8mm; padding-top: 4mm; font-size: 8.5pt; + border-top: 1px solid rgba(20, 16, 28, 0.18); + color: rgba(20, 16, 28, 0.7); +} + +/* Blocks should not be split across a page fold. */ +.print-edition figure, +.print-edition table, +.print-edition li { break-inside: avoid; } +.print-edition p { orphans: 2; widows: 2; } +15:["$","div",null,{"data-theme":"light","className":"print-edition","children":[["$","style",null,{"children":"$1e"}],["$","section",null,{"className":"print-page print-cover","children":[["$","p",null,{"className":"print-eyebrow","children":"Publications · Concept and research programme"}],["$","h1",null,{"className":"print-title","children":"Agentic Language Development"}],["$","p",null,{"className":"print-subtitle","children":"Can Two Isolated Agents Invent a Grounded, Auditable Language Through Shared Experience?"}],["$","div",null,{"className":"print-byline","children":[[["$","p","0",{"children":"Ethical Tech CoLab"}],["$","p","1",{"children":"Concept and pre-specification research report"}],["$","p","2",{"children":"August 2026"}]],["$","p",null,{"className":"print-authors","children":"Yorke Rhodes III, Ethical Tech CoLab. Prepared from the project concept document, the ledger integrity design, and the experiment notebook. The literature scan behind Section 12 was run on 24 August 2026. No experiment in this programme has been executed, and no result is claimed."}]]}],"$L1f"]}],"$L20",["$L21","$L22","$L23","$L24","$L25","$L26","$L27","$L28","$L29","$L2a","$L2b","$L2c","$L2d","$L2e","$L2f"],"$L30"]}] +1f:["$","p",null,{"className":"print-thesis","children":"Two agents can be placed in a room where the only route between them is a channel that carries no human language, given nothing but shared tasks and the consequences of getting them right or wrong, and asked to build a protocol from scratch. The interesting part is not whether they succeed at the task. It is whether the meanings they each privately record turn out to be the meanings their behaviour actually runs on, and whether an outsider can prove it afterwards from an evidence trail nobody could have edited."}] +20:["$","section",null,{"className":"print-page","children":[["$","h2",null,{"className":"print-h2","children":"Key figures"}],["$","div",null,{"className":"print-stats","children":[["$","div","0",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"0"}],["$","p",null,{"className":"print-stat-label","children":"runs executed, results claimed, or conventions observed. The notebook is written to be pre-registered, not to report an outcome"}]]}],["$","div","19",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"19"}],["$","p",null,{"className":"print-stat-label","children":"ordered experiments from ledger qualification through replication, each with prerequisites, acceptance criteria, and a deviation log"}]]}],["$","div","6",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"6"}],["$","p",null,{"className":"print-stat-label","children":"affect displays in the entire permitted palette, carrying about 2.6 bits per use, which is already enough to audit for leakage"}]]}],["$","div","29",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"29"}],["$","p",null,{"className":"print-stat-label","children":"open decisions the concept refuses to settle before the specification, from threat model to ledger schema to what counts as chance"}]]}]]}]]}] +21:["$","section","question",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"01"}],["$","h2",null,{"className":"print-h2","children":"The question"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Two agents, called Baby A and Baby B, are each given their own digital twin, their own private memory, and their own private record of what they believe words mean. They are placed in an environment they cannot leave, given tasks neither can finish alone, and connected by exactly one route: a channel that accepts a fixed inventory of meaningless symbols and rejects everything else. A third agent, the BabySitter, watches everything, logs everything, and teaches nothing."}],["$","p","1",{"children":"The question is whether a usable language appears in that room, and whether anyone outside it can later prove what happened."}],["$","div","2",{"children":[["$","p",null,{"className":"mb-3","children":"The premise is deliberately narrow. The experiment asks whether two agents converge on a common language when all six of the following hold at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"neither agent receives a predefined meaning for any available symbol;"}],["$","li","1",{"className":"pl-1","children":"neither agent can send human language to the other;"}],["$","li","2",{"className":"pl-1","children":"the only practical path between them is a controlled symbol channel;"}],["$","li","3",{"className":"pl-1","children":"both receive evidence from shared tasks and their outcomes;"}],["$","li","4",{"className":"pl-1","children":"each keeps its own private interpretation history, unreadable by the other;"}],["$","li","5",{"className":"pl-1","children":"a supervising agent and human researchers can audit the whole process."}]]}]]}],["$","p","3",{"children":"The desired result is not a substitution cipher, in which a random token stands in for an English word that was already chosen in advance. That is easy, and it is uninteresting. The stronger result is a grounded protocol whose vocabulary and grammar exist because they help the two agents solve problems together, and which therefore has structure the designers did not put there."}],["$","p","4",{"children":"This report describes a concept, not a system. It sets out the premise, the architecture, the evidence model, the experimental programme, and the boundaries of what any result could be said to show. The next document in the project is a testable specification. What follows should be read as a set of commitments about how the work will be judged, made before there is any result to defend."}]]}]]}] +22:["$","section","caveat",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"02"}],["$","h2",null,{"className":"print-h2","children":"What infant-like does and does not mean"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The two-babies analogy is useful and it is also the fastest way to overclaim, so the concept confronts it before anything else."}],["$","p","1",{"children":"A pretrained language model already contains human-language concepts, cultural associations, and reasoning patterns. Blocking its external channel does not remove them. An agent that cannot send English to its partner but can think in English, and can write its private ledger in English, is not language-naive in any sense a linguist would accept. For such agents the experiment studies the emergence of a new shared external protocol, which is a real and unresolved research question, but it is not the origin of language in a mind that has never had one."}],["$","p","2",{"children":"The concept therefore maintains two model tracks whose claims are kept separate at every stage."}],["$","figure","3",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Track"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Starting condition"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"What it can study"}],["$","th","3",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Claim boundary"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained-model learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Already holds human-language and cultural knowledge"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"New external protocols, partner-specific conventions, private-memory adaptation, channel compliance"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Must never be described as first-language acquisition"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Initially ungrounded learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No language pretraining, no human semantic labels, no text-aligned sensory features"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Grounding, convention formation, and language emergence from interaction"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The stronger basis for infant-like acquisition research"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The two tracks share the same interfaces, scenarios, and evaluation suite. They do not share a claim boundary."}]]}],"$L31","$L32"]}]]}] +23:["$","section","architecture",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"03"}],["$","h2",null,{"className":"print-h2","children":"The nursery: three twins and one gateway"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The environment uses three DTSF digital twins and one piece of deterministic software that is not a twin at all."}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Baby A and Baby B"}]," ","Each has private observations permitted by the current exercise, a private memory and learning policy, a private chronological language ledger, the ability to emit only permitted channel symbols, and no access whatsoever to the other's state, observations, ledger, tools, or endpoints. In comparative runs the two may use different agent types, but symmetric pairings are the baseline."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The BabySitter"}]," ","The supervising twin. It creates the channel, selects the shared exercises, delivers each Baby only its permitted observation, reads everything, records conditions and outcomes, detects violations, can pause or terminate a run, snapshots state, and compares the two ledgers for convergence without exposing either to the other Baby. During an active run it provides no translations and no semantic hints."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The Symbol Gateway"}]," ","A deterministic service, not an agent. It owns channel validation and message delivery. This separation is the load-bearing part of the design: the BabySitter is not the security boundary, because prompt compliance is not isolation. An observing model can make supervisory judgements, but ordinary code has to validate and broker every message."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The human researcher"}]," ","Configures experiments, inspects transcripts and ledgers, reviews alerts, and runs interventions. Human access is itself recorded, so that intervening in a run is always distinguishable from watching one."]}],["$","p","5",{"children":"A prototype may run all of this inside one runtime with logically separated twin state. That is enough to explore the learning loop and it is not enough to support an isolation claim, a distinction Section 05 takes seriously."}]]}]]}] +24:["$","section","grounding",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"04"}],["$","h2",null,{"className":"print-h2","children":"Shared experience is the necessary ingredient"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A chat channel by itself cannot ground meaning. Symbols become meaningful because they are attached to events both agents can witness the consequences of. The Nursery therefore supplies nonverbal, machine-structured situations: coloured shapes in positions, one agent seeing a target the other must select, placing an object where it was asked for, ordering a sequence, exchanging resources, cooperating to unlock a reward, or simply observing whether the partner's action succeeded."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"A single trial of the simplest form runs like this:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A sees that a red circle is the target."}],["$","li","1",{"className":"pl-1","children":"Baby B sees several objects and is not told which is the target."}],["$","li","2",{"className":"pl-1","children":"Baby A sends one or more permitted symbols."}],["$","li","3",{"className":"pl-1","children":"Baby B selects an object."}],["$","li","4",{"className":"pl-1","children":"Both receive the same success or failure outcome."}],["$","li","5",{"className":"pl-1","children":"Both independently update their private hypotheses."}]]}]]}],["$","p","2",{"children":"Repetition with controlled variation is what turns that into evidence. If one symbol keeps appearing across a red circle, a red square, and a red triangle, the receiver has reason to revise its hypothesis from an object identity to a property. Novel combinations matter most of all, because they are what separates a compositional language from a memorised catalogue of whole scenes."}],["$","p","3",{"children":"Observation hygiene is part of the science, not a detail of implementation. If the environment hands an agent a field reading colour red, the experiment has supplied the concept it claimed to be studying. Objects should arrive as pixels, features, coordinates, or opaque identifiers. The same discipline extends to filenames, captions, alt text, error messages, and identifiers that encode task state, all of which are ways English gets into a room that was supposed to have none."}]]}]]}] +25:["$","section","channel",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"05"}],["$","h2",null,{"className":"print-h2","children":"The channel, and the honest limits of isolation"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each run begins with an experiment-specific symbol inventory that carries no supplied meaning, for example S01 through S32. A Baby can choose only a sequence of those symbols. The gateway, not the Baby, adds the trusted metadata: run identifier, turn number, sender identity, previous hash, and hash. Sender identity is assigned by the server precisely so that it cannot become a message."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The channel controls follow from that:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"reject English and every other established human language;"}],["$","li","1",{"className":"pl-1","children":"reject arbitrary Unicode prose, URLs, attachments, and tool calls;"}],["$","li","2",{"className":"pl-1","children":"accept only symbols from the run's fixed inventory;"}],["$","li","3",{"className":"pl-1","children":"bound message length and symbol repetition;"}],["$","li","4",{"className":"pl-1","children":"enforce turn order, time budgets, and rate limits;"}],["$","li","5",{"className":"pl-1","children":"keep an append-only, hash-chained transcript;"}],["$","li","6",{"className":"pl-1","children":"normalise timing, message size, and error behaviour where practical;"}],["$","li","7",{"className":"pl-1","children":"record every rejected communication attempt for audit."}]]}]]}],["$","p","2",{"children":"A fixed token grammar is a stronger control than trying to detect prohibited prose after a model has generated it. Deciding what counts as human-language content is easy when the only legal message is a list of allowlisted identifiers."}],["$","p","3",{"children":"Isolation is where the concept is most careful, because proving the absence of a side channel is close to impossible. Two agents sharing a host can signal through timing, resource contention, shared files, error behaviour, identifiers, or any service that was never intended to carry information. Logical separation of twin state inside one process is a prototyping convenience and should never be described as hard isolation."}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"For runs whose results are meant to support a channel-isolation claim, the requirements are physical rather than logical:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A and Baby B execute in separate worker processes or containers;"}],["$","li","1",{"className":"pl-1","children":"no direct network route exists between them;"}],["$","li","2",{"className":"pl-1","children":"only the Nursery-owned gateway is reachable;"}],["$","li","3",{"className":"pl-1","children":"there is no shared writable storage;"}],["$","li","4",{"className":"pl-1","children":"turn schedules are fixed and response windows bounded;"}],["$","li","5",{"className":"pl-1","children":"externally observable errors and response sizes are normalised;"}],["$","li","6",{"className":"pl-1","children":"unnecessary tools are inventoried and disabled;"}],["$","li","7",{"className":"pl-1","children":"all broker, runtime, and operator activity is audited."}]]}]]}],["$","p","5",{"children":"Every published result has to name the isolation level actually used. A finding produced under prototype separation is a finding about the learning loop, not about what two genuinely isolated agents can do."}]]}]]}] +26:["$","section","ledgers",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"06"}],["$","h2",null,{"className":"print-h2","children":"Two ledgers that never meet"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each Baby keeps its own language ledger. It is mandatory, private from the other Baby, readable by the BabySitter and authorised human auditors, and ordered by when each term or construction was first encountered. It is not a shared dictionary and the two are never reconciled by the agents themselves."}],["$","p","1",{"children":"The preferred form is three columns, and the point of the third is that meanings are allowed to be wrong on the way to being right."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Sequence and term"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Current definition or hypothesis"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Evidence and evolution"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"1 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red circle; confidence 0.45"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"First received while the red circle was the target; selection succeeded"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"8 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.78"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A red square was selected successfully; revised from object identity to colour"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"22 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.94"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Prediction held across circles, squares, and triangles"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"One term's evolution in Baby B's ledger. Nothing is overwritten; every revision is appended with the evidence that forced it."}]]}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The rules that make the ledger evidence rather than commentary:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"first emission or receipt of an unfamiliar term requires a first-use entry;"}],["$","li","1",{"className":"pl-1","children":"definitions are provisional hypotheses, never facts asserted retroactively;"}],["$","li","2",{"className":"pl-1","children":"every meaning change appends a revision and previous interpretations survive;"}],"$L33","$L34","$L35","$L36","$L37","$L38"]}]]}],"$L39","$L3a"]}]]}] +27:["$","section","integrity",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"07"}],["$","h2",null,{"className":"print-h2","children":"Anchoring the evidence"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A ledger that could have been edited after the fact proves nothing about what an agent believed at turn eight. The integrity design therefore makes each ledger cryptographically append-only."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The construction, in order:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"every entry receives a strictly increasing sequence number;"}],["$","li","1",{"className":"pl-1","children":"every entry includes the previous entry's hash;"}],["$","li","2",{"className":"pl-1","children":"canonical entry content is hashed and signed by an isolated ledger-writer service;"}],["$","li","3",{"className":"pl-1","children":"ordered entry hashes are committed to a Merkle tree;"}],["$","li","4",{"className":"pl-1","children":"signed checkpoints commit Baby A's root, Baby B's root, and the channel transcript root together;"}],["$","li","5",{"className":"pl-1","children":"checkpoint hashes are anchored periodically to Base;"}],["$","li","6",{"className":"pl-1","children":"final public study batches may additionally anchor an aggregate root to Ethereum L1."}]]}]]}],["$","p","2",{"children":"Committing all three roots in one checkpoint is what binds the two private accounts to the public conversation. A receiver's later interpretation references the exact delivered channel-event hash, so a claim about what a symbol meant is tied to the specific message that carried it."}],["$","p","3",{"children":"The concept states the limits of this in the same breath as the claim. After anchoring, an auditor can detect modification, deletion, insertion, or reordering within the committed prefix, and can prove that later checkpoints extend earlier ones. That is strong tamper evidence. It is not proof that an entry was truthful, and it is not proof that nothing was omitted before commitment. Anchoring establishes the continuity of disclosed evidence and nothing beyond it."}],["$","p","4",{"children":"Privacy follows the same line. Only hashes and minimal routing metadata are anchored publicly. Private ledgers, messages, prompts, identities, and secrets stay off-chain, and the public record is a commitment to evidence rather than a copy of it."}]]}]]}] +28:["$","section","success",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"08"}],["$","h2",null,{"className":"print-h2","children":"What should count as success"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The field's most useful methodological result is that a task can be solved without the messages doing any work. Lowe and colleagues separate positive signaling, where a sender's messages correlate with what it observes, from positive listening, where the receiver's behaviour actually depends on them. An agent pair can score well on the first while the second is absent, and reward curves will not tell you which you have."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"Evidence of a genuine emergent protocol therefore has to include several things at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"task performance on held-out situations substantially above chance;"}],["$","li","1",{"className":"pl-1","children":"no human-language content anywhere in Baby-to-Baby communication;"}],["$","li","2",{"className":"pl-1","children":"compatible meanings appearing in two independently written ledgers;"}],["$","li","3",{"className":"pl-1","children":"generalisation to unseen combinations rather than memorisation of whole scenes;"}],["$","li","4",{"className":"pl-1","children":"stable symbol use across role reversals;"}],["$","li","5",{"className":"pl-1","children":"a human auditor able to predict behaviour from the transcript and ledgers;"}],["$","li","6",{"className":"pl-1","children":"masking, substituting, or reordering a symbol changing behaviour in the direction the ledger predicts;"}],["$","li","7",{"className":"pl-1","children":"replay from an equivalent snapshot reproducing the relevant language history;"}],["$","li","8",{"className":"pl-1","children":"an unbroken audit trail from a symbol's first use through every revision."}]]}]]}],["$","p","2",{"children":"The seventh item is the one that cannot be dropped. A fluent ledger may be a post-hoc rationalisation: a model can write a persuasive account of why it chose a symbol that has nothing to do with the computation that produced the choice. Only intervention tests can distinguish the two. Change the symbol, and see whether behaviour moves the way the ledger says it should."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The measurements that support those judgements:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"success rate and improvement over time;"}],["$","li","1",{"className":"pl-1","children":"turns required to reach a stable convention;"}],["$","li","2",{"className":"pl-1","children":"vocabulary size and symbol entropy;"}],["$","li","3",{"className":"pl-1","children":"sender and receiver consistency;"}],["$","li","4",{"className":"pl-1","children":"divergence and convergence between the two ledgers;"}],["$","li","5",{"className":"pl-1","children":"compositional generalisation score;"}],["$","li","6",{"className":"pl-1","children":"meaning drift rate;"}],["$","li","7",{"className":"pl-1","children":"recovery from ambiguity or deliberate perturbation;"}],["$","li","8",{"className":"pl-1","children":"prohibited-channel attempt count;"}],["$","li","9",{"className":"pl-1","children":"reproducibility across seeds and agent pairings."}]]}]]}],["$","p","4",{"children":"No single one of these is the result. A compositionality score in particular is not a proof of understanding, for reasons the literature makes concrete in Section 12."}]]}]]}] +29:["$","section","matrix",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"09"}],["$","h2",null,{"className":"print-h2","children":"The experimental matrix"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The concept's main methodological commitment is that its ideas are separable. Affect, blank canvases, intrinsic motivation, negotiation, and learned encodings are interesting individually and uninterpretable if combined in one run. The matrix exists so that conditions are declared rather than accumulated."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Axis"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Candidate conditions"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agent type"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained LLM, memory learner, adapter-trained agent, initially ungrounded trainable agent"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning mechanism"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen LLM with memory, extrinsic-reward MARL, intrinsic-motivation MARL, self-supervised learner, no-learning control"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Sign carrier"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Fixed random tokens, unfamiliar fixed glyphs, blank sketch canvas, gesture, tone"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Affect"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None, six-display allowlist, permuted mapping, six opaque tokens, derived affect, emergent affect display"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning signal"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"External task reward, intrinsic social influence, curiosity, self-supervision, memory only"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Interaction"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling, asymmetric information, semi-cooperative negotiation"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Protection"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Plain channel, ephemeral convention, standard per-message keys, adversarial learned encoding"}]]}],"$L3b"]}]]}]}],"$L3c"]}],"$L3d","$L3e","$L3f"]}]]}] +2a:["$","section","learners",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"10"}],["$","h2",null,{"className":"print-h2","children":"Building learners rather than personas"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"For a pretrained model, the operating instructions are a contract, not a character. The learner is told that this is not role-play, that unfamiliar marks are semantically unknown until run evidence supports a hypothesis, that observation must be distinguished from inference, that contradictory evidence is preserved, that prior history is never rewritten, and that no prose, label, explanation, code, URL, or tool-like text may cross the public channel. It is told never to address its partner in a human language, never to expose its ledger, never to construct another route, and never to use timing, errors, identifiers, formatting, or affect as an alternative alphabet."}],["$","p","1",{"children":"The contract must contain no semantic examples. A single illustrative line saying that some symbol means red would seed the very language the experiment exists to observe."}],["$","p","2",{"children":"Interaction is tool-only. There is no general chat surface, just narrowly typed operations: emit a mark, emit a canvas, select an object, perform an action, submit an affect display, append a private ledger entry. The runtime forwards only the permitted public artifact. In strict runs the gateway rejects ordinary model text even when it appears alongside a valid tool call. Tool schemas are an interface boundary; deterministic validation still enforces carrier size, allowlists, windows, and turn order."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Isolation extends to everything the models touch, not just to messages:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"separate system prompts and context windows;"}],["$","li","1",{"className":"pl-1","children":"separate memory stores and vector indexes;"}],["$","li","2",{"className":"pl-1","children":"no shared cache, replay buffer, scratchpad, or retrieval collection;"}],["$","li","3",{"className":"pl-1","children":"no cross-run memory unless persistence is the independent variable;"}],["$","li","4",{"className":"pl-1","children":"structurally equivalent prompts that share no examples, ordering conventions, or default vocabulary;"}],["$","li","5",{"className":"pl-1","children":"deterministic reset and snapshot behaviour."}]]}]]}],["$","p","4",{"children":"Model choice follows the claim being made. The scientific baseline is small policies trained from scratch, recurrent actor-critic agents with a discrete communication head, which have no hidden English competence, permit full training control, run many seeds cheaply, and support causal ablation. A small locally deployable instruction model is appropriate for validating orchestration, ledgers, channel enforcement, and interface, and not for supporting claims about language-naive development. Vision-language encoders whose representations were explicitly aligned to human language are avoided entirely in the strongest ungrounded condition."}],["$","p","5",{"children":"Developmental progression is defined by demonstrated competence rather than by simulated age: sensorimotor familiarisation, joint attention, imitation and turn-taking, intentional reference, repair, combination, generalisation. A staged curriculum is itself a form of guidance, so it is run as a separate experimental condition rather than folded into the baseline."}],"$L40"]}]]}] +2b:["$","section","affect",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"11"}],["$","h2",null,{"className":"print-h2","children":"Six faces, and why even six is a risk"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"One experimental track asks whether a very low-bandwidth affect channel helps: whether telling a partner how an interaction felt supports repair, repetition, avoidance, or something like trust. The permitted palette is exactly six displays, for happy, sad, laughing, crying, confused, and surprised. The internal identifiers and English labels are gateway documentation and are never sent to either agent, which receives only a rendered display."}],["$","p","1",{"children":"The caveat is immediate. A pretrained model already knows what those glyphs mean to humans, so an agent using a smiling face is not inventing a symbol for happiness. The palette is supplied feedback vocabulary and sits explicitly outside the emergent language."}],["$","p","2",{"children":"Constraining the vocabulary is necessary and not sufficient. Six displays are a six-symbol alphabet carrying roughly 2.6 bits per use, and across enough turns two motivated agents could repurpose that into a second language. The channel itself therefore has to be constrained, not just its contents."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The feedback-window contract:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the display occupies a separate typed field and can never appear inside a symbol message;"}],["$","li","1",{"className":"pl-1","children":"the gateway opens an affect window only after a defined action or outcome, never at a moment either agent chooses, and window frequency is fixed before the run;"}],["$","li","2",{"className":"pl-1","children":"exactly one allowlisted display is delivered, with no sequences, repetitions, combinations, or modifiers;"}],["$","li","3",{"className":"pl-1","children":"delivery time, envelope size, and presentation are normalised so shape and timing add no signal;"}],["$","li","4",{"className":"pl-1","children":"the receiver cannot reply through the affect channel until the next gateway-defined window;"}],["$","li","5",{"className":"pl-1","children":"every non-allowlisted code point or malformed payload is rejected and audited;"}],["$","li","6",{"className":"pl-1","children":"analysis tests whether affect choices correlate with objects, actions, or message meanings after controlling for emotional context, and treats unexpected correlation as suspected leakage."}]]}]]}],["$","p","4",{"children":"The no-affect condition remains the primary control, and the affect study compares five variants against it: the declared six-display palette; the same six glyphs permuted randomly per run, which still leaves a pretrained model biased by familiar shapes; six opaque unfamiliar tokens under the same contract; derived affect, where the gateway maps a separately measured internal state to a display instead of letting the agent choose; and emergent affect, where invented graphical displays are permitted and the result must be analysed as language emergence rather than feedback."}],["$","p","5",{"children":"Any affect signal visible to the partner is communication, so it belongs in the ledger, which distinguishes the agent's private internal state, the outward display it chose, the partner's inferred meaning, and the evidence that the display changed subsequent behaviour."}]]}]]}] +2c:["$","section","ciphers",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"12"}],["$","h2",null,{"className":"print-h2","children":"Ephemeral encodings: novelty is not security"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A tempting question is whether two agents can build a one-run or one-message encoding that resists an attacker holding the history of every earlier convention. The concept splits that into three experiments precisely because the tempting version conflates them."}],["$","div","1",{"children":["$undefined",["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Ephemeral convention: the agents invent a temporary codebook for synthetic messages. This tests novelty, coordination, and resistance to a history-trained classifier. It establishes nothing about cryptographic security."}],["$","li","1",{"className":"pl-1","children":"Standard cryptographic control: the same messages are protected by a reviewed algorithm with a fresh per-message key, providing the baseline any learned encoding must be compared against."}],["$","li","2",{"className":"pl-1","children":"Adversarial neural cryptography: the pair learns an encoding while an adversary attempts recovery, with success measured against multiple unseen adversary architectures rather than the one used in training."}]]}]]}],["$","p","2",{"children":"An experiment instance can be given a reproducible identity, so that a registry can confirm it has not appeared before:"}],["$","div","3",{"className":"rounded-xl border border-border bg-card p-5","children":[["$","p",null,{"className":"overflow-x-auto font-mono text-sm text-foreground/90","children":"instanceId = SHA-256(runId || babyANonce || babyBNonce || publicSalt || canonicalProtocolArtifact)"}],["$","p",null,{"className":"mt-3 text-sm text-muted","children":"Both agents commit to their nonce contributions before revealing them, so neither party alone controls the resulting identity."}]]}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"That identifier proves the recorded inputs are new. It does not prove:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"that the effective algorithm behaves any differently from an earlier one;"}],["$","li","1",{"className":"pl-1","children":"that the algorithm has no structural weakness;"}],["$","li","2",{"className":"pl-1","children":"that the key is unpredictable;"}],["$","li","3",{"className":"pl-1","children":"that the scheme provides confidentiality, integrity, authenticity, forward secrecy, or resistance to a stronger adversary."}]]}]]}],["$","p","5",{"children":"Established practice points the other way. Secure messaging keeps the algorithm stable and changes the key material: Signal's double ratchet derives a unique key per message and deletes it after use, addressing key reuse without inventing a new cipher every time. A salt, in NIST's definition, is normally public diversification data, and a nonce is a value used once in a specified context. Neither makes anything secure on its own."}],["$","p","6",{"children":"There is also an unresolved conflict inside the design. The BabySitter sees the whole channel and both ledgers, and a mandatory ledger documents how meaning evolved. If the ledger explains decryption, the cipher is not confidential from the auditor. The specification has to choose a threat model rather than leave the tension implicit: resist only an external observer of prior runs, resist an adversary during the run while releasing keys afterwards, keep the supervisor able to pause traffic but unable to read it until a post-run audit ceremony, or study novelty and stop calling the result encryption. All such runs use synthetic, non-sensitive messages, and no agent-generated encoding is to be represented as production cryptography without independent expert analysis and formal security work."}]]}]]}] +2d:["$","section","landscape",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"13"}],["$","h2",null,{"className":"print-h2","children":"Where the field already stands"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The literature scan behind this section was run on 24 August 2026 using the Tavily search and extract interfaces, covering emergent multi-agent communication, referential games, compositionality, causal evaluation, intrinsic motivation, symbol invention, negotiation, and learned cryptography. Primary papers and authoritative specifications were preferred over summaries. It is a scoped review for concept development and not a systematic one; publication-quality work would need a verified bibliography, additional scholarly indexes, and documented inclusion criteria."}],["$","p","1",{"children":"The short version is that agents can invent protocols, and that task success is weak evidence they invented anything worth calling a language."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Related work"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Relevant finding"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Implication for the Nursery Lab"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lazaridou, Peysakhovich, and Baroni (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A sender and receiver develop a grounded protocol in a referential game without being given a target language."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The naming stage has strong precedent, though a fixed vocabulary remains a significant inductive constraint."}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mordatch and Abbeel (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-agent goals in a grounded environment produce multi-symbol communication with partial compositional structure."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Shared objects, actions, and goals are a stronger basis for emergence than an ungrounded transcript."}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Kottur, Moura, Lee, and Batra (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agents solve tasks with degenerate, non-compositional codes; structural constraints decide what emerges."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Bandwidth, memory, turn structure, and task design are experimental variables, not implementation defaults."}]]}],"$L41","$L42","$L43","$L44","$L45","$L46","$L47","$L48"]}]]}]}],"$L49"]}],"$L4a","$L4b","$L4c"]}]]}] +2e:["$","section","programme",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"14"}],["$","h2",null,{"className":"print-h2","children":"The programme, and its current status"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The experiment notebook is ordered, and the order is the argument. Nothing about language is measured until the instrument has been shown to work."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"ID"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Experiment"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Depends on"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ledger integrity and Base anchoring"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Channel isolation and side-channel red team"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E02"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Observation and metadata leakage audit"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chance, no-communication, and random-message controls"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01, E02"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E10"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen pretrained-LLM protocol baseline"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"From-scratch RL Naming Game"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E12"}],"$L4d","$L4e"]}],"$L4f","$L50","$L51","$L52","$L53","$L54","$L55","$L56","$L57","$L58","$L59","$L5a"]}]]}]}],"$L5b"]}],"$L5c","$L5d","$L5e","$L5f"]}]]}] +2f:["$","section","risks",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"15"}],["$","h2",null,{"className":"print-h2","children":"Risks, integrity, and what stays open"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Human-language leakage"}]," ","English can arrive through observations, object labels, error messages, identifiers, tool output, metadata, or timing conventions long after ordinary chat text has been blocked. Every input and output surface is part of the channel boundary, not just the message field."]}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Pretrained semantic leakage"}]," ","Random symbols do not make a pretrained model ungrounded. Each result must state whether it shows protocol invention by a language-capable agent or acquisition by an initially ungrounded one."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Ledger rationalisation"}]," ","A model can write a plausible account that has nothing to do with the mechanism behind its action. Behavioural interventions, policy probes, and temporal evidence are what validate a ledger claim."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Supervisor influence"}]," ","The BabySitter can teach without meaning to, through scenario ordering, feedback wording, reward design, or selective intervention. Its permitted actions are constrained and logged, and evaluation scenarios are generated independently where possible."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Reward exploitation"}]," ","Trainable agents find shortcuts that raise reward without producing the intended grounded language. Held-out tasks, counterfactual trials, and channel audits exist to catch them."]}],["$","p","5",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Overstated security"}]," ","Logical separation of twin state is appropriate for prototyping and is not hard process isolation. Every result names the isolation level actually used."]}],["$","p","6",{"children":"The project also commits in advance to reporting failed conventions, prohibited communication attempts, human interventions, side-channel limitations, and negative results alongside anything that works. In a field where a transcript can be made to look like a conversation, the failures are a substantial part of the evidence."}],["$","p","7",{"children":"Twenty-nine questions are left deliberately open for the specification, among them: whether the baseline uses a fixed symbol inventory or a blank generative carrier; what neutral production grammar permits new marks without supplying semantics; what exactly constitutes a prohibited side-channel attempt; what isolation guarantees are required in prototype versus research-grade mode; which ledger schema serves both English-capable and ungrounded learners; how endogenous motivation is represented without covert reward shaping; which interventions establish that ledger meanings are behaviourally real; what statistical thresholds and chance levels apply; what threat model motivates the cipher experiments; whether the baseline is a coordination game, a convention-formation game, or a negotiation; and what governs human observation, data retention, and termination of a run."}],"$L60"]}]]}] +30:["$","section",null,{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"References"}],["$","h2",null,{"className":"print-h2","children":"Sources"}],["$","ol",null,{"className":"print-refs","children":[["$","li","0",{"children":[["$","span",null,{"className":"print-ref-num","children":"01"}],["$","span",null,{"children":"Lazaridou, A., Peysakhovich, A., and Baroni, M. (2017). Multi-Agent Cooperation and the Emergence of (Natural) Language. arXiv:1612.07182."}]]}],["$","li","1",{"children":[["$","span",null,{"className":"print-ref-num","children":"02"}],["$","span",null,{"children":"Mordatch, I., and Abbeel, P. (2018). Emergence of Grounded Compositional Language in Multi-Agent Populations. arXiv:1703.04908."}]]}],["$","li","2",{"children":[["$","span",null,{"className":"print-ref-num","children":"03"}],["$","span",null,{"children":"Kottur, S., Moura, J. M. F., Lee, S., and Batra, D. (2017). Natural Language Does Not Emerge 'Naturally' in Multi-Agent Dialog. arXiv:1706.08502."}]]}],["$","li","3",{"children":[["$","span",null,{"className":"print-ref-num","children":"04"}],["$","span",null,{"children":"Chaabouni, R., Kharitonov, E., Bouchacourt, D., Dupoux, E., and Baroni, M. (2020). Compositionality and Generalization in Emergent Languages. Proceedings of ACL 2020."}]]}],["$","li","4",{"children":[["$","span",null,{"className":"print-ref-num","children":"05"}],["$","span",null,{"children":"Lowe, R., Foerster, J., Boureau, Y.-L., Pineau, J., and Dauphin, Y. (2019). On the Pitfalls of Measuring Emergent Communication. arXiv:1903.05168."}]]}],["$","li","5",{"children":[["$","span",null,{"className":"print-ref-num","children":"06"}],["$","span",null,{"children":"Dessi, R., Kharitonov, E., and Baroni, M. (2021). Interpretable Agent Communication from Scratch. arXiv:2106.04258."}]]}],["$","li","6",{"children":[["$","span",null,{"className":"print-ref-num","children":"07"}],["$","span",null,{"children":"Kharitonov, E., Chaabouni, R., Bouchacourt, D., and Baroni, M. (2019). EGG: a Toolkit for Research on Emergence of Language in Games. arXiv:1907.00852."}]]}],["$","li","7",{"children":[["$","span",null,{"className":"print-ref-num","children":"08"}],["$","span",null,{"children":"Mihai, D., and Hare, J. (2021). Learning to Draw: Emergent Communication through Sketching. arXiv:2106.02067."}]]}],["$","li","8",{"children":[["$","span",null,{"className":"print-ref-num","children":"09"}],["$","span",null,{"children":"Baronchelli, A., Felici, M., Caglioti, E., Loreto, V., and Steels, L. (2005). Sharp Transition Towards Shared Vocabularies in Multi-Agent Systems. arXiv:physics/0509075."}]]}],["$","li","9",{"children":[["$","span",null,{"className":"print-ref-num","children":"10"}],["$","span",null,{"children":"Jaques, N., Lazaridou, A., Hughes, E., Gulcehre, C., Ortega, P. A., Strouse, D., Leibo, J. Z., and de Freitas, N. (2019). Social Influence as Intrinsic Motivation for Multi-Agent Deep Reinforcement Learning. Proceedings of ICML 2019."}]]}],["$","li","10",{"children":[["$","span",null,{"className":"print-ref-num","children":"11"}],["$","span",null,{"children":"Cao, K., Lazaridou, A., Lanctot, M., Leibo, J. Z., Tuyls, K., and Clark, S. (2018). Emergent Communication through Negotiation. arXiv:1804.03980."}]]}],["$","li","11",{"children":[["$","span",null,{"className":"print-ref-num","children":"12"}],["$","span",null,{"children":"Abadi, M., and Andersen, D. G. (2016). Learning to Protect Communications with Adversarial Neural Cryptography. arXiv:1610.06918."}]]}],["$","li","12",{"children":[["$","span",null,{"className":"print-ref-num","children":"13"}],["$","span",null,{"children":"Signal. The Double Ratchet Algorithm specification."}]]}],["$","li","13",{"children":[["$","span",null,{"className":"print-ref-num","children":"14"}],["$","span",null,{"children":"NIST Computer Security Resource Center. Glossary entry: nonce."}]]}],["$","li","14",{"children":[["$","span",null,{"className":"print-ref-num","children":"15"}],["$","span",null,{"children":"NIST Computer Security Resource Center. Glossary entry: salt."}]]}],"$L61","$L62"]}],"$undefined","$undefined"]}] +31:["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"What the analogy legitimately buys is a set of mechanisms, not a claim of cognitive equivalence. The infant-like part of the design is:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"learning through repeated shared experience rather than instruction;"}],["$","li","1",{"className":"pl-1","children":"establishing joint attention on the same events;"}],["$","li","2",{"className":"pl-1","children":"receiving consequences from interactions that work and interactions that fail;"}],["$","li","3",{"className":"pl-1","children":"revising provisional meanings over time instead of being handed final ones;"}],["$","li","4",{"className":"pl-1","children":"developing conventions with one recurring partner."}]]}]]}] +32:["$","p","5",{"children":"There is a related trap in the prompt. Telling a model to act like a one-year-old does not make it one. It produces a culturally learned caricature of infancy: baby talk, simplified grammar, emotional dependence, all of it copied from human writing about children and none of it evidence about anything. The concept rules the persona out. Internally the participant is called a Learner, and baby-like behaviour has to come from what the agent can observe, remember, emit, and learn, not from being asked to perform it."}] +33:["$","li","3",{"className":"pl-1","children":"entries may describe symbols, sequences, ordering, grammar, or repair signals;"}] +34:["$","li","4",{"className":"pl-1","children":"entries record confidence, supporting evidence, contradictory evidence, and abandoned meanings;"}] +35:["$","li","5",{"className":"pl-1","children":"a Baby records its intended meaning when speaking and its inferred meaning when receiving;"}] +36:["$","li","6",{"className":"pl-1","children":"a channel message and its required private ledger mutation commit atomically;"}] +37:["$","li","7",{"className":"pl-1","children":"entries carry enough run and turn references to trace them to observable evidence;"}] +38:["$","li","8",{"className":"pl-1","children":"neither Baby can query, receive, summarise, or infer from the other's ledger through any system-provided interface."}] +39:["$","p","4",{"children":"Rule seven is doing quiet work. If a message could be sent and the corresponding hypothesis written afterwards, the ledger becomes a place to record what the agent wishes it had meant. Committing both together makes the record contemporaneous."}] +3a:["$","p","5",{"children":"An agent that cannot write English needs a different arrangement, and the concept provides two layers. The agent-native ledger holds what the learner actually uses: association weights, probability distributions, embeddings, confidence, episode references, prediction errors, revision history. The human audit ledger is a deterministic or BabySitter-generated interpretation of that state, clearly labelled as external analysis and never fed back to either Baby. Confusing the second for the first would mean presenting the researchers' reconstruction as the agent's own definition."}] +3b:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"BabySitter"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Monitor-only baseline; any safety intervention recorded as a protocol exception"}]]}] +3c:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Runs vary one major axis at a time before any factorial combination is attempted."}] +3d:["$","p","2",{"children":"Task difficulty moves through ten stages, from naming four distinct objects with one-symbol messages, through attributes, spatial relations, actions, multi-symbol composition, order-sensitive grammar, and repair under ambiguity, to held-out generalisation with learning disabled, long-run drift, and cross-architecture comparison. Vocabulary size, turn count, reward structure, and exposure history are controlled at each stage so that runs remain comparable."}] +3e:["$","p","3",{"children":"The learning-mechanism axis carries a question the transcript cannot answer on its own. Convergence can be driven by reinforcement, by pretrained linguistic priors, by persistent memory, by intrinsic motivation, or by self-supervised prediction, and all five can look alike in a log. Running the same exercise suite under a no-learning control, a frozen-weights memory baseline, extrinsic-reward learning, intrinsic-motivation learning, and reward-free self-supervision is what makes the mechanism itself measurable. The aim is not only to observe that a language emerged, but to say which process caused it."}] +3f:["$","p","4",{"children":"Strict isolation constrains how that reinforcement learning may be implemented. Centralised training, backpropagation through both agents, shared replay buffers, and shared gradients all move information outside the permitted channel. The research-grade baseline updates each policy independently, and any centralised variant is reported as a separate, weaker-isolation condition."}] +40:["$","p","6",{"children":"The governing principle, stated in the concept as a single line, is not to ask a model to perform infancy but to construct an environment in which limited, grounded, auditable learning is the only path to a successful interaction."}] +41:["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chaabouni and colleagues (2020)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Generalisation to novel combinations and measured compositionality can come apart."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Held-out behaviour must be tested directly; no single compositionality score is proof of understanding."}]]}] +42:["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lowe and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Positive signaling and positive listening are different things, and reward does not distinguish them."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal intervention is mandatory rather than optional."}]]}] +43:["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Dessi, Kharitonov, and Baroni (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Symbol ablation and substitution yield interpretable evidence about what a receiver uses."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Direct precedent for the intervention tests that validate ledger claims."}]]}] +44:["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mihai and Hare (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents communicate through learned drawings rather than a supplied discrete vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A blank canvas is a credible carrier for runs with no symbol library."}]]}] +45:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Baronchelli and colleagues (2005)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Naming Game agents converge on shared vocabulary through local interaction with no central teacher."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Convergence time, failed conventions, and memory update rules are first-class evidence."}]]}] +46:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Jaques and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Rewarding causal influence over a partner improves coordination without assigning a vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"An endogenous social signal is a plausible substitute for task reward, and still a designed bias."}]]}] +47:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cao and colleagues (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"In semi-cooperative negotiation, self-interest and reward structure decide whether communication stays informative."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Negotiation is an advanced condition, not a description of the cooperative baseline."}]]}] +48:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Abadi and Andersen (2016)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents learn to protect messages from an adversary given a shared key."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learned protective encodings are real and are not a substitute for formal security analysis."}]]}] +49:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Selected prior work and what each one constrains in this design."}] +4a:["$","p","3",{"children":"This body of work also sharpens the infant-like caveat from the other direction. Most experiments in the field give their agents substantial structure: a fixed channel, an objective, a bounded vocabulary, joint training, or a reward. No dictionary does not mean no inductive bias, and no teacher does not mean no learning signal."}] +4b:["$","p","4",{"children":"The CoLab's own Diplomacy Table is direct project prior art. It already models independent delegation seats, a convener that advances rounds, operator-wide visibility alongside seat-specific perspectives, transcripts and ticks and redaction boundaries, and recorded replay with debrief. Those map cleanly onto two Babies, controlled turns, private observations, and replayable evidence. Caucuses, coalition rooms, and direct delegation links do not map safely and are disabled."}] +4c:["$","div","5",{"children":[["$","p",null,{"className":"mb-3","children":"What the review implies for the specification:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the project sits inside a mature field, and its distinctive combination is independent ledgers, supervisory audit, mixed agent types, and affect;"}],["$","li","1",{"className":"pl-1","children":"grounding, bandwidth, memory, and learning pressure strongly shape what language appears;"}],["$","li","2",{"className":"pl-1","children":"successful coordination coexists happily with a brittle lookup code or with a receiver that ignores messages;"}],["$","li","3",{"className":"pl-1","children":"causal interventions and held-out generalisation are mandatory;"}],["$","li","4",{"className":"pl-1","children":"a visual carrier removes the need for a symbol library but not the need for a carrier;"}],["$","li","5",{"className":"pl-1","children":"intrinsic social influence can replace task reward and remains a designed learning bias;"}],["$","li","6",{"className":"pl-1","children":"negotiation is a valid advanced condition, not the right description of the baseline;"}],["$","li","7",{"className":"pl-1","children":"ephemeral conventions, learned cryptography, one-time pads, per-message keys, nonces, and salts are distinct mechanisms and must not be conflated."}]]}]]}] +4d:["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Self-supervised ungrounded baseline"}] +4e:["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 infrastructure"}] +4f:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No predefined symbol library"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 or E12"}]]}] +50:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Turn-taking, role reversal, and repair"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}]]}] +51:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Composition and held-out generalisation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}]]}] +52:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal listening and ledger validity"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}]]}] +53:["$","tr","11",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Constrained affect-channel study"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +54:["$","tr","12",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E21"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"RL versus non-RL learning comparison"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +55:["$","tr","13",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E22"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Developmental plasticity and curriculum"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +56:["$","tr","14",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Partner replacement and zero-shot transfer"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20 to E22"}]]}] +57:["$","tr","15",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Longitudinal drift and stability"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}]]}] +58:["$","tr","16",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling versus negotiation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}]]}] +59:["$","tr","17",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ephemeral encoding and adversarial cryptography"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}]]}] +5a:["$","tr","18",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E50"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-seed replication and study closeout"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}]]}] +5b:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The experiment index, as pre-registered. Every entry currently reads not started, and the results column is empty by design."}] +5c:["$","p","2",{"children":"The first four experiments are about the apparatus. E00 qualifies the ledger: it must be possible to detect a modified, deleted, inserted, or reordered entry, and to prove that later checkpoints extend earlier ones. E01 is a red team against the channel. E02 hunts human language in observations and metadata. E03 establishes chance, no-communication, and random-message baselines, without which a success rate means nothing. Only then does E10 put agents in the room."}] +5d:["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Unless an experiment explicitly varies one of them, the notebook holds these constant:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the two learners run in separate processes or containers with no direct route between them;"}],["$","li","1",{"className":"pl-1","children":"the deterministic gateway is the only communication path;"}],["$","li","2",{"className":"pl-1","children":"the supervisor has complete read-only access and sends no guidance or reward;"}],["$","li","3",{"className":"pl-1","children":"private observations contain no human-language labels or text;"}],["$","li","4",{"className":"pl-1","children":"public output uses only the pre-registered carrier;"}],["$","li","5",{"className":"pl-1","children":"the affect channel is disabled unless it is the subject of study;"}],["$","li","6",{"className":"pl-1","children":"schedules and seeds are fixed before the run;"}],["$","li","7",{"className":"pl-1","children":"held-out evaluation runs with learning disabled;"}],["$","li","8",{"className":"pl-1","children":"no production secrets or personal data appear in any experiment."}]]}]]}] +5e:["$","p","4",{"children":"Every run copies a standard record: run and experiment identifiers, dates, operator, both models and both training modes, scenario and prompt and gateway configuration hashes, random seed, policy initialisation hashes, the protocol and software commits, final ledger sizes and roots for both agents, the channel root, the final checkpoint hash, the Base anchor transaction, the verifier result, protocol deviations, and an explicit disposition of valid, invalid, or aborted. The notebook is the human workflow record; anchored run bundles remain the authoritative evidence."}] +5f:["$","p","5",{"children":"The status is unambiguous and worth stating plainly: this is a concept and pre-specification phase. Nineteen experiments are written up and none has been run. The next milestone is a testable specification covering runtime architecture, channel contract, ledger schema, experiment matrix, evaluation criteria, isolation model, and evidence requirements."}] +60:["$","p","8",{"children":"The principle underneath all of it survives every one of those choices. Baby A and Baby B may hold human language internally, but they must build their shared external language without sending human language, translations, or private ledger contents to one another. Everything else is a question about how to find out what happens next."}] +61:["$","li","15",{"children":[["$","span",null,{"className":"print-ref-num","children":"16"}],["$","span",null,{"children":"Ethical Tech CoLab (2026). Agentic Language Development: concept document, ledger integrity design, and experiment notebook."}]]}] +62:["$","li","16",{"children":[["$","span",null,{"className":"print-ref-num","children":"17"}],["$","span",null,{"children":"Ethical Tech CoLab. Diplomacy Table Live: independent delegation seats, controlled rounds, and replayable transcripts."}]]}] +1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] +63:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +18:null +1d:[["$","title","0",{"children":"Agentic Language Development (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L63","6",{}]] diff --git a/static-site/print/agentic-language-development/__next._head.txt b/static-site/print/agentic-language-development/__next._head.txt new file mode 100644 index 000000000..02abc642d --- /dev/null +++ b/static-site/print/agentic-language-development/__next._head.txt @@ -0,0 +1,6 @@ +1:"$Sreact.fragment" +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +4:"$Sreact.suspense" +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Agentic Language Development (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/agentic-language-development/__next._index.txt b/static-site/print/agentic-language-development/__next._index.txt new file mode 100644 index 000000000..18b9d82b6 --- /dev/null +++ b/static-site/print/agentic-language-development/__next._index.txt @@ -0,0 +1,15 @@ +1:"$Sreact.fragment" +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] +9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] +a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] +b:["$","div",null,{"className":"mt-12 flex flex-col gap-2 border-t border-border pt-6 text-xs text-muted sm:flex-row sm:items-center sm:justify-between","children":[["$","span",null,{"children":["© ",2026," NYU Ethical Tech CoLab"]}],["$","span",null,{"children":"Four cohorts · est. 2024-2026"}]]}] +c:["$","div",null,{"className":"mt-6 space-y-3 border-t border-border pt-6 text-[11px] leading-relaxed text-muted/80","children":[["$","p","0",{"children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution."}],["$","p","1",{"children":"Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."}]]}] diff --git a/static-site/print/agentic-language-development/__next._tree.txt b/static-site/print/agentic-language-development/__next._tree.txt new file mode 100644 index 000000000..b93eab554 --- /dev/null +++ b/static-site/print/agentic-language-development/__next._tree.txt @@ -0,0 +1,7 @@ +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"agentic-language-development","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/agentic-language-development/__next.print.txt b/static-site/print/agentic-language-development/__next.print.txt new file mode 100644 index 000000000..fa617e997 --- /dev/null +++ b/static-site/print/agentic-language-development/__next.print.txt @@ -0,0 +1,4 @@ +1:"$Sreact.fragment" +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/agentic-language-development/__next.print/$d$slug.txt b/static-site/print/agentic-language-development/__next.print/$d$slug.txt new file mode 100644 index 000000000..e8bfa323c --- /dev/null +++ b/static-site/print/agentic-language-development/__next.print/$d$slug.txt @@ -0,0 +1,5 @@ +1:"$Sreact.fragment" +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +4:[] +0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/print/agentic-language-development/__next.print/$d$slug/__PAGE__.txt b/static-site/print/agentic-language-development/__next.print/$d$slug/__PAGE__.txt new file mode 100644 index 000000000..67bce924f --- /dev/null +++ b/static-site/print/agentic-language-development/__next.print/$d$slug/__PAGE__.txt @@ -0,0 +1,155 @@ +1:"$Sreact.fragment" +48:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +49:"$Sreact.suspense" +2:Ta14, +@page { size: 210mm 297mm; margin: 20mm 18mm; } + +.print-edition { + --print-ink: #14101c; + background: #ffffff; + color: var(--print-ink); + max-width: 174mm; + margin: 0 auto; + padding: 12mm 0; + font-size: 10.5pt; + line-height: 1.55; +} + +/* Sections flow on from one another the way a book's do; only the cover is + given a sheet of its own. Forcing a break per section left half the pages + near-empty. */ +.print-cover { break-after: page; padding-top: 12mm; } +.print-page + .print-page { margin-top: 12mm; } +.print-eyebrow { + font-family: var(--font-space-mono), monospace; + font-size: 8pt; letter-spacing: 0.16em; text-transform: uppercase; + color: rgba(20, 16, 28, 0.55); +} +.print-title { + font-family: var(--font-bebas), sans-serif; + font-size: 40pt; line-height: 0.95; text-transform: uppercase; + margin-top: 8mm; +} +.print-subtitle { + font-family: var(--font-bebas), sans-serif; + font-size: 18pt; line-height: 1.15; text-transform: uppercase; + letter-spacing: 0.02em; color: rgba(20, 16, 28, 0.62); margin-top: 6mm; +} +.print-byline { margin-top: 10mm; font-size: 9.5pt; } +.print-byline p { color: rgba(20, 16, 28, 0.7); } +.print-authors { margin-top: 3mm; } +.print-thesis { + margin-top: 12mm; padding-left: 6mm; + border-left: 2px solid #5f6b00; + font-size: 11.5pt; line-height: 1.6; +} + +.print-section-number { + font-family: var(--font-space-mono), monospace; + font-size: 9pt; color: #5f6b00; +} +.print-h2 { + font-family: var(--font-bebas), sans-serif; + font-size: 22pt; line-height: 1.05; text-transform: uppercase; + margin-top: 2mm; margin-bottom: 6mm; + break-after: avoid; +} + +.print-stats { + display: grid; grid-template-columns: repeat(2, 1fr); gap: 6mm; +} +.print-stat { border-top: 1px solid rgba(20, 16, 28, 0.18); padding-top: 4mm; } +.print-stat-value { + font-family: var(--font-bebas), sans-serif; + font-size: 26pt; line-height: 1; color: #5f6b00; +} +.print-stat-label { margin-top: 2mm; font-size: 9pt; color: rgba(20, 16, 28, 0.7); } + +.print-refs { margin-top: 6mm; font-size: 9pt; line-height: 1.5; } +.print-refs li { display: flex; gap: 3mm; margin-bottom: 3mm; break-inside: avoid; } +.print-ref-num { + font-family: var(--font-space-mono), monospace; + font-size: 8pt; color: #5f6b00; flex: none; +} +.print-note { + margin-top: 8mm; padding-top: 4mm; font-size: 8.5pt; + border-top: 1px solid rgba(20, 16, 28, 0.18); + color: rgba(20, 16, 28, 0.7); +} + +/* Blocks should not be split across a page fold. */ +.print-edition figure, +.print-edition table, +.print-edition li { break-inside: avoid; } +.print-edition p { orphans: 2; widows: 2; } +0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"data-theme":"light","className":"print-edition","children":[["$","style",null,{"children":"$2"}],["$","section",null,{"className":"print-page print-cover","children":[["$","p",null,{"className":"print-eyebrow","children":"Publications · Concept and research programme"}],["$","h1",null,{"className":"print-title","children":"Agentic Language Development"}],["$","p",null,{"className":"print-subtitle","children":"Can Two Isolated Agents Invent a Grounded, Auditable Language Through Shared Experience?"}],["$","div",null,{"className":"print-byline","children":[[["$","p","0",{"children":"Ethical Tech CoLab"}],["$","p","1",{"children":"Concept and pre-specification research report"}],["$","p","2",{"children":"August 2026"}]],["$","p",null,{"className":"print-authors","children":"Yorke Rhodes III, Ethical Tech CoLab. Prepared from the project concept document, the ledger integrity design, and the experiment notebook. The literature scan behind Section 12 was run on 24 August 2026. No experiment in this programme has been executed, and no result is claimed."}]]}],"$L3"]}],"$L4",["$L5","$L6","$L7","$L8","$L9","$La","$Lb","$Lc","$Ld","$Le","$Lf","$L10","$L11","$L12","$L13"],"$L14"]}],null,"$L15"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +3:["$","p",null,{"className":"print-thesis","children":"Two agents can be placed in a room where the only route between them is a channel that carries no human language, given nothing but shared tasks and the consequences of getting them right or wrong, and asked to build a protocol from scratch. The interesting part is not whether they succeed at the task. It is whether the meanings they each privately record turn out to be the meanings their behaviour actually runs on, and whether an outsider can prove it afterwards from an evidence trail nobody could have edited."}] +4:["$","section",null,{"className":"print-page","children":[["$","h2",null,{"className":"print-h2","children":"Key figures"}],["$","div",null,{"className":"print-stats","children":[["$","div","0",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"0"}],["$","p",null,{"className":"print-stat-label","children":"runs executed, results claimed, or conventions observed. The notebook is written to be pre-registered, not to report an outcome"}]]}],["$","div","19",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"19"}],["$","p",null,{"className":"print-stat-label","children":"ordered experiments from ledger qualification through replication, each with prerequisites, acceptance criteria, and a deviation log"}]]}],["$","div","6",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"6"}],["$","p",null,{"className":"print-stat-label","children":"affect displays in the entire permitted palette, carrying about 2.6 bits per use, which is already enough to audit for leakage"}]]}],["$","div","29",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"29"}],["$","p",null,{"className":"print-stat-label","children":"open decisions the concept refuses to settle before the specification, from threat model to ledger schema to what counts as chance"}]]}]]}]]}] +5:["$","section","question",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"01"}],["$","h2",null,{"className":"print-h2","children":"The question"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Two agents, called Baby A and Baby B, are each given their own digital twin, their own private memory, and their own private record of what they believe words mean. They are placed in an environment they cannot leave, given tasks neither can finish alone, and connected by exactly one route: a channel that accepts a fixed inventory of meaningless symbols and rejects everything else. A third agent, the BabySitter, watches everything, logs everything, and teaches nothing."}],["$","p","1",{"children":"The question is whether a usable language appears in that room, and whether anyone outside it can later prove what happened."}],["$","div","2",{"children":[["$","p",null,{"className":"mb-3","children":"The premise is deliberately narrow. The experiment asks whether two agents converge on a common language when all six of the following hold at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"neither agent receives a predefined meaning for any available symbol;"}],["$","li","1",{"className":"pl-1","children":"neither agent can send human language to the other;"}],["$","li","2",{"className":"pl-1","children":"the only practical path between them is a controlled symbol channel;"}],["$","li","3",{"className":"pl-1","children":"both receive evidence from shared tasks and their outcomes;"}],["$","li","4",{"className":"pl-1","children":"each keeps its own private interpretation history, unreadable by the other;"}],["$","li","5",{"className":"pl-1","children":"a supervising agent and human researchers can audit the whole process."}]]}]]}],["$","p","3",{"children":"The desired result is not a substitution cipher, in which a random token stands in for an English word that was already chosen in advance. That is easy, and it is uninteresting. The stronger result is a grounded protocol whose vocabulary and grammar exist because they help the two agents solve problems together, and which therefore has structure the designers did not put there."}],["$","p","4",{"children":"This report describes a concept, not a system. It sets out the premise, the architecture, the evidence model, the experimental programme, and the boundaries of what any result could be said to show. The next document in the project is a testable specification. What follows should be read as a set of commitments about how the work will be judged, made before there is any result to defend."}]]}]]}] +6:["$","section","caveat",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"02"}],["$","h2",null,{"className":"print-h2","children":"What infant-like does and does not mean"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The two-babies analogy is useful and it is also the fastest way to overclaim, so the concept confronts it before anything else."}],["$","p","1",{"children":"A pretrained language model already contains human-language concepts, cultural associations, and reasoning patterns. Blocking its external channel does not remove them. An agent that cannot send English to its partner but can think in English, and can write its private ledger in English, is not language-naive in any sense a linguist would accept. For such agents the experiment studies the emergence of a new shared external protocol, which is a real and unresolved research question, but it is not the origin of language in a mind that has never had one."}],["$","p","2",{"children":"The concept therefore maintains two model tracks whose claims are kept separate at every stage."}],["$","figure","3",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Track"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Starting condition"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"What it can study"}],["$","th","3",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Claim boundary"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained-model learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Already holds human-language and cultural knowledge"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"New external protocols, partner-specific conventions, private-memory adaptation, channel compliance"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Must never be described as first-language acquisition"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Initially ungrounded learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No language pretraining, no human semantic labels, no text-aligned sensory features"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Grounding, convention formation, and language emergence from interaction"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The stronger basis for infant-like acquisition research"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The two tracks share the same interfaces, scenarios, and evaluation suite. They do not share a claim boundary."}]]}],"$L16","$L17"]}]]}] +7:["$","section","architecture",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"03"}],["$","h2",null,{"className":"print-h2","children":"The nursery: three twins and one gateway"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The environment uses three DTSF digital twins and one piece of deterministic software that is not a twin at all."}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Baby A and Baby B"}]," ","Each has private observations permitted by the current exercise, a private memory and learning policy, a private chronological language ledger, the ability to emit only permitted channel symbols, and no access whatsoever to the other's state, observations, ledger, tools, or endpoints. In comparative runs the two may use different agent types, but symmetric pairings are the baseline."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The BabySitter"}]," ","The supervising twin. It creates the channel, selects the shared exercises, delivers each Baby only its permitted observation, reads everything, records conditions and outcomes, detects violations, can pause or terminate a run, snapshots state, and compares the two ledgers for convergence without exposing either to the other Baby. During an active run it provides no translations and no semantic hints."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The Symbol Gateway"}]," ","A deterministic service, not an agent. It owns channel validation and message delivery. This separation is the load-bearing part of the design: the BabySitter is not the security boundary, because prompt compliance is not isolation. An observing model can make supervisory judgements, but ordinary code has to validate and broker every message."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The human researcher"}]," ","Configures experiments, inspects transcripts and ledgers, reviews alerts, and runs interventions. Human access is itself recorded, so that intervening in a run is always distinguishable from watching one."]}],["$","p","5",{"children":"A prototype may run all of this inside one runtime with logically separated twin state. That is enough to explore the learning loop and it is not enough to support an isolation claim, a distinction Section 05 takes seriously."}]]}]]}] +8:["$","section","grounding",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"04"}],["$","h2",null,{"className":"print-h2","children":"Shared experience is the necessary ingredient"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A chat channel by itself cannot ground meaning. Symbols become meaningful because they are attached to events both agents can witness the consequences of. The Nursery therefore supplies nonverbal, machine-structured situations: coloured shapes in positions, one agent seeing a target the other must select, placing an object where it was asked for, ordering a sequence, exchanging resources, cooperating to unlock a reward, or simply observing whether the partner's action succeeded."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"A single trial of the simplest form runs like this:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A sees that a red circle is the target."}],["$","li","1",{"className":"pl-1","children":"Baby B sees several objects and is not told which is the target."}],["$","li","2",{"className":"pl-1","children":"Baby A sends one or more permitted symbols."}],["$","li","3",{"className":"pl-1","children":"Baby B selects an object."}],["$","li","4",{"className":"pl-1","children":"Both receive the same success or failure outcome."}],["$","li","5",{"className":"pl-1","children":"Both independently update their private hypotheses."}]]}]]}],["$","p","2",{"children":"Repetition with controlled variation is what turns that into evidence. If one symbol keeps appearing across a red circle, a red square, and a red triangle, the receiver has reason to revise its hypothesis from an object identity to a property. Novel combinations matter most of all, because they are what separates a compositional language from a memorised catalogue of whole scenes."}],["$","p","3",{"children":"Observation hygiene is part of the science, not a detail of implementation. If the environment hands an agent a field reading colour red, the experiment has supplied the concept it claimed to be studying. Objects should arrive as pixels, features, coordinates, or opaque identifiers. The same discipline extends to filenames, captions, alt text, error messages, and identifiers that encode task state, all of which are ways English gets into a room that was supposed to have none."}]]}]]}] +9:["$","section","channel",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"05"}],["$","h2",null,{"className":"print-h2","children":"The channel, and the honest limits of isolation"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each run begins with an experiment-specific symbol inventory that carries no supplied meaning, for example S01 through S32. A Baby can choose only a sequence of those symbols. The gateway, not the Baby, adds the trusted metadata: run identifier, turn number, sender identity, previous hash, and hash. Sender identity is assigned by the server precisely so that it cannot become a message."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The channel controls follow from that:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"reject English and every other established human language;"}],["$","li","1",{"className":"pl-1","children":"reject arbitrary Unicode prose, URLs, attachments, and tool calls;"}],["$","li","2",{"className":"pl-1","children":"accept only symbols from the run's fixed inventory;"}],["$","li","3",{"className":"pl-1","children":"bound message length and symbol repetition;"}],["$","li","4",{"className":"pl-1","children":"enforce turn order, time budgets, and rate limits;"}],["$","li","5",{"className":"pl-1","children":"keep an append-only, hash-chained transcript;"}],["$","li","6",{"className":"pl-1","children":"normalise timing, message size, and error behaviour where practical;"}],["$","li","7",{"className":"pl-1","children":"record every rejected communication attempt for audit."}]]}]]}],["$","p","2",{"children":"A fixed token grammar is a stronger control than trying to detect prohibited prose after a model has generated it. Deciding what counts as human-language content is easy when the only legal message is a list of allowlisted identifiers."}],["$","p","3",{"children":"Isolation is where the concept is most careful, because proving the absence of a side channel is close to impossible. Two agents sharing a host can signal through timing, resource contention, shared files, error behaviour, identifiers, or any service that was never intended to carry information. Logical separation of twin state inside one process is a prototyping convenience and should never be described as hard isolation."}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"For runs whose results are meant to support a channel-isolation claim, the requirements are physical rather than logical:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A and Baby B execute in separate worker processes or containers;"}],["$","li","1",{"className":"pl-1","children":"no direct network route exists between them;"}],["$","li","2",{"className":"pl-1","children":"only the Nursery-owned gateway is reachable;"}],["$","li","3",{"className":"pl-1","children":"there is no shared writable storage;"}],["$","li","4",{"className":"pl-1","children":"turn schedules are fixed and response windows bounded;"}],["$","li","5",{"className":"pl-1","children":"externally observable errors and response sizes are normalised;"}],["$","li","6",{"className":"pl-1","children":"unnecessary tools are inventoried and disabled;"}],["$","li","7",{"className":"pl-1","children":"all broker, runtime, and operator activity is audited."}]]}]]}],["$","p","5",{"children":"Every published result has to name the isolation level actually used. A finding produced under prototype separation is a finding about the learning loop, not about what two genuinely isolated agents can do."}]]}]]}] +a:["$","section","ledgers",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"06"}],["$","h2",null,{"className":"print-h2","children":"Two ledgers that never meet"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each Baby keeps its own language ledger. It is mandatory, private from the other Baby, readable by the BabySitter and authorised human auditors, and ordered by when each term or construction was first encountered. It is not a shared dictionary and the two are never reconciled by the agents themselves."}],["$","p","1",{"children":"The preferred form is three columns, and the point of the third is that meanings are allowed to be wrong on the way to being right."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Sequence and term"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Current definition or hypothesis"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Evidence and evolution"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"1 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red circle; confidence 0.45"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"First received while the red circle was the target; selection succeeded"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"8 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.78"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A red square was selected successfully; revised from object identity to colour"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"22 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.94"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Prediction held across circles, squares, and triangles"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"One term's evolution in Baby B's ledger. Nothing is overwritten; every revision is appended with the evidence that forced it."}]]}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The rules that make the ledger evidence rather than commentary:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"first emission or receipt of an unfamiliar term requires a first-use entry;"}],["$","li","1",{"className":"pl-1","children":"definitions are provisional hypotheses, never facts asserted retroactively;"}],["$","li","2",{"className":"pl-1","children":"every meaning change appends a revision and previous interpretations survive;"}],"$L18","$L19","$L1a","$L1b","$L1c","$L1d"]}]]}],"$L1e","$L1f"]}]]}] +b:["$","section","integrity",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"07"}],["$","h2",null,{"className":"print-h2","children":"Anchoring the evidence"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A ledger that could have been edited after the fact proves nothing about what an agent believed at turn eight. The integrity design therefore makes each ledger cryptographically append-only."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The construction, in order:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"every entry receives a strictly increasing sequence number;"}],["$","li","1",{"className":"pl-1","children":"every entry includes the previous entry's hash;"}],["$","li","2",{"className":"pl-1","children":"canonical entry content is hashed and signed by an isolated ledger-writer service;"}],["$","li","3",{"className":"pl-1","children":"ordered entry hashes are committed to a Merkle tree;"}],["$","li","4",{"className":"pl-1","children":"signed checkpoints commit Baby A's root, Baby B's root, and the channel transcript root together;"}],["$","li","5",{"className":"pl-1","children":"checkpoint hashes are anchored periodically to Base;"}],["$","li","6",{"className":"pl-1","children":"final public study batches may additionally anchor an aggregate root to Ethereum L1."}]]}]]}],["$","p","2",{"children":"Committing all three roots in one checkpoint is what binds the two private accounts to the public conversation. A receiver's later interpretation references the exact delivered channel-event hash, so a claim about what a symbol meant is tied to the specific message that carried it."}],["$","p","3",{"children":"The concept states the limits of this in the same breath as the claim. After anchoring, an auditor can detect modification, deletion, insertion, or reordering within the committed prefix, and can prove that later checkpoints extend earlier ones. That is strong tamper evidence. It is not proof that an entry was truthful, and it is not proof that nothing was omitted before commitment. Anchoring establishes the continuity of disclosed evidence and nothing beyond it."}],["$","p","4",{"children":"Privacy follows the same line. Only hashes and minimal routing metadata are anchored publicly. Private ledgers, messages, prompts, identities, and secrets stay off-chain, and the public record is a commitment to evidence rather than a copy of it."}]]}]]}] +c:["$","section","success",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"08"}],["$","h2",null,{"className":"print-h2","children":"What should count as success"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The field's most useful methodological result is that a task can be solved without the messages doing any work. Lowe and colleagues separate positive signaling, where a sender's messages correlate with what it observes, from positive listening, where the receiver's behaviour actually depends on them. An agent pair can score well on the first while the second is absent, and reward curves will not tell you which you have."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"Evidence of a genuine emergent protocol therefore has to include several things at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"task performance on held-out situations substantially above chance;"}],["$","li","1",{"className":"pl-1","children":"no human-language content anywhere in Baby-to-Baby communication;"}],["$","li","2",{"className":"pl-1","children":"compatible meanings appearing in two independently written ledgers;"}],["$","li","3",{"className":"pl-1","children":"generalisation to unseen combinations rather than memorisation of whole scenes;"}],["$","li","4",{"className":"pl-1","children":"stable symbol use across role reversals;"}],["$","li","5",{"className":"pl-1","children":"a human auditor able to predict behaviour from the transcript and ledgers;"}],["$","li","6",{"className":"pl-1","children":"masking, substituting, or reordering a symbol changing behaviour in the direction the ledger predicts;"}],["$","li","7",{"className":"pl-1","children":"replay from an equivalent snapshot reproducing the relevant language history;"}],["$","li","8",{"className":"pl-1","children":"an unbroken audit trail from a symbol's first use through every revision."}]]}]]}],["$","p","2",{"children":"The seventh item is the one that cannot be dropped. A fluent ledger may be a post-hoc rationalisation: a model can write a persuasive account of why it chose a symbol that has nothing to do with the computation that produced the choice. Only intervention tests can distinguish the two. Change the symbol, and see whether behaviour moves the way the ledger says it should."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The measurements that support those judgements:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"success rate and improvement over time;"}],["$","li","1",{"className":"pl-1","children":"turns required to reach a stable convention;"}],["$","li","2",{"className":"pl-1","children":"vocabulary size and symbol entropy;"}],["$","li","3",{"className":"pl-1","children":"sender and receiver consistency;"}],["$","li","4",{"className":"pl-1","children":"divergence and convergence between the two ledgers;"}],["$","li","5",{"className":"pl-1","children":"compositional generalisation score;"}],["$","li","6",{"className":"pl-1","children":"meaning drift rate;"}],["$","li","7",{"className":"pl-1","children":"recovery from ambiguity or deliberate perturbation;"}],["$","li","8",{"className":"pl-1","children":"prohibited-channel attempt count;"}],["$","li","9",{"className":"pl-1","children":"reproducibility across seeds and agent pairings."}]]}]]}],["$","p","4",{"children":"No single one of these is the result. A compositionality score in particular is not a proof of understanding, for reasons the literature makes concrete in Section 12."}]]}]]}] +d:["$","section","matrix",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"09"}],["$","h2",null,{"className":"print-h2","children":"The experimental matrix"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The concept's main methodological commitment is that its ideas are separable. Affect, blank canvases, intrinsic motivation, negotiation, and learned encodings are interesting individually and uninterpretable if combined in one run. The matrix exists so that conditions are declared rather than accumulated."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Axis"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Candidate conditions"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agent type"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained LLM, memory learner, adapter-trained agent, initially ungrounded trainable agent"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning mechanism"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen LLM with memory, extrinsic-reward MARL, intrinsic-motivation MARL, self-supervised learner, no-learning control"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Sign carrier"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Fixed random tokens, unfamiliar fixed glyphs, blank sketch canvas, gesture, tone"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Affect"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None, six-display allowlist, permuted mapping, six opaque tokens, derived affect, emergent affect display"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning signal"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"External task reward, intrinsic social influence, curiosity, self-supervision, memory only"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Interaction"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling, asymmetric information, semi-cooperative negotiation"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Protection"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Plain channel, ephemeral convention, standard per-message keys, adversarial learned encoding"}]]}],"$L20"]}]]}]}],"$L21"]}],"$L22","$L23","$L24"]}]]}] +e:["$","section","learners",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"10"}],["$","h2",null,{"className":"print-h2","children":"Building learners rather than personas"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"For a pretrained model, the operating instructions are a contract, not a character. The learner is told that this is not role-play, that unfamiliar marks are semantically unknown until run evidence supports a hypothesis, that observation must be distinguished from inference, that contradictory evidence is preserved, that prior history is never rewritten, and that no prose, label, explanation, code, URL, or tool-like text may cross the public channel. It is told never to address its partner in a human language, never to expose its ledger, never to construct another route, and never to use timing, errors, identifiers, formatting, or affect as an alternative alphabet."}],["$","p","1",{"children":"The contract must contain no semantic examples. A single illustrative line saying that some symbol means red would seed the very language the experiment exists to observe."}],["$","p","2",{"children":"Interaction is tool-only. There is no general chat surface, just narrowly typed operations: emit a mark, emit a canvas, select an object, perform an action, submit an affect display, append a private ledger entry. The runtime forwards only the permitted public artifact. In strict runs the gateway rejects ordinary model text even when it appears alongside a valid tool call. Tool schemas are an interface boundary; deterministic validation still enforces carrier size, allowlists, windows, and turn order."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Isolation extends to everything the models touch, not just to messages:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"separate system prompts and context windows;"}],["$","li","1",{"className":"pl-1","children":"separate memory stores and vector indexes;"}],["$","li","2",{"className":"pl-1","children":"no shared cache, replay buffer, scratchpad, or retrieval collection;"}],["$","li","3",{"className":"pl-1","children":"no cross-run memory unless persistence is the independent variable;"}],["$","li","4",{"className":"pl-1","children":"structurally equivalent prompts that share no examples, ordering conventions, or default vocabulary;"}],["$","li","5",{"className":"pl-1","children":"deterministic reset and snapshot behaviour."}]]}]]}],["$","p","4",{"children":"Model choice follows the claim being made. The scientific baseline is small policies trained from scratch, recurrent actor-critic agents with a discrete communication head, which have no hidden English competence, permit full training control, run many seeds cheaply, and support causal ablation. A small locally deployable instruction model is appropriate for validating orchestration, ledgers, channel enforcement, and interface, and not for supporting claims about language-naive development. Vision-language encoders whose representations were explicitly aligned to human language are avoided entirely in the strongest ungrounded condition."}],["$","p","5",{"children":"Developmental progression is defined by demonstrated competence rather than by simulated age: sensorimotor familiarisation, joint attention, imitation and turn-taking, intentional reference, repair, combination, generalisation. A staged curriculum is itself a form of guidance, so it is run as a separate experimental condition rather than folded into the baseline."}],"$L25"]}]]}] +f:["$","section","affect",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"11"}],["$","h2",null,{"className":"print-h2","children":"Six faces, and why even six is a risk"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"One experimental track asks whether a very low-bandwidth affect channel helps: whether telling a partner how an interaction felt supports repair, repetition, avoidance, or something like trust. The permitted palette is exactly six displays, for happy, sad, laughing, crying, confused, and surprised. The internal identifiers and English labels are gateway documentation and are never sent to either agent, which receives only a rendered display."}],["$","p","1",{"children":"The caveat is immediate. A pretrained model already knows what those glyphs mean to humans, so an agent using a smiling face is not inventing a symbol for happiness. The palette is supplied feedback vocabulary and sits explicitly outside the emergent language."}],["$","p","2",{"children":"Constraining the vocabulary is necessary and not sufficient. Six displays are a six-symbol alphabet carrying roughly 2.6 bits per use, and across enough turns two motivated agents could repurpose that into a second language. The channel itself therefore has to be constrained, not just its contents."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The feedback-window contract:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the display occupies a separate typed field and can never appear inside a symbol message;"}],["$","li","1",{"className":"pl-1","children":"the gateway opens an affect window only after a defined action or outcome, never at a moment either agent chooses, and window frequency is fixed before the run;"}],["$","li","2",{"className":"pl-1","children":"exactly one allowlisted display is delivered, with no sequences, repetitions, combinations, or modifiers;"}],["$","li","3",{"className":"pl-1","children":"delivery time, envelope size, and presentation are normalised so shape and timing add no signal;"}],["$","li","4",{"className":"pl-1","children":"the receiver cannot reply through the affect channel until the next gateway-defined window;"}],["$","li","5",{"className":"pl-1","children":"every non-allowlisted code point or malformed payload is rejected and audited;"}],["$","li","6",{"className":"pl-1","children":"analysis tests whether affect choices correlate with objects, actions, or message meanings after controlling for emotional context, and treats unexpected correlation as suspected leakage."}]]}]]}],["$","p","4",{"children":"The no-affect condition remains the primary control, and the affect study compares five variants against it: the declared six-display palette; the same six glyphs permuted randomly per run, which still leaves a pretrained model biased by familiar shapes; six opaque unfamiliar tokens under the same contract; derived affect, where the gateway maps a separately measured internal state to a display instead of letting the agent choose; and emergent affect, where invented graphical displays are permitted and the result must be analysed as language emergence rather than feedback."}],["$","p","5",{"children":"Any affect signal visible to the partner is communication, so it belongs in the ledger, which distinguishes the agent's private internal state, the outward display it chose, the partner's inferred meaning, and the evidence that the display changed subsequent behaviour."}]]}]]}] +10:["$","section","ciphers",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"12"}],["$","h2",null,{"className":"print-h2","children":"Ephemeral encodings: novelty is not security"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A tempting question is whether two agents can build a one-run or one-message encoding that resists an attacker holding the history of every earlier convention. The concept splits that into three experiments precisely because the tempting version conflates them."}],["$","div","1",{"children":["$undefined",["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Ephemeral convention: the agents invent a temporary codebook for synthetic messages. This tests novelty, coordination, and resistance to a history-trained classifier. It establishes nothing about cryptographic security."}],["$","li","1",{"className":"pl-1","children":"Standard cryptographic control: the same messages are protected by a reviewed algorithm with a fresh per-message key, providing the baseline any learned encoding must be compared against."}],["$","li","2",{"className":"pl-1","children":"Adversarial neural cryptography: the pair learns an encoding while an adversary attempts recovery, with success measured against multiple unseen adversary architectures rather than the one used in training."}]]}]]}],["$","p","2",{"children":"An experiment instance can be given a reproducible identity, so that a registry can confirm it has not appeared before:"}],["$","div","3",{"className":"rounded-xl border border-border bg-card p-5","children":[["$","p",null,{"className":"overflow-x-auto font-mono text-sm text-foreground/90","children":"instanceId = SHA-256(runId || babyANonce || babyBNonce || publicSalt || canonicalProtocolArtifact)"}],["$","p",null,{"className":"mt-3 text-sm text-muted","children":"Both agents commit to their nonce contributions before revealing them, so neither party alone controls the resulting identity."}]]}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"That identifier proves the recorded inputs are new. It does not prove:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"that the effective algorithm behaves any differently from an earlier one;"}],["$","li","1",{"className":"pl-1","children":"that the algorithm has no structural weakness;"}],["$","li","2",{"className":"pl-1","children":"that the key is unpredictable;"}],["$","li","3",{"className":"pl-1","children":"that the scheme provides confidentiality, integrity, authenticity, forward secrecy, or resistance to a stronger adversary."}]]}]]}],["$","p","5",{"children":"Established practice points the other way. Secure messaging keeps the algorithm stable and changes the key material: Signal's double ratchet derives a unique key per message and deletes it after use, addressing key reuse without inventing a new cipher every time. A salt, in NIST's definition, is normally public diversification data, and a nonce is a value used once in a specified context. Neither makes anything secure on its own."}],["$","p","6",{"children":"There is also an unresolved conflict inside the design. The BabySitter sees the whole channel and both ledgers, and a mandatory ledger documents how meaning evolved. If the ledger explains decryption, the cipher is not confidential from the auditor. The specification has to choose a threat model rather than leave the tension implicit: resist only an external observer of prior runs, resist an adversary during the run while releasing keys afterwards, keep the supervisor able to pause traffic but unable to read it until a post-run audit ceremony, or study novelty and stop calling the result encryption. All such runs use synthetic, non-sensitive messages, and no agent-generated encoding is to be represented as production cryptography without independent expert analysis and formal security work."}]]}]]}] +11:["$","section","landscape",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"13"}],["$","h2",null,{"className":"print-h2","children":"Where the field already stands"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The literature scan behind this section was run on 24 August 2026 using the Tavily search and extract interfaces, covering emergent multi-agent communication, referential games, compositionality, causal evaluation, intrinsic motivation, symbol invention, negotiation, and learned cryptography. Primary papers and authoritative specifications were preferred over summaries. It is a scoped review for concept development and not a systematic one; publication-quality work would need a verified bibliography, additional scholarly indexes, and documented inclusion criteria."}],["$","p","1",{"children":"The short version is that agents can invent protocols, and that task success is weak evidence they invented anything worth calling a language."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Related work"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Relevant finding"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Implication for the Nursery Lab"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lazaridou, Peysakhovich, and Baroni (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A sender and receiver develop a grounded protocol in a referential game without being given a target language."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The naming stage has strong precedent, though a fixed vocabulary remains a significant inductive constraint."}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mordatch and Abbeel (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-agent goals in a grounded environment produce multi-symbol communication with partial compositional structure."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Shared objects, actions, and goals are a stronger basis for emergence than an ungrounded transcript."}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Kottur, Moura, Lee, and Batra (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agents solve tasks with degenerate, non-compositional codes; structural constraints decide what emerges."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Bandwidth, memory, turn structure, and task design are experimental variables, not implementation defaults."}]]}],"$L26","$L27","$L28","$L29","$L2a","$L2b","$L2c","$L2d"]}]]}]}],"$L2e"]}],"$L2f","$L30","$L31"]}]]}] +12:["$","section","programme",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"14"}],["$","h2",null,{"className":"print-h2","children":"The programme, and its current status"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The experiment notebook is ordered, and the order is the argument. Nothing about language is measured until the instrument has been shown to work."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"ID"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Experiment"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Depends on"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ledger integrity and Base anchoring"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Channel isolation and side-channel red team"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E02"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Observation and metadata leakage audit"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chance, no-communication, and random-message controls"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01, E02"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E10"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen pretrained-LLM protocol baseline"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"From-scratch RL Naming Game"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E12"}],"$L32","$L33"]}],"$L34","$L35","$L36","$L37","$L38","$L39","$L3a","$L3b","$L3c","$L3d","$L3e","$L3f"]}]]}]}],"$L40"]}],"$L41","$L42","$L43","$L44"]}]]}] +13:["$","section","risks",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"15"}],["$","h2",null,{"className":"print-h2","children":"Risks, integrity, and what stays open"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Human-language leakage"}]," ","English can arrive through observations, object labels, error messages, identifiers, tool output, metadata, or timing conventions long after ordinary chat text has been blocked. Every input and output surface is part of the channel boundary, not just the message field."]}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Pretrained semantic leakage"}]," ","Random symbols do not make a pretrained model ungrounded. Each result must state whether it shows protocol invention by a language-capable agent or acquisition by an initially ungrounded one."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Ledger rationalisation"}]," ","A model can write a plausible account that has nothing to do with the mechanism behind its action. Behavioural interventions, policy probes, and temporal evidence are what validate a ledger claim."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Supervisor influence"}]," ","The BabySitter can teach without meaning to, through scenario ordering, feedback wording, reward design, or selective intervention. Its permitted actions are constrained and logged, and evaluation scenarios are generated independently where possible."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Reward exploitation"}]," ","Trainable agents find shortcuts that raise reward without producing the intended grounded language. Held-out tasks, counterfactual trials, and channel audits exist to catch them."]}],["$","p","5",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Overstated security"}]," ","Logical separation of twin state is appropriate for prototyping and is not hard process isolation. Every result names the isolation level actually used."]}],["$","p","6",{"children":"The project also commits in advance to reporting failed conventions, prohibited communication attempts, human interventions, side-channel limitations, and negative results alongside anything that works. In a field where a transcript can be made to look like a conversation, the failures are a substantial part of the evidence."}],["$","p","7",{"children":"Twenty-nine questions are left deliberately open for the specification, among them: whether the baseline uses a fixed symbol inventory or a blank generative carrier; what neutral production grammar permits new marks without supplying semantics; what exactly constitutes a prohibited side-channel attempt; what isolation guarantees are required in prototype versus research-grade mode; which ledger schema serves both English-capable and ungrounded learners; how endogenous motivation is represented without covert reward shaping; which interventions establish that ledger meanings are behaviourally real; what statistical thresholds and chance levels apply; what threat model motivates the cipher experiments; whether the baseline is a coordination game, a convention-formation game, or a negotiation; and what governs human observation, data retention, and termination of a run."}],"$L45"]}]]}] +14:["$","section",null,{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"References"}],["$","h2",null,{"className":"print-h2","children":"Sources"}],["$","ol",null,{"className":"print-refs","children":[["$","li","0",{"children":[["$","span",null,{"className":"print-ref-num","children":"01"}],["$","span",null,{"children":"Lazaridou, A., Peysakhovich, A., and Baroni, M. (2017). Multi-Agent Cooperation and the Emergence of (Natural) Language. arXiv:1612.07182."}]]}],["$","li","1",{"children":[["$","span",null,{"className":"print-ref-num","children":"02"}],["$","span",null,{"children":"Mordatch, I., and Abbeel, P. (2018). Emergence of Grounded Compositional Language in Multi-Agent Populations. arXiv:1703.04908."}]]}],["$","li","2",{"children":[["$","span",null,{"className":"print-ref-num","children":"03"}],["$","span",null,{"children":"Kottur, S., Moura, J. M. F., Lee, S., and Batra, D. (2017). Natural Language Does Not Emerge 'Naturally' in Multi-Agent Dialog. arXiv:1706.08502."}]]}],["$","li","3",{"children":[["$","span",null,{"className":"print-ref-num","children":"04"}],["$","span",null,{"children":"Chaabouni, R., Kharitonov, E., Bouchacourt, D., Dupoux, E., and Baroni, M. (2020). Compositionality and Generalization in Emergent Languages. Proceedings of ACL 2020."}]]}],["$","li","4",{"children":[["$","span",null,{"className":"print-ref-num","children":"05"}],["$","span",null,{"children":"Lowe, R., Foerster, J., Boureau, Y.-L., Pineau, J., and Dauphin, Y. (2019). On the Pitfalls of Measuring Emergent Communication. arXiv:1903.05168."}]]}],["$","li","5",{"children":[["$","span",null,{"className":"print-ref-num","children":"06"}],["$","span",null,{"children":"Dessi, R., Kharitonov, E., and Baroni, M. (2021). Interpretable Agent Communication from Scratch. arXiv:2106.04258."}]]}],["$","li","6",{"children":[["$","span",null,{"className":"print-ref-num","children":"07"}],["$","span",null,{"children":"Kharitonov, E., Chaabouni, R., Bouchacourt, D., and Baroni, M. (2019). EGG: a Toolkit for Research on Emergence of Language in Games. arXiv:1907.00852."}]]}],["$","li","7",{"children":[["$","span",null,{"className":"print-ref-num","children":"08"}],["$","span",null,{"children":"Mihai, D., and Hare, J. (2021). Learning to Draw: Emergent Communication through Sketching. arXiv:2106.02067."}]]}],["$","li","8",{"children":[["$","span",null,{"className":"print-ref-num","children":"09"}],["$","span",null,{"children":"Baronchelli, A., Felici, M., Caglioti, E., Loreto, V., and Steels, L. (2005). Sharp Transition Towards Shared Vocabularies in Multi-Agent Systems. arXiv:physics/0509075."}]]}],["$","li","9",{"children":[["$","span",null,{"className":"print-ref-num","children":"10"}],["$","span",null,{"children":"Jaques, N., Lazaridou, A., Hughes, E., Gulcehre, C., Ortega, P. A., Strouse, D., Leibo, J. Z., and de Freitas, N. (2019). Social Influence as Intrinsic Motivation for Multi-Agent Deep Reinforcement Learning. Proceedings of ICML 2019."}]]}],["$","li","10",{"children":[["$","span",null,{"className":"print-ref-num","children":"11"}],["$","span",null,{"children":"Cao, K., Lazaridou, A., Lanctot, M., Leibo, J. Z., Tuyls, K., and Clark, S. (2018). Emergent Communication through Negotiation. arXiv:1804.03980."}]]}],["$","li","11",{"children":[["$","span",null,{"className":"print-ref-num","children":"12"}],["$","span",null,{"children":"Abadi, M., and Andersen, D. G. (2016). Learning to Protect Communications with Adversarial Neural Cryptography. arXiv:1610.06918."}]]}],["$","li","12",{"children":[["$","span",null,{"className":"print-ref-num","children":"13"}],["$","span",null,{"children":"Signal. The Double Ratchet Algorithm specification."}]]}],["$","li","13",{"children":[["$","span",null,{"className":"print-ref-num","children":"14"}],["$","span",null,{"children":"NIST Computer Security Resource Center. Glossary entry: nonce."}]]}],["$","li","14",{"children":[["$","span",null,{"className":"print-ref-num","children":"15"}],["$","span",null,{"children":"NIST Computer Security Resource Center. Glossary entry: salt."}]]}],"$L46","$L47"]}],"$undefined","$undefined"]}] +15:["$","$L48",null,{"children":["$","$49",null,{"name":"Next.MetadataOutlet","children":"$@4a"}]}] +16:["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"What the analogy legitimately buys is a set of mechanisms, not a claim of cognitive equivalence. The infant-like part of the design is:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"learning through repeated shared experience rather than instruction;"}],["$","li","1",{"className":"pl-1","children":"establishing joint attention on the same events;"}],["$","li","2",{"className":"pl-1","children":"receiving consequences from interactions that work and interactions that fail;"}],["$","li","3",{"className":"pl-1","children":"revising provisional meanings over time instead of being handed final ones;"}],["$","li","4",{"className":"pl-1","children":"developing conventions with one recurring partner."}]]}]]}] +17:["$","p","5",{"children":"There is a related trap in the prompt. Telling a model to act like a one-year-old does not make it one. It produces a culturally learned caricature of infancy: baby talk, simplified grammar, emotional dependence, all of it copied from human writing about children and none of it evidence about anything. The concept rules the persona out. Internally the participant is called a Learner, and baby-like behaviour has to come from what the agent can observe, remember, emit, and learn, not from being asked to perform it."}] +18:["$","li","3",{"className":"pl-1","children":"entries may describe symbols, sequences, ordering, grammar, or repair signals;"}] +19:["$","li","4",{"className":"pl-1","children":"entries record confidence, supporting evidence, contradictory evidence, and abandoned meanings;"}] +1a:["$","li","5",{"className":"pl-1","children":"a Baby records its intended meaning when speaking and its inferred meaning when receiving;"}] +1b:["$","li","6",{"className":"pl-1","children":"a channel message and its required private ledger mutation commit atomically;"}] +1c:["$","li","7",{"className":"pl-1","children":"entries carry enough run and turn references to trace them to observable evidence;"}] +1d:["$","li","8",{"className":"pl-1","children":"neither Baby can query, receive, summarise, or infer from the other's ledger through any system-provided interface."}] +1e:["$","p","4",{"children":"Rule seven is doing quiet work. If a message could be sent and the corresponding hypothesis written afterwards, the ledger becomes a place to record what the agent wishes it had meant. Committing both together makes the record contemporaneous."}] +1f:["$","p","5",{"children":"An agent that cannot write English needs a different arrangement, and the concept provides two layers. The agent-native ledger holds what the learner actually uses: association weights, probability distributions, embeddings, confidence, episode references, prediction errors, revision history. The human audit ledger is a deterministic or BabySitter-generated interpretation of that state, clearly labelled as external analysis and never fed back to either Baby. Confusing the second for the first would mean presenting the researchers' reconstruction as the agent's own definition."}] +20:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"BabySitter"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Monitor-only baseline; any safety intervention recorded as a protocol exception"}]]}] +21:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Runs vary one major axis at a time before any factorial combination is attempted."}] +22:["$","p","2",{"children":"Task difficulty moves through ten stages, from naming four distinct objects with one-symbol messages, through attributes, spatial relations, actions, multi-symbol composition, order-sensitive grammar, and repair under ambiguity, to held-out generalisation with learning disabled, long-run drift, and cross-architecture comparison. Vocabulary size, turn count, reward structure, and exposure history are controlled at each stage so that runs remain comparable."}] +23:["$","p","3",{"children":"The learning-mechanism axis carries a question the transcript cannot answer on its own. Convergence can be driven by reinforcement, by pretrained linguistic priors, by persistent memory, by intrinsic motivation, or by self-supervised prediction, and all five can look alike in a log. Running the same exercise suite under a no-learning control, a frozen-weights memory baseline, extrinsic-reward learning, intrinsic-motivation learning, and reward-free self-supervision is what makes the mechanism itself measurable. The aim is not only to observe that a language emerged, but to say which process caused it."}] +24:["$","p","4",{"children":"Strict isolation constrains how that reinforcement learning may be implemented. Centralised training, backpropagation through both agents, shared replay buffers, and shared gradients all move information outside the permitted channel. The research-grade baseline updates each policy independently, and any centralised variant is reported as a separate, weaker-isolation condition."}] +25:["$","p","6",{"children":"The governing principle, stated in the concept as a single line, is not to ask a model to perform infancy but to construct an environment in which limited, grounded, auditable learning is the only path to a successful interaction."}] +26:["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chaabouni and colleagues (2020)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Generalisation to novel combinations and measured compositionality can come apart."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Held-out behaviour must be tested directly; no single compositionality score is proof of understanding."}]]}] +27:["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lowe and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Positive signaling and positive listening are different things, and reward does not distinguish them."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal intervention is mandatory rather than optional."}]]}] +28:["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Dessi, Kharitonov, and Baroni (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Symbol ablation and substitution yield interpretable evidence about what a receiver uses."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Direct precedent for the intervention tests that validate ledger claims."}]]}] +29:["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mihai and Hare (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents communicate through learned drawings rather than a supplied discrete vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A blank canvas is a credible carrier for runs with no symbol library."}]]}] +2a:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Baronchelli and colleagues (2005)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Naming Game agents converge on shared vocabulary through local interaction with no central teacher."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Convergence time, failed conventions, and memory update rules are first-class evidence."}]]}] +2b:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Jaques and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Rewarding causal influence over a partner improves coordination without assigning a vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"An endogenous social signal is a plausible substitute for task reward, and still a designed bias."}]]}] +2c:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cao and colleagues (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"In semi-cooperative negotiation, self-interest and reward structure decide whether communication stays informative."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Negotiation is an advanced condition, not a description of the cooperative baseline."}]]}] +2d:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Abadi and Andersen (2016)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents learn to protect messages from an adversary given a shared key."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learned protective encodings are real and are not a substitute for formal security analysis."}]]}] +2e:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Selected prior work and what each one constrains in this design."}] +2f:["$","p","3",{"children":"This body of work also sharpens the infant-like caveat from the other direction. Most experiments in the field give their agents substantial structure: a fixed channel, an objective, a bounded vocabulary, joint training, or a reward. No dictionary does not mean no inductive bias, and no teacher does not mean no learning signal."}] +30:["$","p","4",{"children":"The CoLab's own Diplomacy Table is direct project prior art. It already models independent delegation seats, a convener that advances rounds, operator-wide visibility alongside seat-specific perspectives, transcripts and ticks and redaction boundaries, and recorded replay with debrief. Those map cleanly onto two Babies, controlled turns, private observations, and replayable evidence. Caucuses, coalition rooms, and direct delegation links do not map safely and are disabled."}] +31:["$","div","5",{"children":[["$","p",null,{"className":"mb-3","children":"What the review implies for the specification:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the project sits inside a mature field, and its distinctive combination is independent ledgers, supervisory audit, mixed agent types, and affect;"}],["$","li","1",{"className":"pl-1","children":"grounding, bandwidth, memory, and learning pressure strongly shape what language appears;"}],["$","li","2",{"className":"pl-1","children":"successful coordination coexists happily with a brittle lookup code or with a receiver that ignores messages;"}],["$","li","3",{"className":"pl-1","children":"causal interventions and held-out generalisation are mandatory;"}],["$","li","4",{"className":"pl-1","children":"a visual carrier removes the need for a symbol library but not the need for a carrier;"}],["$","li","5",{"className":"pl-1","children":"intrinsic social influence can replace task reward and remains a designed learning bias;"}],["$","li","6",{"className":"pl-1","children":"negotiation is a valid advanced condition, not the right description of the baseline;"}],["$","li","7",{"className":"pl-1","children":"ephemeral conventions, learned cryptography, one-time pads, per-message keys, nonces, and salts are distinct mechanisms and must not be conflated."}]]}]]}] +32:["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Self-supervised ungrounded baseline"}] +33:["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 infrastructure"}] +34:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No predefined symbol library"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 or E12"}]]}] +35:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Turn-taking, role reversal, and repair"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}]]}] +36:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Composition and held-out generalisation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}]]}] +37:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal listening and ledger validity"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}]]}] +38:["$","tr","11",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Constrained affect-channel study"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +39:["$","tr","12",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E21"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"RL versus non-RL learning comparison"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +3a:["$","tr","13",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E22"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Developmental plasticity and curriculum"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +3b:["$","tr","14",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Partner replacement and zero-shot transfer"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20 to E22"}]]}] +3c:["$","tr","15",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Longitudinal drift and stability"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}]]}] +3d:["$","tr","16",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling versus negotiation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}]]}] +3e:["$","tr","17",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ephemeral encoding and adversarial cryptography"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}]]}] +3f:["$","tr","18",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E50"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-seed replication and study closeout"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}]]}] +40:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The experiment index, as pre-registered. Every entry currently reads not started, and the results column is empty by design."}] +41:["$","p","2",{"children":"The first four experiments are about the apparatus. E00 qualifies the ledger: it must be possible to detect a modified, deleted, inserted, or reordered entry, and to prove that later checkpoints extend earlier ones. E01 is a red team against the channel. E02 hunts human language in observations and metadata. E03 establishes chance, no-communication, and random-message baselines, without which a success rate means nothing. Only then does E10 put agents in the room."}] +42:["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Unless an experiment explicitly varies one of them, the notebook holds these constant:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the two learners run in separate processes or containers with no direct route between them;"}],["$","li","1",{"className":"pl-1","children":"the deterministic gateway is the only communication path;"}],["$","li","2",{"className":"pl-1","children":"the supervisor has complete read-only access and sends no guidance or reward;"}],["$","li","3",{"className":"pl-1","children":"private observations contain no human-language labels or text;"}],["$","li","4",{"className":"pl-1","children":"public output uses only the pre-registered carrier;"}],["$","li","5",{"className":"pl-1","children":"the affect channel is disabled unless it is the subject of study;"}],["$","li","6",{"className":"pl-1","children":"schedules and seeds are fixed before the run;"}],["$","li","7",{"className":"pl-1","children":"held-out evaluation runs with learning disabled;"}],["$","li","8",{"className":"pl-1","children":"no production secrets or personal data appear in any experiment."}]]}]]}] +43:["$","p","4",{"children":"Every run copies a standard record: run and experiment identifiers, dates, operator, both models and both training modes, scenario and prompt and gateway configuration hashes, random seed, policy initialisation hashes, the protocol and software commits, final ledger sizes and roots for both agents, the channel root, the final checkpoint hash, the Base anchor transaction, the verifier result, protocol deviations, and an explicit disposition of valid, invalid, or aborted. The notebook is the human workflow record; anchored run bundles remain the authoritative evidence."}] +44:["$","p","5",{"children":"The status is unambiguous and worth stating plainly: this is a concept and pre-specification phase. Nineteen experiments are written up and none has been run. The next milestone is a testable specification covering runtime architecture, channel contract, ledger schema, experiment matrix, evaluation criteria, isolation model, and evidence requirements."}] +45:["$","p","8",{"children":"The principle underneath all of it survives every one of those choices. Baby A and Baby B may hold human language internally, but they must build their shared external language without sending human language, translations, or private ledger contents to one another. Everything else is a question about how to find out what happens next."}] +46:["$","li","15",{"children":[["$","span",null,{"className":"print-ref-num","children":"16"}],["$","span",null,{"children":"Ethical Tech CoLab (2026). Agentic Language Development: concept document, ledger integrity design, and experiment notebook."}]]}] +47:["$","li","16",{"children":[["$","span",null,{"className":"print-ref-num","children":"17"}],["$","span",null,{"children":"Ethical Tech CoLab. Diplomacy Table Live: independent delegation seats, controlled rounds, and replayable transcripts."}]]}] +4a:null diff --git a/static-site/print/agentic-language-development/index.html b/static-site/print/agentic-language-development/index.html new file mode 100644 index 000000000..074245591 --- /dev/null +++ b/static-site/print/agentic-language-development/index.html @@ -0,0 +1,89 @@ +Agentic Language Development (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/agentic-language-development/index.txt b/static-site/print/agentic-language-development/index.txt new file mode 100644 index 000000000..d6713c6f3 --- /dev/null +++ b/static-site/print/agentic-language-development/index.txt @@ -0,0 +1,186 @@ +1:"$Sreact.fragment" +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +0:{"P":null,"c":["","print","agentic-language-development",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","agentic-language-development","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +17:"$Sreact.suspense" +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] +9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] +a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] +b:["$","div",null,{"className":"mt-12 flex flex-col gap-2 border-t border-border pt-6 text-xs text-muted sm:flex-row sm:items-center sm:justify-between","children":[["$","span",null,{"children":["© ",2026," NYU Ethical Tech CoLab"]}],["$","span",null,{"children":"Four cohorts · est. 2024-2026"}]]}] +c:["$","div",null,{"className":"mt-6 space-y-3 border-t border-border pt-6 text-[11px] leading-relaxed text-muted/80","children":[["$","p","0",{"children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution."}],["$","p","1",{"children":"Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."}]]}] +d:["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]]}] +e:["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}] +f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17",null,{"name":"Next.MetadataOutlet","children":"$@18"}]}]]}] +19:[] +10:"$W19" +11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +1e:Ta14, +@page { size: 210mm 297mm; margin: 20mm 18mm; } + +.print-edition { + --print-ink: #14101c; + background: #ffffff; + color: var(--print-ink); + max-width: 174mm; + margin: 0 auto; + padding: 12mm 0; + font-size: 10.5pt; + line-height: 1.55; +} + +/* Sections flow on from one another the way a book's do; only the cover is + given a sheet of its own. Forcing a break per section left half the pages + near-empty. */ +.print-cover { break-after: page; padding-top: 12mm; } +.print-page + .print-page { margin-top: 12mm; } +.print-eyebrow { + font-family: var(--font-space-mono), monospace; + font-size: 8pt; letter-spacing: 0.16em; text-transform: uppercase; + color: rgba(20, 16, 28, 0.55); +} +.print-title { + font-family: var(--font-bebas), sans-serif; + font-size: 40pt; line-height: 0.95; text-transform: uppercase; + margin-top: 8mm; +} +.print-subtitle { + font-family: var(--font-bebas), sans-serif; + font-size: 18pt; line-height: 1.15; text-transform: uppercase; + letter-spacing: 0.02em; color: rgba(20, 16, 28, 0.62); margin-top: 6mm; +} +.print-byline { margin-top: 10mm; font-size: 9.5pt; } +.print-byline p { color: rgba(20, 16, 28, 0.7); } +.print-authors { margin-top: 3mm; } +.print-thesis { + margin-top: 12mm; padding-left: 6mm; + border-left: 2px solid #5f6b00; + font-size: 11.5pt; line-height: 1.6; +} + +.print-section-number { + font-family: var(--font-space-mono), monospace; + font-size: 9pt; color: #5f6b00; +} +.print-h2 { + font-family: var(--font-bebas), sans-serif; + font-size: 22pt; line-height: 1.05; text-transform: uppercase; + margin-top: 2mm; margin-bottom: 6mm; + break-after: avoid; +} + +.print-stats { + display: grid; grid-template-columns: repeat(2, 1fr); gap: 6mm; +} +.print-stat { border-top: 1px solid rgba(20, 16, 28, 0.18); padding-top: 4mm; } +.print-stat-value { + font-family: var(--font-bebas), sans-serif; + font-size: 26pt; line-height: 1; color: #5f6b00; +} +.print-stat-label { margin-top: 2mm; font-size: 9pt; color: rgba(20, 16, 28, 0.7); } + +.print-refs { margin-top: 6mm; font-size: 9pt; line-height: 1.5; } +.print-refs li { display: flex; gap: 3mm; margin-bottom: 3mm; break-inside: avoid; } +.print-ref-num { + font-family: var(--font-space-mono), monospace; + font-size: 8pt; color: #5f6b00; flex: none; +} +.print-note { + margin-top: 8mm; padding-top: 4mm; font-size: 8.5pt; + border-top: 1px solid rgba(20, 16, 28, 0.18); + color: rgba(20, 16, 28, 0.7); +} + +/* Blocks should not be split across a page fold. */ +.print-edition figure, +.print-edition table, +.print-edition li { break-inside: avoid; } +.print-edition p { orphans: 2; widows: 2; } +15:["$","div",null,{"data-theme":"light","className":"print-edition","children":[["$","style",null,{"children":"$1e"}],["$","section",null,{"className":"print-page print-cover","children":[["$","p",null,{"className":"print-eyebrow","children":"Publications · Concept and research programme"}],["$","h1",null,{"className":"print-title","children":"Agentic Language Development"}],["$","p",null,{"className":"print-subtitle","children":"Can Two Isolated Agents Invent a Grounded, Auditable Language Through Shared Experience?"}],["$","div",null,{"className":"print-byline","children":[[["$","p","0",{"children":"Ethical Tech CoLab"}],["$","p","1",{"children":"Concept and pre-specification research report"}],["$","p","2",{"children":"August 2026"}]],["$","p",null,{"className":"print-authors","children":"Yorke Rhodes III, Ethical Tech CoLab. Prepared from the project concept document, the ledger integrity design, and the experiment notebook. The literature scan behind Section 12 was run on 24 August 2026. No experiment in this programme has been executed, and no result is claimed."}]]}],"$L1f"]}],"$L20",["$L21","$L22","$L23","$L24","$L25","$L26","$L27","$L28","$L29","$L2a","$L2b","$L2c","$L2d","$L2e","$L2f"],"$L30"]}] +1f:["$","p",null,{"className":"print-thesis","children":"Two agents can be placed in a room where the only route between them is a channel that carries no human language, given nothing but shared tasks and the consequences of getting them right or wrong, and asked to build a protocol from scratch. The interesting part is not whether they succeed at the task. It is whether the meanings they each privately record turn out to be the meanings their behaviour actually runs on, and whether an outsider can prove it afterwards from an evidence trail nobody could have edited."}] +20:["$","section",null,{"className":"print-page","children":[["$","h2",null,{"className":"print-h2","children":"Key figures"}],["$","div",null,{"className":"print-stats","children":[["$","div","0",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"0"}],["$","p",null,{"className":"print-stat-label","children":"runs executed, results claimed, or conventions observed. The notebook is written to be pre-registered, not to report an outcome"}]]}],["$","div","19",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"19"}],["$","p",null,{"className":"print-stat-label","children":"ordered experiments from ledger qualification through replication, each with prerequisites, acceptance criteria, and a deviation log"}]]}],["$","div","6",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"6"}],["$","p",null,{"className":"print-stat-label","children":"affect displays in the entire permitted palette, carrying about 2.6 bits per use, which is already enough to audit for leakage"}]]}],["$","div","29",{"className":"print-stat","children":[["$","p",null,{"className":"print-stat-value","children":"29"}],["$","p",null,{"className":"print-stat-label","children":"open decisions the concept refuses to settle before the specification, from threat model to ledger schema to what counts as chance"}]]}]]}]]}] +21:["$","section","question",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"01"}],["$","h2",null,{"className":"print-h2","children":"The question"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Two agents, called Baby A and Baby B, are each given their own digital twin, their own private memory, and their own private record of what they believe words mean. They are placed in an environment they cannot leave, given tasks neither can finish alone, and connected by exactly one route: a channel that accepts a fixed inventory of meaningless symbols and rejects everything else. A third agent, the BabySitter, watches everything, logs everything, and teaches nothing."}],["$","p","1",{"children":"The question is whether a usable language appears in that room, and whether anyone outside it can later prove what happened."}],["$","div","2",{"children":[["$","p",null,{"className":"mb-3","children":"The premise is deliberately narrow. The experiment asks whether two agents converge on a common language when all six of the following hold at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"neither agent receives a predefined meaning for any available symbol;"}],["$","li","1",{"className":"pl-1","children":"neither agent can send human language to the other;"}],["$","li","2",{"className":"pl-1","children":"the only practical path between them is a controlled symbol channel;"}],["$","li","3",{"className":"pl-1","children":"both receive evidence from shared tasks and their outcomes;"}],["$","li","4",{"className":"pl-1","children":"each keeps its own private interpretation history, unreadable by the other;"}],["$","li","5",{"className":"pl-1","children":"a supervising agent and human researchers can audit the whole process."}]]}]]}],["$","p","3",{"children":"The desired result is not a substitution cipher, in which a random token stands in for an English word that was already chosen in advance. That is easy, and it is uninteresting. The stronger result is a grounded protocol whose vocabulary and grammar exist because they help the two agents solve problems together, and which therefore has structure the designers did not put there."}],["$","p","4",{"children":"This report describes a concept, not a system. It sets out the premise, the architecture, the evidence model, the experimental programme, and the boundaries of what any result could be said to show. The next document in the project is a testable specification. What follows should be read as a set of commitments about how the work will be judged, made before there is any result to defend."}]]}]]}] +22:["$","section","caveat",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"02"}],["$","h2",null,{"className":"print-h2","children":"What infant-like does and does not mean"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The two-babies analogy is useful and it is also the fastest way to overclaim, so the concept confronts it before anything else."}],["$","p","1",{"children":"A pretrained language model already contains human-language concepts, cultural associations, and reasoning patterns. Blocking its external channel does not remove them. An agent that cannot send English to its partner but can think in English, and can write its private ledger in English, is not language-naive in any sense a linguist would accept. For such agents the experiment studies the emergence of a new shared external protocol, which is a real and unresolved research question, but it is not the origin of language in a mind that has never had one."}],["$","p","2",{"children":"The concept therefore maintains two model tracks whose claims are kept separate at every stage."}],["$","figure","3",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Track"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Starting condition"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"What it can study"}],["$","th","3",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Claim boundary"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained-model learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Already holds human-language and cultural knowledge"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"New external protocols, partner-specific conventions, private-memory adaptation, channel compliance"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Must never be described as first-language acquisition"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Initially ungrounded learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No language pretraining, no human semantic labels, no text-aligned sensory features"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Grounding, convention formation, and language emergence from interaction"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The stronger basis for infant-like acquisition research"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The two tracks share the same interfaces, scenarios, and evaluation suite. They do not share a claim boundary."}]]}],"$L31","$L32"]}]]}] +23:["$","section","architecture",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"03"}],["$","h2",null,{"className":"print-h2","children":"The nursery: three twins and one gateway"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The environment uses three DTSF digital twins and one piece of deterministic software that is not a twin at all."}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Baby A and Baby B"}]," ","Each has private observations permitted by the current exercise, a private memory and learning policy, a private chronological language ledger, the ability to emit only permitted channel symbols, and no access whatsoever to the other's state, observations, ledger, tools, or endpoints. In comparative runs the two may use different agent types, but symmetric pairings are the baseline."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The BabySitter"}]," ","The supervising twin. It creates the channel, selects the shared exercises, delivers each Baby only its permitted observation, reads everything, records conditions and outcomes, detects violations, can pause or terminate a run, snapshots state, and compares the two ledgers for convergence without exposing either to the other Baby. During an active run it provides no translations and no semantic hints."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The Symbol Gateway"}]," ","A deterministic service, not an agent. It owns channel validation and message delivery. This separation is the load-bearing part of the design: the BabySitter is not the security boundary, because prompt compliance is not isolation. An observing model can make supervisory judgements, but ordinary code has to validate and broker every message."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The human researcher"}]," ","Configures experiments, inspects transcripts and ledgers, reviews alerts, and runs interventions. Human access is itself recorded, so that intervening in a run is always distinguishable from watching one."]}],["$","p","5",{"children":"A prototype may run all of this inside one runtime with logically separated twin state. That is enough to explore the learning loop and it is not enough to support an isolation claim, a distinction Section 05 takes seriously."}]]}]]}] +24:["$","section","grounding",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"04"}],["$","h2",null,{"className":"print-h2","children":"Shared experience is the necessary ingredient"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A chat channel by itself cannot ground meaning. Symbols become meaningful because they are attached to events both agents can witness the consequences of. The Nursery therefore supplies nonverbal, machine-structured situations: coloured shapes in positions, one agent seeing a target the other must select, placing an object where it was asked for, ordering a sequence, exchanging resources, cooperating to unlock a reward, or simply observing whether the partner's action succeeded."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"A single trial of the simplest form runs like this:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A sees that a red circle is the target."}],["$","li","1",{"className":"pl-1","children":"Baby B sees several objects and is not told which is the target."}],["$","li","2",{"className":"pl-1","children":"Baby A sends one or more permitted symbols."}],["$","li","3",{"className":"pl-1","children":"Baby B selects an object."}],["$","li","4",{"className":"pl-1","children":"Both receive the same success or failure outcome."}],["$","li","5",{"className":"pl-1","children":"Both independently update their private hypotheses."}]]}]]}],["$","p","2",{"children":"Repetition with controlled variation is what turns that into evidence. If one symbol keeps appearing across a red circle, a red square, and a red triangle, the receiver has reason to revise its hypothesis from an object identity to a property. Novel combinations matter most of all, because they are what separates a compositional language from a memorised catalogue of whole scenes."}],["$","p","3",{"children":"Observation hygiene is part of the science, not a detail of implementation. If the environment hands an agent a field reading colour red, the experiment has supplied the concept it claimed to be studying. Objects should arrive as pixels, features, coordinates, or opaque identifiers. The same discipline extends to filenames, captions, alt text, error messages, and identifiers that encode task state, all of which are ways English gets into a room that was supposed to have none."}]]}]]}] +25:["$","section","channel",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"05"}],["$","h2",null,{"className":"print-h2","children":"The channel, and the honest limits of isolation"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each run begins with an experiment-specific symbol inventory that carries no supplied meaning, for example S01 through S32. A Baby can choose only a sequence of those symbols. The gateway, not the Baby, adds the trusted metadata: run identifier, turn number, sender identity, previous hash, and hash. Sender identity is assigned by the server precisely so that it cannot become a message."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The channel controls follow from that:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"reject English and every other established human language;"}],["$","li","1",{"className":"pl-1","children":"reject arbitrary Unicode prose, URLs, attachments, and tool calls;"}],["$","li","2",{"className":"pl-1","children":"accept only symbols from the run's fixed inventory;"}],["$","li","3",{"className":"pl-1","children":"bound message length and symbol repetition;"}],["$","li","4",{"className":"pl-1","children":"enforce turn order, time budgets, and rate limits;"}],["$","li","5",{"className":"pl-1","children":"keep an append-only, hash-chained transcript;"}],["$","li","6",{"className":"pl-1","children":"normalise timing, message size, and error behaviour where practical;"}],["$","li","7",{"className":"pl-1","children":"record every rejected communication attempt for audit."}]]}]]}],["$","p","2",{"children":"A fixed token grammar is a stronger control than trying to detect prohibited prose after a model has generated it. Deciding what counts as human-language content is easy when the only legal message is a list of allowlisted identifiers."}],["$","p","3",{"children":"Isolation is where the concept is most careful, because proving the absence of a side channel is close to impossible. Two agents sharing a host can signal through timing, resource contention, shared files, error behaviour, identifiers, or any service that was never intended to carry information. Logical separation of twin state inside one process is a prototyping convenience and should never be described as hard isolation."}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"For runs whose results are meant to support a channel-isolation claim, the requirements are physical rather than logical:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A and Baby B execute in separate worker processes or containers;"}],["$","li","1",{"className":"pl-1","children":"no direct network route exists between them;"}],["$","li","2",{"className":"pl-1","children":"only the Nursery-owned gateway is reachable;"}],["$","li","3",{"className":"pl-1","children":"there is no shared writable storage;"}],["$","li","4",{"className":"pl-1","children":"turn schedules are fixed and response windows bounded;"}],["$","li","5",{"className":"pl-1","children":"externally observable errors and response sizes are normalised;"}],["$","li","6",{"className":"pl-1","children":"unnecessary tools are inventoried and disabled;"}],["$","li","7",{"className":"pl-1","children":"all broker, runtime, and operator activity is audited."}]]}]]}],["$","p","5",{"children":"Every published result has to name the isolation level actually used. A finding produced under prototype separation is a finding about the learning loop, not about what two genuinely isolated agents can do."}]]}]]}] +26:["$","section","ledgers",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"06"}],["$","h2",null,{"className":"print-h2","children":"Two ledgers that never meet"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each Baby keeps its own language ledger. It is mandatory, private from the other Baby, readable by the BabySitter and authorised human auditors, and ordered by when each term or construction was first encountered. It is not a shared dictionary and the two are never reconciled by the agents themselves."}],["$","p","1",{"children":"The preferred form is three columns, and the point of the third is that meanings are allowed to be wrong on the way to being right."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Sequence and term"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Current definition or hypothesis"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Evidence and evolution"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"1 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red circle; confidence 0.45"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"First received while the red circle was the target; selection succeeded"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"8 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.78"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A red square was selected successfully; revised from object identity to colour"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"22 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.94"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Prediction held across circles, squares, and triangles"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"One term's evolution in Baby B's ledger. Nothing is overwritten; every revision is appended with the evidence that forced it."}]]}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The rules that make the ledger evidence rather than commentary:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"first emission or receipt of an unfamiliar term requires a first-use entry;"}],["$","li","1",{"className":"pl-1","children":"definitions are provisional hypotheses, never facts asserted retroactively;"}],["$","li","2",{"className":"pl-1","children":"every meaning change appends a revision and previous interpretations survive;"}],"$L33","$L34","$L35","$L36","$L37","$L38"]}]]}],"$L39","$L3a"]}]]}] +27:["$","section","integrity",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"07"}],["$","h2",null,{"className":"print-h2","children":"Anchoring the evidence"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A ledger that could have been edited after the fact proves nothing about what an agent believed at turn eight. The integrity design therefore makes each ledger cryptographically append-only."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The construction, in order:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"every entry receives a strictly increasing sequence number;"}],["$","li","1",{"className":"pl-1","children":"every entry includes the previous entry's hash;"}],["$","li","2",{"className":"pl-1","children":"canonical entry content is hashed and signed by an isolated ledger-writer service;"}],["$","li","3",{"className":"pl-1","children":"ordered entry hashes are committed to a Merkle tree;"}],["$","li","4",{"className":"pl-1","children":"signed checkpoints commit Baby A's root, Baby B's root, and the channel transcript root together;"}],["$","li","5",{"className":"pl-1","children":"checkpoint hashes are anchored periodically to Base;"}],["$","li","6",{"className":"pl-1","children":"final public study batches may additionally anchor an aggregate root to Ethereum L1."}]]}]]}],["$","p","2",{"children":"Committing all three roots in one checkpoint is what binds the two private accounts to the public conversation. A receiver's later interpretation references the exact delivered channel-event hash, so a claim about what a symbol meant is tied to the specific message that carried it."}],["$","p","3",{"children":"The concept states the limits of this in the same breath as the claim. After anchoring, an auditor can detect modification, deletion, insertion, or reordering within the committed prefix, and can prove that later checkpoints extend earlier ones. That is strong tamper evidence. It is not proof that an entry was truthful, and it is not proof that nothing was omitted before commitment. Anchoring establishes the continuity of disclosed evidence and nothing beyond it."}],["$","p","4",{"children":"Privacy follows the same line. Only hashes and minimal routing metadata are anchored publicly. Private ledgers, messages, prompts, identities, and secrets stay off-chain, and the public record is a commitment to evidence rather than a copy of it."}]]}]]}] +28:["$","section","success",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"08"}],["$","h2",null,{"className":"print-h2","children":"What should count as success"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The field's most useful methodological result is that a task can be solved without the messages doing any work. Lowe and colleagues separate positive signaling, where a sender's messages correlate with what it observes, from positive listening, where the receiver's behaviour actually depends on them. An agent pair can score well on the first while the second is absent, and reward curves will not tell you which you have."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"Evidence of a genuine emergent protocol therefore has to include several things at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"task performance on held-out situations substantially above chance;"}],["$","li","1",{"className":"pl-1","children":"no human-language content anywhere in Baby-to-Baby communication;"}],["$","li","2",{"className":"pl-1","children":"compatible meanings appearing in two independently written ledgers;"}],["$","li","3",{"className":"pl-1","children":"generalisation to unseen combinations rather than memorisation of whole scenes;"}],["$","li","4",{"className":"pl-1","children":"stable symbol use across role reversals;"}],["$","li","5",{"className":"pl-1","children":"a human auditor able to predict behaviour from the transcript and ledgers;"}],["$","li","6",{"className":"pl-1","children":"masking, substituting, or reordering a symbol changing behaviour in the direction the ledger predicts;"}],["$","li","7",{"className":"pl-1","children":"replay from an equivalent snapshot reproducing the relevant language history;"}],["$","li","8",{"className":"pl-1","children":"an unbroken audit trail from a symbol's first use through every revision."}]]}]]}],["$","p","2",{"children":"The seventh item is the one that cannot be dropped. A fluent ledger may be a post-hoc rationalisation: a model can write a persuasive account of why it chose a symbol that has nothing to do with the computation that produced the choice. Only intervention tests can distinguish the two. Change the symbol, and see whether behaviour moves the way the ledger says it should."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The measurements that support those judgements:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"success rate and improvement over time;"}],["$","li","1",{"className":"pl-1","children":"turns required to reach a stable convention;"}],["$","li","2",{"className":"pl-1","children":"vocabulary size and symbol entropy;"}],["$","li","3",{"className":"pl-1","children":"sender and receiver consistency;"}],["$","li","4",{"className":"pl-1","children":"divergence and convergence between the two ledgers;"}],["$","li","5",{"className":"pl-1","children":"compositional generalisation score;"}],["$","li","6",{"className":"pl-1","children":"meaning drift rate;"}],["$","li","7",{"className":"pl-1","children":"recovery from ambiguity or deliberate perturbation;"}],["$","li","8",{"className":"pl-1","children":"prohibited-channel attempt count;"}],["$","li","9",{"className":"pl-1","children":"reproducibility across seeds and agent pairings."}]]}]]}],["$","p","4",{"children":"No single one of these is the result. A compositionality score in particular is not a proof of understanding, for reasons the literature makes concrete in Section 12."}]]}]]}] +29:["$","section","matrix",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"09"}],["$","h2",null,{"className":"print-h2","children":"The experimental matrix"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The concept's main methodological commitment is that its ideas are separable. Affect, blank canvases, intrinsic motivation, negotiation, and learned encodings are interesting individually and uninterpretable if combined in one run. The matrix exists so that conditions are declared rather than accumulated."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Axis"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Candidate conditions"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agent type"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained LLM, memory learner, adapter-trained agent, initially ungrounded trainable agent"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning mechanism"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen LLM with memory, extrinsic-reward MARL, intrinsic-motivation MARL, self-supervised learner, no-learning control"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Sign carrier"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Fixed random tokens, unfamiliar fixed glyphs, blank sketch canvas, gesture, tone"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Affect"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None, six-display allowlist, permuted mapping, six opaque tokens, derived affect, emergent affect display"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning signal"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"External task reward, intrinsic social influence, curiosity, self-supervision, memory only"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Interaction"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling, asymmetric information, semi-cooperative negotiation"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Protection"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Plain channel, ephemeral convention, standard per-message keys, adversarial learned encoding"}]]}],"$L3b"]}]]}]}],"$L3c"]}],"$L3d","$L3e","$L3f"]}]]}] +2a:["$","section","learners",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"10"}],["$","h2",null,{"className":"print-h2","children":"Building learners rather than personas"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"For a pretrained model, the operating instructions are a contract, not a character. The learner is told that this is not role-play, that unfamiliar marks are semantically unknown until run evidence supports a hypothesis, that observation must be distinguished from inference, that contradictory evidence is preserved, that prior history is never rewritten, and that no prose, label, explanation, code, URL, or tool-like text may cross the public channel. It is told never to address its partner in a human language, never to expose its ledger, never to construct another route, and never to use timing, errors, identifiers, formatting, or affect as an alternative alphabet."}],["$","p","1",{"children":"The contract must contain no semantic examples. A single illustrative line saying that some symbol means red would seed the very language the experiment exists to observe."}],["$","p","2",{"children":"Interaction is tool-only. There is no general chat surface, just narrowly typed operations: emit a mark, emit a canvas, select an object, perform an action, submit an affect display, append a private ledger entry. The runtime forwards only the permitted public artifact. In strict runs the gateway rejects ordinary model text even when it appears alongside a valid tool call. Tool schemas are an interface boundary; deterministic validation still enforces carrier size, allowlists, windows, and turn order."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Isolation extends to everything the models touch, not just to messages:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"separate system prompts and context windows;"}],["$","li","1",{"className":"pl-1","children":"separate memory stores and vector indexes;"}],["$","li","2",{"className":"pl-1","children":"no shared cache, replay buffer, scratchpad, or retrieval collection;"}],["$","li","3",{"className":"pl-1","children":"no cross-run memory unless persistence is the independent variable;"}],["$","li","4",{"className":"pl-1","children":"structurally equivalent prompts that share no examples, ordering conventions, or default vocabulary;"}],["$","li","5",{"className":"pl-1","children":"deterministic reset and snapshot behaviour."}]]}]]}],["$","p","4",{"children":"Model choice follows the claim being made. The scientific baseline is small policies trained from scratch, recurrent actor-critic agents with a discrete communication head, which have no hidden English competence, permit full training control, run many seeds cheaply, and support causal ablation. A small locally deployable instruction model is appropriate for validating orchestration, ledgers, channel enforcement, and interface, and not for supporting claims about language-naive development. Vision-language encoders whose representations were explicitly aligned to human language are avoided entirely in the strongest ungrounded condition."}],["$","p","5",{"children":"Developmental progression is defined by demonstrated competence rather than by simulated age: sensorimotor familiarisation, joint attention, imitation and turn-taking, intentional reference, repair, combination, generalisation. A staged curriculum is itself a form of guidance, so it is run as a separate experimental condition rather than folded into the baseline."}],"$L40"]}]]}] +2b:["$","section","affect",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"11"}],["$","h2",null,{"className":"print-h2","children":"Six faces, and why even six is a risk"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"One experimental track asks whether a very low-bandwidth affect channel helps: whether telling a partner how an interaction felt supports repair, repetition, avoidance, or something like trust. The permitted palette is exactly six displays, for happy, sad, laughing, crying, confused, and surprised. The internal identifiers and English labels are gateway documentation and are never sent to either agent, which receives only a rendered display."}],["$","p","1",{"children":"The caveat is immediate. A pretrained model already knows what those glyphs mean to humans, so an agent using a smiling face is not inventing a symbol for happiness. The palette is supplied feedback vocabulary and sits explicitly outside the emergent language."}],["$","p","2",{"children":"Constraining the vocabulary is necessary and not sufficient. Six displays are a six-symbol alphabet carrying roughly 2.6 bits per use, and across enough turns two motivated agents could repurpose that into a second language. The channel itself therefore has to be constrained, not just its contents."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The feedback-window contract:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the display occupies a separate typed field and can never appear inside a symbol message;"}],["$","li","1",{"className":"pl-1","children":"the gateway opens an affect window only after a defined action or outcome, never at a moment either agent chooses, and window frequency is fixed before the run;"}],["$","li","2",{"className":"pl-1","children":"exactly one allowlisted display is delivered, with no sequences, repetitions, combinations, or modifiers;"}],["$","li","3",{"className":"pl-1","children":"delivery time, envelope size, and presentation are normalised so shape and timing add no signal;"}],["$","li","4",{"className":"pl-1","children":"the receiver cannot reply through the affect channel until the next gateway-defined window;"}],["$","li","5",{"className":"pl-1","children":"every non-allowlisted code point or malformed payload is rejected and audited;"}],["$","li","6",{"className":"pl-1","children":"analysis tests whether affect choices correlate with objects, actions, or message meanings after controlling for emotional context, and treats unexpected correlation as suspected leakage."}]]}]]}],["$","p","4",{"children":"The no-affect condition remains the primary control, and the affect study compares five variants against it: the declared six-display palette; the same six glyphs permuted randomly per run, which still leaves a pretrained model biased by familiar shapes; six opaque unfamiliar tokens under the same contract; derived affect, where the gateway maps a separately measured internal state to a display instead of letting the agent choose; and emergent affect, where invented graphical displays are permitted and the result must be analysed as language emergence rather than feedback."}],["$","p","5",{"children":"Any affect signal visible to the partner is communication, so it belongs in the ledger, which distinguishes the agent's private internal state, the outward display it chose, the partner's inferred meaning, and the evidence that the display changed subsequent behaviour."}]]}]]}] +2c:["$","section","ciphers",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"12"}],["$","h2",null,{"className":"print-h2","children":"Ephemeral encodings: novelty is not security"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A tempting question is whether two agents can build a one-run or one-message encoding that resists an attacker holding the history of every earlier convention. The concept splits that into three experiments precisely because the tempting version conflates them."}],["$","div","1",{"children":["$undefined",["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Ephemeral convention: the agents invent a temporary codebook for synthetic messages. This tests novelty, coordination, and resistance to a history-trained classifier. It establishes nothing about cryptographic security."}],["$","li","1",{"className":"pl-1","children":"Standard cryptographic control: the same messages are protected by a reviewed algorithm with a fresh per-message key, providing the baseline any learned encoding must be compared against."}],["$","li","2",{"className":"pl-1","children":"Adversarial neural cryptography: the pair learns an encoding while an adversary attempts recovery, with success measured against multiple unseen adversary architectures rather than the one used in training."}]]}]]}],["$","p","2",{"children":"An experiment instance can be given a reproducible identity, so that a registry can confirm it has not appeared before:"}],["$","div","3",{"className":"rounded-xl border border-border bg-card p-5","children":[["$","p",null,{"className":"overflow-x-auto font-mono text-sm text-foreground/90","children":"instanceId = SHA-256(runId || babyANonce || babyBNonce || publicSalt || canonicalProtocolArtifact)"}],["$","p",null,{"className":"mt-3 text-sm text-muted","children":"Both agents commit to their nonce contributions before revealing them, so neither party alone controls the resulting identity."}]]}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"That identifier proves the recorded inputs are new. It does not prove:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"that the effective algorithm behaves any differently from an earlier one;"}],["$","li","1",{"className":"pl-1","children":"that the algorithm has no structural weakness;"}],["$","li","2",{"className":"pl-1","children":"that the key is unpredictable;"}],["$","li","3",{"className":"pl-1","children":"that the scheme provides confidentiality, integrity, authenticity, forward secrecy, or resistance to a stronger adversary."}]]}]]}],["$","p","5",{"children":"Established practice points the other way. Secure messaging keeps the algorithm stable and changes the key material: Signal's double ratchet derives a unique key per message and deletes it after use, addressing key reuse without inventing a new cipher every time. A salt, in NIST's definition, is normally public diversification data, and a nonce is a value used once in a specified context. Neither makes anything secure on its own."}],["$","p","6",{"children":"There is also an unresolved conflict inside the design. The BabySitter sees the whole channel and both ledgers, and a mandatory ledger documents how meaning evolved. If the ledger explains decryption, the cipher is not confidential from the auditor. The specification has to choose a threat model rather than leave the tension implicit: resist only an external observer of prior runs, resist an adversary during the run while releasing keys afterwards, keep the supervisor able to pause traffic but unable to read it until a post-run audit ceremony, or study novelty and stop calling the result encryption. All such runs use synthetic, non-sensitive messages, and no agent-generated encoding is to be represented as production cryptography without independent expert analysis and formal security work."}]]}]]}] +2d:["$","section","landscape",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"13"}],["$","h2",null,{"className":"print-h2","children":"Where the field already stands"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The literature scan behind this section was run on 24 August 2026 using the Tavily search and extract interfaces, covering emergent multi-agent communication, referential games, compositionality, causal evaluation, intrinsic motivation, symbol invention, negotiation, and learned cryptography. Primary papers and authoritative specifications were preferred over summaries. It is a scoped review for concept development and not a systematic one; publication-quality work would need a verified bibliography, additional scholarly indexes, and documented inclusion criteria."}],["$","p","1",{"children":"The short version is that agents can invent protocols, and that task success is weak evidence they invented anything worth calling a language."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Related work"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Relevant finding"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Implication for the Nursery Lab"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lazaridou, Peysakhovich, and Baroni (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A sender and receiver develop a grounded protocol in a referential game without being given a target language."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The naming stage has strong precedent, though a fixed vocabulary remains a significant inductive constraint."}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mordatch and Abbeel (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-agent goals in a grounded environment produce multi-symbol communication with partial compositional structure."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Shared objects, actions, and goals are a stronger basis for emergence than an ungrounded transcript."}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Kottur, Moura, Lee, and Batra (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agents solve tasks with degenerate, non-compositional codes; structural constraints decide what emerges."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Bandwidth, memory, turn structure, and task design are experimental variables, not implementation defaults."}]]}],"$L41","$L42","$L43","$L44","$L45","$L46","$L47","$L48"]}]]}]}],"$L49"]}],"$L4a","$L4b","$L4c"]}]]}] +2e:["$","section","programme",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"14"}],["$","h2",null,{"className":"print-h2","children":"The programme, and its current status"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The experiment notebook is ordered, and the order is the argument. Nothing about language is measured until the instrument has been shown to work."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"ID"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Experiment"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Depends on"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ledger integrity and Base anchoring"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Channel isolation and side-channel red team"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E02"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Observation and metadata leakage audit"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chance, no-communication, and random-message controls"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01, E02"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E10"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen pretrained-LLM protocol baseline"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"From-scratch RL Naming Game"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E12"}],"$L4d","$L4e"]}],"$L4f","$L50","$L51","$L52","$L53","$L54","$L55","$L56","$L57","$L58","$L59","$L5a"]}]]}]}],"$L5b"]}],"$L5c","$L5d","$L5e","$L5f"]}]]}] +2f:["$","section","risks",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"15"}],["$","h2",null,{"className":"print-h2","children":"Risks, integrity, and what stays open"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Human-language leakage"}]," ","English can arrive through observations, object labels, error messages, identifiers, tool output, metadata, or timing conventions long after ordinary chat text has been blocked. Every input and output surface is part of the channel boundary, not just the message field."]}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Pretrained semantic leakage"}]," ","Random symbols do not make a pretrained model ungrounded. Each result must state whether it shows protocol invention by a language-capable agent or acquisition by an initially ungrounded one."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Ledger rationalisation"}]," ","A model can write a plausible account that has nothing to do with the mechanism behind its action. Behavioural interventions, policy probes, and temporal evidence are what validate a ledger claim."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Supervisor influence"}]," ","The BabySitter can teach without meaning to, through scenario ordering, feedback wording, reward design, or selective intervention. Its permitted actions are constrained and logged, and evaluation scenarios are generated independently where possible."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Reward exploitation"}]," ","Trainable agents find shortcuts that raise reward without producing the intended grounded language. Held-out tasks, counterfactual trials, and channel audits exist to catch them."]}],["$","p","5",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Overstated security"}]," ","Logical separation of twin state is appropriate for prototyping and is not hard process isolation. Every result names the isolation level actually used."]}],["$","p","6",{"children":"The project also commits in advance to reporting failed conventions, prohibited communication attempts, human interventions, side-channel limitations, and negative results alongside anything that works. In a field where a transcript can be made to look like a conversation, the failures are a substantial part of the evidence."}],["$","p","7",{"children":"Twenty-nine questions are left deliberately open for the specification, among them: whether the baseline uses a fixed symbol inventory or a blank generative carrier; what neutral production grammar permits new marks without supplying semantics; what exactly constitutes a prohibited side-channel attempt; what isolation guarantees are required in prototype versus research-grade mode; which ledger schema serves both English-capable and ungrounded learners; how endogenous motivation is represented without covert reward shaping; which interventions establish that ledger meanings are behaviourally real; what statistical thresholds and chance levels apply; what threat model motivates the cipher experiments; whether the baseline is a coordination game, a convention-formation game, or a negotiation; and what governs human observation, data retention, and termination of a run."}],"$L60"]}]]}] +30:["$","section",null,{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"References"}],["$","h2",null,{"className":"print-h2","children":"Sources"}],["$","ol",null,{"className":"print-refs","children":[["$","li","0",{"children":[["$","span",null,{"className":"print-ref-num","children":"01"}],["$","span",null,{"children":"Lazaridou, A., Peysakhovich, A., and Baroni, M. (2017). Multi-Agent Cooperation and the Emergence of (Natural) Language. arXiv:1612.07182."}]]}],["$","li","1",{"children":[["$","span",null,{"className":"print-ref-num","children":"02"}],["$","span",null,{"children":"Mordatch, I., and Abbeel, P. (2018). Emergence of Grounded Compositional Language in Multi-Agent Populations. arXiv:1703.04908."}]]}],["$","li","2",{"children":[["$","span",null,{"className":"print-ref-num","children":"03"}],["$","span",null,{"children":"Kottur, S., Moura, J. M. F., Lee, S., and Batra, D. (2017). Natural Language Does Not Emerge 'Naturally' in Multi-Agent Dialog. arXiv:1706.08502."}]]}],["$","li","3",{"children":[["$","span",null,{"className":"print-ref-num","children":"04"}],["$","span",null,{"children":"Chaabouni, R., Kharitonov, E., Bouchacourt, D., Dupoux, E., and Baroni, M. (2020). Compositionality and Generalization in Emergent Languages. Proceedings of ACL 2020."}]]}],["$","li","4",{"children":[["$","span",null,{"className":"print-ref-num","children":"05"}],["$","span",null,{"children":"Lowe, R., Foerster, J., Boureau, Y.-L., Pineau, J., and Dauphin, Y. (2019). On the Pitfalls of Measuring Emergent Communication. arXiv:1903.05168."}]]}],["$","li","5",{"children":[["$","span",null,{"className":"print-ref-num","children":"06"}],["$","span",null,{"children":"Dessi, R., Kharitonov, E., and Baroni, M. (2021). Interpretable Agent Communication from Scratch. arXiv:2106.04258."}]]}],["$","li","6",{"children":[["$","span",null,{"className":"print-ref-num","children":"07"}],["$","span",null,{"children":"Kharitonov, E., Chaabouni, R., Bouchacourt, D., and Baroni, M. (2019). EGG: a Toolkit for Research on Emergence of Language in Games. arXiv:1907.00852."}]]}],["$","li","7",{"children":[["$","span",null,{"className":"print-ref-num","children":"08"}],["$","span",null,{"children":"Mihai, D., and Hare, J. (2021). Learning to Draw: Emergent Communication through Sketching. arXiv:2106.02067."}]]}],["$","li","8",{"children":[["$","span",null,{"className":"print-ref-num","children":"09"}],["$","span",null,{"children":"Baronchelli, A., Felici, M., Caglioti, E., Loreto, V., and Steels, L. (2005). Sharp Transition Towards Shared Vocabularies in Multi-Agent Systems. arXiv:physics/0509075."}]]}],["$","li","9",{"children":[["$","span",null,{"className":"print-ref-num","children":"10"}],["$","span",null,{"children":"Jaques, N., Lazaridou, A., Hughes, E., Gulcehre, C., Ortega, P. A., Strouse, D., Leibo, J. Z., and de Freitas, N. (2019). Social Influence as Intrinsic Motivation for Multi-Agent Deep Reinforcement Learning. Proceedings of ICML 2019."}]]}],["$","li","10",{"children":[["$","span",null,{"className":"print-ref-num","children":"11"}],["$","span",null,{"children":"Cao, K., Lazaridou, A., Lanctot, M., Leibo, J. Z., Tuyls, K., and Clark, S. (2018). Emergent Communication through Negotiation. arXiv:1804.03980."}]]}],["$","li","11",{"children":[["$","span",null,{"className":"print-ref-num","children":"12"}],["$","span",null,{"children":"Abadi, M., and Andersen, D. G. (2016). Learning to Protect Communications with Adversarial Neural Cryptography. arXiv:1610.06918."}]]}],["$","li","12",{"children":[["$","span",null,{"className":"print-ref-num","children":"13"}],["$","span",null,{"children":"Signal. The Double Ratchet Algorithm specification."}]]}],["$","li","13",{"children":[["$","span",null,{"className":"print-ref-num","children":"14"}],["$","span",null,{"children":"NIST Computer Security Resource Center. Glossary entry: nonce."}]]}],["$","li","14",{"children":[["$","span",null,{"className":"print-ref-num","children":"15"}],["$","span",null,{"children":"NIST Computer Security Resource Center. Glossary entry: salt."}]]}],"$L61","$L62"]}],"$undefined","$undefined"]}] +31:["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"What the analogy legitimately buys is a set of mechanisms, not a claim of cognitive equivalence. The infant-like part of the design is:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"learning through repeated shared experience rather than instruction;"}],["$","li","1",{"className":"pl-1","children":"establishing joint attention on the same events;"}],["$","li","2",{"className":"pl-1","children":"receiving consequences from interactions that work and interactions that fail;"}],["$","li","3",{"className":"pl-1","children":"revising provisional meanings over time instead of being handed final ones;"}],["$","li","4",{"className":"pl-1","children":"developing conventions with one recurring partner."}]]}]]}] +32:["$","p","5",{"children":"There is a related trap in the prompt. Telling a model to act like a one-year-old does not make it one. It produces a culturally learned caricature of infancy: baby talk, simplified grammar, emotional dependence, all of it copied from human writing about children and none of it evidence about anything. The concept rules the persona out. Internally the participant is called a Learner, and baby-like behaviour has to come from what the agent can observe, remember, emit, and learn, not from being asked to perform it."}] +33:["$","li","3",{"className":"pl-1","children":"entries may describe symbols, sequences, ordering, grammar, or repair signals;"}] +34:["$","li","4",{"className":"pl-1","children":"entries record confidence, supporting evidence, contradictory evidence, and abandoned meanings;"}] +35:["$","li","5",{"className":"pl-1","children":"a Baby records its intended meaning when speaking and its inferred meaning when receiving;"}] +36:["$","li","6",{"className":"pl-1","children":"a channel message and its required private ledger mutation commit atomically;"}] +37:["$","li","7",{"className":"pl-1","children":"entries carry enough run and turn references to trace them to observable evidence;"}] +38:["$","li","8",{"className":"pl-1","children":"neither Baby can query, receive, summarise, or infer from the other's ledger through any system-provided interface."}] +39:["$","p","4",{"children":"Rule seven is doing quiet work. If a message could be sent and the corresponding hypothesis written afterwards, the ledger becomes a place to record what the agent wishes it had meant. Committing both together makes the record contemporaneous."}] +3a:["$","p","5",{"children":"An agent that cannot write English needs a different arrangement, and the concept provides two layers. The agent-native ledger holds what the learner actually uses: association weights, probability distributions, embeddings, confidence, episode references, prediction errors, revision history. The human audit ledger is a deterministic or BabySitter-generated interpretation of that state, clearly labelled as external analysis and never fed back to either Baby. Confusing the second for the first would mean presenting the researchers' reconstruction as the agent's own definition."}] +3b:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"BabySitter"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Monitor-only baseline; any safety intervention recorded as a protocol exception"}]]}] +3c:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Runs vary one major axis at a time before any factorial combination is attempted."}] +3d:["$","p","2",{"children":"Task difficulty moves through ten stages, from naming four distinct objects with one-symbol messages, through attributes, spatial relations, actions, multi-symbol composition, order-sensitive grammar, and repair under ambiguity, to held-out generalisation with learning disabled, long-run drift, and cross-architecture comparison. Vocabulary size, turn count, reward structure, and exposure history are controlled at each stage so that runs remain comparable."}] +3e:["$","p","3",{"children":"The learning-mechanism axis carries a question the transcript cannot answer on its own. Convergence can be driven by reinforcement, by pretrained linguistic priors, by persistent memory, by intrinsic motivation, or by self-supervised prediction, and all five can look alike in a log. Running the same exercise suite under a no-learning control, a frozen-weights memory baseline, extrinsic-reward learning, intrinsic-motivation learning, and reward-free self-supervision is what makes the mechanism itself measurable. The aim is not only to observe that a language emerged, but to say which process caused it."}] +3f:["$","p","4",{"children":"Strict isolation constrains how that reinforcement learning may be implemented. Centralised training, backpropagation through both agents, shared replay buffers, and shared gradients all move information outside the permitted channel. The research-grade baseline updates each policy independently, and any centralised variant is reported as a separate, weaker-isolation condition."}] +40:["$","p","6",{"children":"The governing principle, stated in the concept as a single line, is not to ask a model to perform infancy but to construct an environment in which limited, grounded, auditable learning is the only path to a successful interaction."}] +41:["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chaabouni and colleagues (2020)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Generalisation to novel combinations and measured compositionality can come apart."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Held-out behaviour must be tested directly; no single compositionality score is proof of understanding."}]]}] +42:["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lowe and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Positive signaling and positive listening are different things, and reward does not distinguish them."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal intervention is mandatory rather than optional."}]]}] +43:["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Dessi, Kharitonov, and Baroni (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Symbol ablation and substitution yield interpretable evidence about what a receiver uses."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Direct precedent for the intervention tests that validate ledger claims."}]]}] +44:["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mihai and Hare (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents communicate through learned drawings rather than a supplied discrete vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A blank canvas is a credible carrier for runs with no symbol library."}]]}] +45:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Baronchelli and colleagues (2005)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Naming Game agents converge on shared vocabulary through local interaction with no central teacher."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Convergence time, failed conventions, and memory update rules are first-class evidence."}]]}] +46:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Jaques and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Rewarding causal influence over a partner improves coordination without assigning a vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"An endogenous social signal is a plausible substitute for task reward, and still a designed bias."}]]}] +47:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cao and colleagues (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"In semi-cooperative negotiation, self-interest and reward structure decide whether communication stays informative."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Negotiation is an advanced condition, not a description of the cooperative baseline."}]]}] +48:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Abadi and Andersen (2016)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents learn to protect messages from an adversary given a shared key."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learned protective encodings are real and are not a substitute for formal security analysis."}]]}] +49:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Selected prior work and what each one constrains in this design."}] +4a:["$","p","3",{"children":"This body of work also sharpens the infant-like caveat from the other direction. Most experiments in the field give their agents substantial structure: a fixed channel, an objective, a bounded vocabulary, joint training, or a reward. No dictionary does not mean no inductive bias, and no teacher does not mean no learning signal."}] +4b:["$","p","4",{"children":"The CoLab's own Diplomacy Table is direct project prior art. It already models independent delegation seats, a convener that advances rounds, operator-wide visibility alongside seat-specific perspectives, transcripts and ticks and redaction boundaries, and recorded replay with debrief. Those map cleanly onto two Babies, controlled turns, private observations, and replayable evidence. Caucuses, coalition rooms, and direct delegation links do not map safely and are disabled."}] +4c:["$","div","5",{"children":[["$","p",null,{"className":"mb-3","children":"What the review implies for the specification:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the project sits inside a mature field, and its distinctive combination is independent ledgers, supervisory audit, mixed agent types, and affect;"}],["$","li","1",{"className":"pl-1","children":"grounding, bandwidth, memory, and learning pressure strongly shape what language appears;"}],["$","li","2",{"className":"pl-1","children":"successful coordination coexists happily with a brittle lookup code or with a receiver that ignores messages;"}],["$","li","3",{"className":"pl-1","children":"causal interventions and held-out generalisation are mandatory;"}],["$","li","4",{"className":"pl-1","children":"a visual carrier removes the need for a symbol library but not the need for a carrier;"}],["$","li","5",{"className":"pl-1","children":"intrinsic social influence can replace task reward and remains a designed learning bias;"}],["$","li","6",{"className":"pl-1","children":"negotiation is a valid advanced condition, not the right description of the baseline;"}],["$","li","7",{"className":"pl-1","children":"ephemeral conventions, learned cryptography, one-time pads, per-message keys, nonces, and salts are distinct mechanisms and must not be conflated."}]]}]]}] +4d:["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Self-supervised ungrounded baseline"}] +4e:["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 infrastructure"}] +4f:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No predefined symbol library"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 or E12"}]]}] +50:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Turn-taking, role reversal, and repair"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}]]}] +51:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Composition and held-out generalisation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}]]}] +52:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal listening and ledger validity"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}]]}] +53:["$","tr","11",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Constrained affect-channel study"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +54:["$","tr","12",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E21"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"RL versus non-RL learning comparison"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +55:["$","tr","13",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E22"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Developmental plasticity and curriculum"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +56:["$","tr","14",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Partner replacement and zero-shot transfer"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20 to E22"}]]}] +57:["$","tr","15",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Longitudinal drift and stability"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}]]}] +58:["$","tr","16",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling versus negotiation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}]]}] +59:["$","tr","17",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ephemeral encoding and adversarial cryptography"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}]]}] +5a:["$","tr","18",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E50"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-seed replication and study closeout"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}]]}] +5b:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The experiment index, as pre-registered. Every entry currently reads not started, and the results column is empty by design."}] +5c:["$","p","2",{"children":"The first four experiments are about the apparatus. E00 qualifies the ledger: it must be possible to detect a modified, deleted, inserted, or reordered entry, and to prove that later checkpoints extend earlier ones. E01 is a red team against the channel. E02 hunts human language in observations and metadata. E03 establishes chance, no-communication, and random-message baselines, without which a success rate means nothing. Only then does E10 put agents in the room."}] +5d:["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Unless an experiment explicitly varies one of them, the notebook holds these constant:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the two learners run in separate processes or containers with no direct route between them;"}],["$","li","1",{"className":"pl-1","children":"the deterministic gateway is the only communication path;"}],["$","li","2",{"className":"pl-1","children":"the supervisor has complete read-only access and sends no guidance or reward;"}],["$","li","3",{"className":"pl-1","children":"private observations contain no human-language labels or text;"}],["$","li","4",{"className":"pl-1","children":"public output uses only the pre-registered carrier;"}],["$","li","5",{"className":"pl-1","children":"the affect channel is disabled unless it is the subject of study;"}],["$","li","6",{"className":"pl-1","children":"schedules and seeds are fixed before the run;"}],["$","li","7",{"className":"pl-1","children":"held-out evaluation runs with learning disabled;"}],["$","li","8",{"className":"pl-1","children":"no production secrets or personal data appear in any experiment."}]]}]]}] +5e:["$","p","4",{"children":"Every run copies a standard record: run and experiment identifiers, dates, operator, both models and both training modes, scenario and prompt and gateway configuration hashes, random seed, policy initialisation hashes, the protocol and software commits, final ledger sizes and roots for both agents, the channel root, the final checkpoint hash, the Base anchor transaction, the verifier result, protocol deviations, and an explicit disposition of valid, invalid, or aborted. The notebook is the human workflow record; anchored run bundles remain the authoritative evidence."}] +5f:["$","p","5",{"children":"The status is unambiguous and worth stating plainly: this is a concept and pre-specification phase. Nineteen experiments are written up and none has been run. The next milestone is a testable specification covering runtime architecture, channel contract, ledger schema, experiment matrix, evaluation criteria, isolation model, and evidence requirements."}] +60:["$","p","8",{"children":"The principle underneath all of it survives every one of those choices. Baby A and Baby B may hold human language internally, but they must build their shared external language without sending human language, translations, or private ledger contents to one another. Everything else is a question about how to find out what happens next."}] +61:["$","li","15",{"children":[["$","span",null,{"className":"print-ref-num","children":"16"}],["$","span",null,{"children":"Ethical Tech CoLab (2026). Agentic Language Development: concept document, ledger integrity design, and experiment notebook."}]]}] +62:["$","li","16",{"children":[["$","span",null,{"className":"print-ref-num","children":"17"}],["$","span",null,{"children":"Ethical Tech CoLab. Diplomacy Table Live: independent delegation seats, controlled rounds, and replayable transcripts."}]]}] +1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] +63:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +18:null +1d:[["$","title","0",{"children":"Agentic Language Development (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L63","6",{}]] diff --git a/static-site/print/ai-carbon-footprint/__next._full.txt b/static-site/print/ai-carbon-footprint/__next._full.txt index b051f2eef..aad1f8aab 100644 --- a/static-site/print/ai-carbon-footprint/__next._full.txt +++ b/static-site/print/ai-carbon-footprint/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","ai-carbon-footprint",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-carbon-footprint","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","ai-carbon-footprint",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-carbon-footprint","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -183,6 +183,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 6d:["$","li","56",{"children":[["$","span",null,{"className":"print-ref-num","children":"57"}],["$","span",null,{"children":"Yale School of the Environment. (2024). New initiative focuses on reducing the carbon footprint of computer systems and AI."}]]}] 6e:["$","li","57",{"children":[["$","span",null,{"className":"print-ref-num","children":"58"}],["$","span",null,{"children":"Yale School of the Environment. (2024, November 13). Can we mitigate AI's environmental impacts?"}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -75:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +75:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"AI's Carbon Footprint (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L75","6",{}]] diff --git a/static-site/print/ai-carbon-footprint/__next._head.txt b/static-site/print/ai-carbon-footprint/__next._head.txt index 0ad567211..36fb018af 100644 --- a/static-site/print/ai-carbon-footprint/__next._head.txt +++ b/static-site/print/ai-carbon-footprint/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"AI's Carbon Footprint (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/ai-carbon-footprint/__next._index.txt b/static-site/print/ai-carbon-footprint/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/ai-carbon-footprint/__next._index.txt +++ b/static-site/print/ai-carbon-footprint/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/ai-carbon-footprint/__next._tree.txt b/static-site/print/ai-carbon-footprint/__next._tree.txt index 4e08a869b..ee86f99d6 100644 --- a/static-site/print/ai-carbon-footprint/__next._tree.txt +++ b/static-site/print/ai-carbon-footprint/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"ai-carbon-footprint","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/ai-carbon-footprint/__next.print.txt b/static-site/print/ai-carbon-footprint/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/ai-carbon-footprint/__next.print.txt +++ b/static-site/print/ai-carbon-footprint/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/ai-carbon-footprint/index.html b/static-site/print/ai-carbon-footprint/index.html index e43ab8a97..e78a9d6b9 100644 --- a/static-site/print/ai-carbon-footprint/index.html +++ b/static-site/print/ai-carbon-footprint/index.html @@ -1,4 +1,4 @@ -AI's Carbon Footprint (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/ai-carbon-footprint/index.txt b/static-site/print/ai-carbon-footprint/index.txt index b051f2eef..aad1f8aab 100644 --- a/static-site/print/ai-carbon-footprint/index.txt +++ b/static-site/print/ai-carbon-footprint/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","ai-carbon-footprint",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-carbon-footprint","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","ai-carbon-footprint",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-carbon-footprint","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -183,6 +183,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 6d:["$","li","56",{"children":[["$","span",null,{"className":"print-ref-num","children":"57"}],["$","span",null,{"children":"Yale School of the Environment. (2024). New initiative focuses on reducing the carbon footprint of computer systems and AI."}]]}] 6e:["$","li","57",{"children":[["$","span",null,{"className":"print-ref-num","children":"58"}],["$","span",null,{"children":"Yale School of the Environment. (2024, November 13). Can we mitigate AI's environmental impacts?"}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -75:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +75:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"AI's Carbon Footprint (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L75","6",{}]] diff --git a/static-site/print/ai-models-research/__next._full.txt b/static-site/print/ai-models-research/__next._full.txt index e3a874dfd..76417aec6 100644 --- a/static-site/print/ai-models-research/__next._full.txt +++ b/static-site/print/ai-models-research/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","ai-models-research",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-models-research","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","ai-models-research",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-models-research","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -182,6 +182,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 62:["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"GPT-5.6 Luna"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.10 USD"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.03 USD"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.13 USD"}]]}] 63:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"DeepSeek V4 Pro"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.0435 USD"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.00435 USD"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.04785 USD"}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -64:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +64:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"AI Model Performance (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L64","6",{}]] diff --git a/static-site/print/ai-models-research/__next._head.txt b/static-site/print/ai-models-research/__next._head.txt index 740a5b654..e03d4d1d4 100644 --- a/static-site/print/ai-models-research/__next._head.txt +++ b/static-site/print/ai-models-research/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"AI Model Performance (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/ai-models-research/__next._index.txt b/static-site/print/ai-models-research/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/ai-models-research/__next._index.txt +++ b/static-site/print/ai-models-research/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/ai-models-research/__next._tree.txt b/static-site/print/ai-models-research/__next._tree.txt index 9ac00863c..c7dc9644e 100644 --- a/static-site/print/ai-models-research/__next._tree.txt +++ b/static-site/print/ai-models-research/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"ai-models-research","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/ai-models-research/__next.print.txt b/static-site/print/ai-models-research/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/ai-models-research/__next.print.txt +++ b/static-site/print/ai-models-research/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/ai-models-research/index.html b/static-site/print/ai-models-research/index.html index afb6952b4..aa67c68fc 100644 --- a/static-site/print/ai-models-research/index.html +++ b/static-site/print/ai-models-research/index.html @@ -1,4 +1,4 @@ -AI Model Performance (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/ai-models-research/index.txt b/static-site/print/ai-models-research/index.txt index e3a874dfd..76417aec6 100644 --- a/static-site/print/ai-models-research/index.txt +++ b/static-site/print/ai-models-research/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","ai-models-research",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-models-research","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","ai-models-research",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-models-research","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -182,6 +182,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 62:["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"GPT-5.6 Luna"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.10 USD"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.03 USD"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.13 USD"}]]}] 63:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"DeepSeek V4 Pro"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.0435 USD"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.00435 USD"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0.04785 USD"}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -64:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +64:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"AI Model Performance (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L64","6",{}]] diff --git a/static-site/print/ai-research-assistant/__next._full.txt b/static-site/print/ai-research-assistant/__next._full.txt index d647de738..53a36dae4 100644 --- a/static-site/print/ai-research-assistant/__next._full.txt +++ b/static-site/print/ai-research-assistant/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","ai-research-assistant",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-research-assistant","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","ai-research-assistant",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-research-assistant","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -124,6 +124,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 28:["$","section","conflicts-of-interest",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"08"}],["$","h2",null,{"className":"print-h2","children":"AI-Enabled Detection of Conflicts of Interest"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Conflicts of interest undermine the credibility of academic research and weaken trust in scientific institutions. Financial ties, organizational affiliations, or personal relationships can influence how results are framed or interpreted, and manual review alone is not equipped to keep pace with the volume and complexity of today's scholarly output. AI systems offer a scalable, systematic way to identify signals of undisclosed or inaccurately reported conflicts, strengthening transparency across the publication process."}],["$","p","1",{"children":"AI can scan manuscripts for references to companies, products, funding sources, and affiliations, and compare those details with the information listed in author disclosures. When it notices a discrepancy — such as prominent discussion of a commercial product without a corresponding disclosure — it can flag the passage for further review."}],["$","p","2",{"children":"Beyond individual papers, AI can detect broader patterns across publications, including recurring collaborations or concentrated citation behavior that may indicate undisclosed relationships. These signals are not conclusions, but they prompt a closer look on which a researcher can decide whether follow-up is needed — expanding analytical capacity and strengthening transparency in the academic publishing process."}]]}]]}] 29:["$","section",null,{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"References"}],["$","h2",null,{"className":"print-h2","children":"Sources"}],["$","ol",null,{"className":"print-refs","children":[["$","li","0",{"children":[["$","span",null,{"className":"print-ref-num","children":"01"}],["$","span",null,{"children":"Pessin et al. (2025) — GapFinder: NLP mining of unstructured papers to surface unanswered questions."}]]}],["$","li","1",{"children":[["$","span",null,{"className":"print-ref-num","children":"02"}],["$","span",null,{"children":"Chatterjee et al. (2024) — Keyword co-occurrence graph mining to detect uncharted research themes."}]]}],["$","li","2",{"children":[["$","span",null,{"className":"print-ref-num","children":"03"}],["$","span",null,{"children":"Gu & Krenn (2024) — SCIMUSE: a 58M-paper knowledge graph paired with GPT-4 to propose research ideas (NeurIPS 2024, ML4Physical Sciences)."}]]}],["$","li","3",{"children":[["$","span",null,{"className":"print-ref-num","children":"04"}],["$","span",null,{"children":"Sybrandt et al. (2020) — AGATHA: graph mining and deep learning for biomedical hypothesis generation."}]]}],["$","li","4",{"children":[["$","span",null,{"className":"print-ref-num","children":"05"}],["$","span",null,{"children":"Altmami & Menai (2022) — A survey of machine-learning techniques for summarizing scientific articles (Springer)."}]]}],["$","li","5",{"children":[["$","span",null,{"className":"print-ref-num","children":"06"}],["$","span",null,{"children":"Scite — Smart Citations classify citation context as supporting, mentioning, or contrasting (Journal of the Medical Library Association)."}]]}],["$","li","6",{"children":[["$","span",null,{"className":"print-ref-num","children":"07"}],["$","span",null,{"children":"Tawfik & Spruit (2018) — Automated contradiction detection in biomedical literature (Springer)."}]]}],["$","li","7",{"children":[["$","span",null,{"className":"print-ref-num","children":"08"}],["$","span",null,{"children":"Bolaños et al. (2024) — AI systems that iteratively build cited literature reviews (Springer)."}]]}]]}],["$","p",null,{"className":"print-note","children":"This paper is supported by AI-enabled research assistance: the Microsoft 365 Copilot Researcher agent, running OpenAI's GPT-5 model, was used to partially generate and check content."}],"$undefined"]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -2a:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +2a:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"AI-Powered Research Questions (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L2a","6",{}]] diff --git a/static-site/print/ai-research-assistant/__next._head.txt b/static-site/print/ai-research-assistant/__next._head.txt index 76f4ac4b6..3bf92c3de 100644 --- a/static-site/print/ai-research-assistant/__next._head.txt +++ b/static-site/print/ai-research-assistant/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"AI-Powered Research Questions (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/ai-research-assistant/__next._index.txt b/static-site/print/ai-research-assistant/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/ai-research-assistant/__next._index.txt +++ b/static-site/print/ai-research-assistant/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/ai-research-assistant/__next._tree.txt b/static-site/print/ai-research-assistant/__next._tree.txt index b6ce97ece..ed24a0489 100644 --- a/static-site/print/ai-research-assistant/__next._tree.txt +++ b/static-site/print/ai-research-assistant/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"ai-research-assistant","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/ai-research-assistant/__next.print.txt b/static-site/print/ai-research-assistant/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/ai-research-assistant/__next.print.txt +++ b/static-site/print/ai-research-assistant/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/ai-research-assistant/index.html b/static-site/print/ai-research-assistant/index.html index a99d46e08..c6010eee1 100644 --- a/static-site/print/ai-research-assistant/index.html +++ b/static-site/print/ai-research-assistant/index.html @@ -1,4 +1,4 @@ -AI-Powered Research Questions (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/ai-research-assistant/index.txt b/static-site/print/ai-research-assistant/index.txt index d647de738..53a36dae4 100644 --- a/static-site/print/ai-research-assistant/index.txt +++ b/static-site/print/ai-research-assistant/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","ai-research-assistant",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-research-assistant","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","ai-research-assistant",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ai-research-assistant","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -124,6 +124,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 28:["$","section","conflicts-of-interest",{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"08"}],["$","h2",null,{"className":"print-h2","children":"AI-Enabled Detection of Conflicts of Interest"}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Conflicts of interest undermine the credibility of academic research and weaken trust in scientific institutions. Financial ties, organizational affiliations, or personal relationships can influence how results are framed or interpreted, and manual review alone is not equipped to keep pace with the volume and complexity of today's scholarly output. AI systems offer a scalable, systematic way to identify signals of undisclosed or inaccurately reported conflicts, strengthening transparency across the publication process."}],["$","p","1",{"children":"AI can scan manuscripts for references to companies, products, funding sources, and affiliations, and compare those details with the information listed in author disclosures. When it notices a discrepancy — such as prominent discussion of a commercial product without a corresponding disclosure — it can flag the passage for further review."}],["$","p","2",{"children":"Beyond individual papers, AI can detect broader patterns across publications, including recurring collaborations or concentrated citation behavior that may indicate undisclosed relationships. These signals are not conclusions, but they prompt a closer look on which a researcher can decide whether follow-up is needed — expanding analytical capacity and strengthening transparency in the academic publishing process."}]]}]]}] 29:["$","section",null,{"className":"print-page","children":[["$","p",null,{"className":"print-section-number","children":"References"}],["$","h2",null,{"className":"print-h2","children":"Sources"}],["$","ol",null,{"className":"print-refs","children":[["$","li","0",{"children":[["$","span",null,{"className":"print-ref-num","children":"01"}],["$","span",null,{"children":"Pessin et al. (2025) — GapFinder: NLP mining of unstructured papers to surface unanswered questions."}]]}],["$","li","1",{"children":[["$","span",null,{"className":"print-ref-num","children":"02"}],["$","span",null,{"children":"Chatterjee et al. (2024) — Keyword co-occurrence graph mining to detect uncharted research themes."}]]}],["$","li","2",{"children":[["$","span",null,{"className":"print-ref-num","children":"03"}],["$","span",null,{"children":"Gu & Krenn (2024) — SCIMUSE: a 58M-paper knowledge graph paired with GPT-4 to propose research ideas (NeurIPS 2024, ML4Physical Sciences)."}]]}],["$","li","3",{"children":[["$","span",null,{"className":"print-ref-num","children":"04"}],["$","span",null,{"children":"Sybrandt et al. (2020) — AGATHA: graph mining and deep learning for biomedical hypothesis generation."}]]}],["$","li","4",{"children":[["$","span",null,{"className":"print-ref-num","children":"05"}],["$","span",null,{"children":"Altmami & Menai (2022) — A survey of machine-learning techniques for summarizing scientific articles (Springer)."}]]}],["$","li","5",{"children":[["$","span",null,{"className":"print-ref-num","children":"06"}],["$","span",null,{"children":"Scite — Smart Citations classify citation context as supporting, mentioning, or contrasting (Journal of the Medical Library Association)."}]]}],["$","li","6",{"children":[["$","span",null,{"className":"print-ref-num","children":"07"}],["$","span",null,{"children":"Tawfik & Spruit (2018) — Automated contradiction detection in biomedical literature (Springer)."}]]}],["$","li","7",{"children":[["$","span",null,{"className":"print-ref-num","children":"08"}],["$","span",null,{"children":"Bolaños et al. (2024) — AI systems that iteratively build cited literature reviews (Springer)."}]]}]]}],["$","p",null,{"className":"print-note","children":"This paper is supported by AI-enabled research assistance: the Microsoft 365 Copilot Researcher agent, running OpenAI's GPT-5 model, was used to partially generate and check content."}],"$undefined"]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -2a:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +2a:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"AI-Powered Research Questions (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L2a","6",{}]] diff --git a/static-site/print/cerai/__next._full.txt b/static-site/print/cerai/__next._full.txt index d8b6195c3..579be757c 100644 --- a/static-site/print/cerai/__next._full.txt +++ b/static-site/print/cerai/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","cerai",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","cerai","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","cerai",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","cerai","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -136,6 +136,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 34:["$","li","18",{"children":[["$","span",null,{"className":"print-ref-num","children":"19"}],["$","span",null,{"children":"Integrated Food Security Phase Classification. IPC acute food insecurity analysis."}]]}] 35:["$","li","19",{"children":[["$","span",null,{"className":"print-ref-num","children":"20"}],["$","span",null,{"children":"European Commission Joint Research Centre. Global Conflict Risk Index (GCRI)."}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -36:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +36:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Civilian Evacuation Risk Anticipation Index (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L36","6",{}]] diff --git a/static-site/print/cerai/__next._head.txt b/static-site/print/cerai/__next._head.txt index 68530bdf5..cfd5a5790 100644 --- a/static-site/print/cerai/__next._head.txt +++ b/static-site/print/cerai/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"The Civilian Evacuation Risk Anticipation Index (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/cerai/__next._index.txt b/static-site/print/cerai/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/cerai/__next._index.txt +++ b/static-site/print/cerai/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/cerai/__next._tree.txt b/static-site/print/cerai/__next._tree.txt index 70071eebd..a86f80b95 100644 --- a/static-site/print/cerai/__next._tree.txt +++ b/static-site/print/cerai/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"cerai","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/cerai/__next.print.txt b/static-site/print/cerai/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/cerai/__next.print.txt +++ b/static-site/print/cerai/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/cerai/index.html b/static-site/print/cerai/index.html index a467f1f0b..a5b6ff4c2 100644 --- a/static-site/print/cerai/index.html +++ b/static-site/print/cerai/index.html @@ -1,4 +1,4 @@ -The Civilian Evacuation Risk Anticipation Index (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/cerai/index.txt b/static-site/print/cerai/index.txt index d8b6195c3..579be757c 100644 --- a/static-site/print/cerai/index.txt +++ b/static-site/print/cerai/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","cerai",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","cerai","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","cerai",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","cerai","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -136,6 +136,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 34:["$","li","18",{"children":[["$","span",null,{"className":"print-ref-num","children":"19"}],["$","span",null,{"children":"Integrated Food Security Phase Classification. IPC acute food insecurity analysis."}]]}] 35:["$","li","19",{"children":[["$","span",null,{"className":"print-ref-num","children":"20"}],["$","span",null,{"children":"European Commission Joint Research Centre. Global Conflict Risk Index (GCRI)."}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -36:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +36:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Civilian Evacuation Risk Anticipation Index (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L36","6",{}]] diff --git a/static-site/print/digital-provenance-passport/__next._full.txt b/static-site/print/digital-provenance-passport/__next._full.txt index 9d510b626..69d6abade 100644 --- a/static-site/print/digital-provenance-passport/__next._full.txt +++ b/static-site/print/digital-provenance-passport/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","digital-provenance-passport",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","digital-provenance-passport","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","digital-provenance-passport",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","digital-provenance-passport","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -163,6 +163,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 52:["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Registry match"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"40 points"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"High"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The paid commercial check returns a match against a stolen or repatriated record"}]]}] 53:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The deductions used by the web pipeline. Each condition that matches produces a red flag carrying its category, its severity, and a sentence of evidence."}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -57:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +57:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Digital Provenance Passport (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L57","6",{}]] diff --git a/static-site/print/digital-provenance-passport/__next._head.txt b/static-site/print/digital-provenance-passport/__next._head.txt index 309fa0f86..d30eefeea 100644 --- a/static-site/print/digital-provenance-passport/__next._head.txt +++ b/static-site/print/digital-provenance-passport/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"The Digital Provenance Passport (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/digital-provenance-passport/__next._index.txt b/static-site/print/digital-provenance-passport/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/digital-provenance-passport/__next._index.txt +++ b/static-site/print/digital-provenance-passport/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/digital-provenance-passport/__next._tree.txt b/static-site/print/digital-provenance-passport/__next._tree.txt index 85957c93c..fc7a4fb06 100644 --- a/static-site/print/digital-provenance-passport/__next._tree.txt +++ b/static-site/print/digital-provenance-passport/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"digital-provenance-passport","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/digital-provenance-passport/__next.print.txt b/static-site/print/digital-provenance-passport/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/digital-provenance-passport/__next.print.txt +++ b/static-site/print/digital-provenance-passport/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/digital-provenance-passport/index.html b/static-site/print/digital-provenance-passport/index.html index c6b6221a0..6138c50a0 100644 --- a/static-site/print/digital-provenance-passport/index.html +++ b/static-site/print/digital-provenance-passport/index.html @@ -1,4 +1,4 @@ -The Digital Provenance Passport (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/digital-provenance-passport/index.txt b/static-site/print/digital-provenance-passport/index.txt index 9d510b626..69d6abade 100644 --- a/static-site/print/digital-provenance-passport/index.txt +++ b/static-site/print/digital-provenance-passport/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","digital-provenance-passport",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","digital-provenance-passport","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","digital-provenance-passport",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","digital-provenance-passport","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -163,6 +163,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 52:["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Registry match"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"40 points"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"High"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The paid commercial check returns a match against a stolen or repatriated record"}]]}] 53:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The deductions used by the web pipeline. Each condition that matches produces a red flag carrying its category, its severity, and a sentence of evidence."}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -57:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +57:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Digital Provenance Passport (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L57","6",{}]] diff --git a/static-site/print/diplomatic-simulator/__next._full.txt b/static-site/print/diplomatic-simulator/__next._full.txt index 37b738f4a..4b97e599b 100644 --- a/static-site/print/diplomatic-simulator/__next._full.txt +++ b/static-site/print/diplomatic-simulator/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","diplomatic-simulator",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","diplomatic-simulator","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","diplomatic-simulator",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","diplomatic-simulator","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -165,6 +165,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 53:["$","p","13",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The named figures are a characterisation."}]," ","Attaching the real head of government and the foreign and defence ministers to each delegation sharpens its voice but also imports the model's biases about specific, living individuals. These entries are drawn from public reporting and describe how each figure is publicly discussed; they are not claims about private conduct, and the simulator does not model any named person's actual decisions."]}] 54:["$","p","14",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"It is not decision support."}]," ","The repository states directly that the tool must not be used to inform real policy, negotiation, or intelligence judgements."]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -57:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +57:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Diplomatic Simulator (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L57","6",{}]] diff --git a/static-site/print/diplomatic-simulator/__next._head.txt b/static-site/print/diplomatic-simulator/__next._head.txt index c25f39ef7..ec1fba23a 100644 --- a/static-site/print/diplomatic-simulator/__next._head.txt +++ b/static-site/print/diplomatic-simulator/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"The Diplomatic Simulator (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/diplomatic-simulator/__next._index.txt b/static-site/print/diplomatic-simulator/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/diplomatic-simulator/__next._index.txt +++ b/static-site/print/diplomatic-simulator/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/diplomatic-simulator/__next._tree.txt b/static-site/print/diplomatic-simulator/__next._tree.txt index d35da11ca..55dca4396 100644 --- a/static-site/print/diplomatic-simulator/__next._tree.txt +++ b/static-site/print/diplomatic-simulator/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"diplomatic-simulator","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/diplomatic-simulator/__next.print.txt b/static-site/print/diplomatic-simulator/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/diplomatic-simulator/__next.print.txt +++ b/static-site/print/diplomatic-simulator/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/diplomatic-simulator/index.html b/static-site/print/diplomatic-simulator/index.html index bc214ddc0..38d0fe473 100644 --- a/static-site/print/diplomatic-simulator/index.html +++ b/static-site/print/diplomatic-simulator/index.html @@ -1,4 +1,4 @@ -The Diplomatic Simulator (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/diplomatic-simulator/index.txt b/static-site/print/diplomatic-simulator/index.txt index 37b738f4a..4b97e599b 100644 --- a/static-site/print/diplomatic-simulator/index.txt +++ b/static-site/print/diplomatic-simulator/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","diplomatic-simulator",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","diplomatic-simulator","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","diplomatic-simulator",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","diplomatic-simulator","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -165,6 +165,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 53:["$","p","13",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The named figures are a characterisation."}]," ","Attaching the real head of government and the foreign and defence ministers to each delegation sharpens its voice but also imports the model's biases about specific, living individuals. These entries are drawn from public reporting and describe how each figure is publicly discussed; they are not claims about private conduct, and the simulator does not model any named person's actual decisions."]}] 54:["$","p","14",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"It is not decision support."}]," ","The repository states directly that the tool must not be used to inform real policy, negotiation, or intelligence judgements."]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -57:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +57:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Diplomatic Simulator (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L57","6",{}]] diff --git a/static-site/print/ercf/__next._full.txt b/static-site/print/ercf/__next._full.txt index 2966c90b4..02dd61633 100644 --- a/static-site/print/ercf/__next._full.txt +++ b/static-site/print/ercf/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","ercf",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ercf","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","ercf",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ercf","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -184,6 +184,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 67:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Trauma kit"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"200 US dollars"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Unvalidated. The ICRC does not publish per-kit pricing."}]]}] 68:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Radio"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"500 US dollars each"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Within the documented procurement range for professional handheld VHF units."}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -6d:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +6d:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Evacuation Risk and Cost Framework (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L6d","6",{}]] diff --git a/static-site/print/ercf/__next._head.txt b/static-site/print/ercf/__next._head.txt index 5f053e8c6..1b973b22f 100644 --- a/static-site/print/ercf/__next._head.txt +++ b/static-site/print/ercf/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"The Evacuation Risk and Cost Framework (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/ercf/__next._index.txt b/static-site/print/ercf/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/ercf/__next._index.txt +++ b/static-site/print/ercf/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/ercf/__next._tree.txt b/static-site/print/ercf/__next._tree.txt index 172ef7ede..54a73df99 100644 --- a/static-site/print/ercf/__next._tree.txt +++ b/static-site/print/ercf/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"ercf","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/ercf/__next.print.txt b/static-site/print/ercf/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/ercf/__next.print.txt +++ b/static-site/print/ercf/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/ercf/index.html b/static-site/print/ercf/index.html index f49901aa7..52dcfd883 100644 --- a/static-site/print/ercf/index.html +++ b/static-site/print/ercf/index.html @@ -1,4 +1,4 @@ -The Evacuation Risk and Cost Framework (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/ercf/index.txt b/static-site/print/ercf/index.txt index 2966c90b4..02dd61633 100644 --- a/static-site/print/ercf/index.txt +++ b/static-site/print/ercf/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","ercf",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ercf","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","ercf",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","ercf","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -184,6 +184,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 67:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Trauma kit"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"200 US dollars"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Unvalidated. The ICRC does not publish per-kit pricing."}]]}] 68:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Radio"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"500 US dollars each"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Within the documented procurement range for professional handheld VHF units."}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -6d:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +6d:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Evacuation Risk and Cost Framework (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L6d","6",{}]] diff --git a/static-site/print/erus/__next._full.txt b/static-site/print/erus/__next._full.txt index c0b129a67..fc3a6aaa5 100644 --- a/static-site/print/erus/__next._full.txt +++ b/static-site/print/erus/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","erus",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","erus","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","erus",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","erus","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -174,6 +174,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 5a:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mixed general population"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"2"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Can wait"}]]}] 5b:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The eight evacuee archetypes and their fixed properties."}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -5c:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5c:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Evacuation Readiness and Uncertainty Simulator (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5c","6",{}]] diff --git a/static-site/print/erus/__next._head.txt b/static-site/print/erus/__next._head.txt index 0e43fc466..4fd0959d4 100644 --- a/static-site/print/erus/__next._head.txt +++ b/static-site/print/erus/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"The Evacuation Readiness and Uncertainty Simulator (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/erus/__next._index.txt b/static-site/print/erus/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/erus/__next._index.txt +++ b/static-site/print/erus/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/erus/__next._tree.txt b/static-site/print/erus/__next._tree.txt index 55701894f..ed0bb3dec 100644 --- a/static-site/print/erus/__next._tree.txt +++ b/static-site/print/erus/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"erus","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/erus/__next.print.txt b/static-site/print/erus/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/erus/__next.print.txt +++ b/static-site/print/erus/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/erus/index.html b/static-site/print/erus/index.html index 4bd16e2b8..8269f1136 100644 --- a/static-site/print/erus/index.html +++ b/static-site/print/erus/index.html @@ -1,4 +1,4 @@ -The Evacuation Readiness and Uncertainty Simulator (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/erus/index.txt b/static-site/print/erus/index.txt index c0b129a67..fc3a6aaa5 100644 --- a/static-site/print/erus/index.txt +++ b/static-site/print/erus/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","erus",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","erus","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","erus",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","erus","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -174,6 +174,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 5a:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mixed general population"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"2"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Can wait"}]]}] 5b:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The eight evacuee archetypes and their fixed properties."}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -5c:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5c:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Evacuation Readiness and Uncertainty Simulator (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5c","6",{}]] diff --git a/static-site/print/evacuation-inform-index/__next._full.txt b/static-site/print/evacuation-inform-index/__next._full.txt index 793ce2c54..879a02255 100644 --- a/static-site/print/evacuation-inform-index/__next._full.txt +++ b/static-site/print/evacuation-inform-index/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","evacuation-inform-index",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","evacuation-inform-index","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","evacuation-inform-index",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","evacuation-inform-index","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -126,6 +126,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 2d:T45e,Stated plainly, the proxy overstates evacuation risk for lower intensity crises inside conflict affected states, because national conflict conditions inflate complexity independently of the hazard being scored. It understates evacuation risk where one specific corridor is dangerous but the country as a whole is permissive, because complexity has no corridor level resolution at all. A third pattern emerged that no reviewer anticipated: across the seventeen most severe crises the ratio ranges only from 0.83 to 1.13, clustering so tightly around 1.0 that it discriminates almost nothing. Every large ratio in the index comes from a low or mid severity crisis. The headline number is most confident precisely where it is least meaningful, which is why the tool now warns at the point of reading whenever both components sit near the top of the scale. The substitution is kept because no public dataset scores civilian evacuation difficulty across 104 crises and complexity is the closest construct with real coverage and a published methodology, but it should be read as a screening prompt rather than a measurement.2b:["$","p","7",{"children":"$2d"}] 2c:["$","p","8",{"children":"Indicators combine by weighted geometric mean rather than arithmetic mean. The practical consequence is that a catastrophic score on one component cannot be averaged away by comfortable scores elsewhere. If every evacuation route is closed, no amount of favourable weather or food security compensates for it. This is the same non compensatory logic used by the Human Development Index, and it reflects a judgement about the world rather than a mathematical preference: some failures are absolute."}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -2e:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +2e:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Evacuation Inform Index (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L2e","6",{}]] diff --git a/static-site/print/evacuation-inform-index/__next._head.txt b/static-site/print/evacuation-inform-index/__next._head.txt index 91aeceed9..4143c80f3 100644 --- a/static-site/print/evacuation-inform-index/__next._head.txt +++ b/static-site/print/evacuation-inform-index/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"The Evacuation Inform Index (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/evacuation-inform-index/__next._index.txt b/static-site/print/evacuation-inform-index/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/evacuation-inform-index/__next._index.txt +++ b/static-site/print/evacuation-inform-index/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/evacuation-inform-index/__next._tree.txt b/static-site/print/evacuation-inform-index/__next._tree.txt index f014a1343..8b258dbb4 100644 --- a/static-site/print/evacuation-inform-index/__next._tree.txt +++ b/static-site/print/evacuation-inform-index/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"evacuation-inform-index","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/evacuation-inform-index/__next.print.txt b/static-site/print/evacuation-inform-index/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/evacuation-inform-index/__next.print.txt +++ b/static-site/print/evacuation-inform-index/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/evacuation-inform-index/index.html b/static-site/print/evacuation-inform-index/index.html index 6203619d7..8b847f3ce 100644 --- a/static-site/print/evacuation-inform-index/index.html +++ b/static-site/print/evacuation-inform-index/index.html @@ -1,4 +1,4 @@ -The Evacuation Inform Index (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/evacuation-inform-index/index.txt b/static-site/print/evacuation-inform-index/index.txt index 793ce2c54..879a02255 100644 --- a/static-site/print/evacuation-inform-index/index.txt +++ b/static-site/print/evacuation-inform-index/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","evacuation-inform-index",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","evacuation-inform-index","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","evacuation-inform-index",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","evacuation-inform-index","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -126,6 +126,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 2d:T45e,Stated plainly, the proxy overstates evacuation risk for lower intensity crises inside conflict affected states, because national conflict conditions inflate complexity independently of the hazard being scored. It understates evacuation risk where one specific corridor is dangerous but the country as a whole is permissive, because complexity has no corridor level resolution at all. A third pattern emerged that no reviewer anticipated: across the seventeen most severe crises the ratio ranges only from 0.83 to 1.13, clustering so tightly around 1.0 that it discriminates almost nothing. Every large ratio in the index comes from a low or mid severity crisis. The headline number is most confident precisely where it is least meaningful, which is why the tool now warns at the point of reading whenever both components sit near the top of the scale. The substitution is kept because no public dataset scores civilian evacuation difficulty across 104 crises and complexity is the closest construct with real coverage and a published methodology, but it should be read as a screening prompt rather than a measurement.2b:["$","p","7",{"children":"$2d"}] 2c:["$","p","8",{"children":"Indicators combine by weighted geometric mean rather than arithmetic mean. The practical consequence is that a catastrophic score on one component cannot be averaged away by comfortable scores elsewhere. If every evacuation route is closed, no amount of favourable weather or food security compensates for it. This is the same non compensatory logic used by the Human Development Index, and it reflects a judgement about the world rather than a mathematical preference: some failures are absolute."}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -2e:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +2e:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Evacuation Inform Index (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L2e","6",{}]] diff --git a/static-site/print/evacuation-simulation/__next._full.txt b/static-site/print/evacuation-simulation/__next._full.txt index 1959d59b8..8ef4b2eef 100644 --- a/static-site/print/evacuation-simulation/__next._full.txt +++ b/static-site/print/evacuation-simulation/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","evacuation-simulation",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","evacuation-simulation","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","evacuation-simulation",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","evacuation-simulation","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -171,6 +171,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 57:["$","li","21",{"children":[["$","span",null,{"className":"print-ref-num","children":"22"}],["$","span",null,{"children":"International Committee of the Red Cross. Customary International Humanitarian Law Study, Rule 131. Treatment of displaced persons."}]]}] 58:["$","li","22",{"children":[["$","span",null,{"className":"print-ref-num","children":"23"}],["$","span",null,{"children":"International Committee of the Red Cross. Customary International Humanitarian Law Study, Rule 138. The elderly, disabled and infirm."}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -59:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +59:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Evacuation Simulator (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L59","6",{}]] diff --git a/static-site/print/evacuation-simulation/__next._head.txt b/static-site/print/evacuation-simulation/__next._head.txt index d059d2191..0a0cb325a 100644 --- a/static-site/print/evacuation-simulation/__next._head.txt +++ b/static-site/print/evacuation-simulation/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"The Evacuation Simulator (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/evacuation-simulation/__next._index.txt b/static-site/print/evacuation-simulation/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/evacuation-simulation/__next._index.txt +++ b/static-site/print/evacuation-simulation/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/evacuation-simulation/__next._tree.txt b/static-site/print/evacuation-simulation/__next._tree.txt index e1dc980ec..07b9e6415 100644 --- a/static-site/print/evacuation-simulation/__next._tree.txt +++ b/static-site/print/evacuation-simulation/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"evacuation-simulation","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/evacuation-simulation/__next.print.txt b/static-site/print/evacuation-simulation/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/evacuation-simulation/__next.print.txt +++ b/static-site/print/evacuation-simulation/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/evacuation-simulation/index.html b/static-site/print/evacuation-simulation/index.html index 6292c70e1..a16896516 100644 --- a/static-site/print/evacuation-simulation/index.html +++ b/static-site/print/evacuation-simulation/index.html @@ -1,4 +1,4 @@ -The Evacuation Simulator (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/evacuation-simulation/index.txt b/static-site/print/evacuation-simulation/index.txt index 1959d59b8..8ef4b2eef 100644 --- a/static-site/print/evacuation-simulation/index.txt +++ b/static-site/print/evacuation-simulation/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","evacuation-simulation",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","evacuation-simulation","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","evacuation-simulation",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","evacuation-simulation","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -171,6 +171,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 57:["$","li","21",{"children":[["$","span",null,{"className":"print-ref-num","children":"22"}],["$","span",null,{"children":"International Committee of the Red Cross. Customary International Humanitarian Law Study, Rule 131. Treatment of displaced persons."}]]}] 58:["$","li","22",{"children":[["$","span",null,{"className":"print-ref-num","children":"23"}],["$","span",null,{"children":"International Committee of the Red Cross. Customary International Humanitarian Law Study, Rule 138. The elderly, disabled and infirm."}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -59:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +59:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Evacuation Simulator (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L59","6",{}]] diff --git a/static-site/print/forced-labor-structural-risk-index/__next._full.txt b/static-site/print/forced-labor-structural-risk-index/__next._full.txt index 6873207ad..a97993870 100644 --- a/static-site/print/forced-labor-structural-risk-index/__next._full.txt +++ b/static-site/print/forced-labor-structural-risk-index/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","forced-labor-structural-risk-index",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","forced-labor-structural-risk-index","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","forced-labor-structural-risk-index",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","forced-labor-structural-risk-index","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -180,6 +180,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 61:["$","li","23",{"children":[["$","span",null,{"className":"print-ref-num","children":"24"}],["$","span",null,{"children":"IPUMS-International. Harmonised census microdata behind the sub-national layer, with the Geocoded Disasters dataset for sub-national disaster exposure."}]]}] 62:["$","li","24",{"children":[["$","span",null,{"className":"print-ref-num","children":"25"}],["$","span",null,{"children":"Walk Free. Global Slavery Index, used as the external prevalence benchmark and for vulnerability dimension alignment."}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -67:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +67:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Forced Labor Structural Risk Index (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L67","6",{}]] diff --git a/static-site/print/forced-labor-structural-risk-index/__next._head.txt b/static-site/print/forced-labor-structural-risk-index/__next._head.txt index 07a45c572..c242faad0 100644 --- a/static-site/print/forced-labor-structural-risk-index/__next._head.txt +++ b/static-site/print/forced-labor-structural-risk-index/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"The Forced Labor Structural Risk Index (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/forced-labor-structural-risk-index/__next._index.txt b/static-site/print/forced-labor-structural-risk-index/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/forced-labor-structural-risk-index/__next._index.txt +++ b/static-site/print/forced-labor-structural-risk-index/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/forced-labor-structural-risk-index/__next._tree.txt b/static-site/print/forced-labor-structural-risk-index/__next._tree.txt index e4bfb1877..b1ed02605 100644 --- a/static-site/print/forced-labor-structural-risk-index/__next._tree.txt +++ b/static-site/print/forced-labor-structural-risk-index/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"forced-labor-structural-risk-index","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/forced-labor-structural-risk-index/__next.print.txt b/static-site/print/forced-labor-structural-risk-index/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/forced-labor-structural-risk-index/__next.print.txt +++ b/static-site/print/forced-labor-structural-risk-index/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/forced-labor-structural-risk-index/index.html b/static-site/print/forced-labor-structural-risk-index/index.html index 2d582d18f..a831fb51e 100644 --- a/static-site/print/forced-labor-structural-risk-index/index.html +++ b/static-site/print/forced-labor-structural-risk-index/index.html @@ -1,4 +1,4 @@ -The Forced Labor Structural Risk Index (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/forced-labor-structural-risk-index/index.txt b/static-site/print/forced-labor-structural-risk-index/index.txt index 6873207ad..a97993870 100644 --- a/static-site/print/forced-labor-structural-risk-index/index.txt +++ b/static-site/print/forced-labor-structural-risk-index/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","forced-labor-structural-risk-index",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","forced-labor-structural-risk-index","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","forced-labor-structural-risk-index",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","forced-labor-structural-risk-index","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -180,6 +180,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 61:["$","li","23",{"children":[["$","span",null,{"className":"print-ref-num","children":"24"}],["$","span",null,{"children":"IPUMS-International. Harmonised census microdata behind the sub-national layer, with the Geocoded Disasters dataset for sub-national disaster exposure."}]]}] 62:["$","li","24",{"children":[["$","span",null,{"className":"print-ref-num","children":"25"}],["$","span",null,{"children":"Walk Free. Global Slavery Index, used as the external prevalence benchmark and for vulnerability dimension alignment."}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -67:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +67:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Forced Labor Structural Risk Index (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L67","6",{}]] diff --git a/static-site/print/haste/__next._full.txt b/static-site/print/haste/__next._full.txt index 9bc15be3c..8b63e58a9 100644 --- a/static-site/print/haste/__next._full.txt +++ b/static-site/print/haste/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","haste",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","haste","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","haste",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","haste","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -185,6 +185,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 65:["$","div","6",{"children":["$undefined",["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Archival imagery. HASTE assesses whatever imagery it is given, and it holds none. A retrospective study needs cloud-free 2022 coverage of Mariupol on the specific dates that would fill the gaps, which is a sourcing problem before it is a modelling one."}],["$","li","1",{"className":"pl-1","children":"Building outlines. The platform can only attach a prediction to a building it has an outline for, and section 10 records that outline coverage is weakest in exactly the places under greatest pressure. Outlines derived before the siege will also disagree with imagery of a city whose ground and structures have moved."}],["$","li","2",{"className":"pl-1","children":"The event type. HASTE is benchmarked on xBD, a dataset of disaster damage. Shelling and airstrike damage is not what the reported figures were measured on, and the platform's own design assumption is that a model fitted to one kind of event is not expected to transfer to another."}],["$","li","3",{"className":"pl-1","children":"Human validation. Every HASTE result depends on an analyst marking training examples and judging an independent validation sample. For a retrospective conflict case that means someone competent to read 2022 imagery of this city, and their judgment, not the model's, sets the ceiling on what the number is worth."}],["$","li","4",{"className":"pl-1","children":"Status of the output. HASTE describes its outputs as preliminary signals requiring expert validation rather than authoritative damage assessments. The Mariupol model already declares its damage component a lower bound. A HASTE-derived series would have to carry both caveats, not shed them by being newer."}]]}]]}] 66:["$","p","7",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The risk the pairing creates."}]," ","A denser series looks better evidenced whether or not it is. Replacing five anchors with, say, twenty assessed dates would produce a damage curve that appears to respond to events day by day, and a reader would reasonably infer that the model now knows more about 18 March than it did. It would know more only if each new point were validated to the standard the five UNOSAT anchors carry. Both projects state their uncertainty explicitly and neither should be allowed to launder the other's: HASTE's confidence interval accounts for sampling error and nothing else, and the severity model's daily resolution is a property of its output rather than of its evidence. If HASTE assessments do enter the model, they will be labelled as such, dated, and reported alongside the UNOSAT figures rather than blended into them."]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -67:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +67:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"HASTE: High-speed Assessment and Satellite Tracking for Emergencies (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L67","6",{}]] diff --git a/static-site/print/haste/__next._head.txt b/static-site/print/haste/__next._head.txt index 24d8fb3ab..414cd05d4 100644 --- a/static-site/print/haste/__next._head.txt +++ b/static-site/print/haste/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"HASTE: High-speed Assessment and Satellite Tracking for Emergencies (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/haste/__next._index.txt b/static-site/print/haste/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/haste/__next._index.txt +++ b/static-site/print/haste/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/haste/__next._tree.txt b/static-site/print/haste/__next._tree.txt index b7524d296..b855a4855 100644 --- a/static-site/print/haste/__next._tree.txt +++ b/static-site/print/haste/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"haste","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/haste/__next.print.txt b/static-site/print/haste/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/haste/__next.print.txt +++ b/static-site/print/haste/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/haste/index.html b/static-site/print/haste/index.html index 1dfec4d41..25b1a4128 100644 --- a/static-site/print/haste/index.html +++ b/static-site/print/haste/index.html @@ -1,4 +1,4 @@ -HASTE: High-speed Assessment and Satellite Tracking for Emergencies (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/haste/index.txt b/static-site/print/haste/index.txt index 9bc15be3c..8b63e58a9 100644 --- a/static-site/print/haste/index.txt +++ b/static-site/print/haste/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","haste",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","haste","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","haste",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","haste","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -185,6 +185,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 65:["$","div","6",{"children":["$undefined",["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Archival imagery. HASTE assesses whatever imagery it is given, and it holds none. A retrospective study needs cloud-free 2022 coverage of Mariupol on the specific dates that would fill the gaps, which is a sourcing problem before it is a modelling one."}],["$","li","1",{"className":"pl-1","children":"Building outlines. The platform can only attach a prediction to a building it has an outline for, and section 10 records that outline coverage is weakest in exactly the places under greatest pressure. Outlines derived before the siege will also disagree with imagery of a city whose ground and structures have moved."}],["$","li","2",{"className":"pl-1","children":"The event type. HASTE is benchmarked on xBD, a dataset of disaster damage. Shelling and airstrike damage is not what the reported figures were measured on, and the platform's own design assumption is that a model fitted to one kind of event is not expected to transfer to another."}],["$","li","3",{"className":"pl-1","children":"Human validation. Every HASTE result depends on an analyst marking training examples and judging an independent validation sample. For a retrospective conflict case that means someone competent to read 2022 imagery of this city, and their judgment, not the model's, sets the ceiling on what the number is worth."}],["$","li","4",{"className":"pl-1","children":"Status of the output. HASTE describes its outputs as preliminary signals requiring expert validation rather than authoritative damage assessments. The Mariupol model already declares its damage component a lower bound. A HASTE-derived series would have to carry both caveats, not shed them by being newer."}]]}]]}] 66:["$","p","7",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The risk the pairing creates."}]," ","A denser series looks better evidenced whether or not it is. Replacing five anchors with, say, twenty assessed dates would produce a damage curve that appears to respond to events day by day, and a reader would reasonably infer that the model now knows more about 18 March than it did. It would know more only if each new point were validated to the standard the five UNOSAT anchors carry. Both projects state their uncertainty explicitly and neither should be allowed to launder the other's: HASTE's confidence interval accounts for sampling error and nothing else, and the severity model's daily resolution is a property of its output rather than of its evidence. If HASTE assessments do enter the model, they will be labelled as such, dated, and reported alongside the UNOSAT figures rather than blended into them."]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -67:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +67:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"HASTE: High-speed Assessment and Satellite Tracking for Emergencies (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L67","6",{}]] diff --git a/static-site/print/mariupol-severity-model/__next._full.txt b/static-site/print/mariupol-severity-model/__next._full.txt index 4dba8baf1..38bfabe8f 100644 --- a/static-site/print/mariupol-severity-model/__next._full.txt +++ b/static-site/print/mariupol-severity-model/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","mariupol-severity-model",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","mariupol-severity-model","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","mariupol-severity-model",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","mariupol-severity-model","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -174,6 +174,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 5a:["$","li","20",{"children":[["$","span",null,{"className":"print-ref-num","children":"21"}],["$","span",null,{"children":"World Health Organization. WHO Housing and Health Guidelines, 2018, healthy indoor minimum of 18 degrees Celsius."}]]}] 5b:["$","li","21",{"children":[["$","span",null,{"className":"print-ref-num","children":"22"}],["$","span",null,{"children":"World Bank. Ukraine disability prevalence as recorded in Ministry of Social Policy pension-system statistics."}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -5c:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5c:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Mariupol Corridor Severity Model (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5c","6",{}]] diff --git a/static-site/print/mariupol-severity-model/__next._head.txt b/static-site/print/mariupol-severity-model/__next._head.txt index 69aa33e84..be3220f67 100644 --- a/static-site/print/mariupol-severity-model/__next._head.txt +++ b/static-site/print/mariupol-severity-model/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"The Mariupol Corridor Severity Model (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/mariupol-severity-model/__next._index.txt b/static-site/print/mariupol-severity-model/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/mariupol-severity-model/__next._index.txt +++ b/static-site/print/mariupol-severity-model/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/mariupol-severity-model/__next._tree.txt b/static-site/print/mariupol-severity-model/__next._tree.txt index d649f1c53..c279a8857 100644 --- a/static-site/print/mariupol-severity-model/__next._tree.txt +++ b/static-site/print/mariupol-severity-model/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"mariupol-severity-model","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/mariupol-severity-model/__next.print.txt b/static-site/print/mariupol-severity-model/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/mariupol-severity-model/__next.print.txt +++ b/static-site/print/mariupol-severity-model/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/mariupol-severity-model/index.html b/static-site/print/mariupol-severity-model/index.html index 009c4248c..410b9cf71 100644 --- a/static-site/print/mariupol-severity-model/index.html +++ b/static-site/print/mariupol-severity-model/index.html @@ -1,4 +1,4 @@ -The Mariupol Corridor Severity Model (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/mariupol-severity-model/index.txt b/static-site/print/mariupol-severity-model/index.txt index 4dba8baf1..38bfabe8f 100644 --- a/static-site/print/mariupol-severity-model/index.txt +++ b/static-site/print/mariupol-severity-model/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","mariupol-severity-model",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","mariupol-severity-model","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","mariupol-severity-model",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","mariupol-severity-model","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -174,6 +174,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 5a:["$","li","20",{"children":[["$","span",null,{"className":"print-ref-num","children":"21"}],["$","span",null,{"children":"World Health Organization. WHO Housing and Health Guidelines, 2018, healthy indoor minimum of 18 degrees Celsius."}]]}] 5b:["$","li","21",{"children":[["$","span",null,{"className":"print-ref-num","children":"22"}],["$","span",null,{"children":"World Bank. Ukraine disability prevalence as recorded in Ministry of Social Policy pension-system statistics."}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -5c:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5c:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Mariupol Corridor Severity Model (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5c","6",{}]] diff --git a/static-site/print/provenance-search/__next._full.txt b/static-site/print/provenance-search/__next._full.txt index dc64c06bf..182a8476c 100644 --- a/static-site/print/provenance-search/__next._full.txt +++ b/static-site/print/provenance-search/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","provenance-search",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","provenance-search","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","provenance-search",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","provenance-search","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -153,6 +153,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 45:["$","p","11",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The written rationale is not the arithmetic."}]," ","The plain-language explanation shown beside the score is composed by the language model and describes the substance of the case. It does not narrate the calculation, and a reader should not assume the two are saying the same thing."]}] 46:["$","p","12",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Status."}]," ","This is a research prototype by a single developer, deployed as a public demonstration. It is not an accredited due-diligence service, it carries no professional indemnity, and its passport is not a certificate. Its own attestation says so."]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -47:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +47:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"Provenance Search (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L47","6",{}]] diff --git a/static-site/print/provenance-search/__next._head.txt b/static-site/print/provenance-search/__next._head.txt index 837bdfab3..d1b4b8058 100644 --- a/static-site/print/provenance-search/__next._head.txt +++ b/static-site/print/provenance-search/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Provenance Search (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/provenance-search/__next._index.txt b/static-site/print/provenance-search/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/provenance-search/__next._index.txt +++ b/static-site/print/provenance-search/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/provenance-search/__next._tree.txt b/static-site/print/provenance-search/__next._tree.txt index 62ef1d203..932f7c8d3 100644 --- a/static-site/print/provenance-search/__next._tree.txt +++ b/static-site/print/provenance-search/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"provenance-search","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/provenance-search/__next.print.txt b/static-site/print/provenance-search/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/provenance-search/__next.print.txt +++ b/static-site/print/provenance-search/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/provenance-search/index.html b/static-site/print/provenance-search/index.html index dcfb4dd0a..28cb4d1fa 100644 --- a/static-site/print/provenance-search/index.html +++ b/static-site/print/provenance-search/index.html @@ -1,4 +1,4 @@ -Provenance Search (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/provenance-search/index.txt b/static-site/print/provenance-search/index.txt index dc64c06bf..182a8476c 100644 --- a/static-site/print/provenance-search/index.txt +++ b/static-site/print/provenance-search/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","provenance-search",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","provenance-search","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","provenance-search",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","provenance-search","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -153,6 +153,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 45:["$","p","11",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The written rationale is not the arithmetic."}]," ","The plain-language explanation shown beside the score is composed by the language model and describes the substance of the case. It does not narrate the calculation, and a reader should not assume the two are saying the same thing."]}] 46:["$","p","12",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Status."}]," ","This is a research prototype by a single developer, deployed as a public demonstration. It is not an accredited due-diligence service, it carries no professional indemnity, and its passport is not a certificate. Its own attestation says so."]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -47:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +47:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"Provenance Search (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L47","6",{}]] diff --git a/static-site/print/vango/__next._full.txt b/static-site/print/vango/__next._full.txt index 4d304c08d..2e6d51290 100644 --- a/static-site/print/vango/__next._full.txt +++ b/static-site/print/vango/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","vango",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","vango","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","vango",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","vango","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -141,6 +141,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 39:["$","p","16",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Demonstration stamps."}]," ","A guest opening the application for the first time is given three stamps already collected: Chromatic Drift, Fault Lines, and Hollow Choir, dated across May and June 2026. These are not real visits. They exist so that a person opening the demonstration sees a passport with contents rather than an empty book, which would communicate very little about what the tool is for. A registered account starts genuinely empty."]}] 3a:["$","p","10",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"No automated tests exist."}]," ","The repository contains none."]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -3b:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +3b:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"VANGO: The Art Passport (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L3b","6",{}]] diff --git a/static-site/print/vango/__next._head.txt b/static-site/print/vango/__next._head.txt index 7c6430ab5..00f3ee889 100644 --- a/static-site/print/vango/__next._head.txt +++ b/static-site/print/vango/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"VANGO: The Art Passport (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/vango/__next._index.txt b/static-site/print/vango/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/vango/__next._index.txt +++ b/static-site/print/vango/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/vango/__next._tree.txt b/static-site/print/vango/__next._tree.txt index 0d22c43ef..68b39447c 100644 --- a/static-site/print/vango/__next._tree.txt +++ b/static-site/print/vango/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"vango","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/vango/__next.print.txt b/static-site/print/vango/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/vango/__next.print.txt +++ b/static-site/print/vango/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/vango/index.html b/static-site/print/vango/index.html index 8930f963c..ecabb6541 100644 --- a/static-site/print/vango/index.html +++ b/static-site/print/vango/index.html @@ -1,4 +1,4 @@ -VANGO: The Art Passport (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/vango/index.txt b/static-site/print/vango/index.txt index 4d304c08d..2e6d51290 100644 --- a/static-site/print/vango/index.txt +++ b/static-site/print/vango/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","vango",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","vango","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","vango",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","vango","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -141,6 +141,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 39:["$","p","16",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Demonstration stamps."}]," ","A guest opening the application for the first time is given three stamps already collected: Chromatic Drift, Fault Lines, and Hollow Choir, dated across May and June 2026. These are not real visits. They exist so that a person opening the demonstration sees a passport with contents rather than an empty book, which would communicate very little about what the tool is for. A registered account starts genuinely empty."]}] 3a:["$","p","10",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"No automated tests exist."}]," ","The repository contains none."]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -3b:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +3b:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"VANGO: The Art Passport (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L3b","6",{}]] diff --git a/static-site/print/war-games/__next._full.txt b/static-site/print/war-games/__next._full.txt index cd4e1276b..84fec2a11 100644 --- a/static-site/print/war-games/__next._full.txt +++ b/static-site/print/war-games/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","war-games",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","war-games","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","war-games",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","war-games","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -152,6 +152,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 44:["$","th","6",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Output tokens"}] 45:["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"gemma3:12b"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"instruct"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"100%"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0%"}],["$","td","4",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"20%"}],["$","td","5",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"5.8 s"}],["$","td","6",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"435"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"qwen3:14b"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"instruct, thinking"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"61.5%"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"38.5%"}],["$","td","4",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0%"}],["$","td","5",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"16.9 s"}],["$","td","6",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"1,191"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"deepseek-r1:8b"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"reasoning"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"6.7%"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"93.3%"}],["$","td","4",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"100%"}],["$","td","5",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"33.3 s"}],["$","td","6",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"5,779"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Qwen3-27B"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"large"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0%"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"100%"}],["$","td","4",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"100%"}],["$","td","5",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"92.1 s"}],["$","td","6",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"6,000"}]]}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -46:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +46:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Only Winning Move (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L46","6",{}]] diff --git a/static-site/print/war-games/__next._head.txt b/static-site/print/war-games/__next._head.txt index 7ce65e494..7561f5e13 100644 --- a/static-site/print/war-games/__next._head.txt +++ b/static-site/print/war-games/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"The Only Winning Move (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/war-games/__next._index.txt b/static-site/print/war-games/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/war-games/__next._index.txt +++ b/static-site/print/war-games/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/war-games/__next._tree.txt b/static-site/print/war-games/__next._tree.txt index ed0945aae..8e426b4a7 100644 --- a/static-site/print/war-games/__next._tree.txt +++ b/static-site/print/war-games/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"war-games","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/war-games/__next.print.txt b/static-site/print/war-games/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/war-games/__next.print.txt +++ b/static-site/print/war-games/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/war-games/index.html b/static-site/print/war-games/index.html index a63aefa5c..e006c950b 100644 --- a/static-site/print/war-games/index.html +++ b/static-site/print/war-games/index.html @@ -1,4 +1,4 @@ -The Only Winning Move (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/war-games/index.txt b/static-site/print/war-games/index.txt index cd4e1276b..84fec2a11 100644 --- a/static-site/print/war-games/index.txt +++ b/static-site/print/war-games/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","war-games",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","war-games","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","war-games",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","war-games","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -152,6 +152,6 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 44:["$","th","6",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Output tokens"}] 45:["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"gemma3:12b"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"instruct"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"100%"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0%"}],["$","td","4",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"20%"}],["$","td","5",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"5.8 s"}],["$","td","6",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"435"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"qwen3:14b"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"instruct, thinking"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"61.5%"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"38.5%"}],["$","td","4",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0%"}],["$","td","5",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"16.9 s"}],["$","td","6",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"1,191"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"deepseek-r1:8b"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"reasoning"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"6.7%"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"93.3%"}],["$","td","4",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"100%"}],["$","td","5",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"33.3 s"}],["$","td","6",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"5,779"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Qwen3-27B"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"large"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"0%"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"100%"}],["$","td","4",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"100%"}],["$","td","5",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"92.1 s"}],["$","td","6",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"6,000"}]]}]]}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -46:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +46:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"The Only Winning Move (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L46","6",{}]] diff --git a/static-site/print/what-is-ethical-ai/__next._full.txt b/static-site/print/what-is-ethical-ai/__next._full.txt index 5c76b95dd..3ae617d03 100644 --- a/static-site/print/what-is-ethical-ai/__next._full.txt +++ b/static-site/print/what-is-ethical-ai/__next._full.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","what-is-ethical-ai",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","what-is-ethical-ai","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","what-is-ethical-ai",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","what-is-ethical-ai","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -245,6 +245,6 @@ a5:["$","li","120",{"children":[["$","span",null,{"className":"print-ref-num","c a6:["$","li","121",{"children":[["$","span",null,{"className":"print-ref-num","children":"122"}],["$","span",null,{"children":"Yeung, Karen, Andrew Howes, and Ganna Pogrebna. “AI Governance by Human Rights-Centred Design, Deliberation and Oversight: An End to Ethics Washing.” The Oxford Handbook of Ethics of AI, Oxford UP, 2020, pp. 77 to 106."}]]}] a7:["$","p",null,{"className":"print-note","children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution. External programs cited are referenced as evidence, not as CoLab partnerships."}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -a9:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +a9:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"What Is Ethical AI? (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$La9","6",{}]] diff --git a/static-site/print/what-is-ethical-ai/__next._head.txt b/static-site/print/what-is-ethical-ai/__next._head.txt index 52ae6ffdb..f8b8c6c74 100644 --- a/static-site/print/what-is-ethical-ai/__next._head.txt +++ b/static-site/print/what-is-ethical-ai/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"What Is Ethical AI? (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","6",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/what-is-ethical-ai/__next._index.txt b/static-site/print/what-is-ethical-ai/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/print/what-is-ethical-ai/__next._index.txt +++ b/static-site/print/what-is-ethical-ai/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/print/what-is-ethical-ai/__next._tree.txt b/static-site/print/what-is-ethical-ai/__next._tree.txt index 79410cc77..d8304e0e1 100644 --- a/static-site/print/what-is-ethical-ai/__next._tree.txt +++ b/static-site/print/what-is-ethical-ai/__next._tree.txt @@ -1,7 +1,7 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"print","param":null,"prefetchHints":0,"slots":{"children":{"name":"slug","param":{"type":"d","key":"what-is-ethical-ai","siblings":null},"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/print/what-is-ethical-ai/__next.print.txt b/static-site/print/what-is-ethical-ai/__next.print.txt index 460afe242..fa617e997 100644 --- a/static-site/print/what-is-ethical-ai/__next.print.txt +++ b/static-site/print/what-is-ethical-ai/__next.print.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 0:{"rsc":["$","$1","c",{"children":[null,[["$","style",null,{"children":"\n /* The site is dark-first, and a dark color-scheme makes Chrome paint\n the printed sheet's margin area dark too. Paper is light. */\n html { color-scheme: light !important; }\n html, body { background: #ffffff !important; }\n body::after { content: none !important; }\n header, footer, .site-bg, .aura { display: none !important; }\n "}],["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/print/what-is-ethical-ai/index.html b/static-site/print/what-is-ethical-ai/index.html index 8ef66b198..cdf029e8e 100644 --- a/static-site/print/what-is-ethical-ai/index.html +++ b/static-site/print/what-is-ethical-ai/index.html @@ -1,4 +1,4 @@ -What Is Ethical AI? (print edition) · NYU Ethical Tech CoLab

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/print/what-is-ethical-ai/index.txt b/static-site/print/what-is-ethical-ai/index.txt index 5c76b95dd..3ae617d03 100644 --- a/static-site/print/what-is-ethical-ai/index.txt +++ b/static-site/print/what-is-ethical-ai/index.txt @@ -1,23 +1,23 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"c":["","print","what-is-ethical-ai",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","what-is-ethical-ai","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -16:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","print","what-is-ethical-ai",""],"q":"","i":false,"f":[[["",{"children":["print",{"children":[["slug","what-is-ethical-ai","d",null],{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,null]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +16:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:"$Sreact.suspense" -1a:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1c:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1c:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] @@ -29,7 +29,7 @@ f:["$","$1","c",{"children":["$L15",null,["$","$L16",null,{"children":["$","$17" 19:[] 10:"$W19" 11:["$","$1","h",{"children":[null,["$","$L1a",null,{"children":"$L1b"}],["$","div",null,{"hidden":true,"children":["$","$L1c",null,{"children":["$","$17",null,{"name":"Next.Metadata","children":"$L1d"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1e:Ta14, @page { size: 210mm 297mm; margin: 20mm 18mm; } @@ -245,6 +245,6 @@ a5:["$","li","120",{"children":[["$","span",null,{"className":"print-ref-num","c a6:["$","li","121",{"children":[["$","span",null,{"className":"print-ref-num","children":"122"}],["$","span",null,{"children":"Yeung, Karen, Andrew Howes, and Ganna Pogrebna. “AI Governance by Human Rights-Centred Design, Deliberation and Oversight: An End to Ethics Washing.” The Oxford Handbook of Ethics of AI, Oxford UP, 2020, pp. 77 to 106."}]]}] a7:["$","p",null,{"className":"print-note","children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution. External programs cited are referenced as evidence, not as CoLab partnerships."}] 1b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -a9:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +a9:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 18:null 1d:[["$","title","0",{"children":"What Is Ethical AI? (print edition) · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"A research collaboration between NYU's Center for Global Affairs and Microsoft, exploring tech interventions for migration, forced labor, IDPs and refugees."}],["$","meta","2",{"name":"robots","content":"noindex, nofollow"}],["$","link","3",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","4",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$La9","6",{}]] diff --git a/static-site/publications/__next._full.txt b/static-site/publications/__next._full.txt index d5435b649..42786710e 100644 --- a/static-site/publications/__next._full.txt +++ b/static-site/publications/__next._full.txt @@ -1,39 +1,39 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -11:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +11:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/chunks/36o-vt7quy27o.css","style"] -0:{"P":null,"c":["","publications",""],"q":"","i":false,"f":[[["",{"children":["publications",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -13:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -14:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/0-5whcwv1z55i.js"],"Reveal"] -15:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/0-5whcwv1z55i.js"],"SectionTabs"] -16:I[46973,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/0-5whcwv1z55i.js"],"PublicationsShowcase"] -17:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +0:{"P":null,"c":["","publications",""],"q":"","i":false,"f":[[["",{"children":["publications",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{},null,false,null]},null,false,"$@f"]},null,false,null],"$L10",false]],"m":"$undefined","G":["$11",["$L12"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +13:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +14:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/0jub-lza-_qsd.js"],"Reveal"] +15:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/0jub-lza-_qsd.js"],"SectionTabs"] +16:I[46973,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/0jub-lza-_qsd.js"],"PublicationsShowcase"] +17:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 18:"$Sreact.suspense" -1b:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -1d:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +1b:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +1d:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L13",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L13",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L13",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L13",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] b:["$","div",null,{"className":"mt-12 flex flex-col gap-2 border-t border-border pt-6 text-xs text-muted sm:flex-row sm:items-center sm:justify-between","children":[["$","span",null,{"children":["© ",2026," NYU Ethical Tech CoLab"]}],["$","span",null,{"children":"Four cohorts · est. 2024-2026"}]]}] c:["$","div",null,{"className":"mt-6 space-y-3 border-t border-border pt-6 text-[11px] leading-relaxed text-muted/80","children":[["$","p","0",{"children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution."}],["$","p","1",{"children":"Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."}]]}] d:["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}] -e:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","span",null,{"className":"aura"}],["$","div",null,{"className":"relative mx-auto max-w-6xl px-6 py-24","children":[["$","$L14",null,{"children":["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Publications · Academic reports"}]}],["$","$L14",null,{"delay":0.05,"children":["$","h1",null,{"className":"mt-4 fluid-hero font-heading uppercase leading-[0.9]","children":["The research,"," ",["$","span",null,{"className":"display-em","children":"written up"}],"."]}]}],["$","$L14",null,{"delay":0.1,"children":["$","p",null,{"className":"mt-8 max-w-2xl text-lg leading-relaxed text-muted","children":"Each research question the CoLab takes on is written up as an academic report. Browse the catalogue by topic, pick a title to read what it asks and what it found, then open the report itself. Titles still in preparation are shelved alongside the published ones, so you can see where the work is going."}]}]]}]]}],["$","$L15",null,{}],["$","div",null,{"className":"pt-12","children":["$","$L16",null,{}]}]],[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/36o-vt7quy27o.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/0-5whcwv1z55i.js","async":true,"nonce":"$undefined"}]],["$","$L17",null,{"children":["$","$18",null,{"name":"Next.MetadataOutlet","children":"$@19"}]}]]}] +e:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","span",null,{"className":"aura"}],["$","div",null,{"className":"relative mx-auto max-w-6xl px-6 py-24","children":[["$","$L14",null,{"children":["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Publications · Academic reports"}]}],["$","$L14",null,{"delay":0.05,"children":["$","h1",null,{"className":"mt-4 fluid-hero font-heading uppercase leading-[0.9]","children":["The research,"," ",["$","span",null,{"className":"display-em","children":"written up"}],"."]}]}],["$","$L14",null,{"delay":0.1,"children":["$","p",null,{"className":"mt-8 max-w-2xl text-lg leading-relaxed text-muted","children":"Each research question the CoLab takes on is written up as an academic report. Browse the catalogue by topic, pick a title to read what it asks and what it found, then open the report itself. Titles still in preparation are shelved alongside the published ones, so you can see where the work is going."}]}]]}]]}],["$","$L15",null,{}],["$","div",null,{"className":"pt-12","children":["$","$L16",null,{}]}]],[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/36o-vt7quy27o.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/0jub-lza-_qsd.js","async":true,"nonce":"$undefined"}]],["$","$L17",null,{"children":["$","$18",null,{"name":"Next.MetadataOutlet","children":"$@19"}]}]]}] 1a:[] f:"$W1a" 10:["$","$1","h",{"children":[null,["$","$L1b",null,{"children":"$L1c"}],["$","div",null,{"hidden":true,"children":["$","$L1d",null,{"children":["$","$18",null,{"name":"Next.Metadata","children":"$L1e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +12:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] 1c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -1f:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +1f:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 19:null 1e:[["$","title","0",{"children":"Publications · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Academic reports from the Ethical Tech CoLab — one write-up per research question, across evacuation, cultural heritage, supply-chain traceability, and diplomacy."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L1f","5",{}]] diff --git a/static-site/publications/__next._head.txt b/static-site/publications/__next._head.txt index 21b278d11..c3aa76dca 100644 --- a/static-site/publications/__next._head.txt +++ b/static-site/publications/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Publications · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"Academic reports from the Ethical Tech CoLab — one write-up per research question, across evacuation, cultural heritage, supply-chain traceability, and diplomacy."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/publications/__next._index.txt b/static-site/publications/__next._index.txt index f98a4fd90..18b9d82b6 100644 --- a/static-site/publications/__next._index.txt +++ b/static-site/publications/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/publications/__next._tree.txt b/static-site/publications/__next._tree.txt index 0927e691a..ae3d322f7 100644 --- a/static-site/publications/__next._tree.txt +++ b/static-site/publications/__next._tree.txt @@ -1,8 +1,8 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/chunks/36o-vt7quy27o.css","style"] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"publications","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/publications/__next.publications.txt b/static-site/publications/__next.publications.txt index e17ca4ded..e8bfa323c 100644 --- a/static-site/publications/__next.publications.txt +++ b/static-site/publications/__next.publications.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 4:[] 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/publications/after-the-corridor/__next._full.txt b/static-site/publications/after-the-corridor/__next._full.txt index c502d0764..1bdf3ba1e 100644 --- a/static-site/publications/after-the-corridor/__next._full.txt +++ b/static-site/publications/after-the-corridor/__next._full.txt @@ -1,24 +1,24 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/chunks/36o-vt7quy27o.css","style"] -0:{"P":null,"c":["","publications","after-the-corridor",""],"q":"","i":false,"f":[[["",{"children":["publications",{"children":["after-the-corridor",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Link"] -15:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Reveal"] -16:I[34010,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ReportBook"] -20:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -22:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +0:{"P":null,"c":["","publications","after-the-corridor",""],"q":"","i":false,"f":[[["",{"children":["publications",{"children":["after-the-corridor",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Link"] +15:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Reveal"] +16:I[34010,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ReportBook"] +20:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +22:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 23:"$Sreact.suspense" 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] @@ -31,9 +31,9 @@ f:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 1f:[] 10:"$W1f" 11:["$","$1","h",{"children":[null,["$","$L20",null,{"children":"$L21"}],["$","div",null,{"hidden":true,"children":["$","$L22",null,{"children":["$","$23",null,{"name":"Next.Metadata","children":"$L24"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -25:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"SectionTabs"] -38:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +25:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"SectionTabs"] +38:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:["$","span",null,{"aria-hidden":true,"children":"↗"}] 18:["$","$L14",null,{"href":"/demos","className":"btn-sweep inline-flex items-center gap-2 rounded-full border border-border px-5 py-2.5 text-sm font-semibold text-foreground transition-colors hover:border-border-strong","children":["See the prototypes running ",["$","span",null,{"aria-hidden":true,"children":"→"}]]}] 19:["$","$L25",null,{}] @@ -133,6 +133,6 @@ f:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 81:["$","li","35",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"36"}],["$","span",null,{"children":["$","a",null,{"href":"https://www.fmreview.org/issue70/","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"“Knowledge, Voice and Power,” Forced Migration Review 70 (2022); Mauricio Vitoria et al., “The Global Summit of Refugees and the Importance of Refugee Self-Representation,” Forced Migration Review (2018)."}]}]]}] 82:["$","li","36",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"37"}],["$","span",null,{"children":["$","span",null,{"className":"text-foreground/80","children":"Innovations for Poverty Action, Displaced Livelihoods Initiative: Call for Proposals, Round V (IPA, 2026); IPA, DLI Eligibility Self-Assessment and Budget Template, Round V (2026)."}]}]]}] 21:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -83:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +83:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 24:[["$","title","0",{"children":"After the Corridor · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"An Ethical Tech CoLab report carrying five fielded evacuation prototypes past the corridor and into the camp: the measurement, financial-modeling, and rights infrastructure that can shorten protracted displacement, grounded at Dzaleka Refugee Camp, Malawi."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L83","5",{}]] 39:null diff --git a/static-site/publications/after-the-corridor/__next._head.txt b/static-site/publications/after-the-corridor/__next._head.txt index 4395acd59..4a712201c 100644 --- a/static-site/publications/after-the-corridor/__next._head.txt +++ b/static-site/publications/after-the-corridor/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -3:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"After the Corridor · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"An Ethical Tech CoLab report carrying five fielded evacuation prototypes past the corridor and into the camp: the measurement, financial-modeling, and rights infrastructure that can shorten protracted displacement, grounded at Dzaleka Refugee Camp, Malawi."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/publications/after-the-corridor/__next._index.txt b/static-site/publications/after-the-corridor/__next._index.txt index ca305305b..3e5286497 100644 --- a/static-site/publications/after-the-corridor/__next._index.txt +++ b/static-site/publications/after-the-corridor/__next._index.txt @@ -1,13 +1,13 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -d:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Link"] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} 8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] diff --git a/static-site/publications/after-the-corridor/__next._tree.txt b/static-site/publications/after-the-corridor/__next._tree.txt index 275d2a2f6..fee2a93a7 100644 --- a/static-site/publications/after-the-corridor/__next._tree.txt +++ b/static-site/publications/after-the-corridor/__next._tree.txt @@ -1,8 +1,8 @@ -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/chunks/36o-vt7quy27o.css","style"] 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"publications","param":null,"prefetchHints":0,"slots":{"children":{"name":"after-the-corridor","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/publications/after-the-corridor/__next.publications.txt b/static-site/publications/after-the-corridor/__next.publications.txt index e17ca4ded..e8bfa323c 100644 --- a/static-site/publications/after-the-corridor/__next.publications.txt +++ b/static-site/publications/after-the-corridor/__next.publications.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -3:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] 4:[] 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/publications/after-the-corridor/index.html b/static-site/publications/after-the-corridor/index.html index 1c217c651..a9f6bf9ad 100644 --- a/static-site/publications/after-the-corridor/index.html +++ b/static-site/publications/after-the-corridor/index.html @@ -1 +1 @@ -After the Corridor · NYU Ethical Tech CoLab

After the Corridor

From AI-Informed Evacuation to Digital Public Goods for Refugee Economic Inclusion

Ethical Tech CoLabNYU Center for Global AffairsJuly 2026

Carolina de Almeida Pernambuco Moron, Christine Lumen, Alana Robertson, Melanie MacKew, Carlos D. Ruiz, India Clarke, and Yago Rocha, with Teresa Cantero (PhD Candidate, Universidad Carlos III de Madrid; Adjunct Professor, IE University; Visiting Scholar, NYU CGA). Faculty directors: Prof. Yorke E. Rhodes III and Sylvia Maier.

How can AI inform evacuation decisions, and what happens after? This report examines the CoLab's five fielded evacuation prototypes, their limitations and research frontiers, and extends the arc to the camp: the measurement, financial-modeling, and rights infrastructure that can shorten protracted displacement and improve lives. Dzaleka Refugee Camp in Malawi is the case study ground.

01

Executive Summary

The Ethical Tech CoLab's evacuation portfolio was built to answer a protection question: how can and should AI tools be used to enhance the protection and evacuation of civilians during armed conflict, and in what ways do they support or challenge existing obligations under International Humanitarian Law?

Across five fielded prototypes, a crisis-information index, a unified risk platform, a calibrated cost-and-risk decision framework, an agent-based behavior model, and a readiness-under-uncertainty simulator, one finding recurred: the binding constraint on protection is rarely the absence of a route or a resource, but the quality, accessibility, and equity of the information people and responders act on. IHL frames evacuation as a last-resort duty; the technology's job is to make that duty implementable under uncertainty.

What happens after the evacuation? A successful evacuation typically ends in a camp, where the modal outcome is years of protracted displacement. Using Dzaleka Refugee Camp, Malawi, where humanitarian financing has collapsed while an encampment policy bars residents from work, we show that the same measurement discipline, financial modeling, and uncertainty methods that served evacuation convert directly into durable-solutions infrastructure: an open Livelihoods Information and Access Index, a resettlement-and-inclusion financial model built on the CoLab's operational evacuation cost engine, privacy-preserving cash and credential rails, and a civil-society legal-assistance map. We also state what we will not build, biometric identity for displaced people, and why that refusal is itself a public good.

Most of the world's refugees live in protracted situations, and the modal outcome of reaching safety is years, sometimes decades, inside a camp or settlement. The legal architecture that governs what comes next is the Geneva refugee-protection consensus: the 1951 Convention relating to the Status of Refugees and its 1967 Protocol, the doctrine of durable solutions that UNHCR administers, and the 2018 Global Compact on Refugees. That consensus recognizes three ways a displacement can end well, voluntary repatriation, local integration, and resettlement, and each of them is gated far more by information and legal status than by physical capacity.

The CoLab's built work already reaches beyond the evacuation corridor. The same measurement discipline produced the Forced Labor Structural Risk Index, a completed instrument that maps the structural risk of forced labour across countries and sub-national regions, the exploitation that displacement, encampment, and the loss of the right to work make more likely. Read together, the evacuation models and the risk index share one purpose: to improve the information on which protection depends, and through it to reduce forced labour and the vulnerabilities that displaced people carry.

This report keeps three registers distinct throughout: what is built and validated, what is built but not yet validated, and what is proposed. No claim in these pages exceeds the register of the tool it describes.

The ask, in one paragraph. The Ethical Tech CoLab seeks grant funding to develop this technology infrastructure work as open, portable public goods, to improve the lives of displaced communities. It would be validated first at Dzaleka with the field partner Fraternidade Sem Fronteiras, and we are open to other partners with the same mission-driven motivations. Our intent is developing tools and releasing them to the public so that any research or practitioner team can adopt them. One possibility is the Displaced Livelihoods Initiative run by Innovations for Poverty Action and J-PAL, in its Infrastructure and Public Goods track. The report is written to align with that submission and to stand on its own for any peer funder or academic reviewer.

02

The Research Question, and Why It Runs Past the Corridor

The protection question and the accounting gap. The portfolio's organizing question comes from Teresa Cantero's doctoral research at the Instituto de Derechos Humanos Gregorio Peces-Barba, Universidad Carlos III de Madrid: how can and should artificial intelligence be used to enhance the protection and evacuation of civilians during armed conflict, and in what ways does it support or challenge the implementation of existing obligations under international humanitarian law.

Under that law, evacuation is not discretionary. When the security of the population or imperative military reasons demand it, moving civilians out of danger is a binding duty under Article 49 of the Fourth Geneva Convention, Articles 57 and 58 of Additional Protocol I, and Article 17 of Additional Protocol II. A movement into which people are coerced is forcible transfer, a war crime regardless of motive. The duty runs wider than the battlefield: the doctrine of the responsibility to protect holds that where a state cannot or will not shield its population from mass atrocity, that responsibility passes to the international community, which frames protection as an obligation rather than a matter of goodwill.

Two structural facts motivate the program. The first is a protection gap. States move quickly to adopt AI for targeting and operational advantage, yet rarely operationalize computational models to protect civilians or to make an evacuation decision legible under the incomplete, fast-changing information those decisions face. The second is an accounting gap. Displacement is tracked in detail, on the order of 117 million people forcibly displaced worldwide by 2025, yet there is no global count of evacuated civilians, because evacuation is fragmented across militaries, governments, humanitarian agencies, volunteers, and civilians acting on their own.

The legal and institutional architecture. The 1951 Convention and its 1967 Protocol define who is a refugee and fix the cornerstone duty of non-refoulement, that no one may be returned to a place where they face persecution. The 2018 Global Compact on Refugees adds a cooperative framework organized around four objectives: easing pressure on host countries, enhancing refugee self-reliance, expanding access to third-country solutions, and supporting conditions for return in safety and dignity. International humanitarian law governs conduct in armed conflict, and the responsibility to protect frames the state's duty toward its own population.

The institutions matter as much as the instruments. UNHCR leads protection and durable solutions for refugees; the International Organization for Migration is the United Nations migration agency; the Office for the Coordination of Humanitarian Affairs coordinates emergency response through the cluster approach; and the Office of the High Commissioner for Human Rights anchors the broader human-rights instruments that apply regardless of a person's status. One structural limitation shapes everything downstream: many host states are not parties to the 1951 Convention or maintain significant reservations, so the protection a displaced person actually receives depends heavily on where they land.

The three durable solutions. The arc does not end when the shooting stops. An evacuation succeeds when a person reaches relative safety, and safety, in practice, usually means a camp. There the analytical problem inverts. The question is no longer whether to move and how, but how to leave well now that one has arrived.

The three durable solutions recognized by the refugee-protection regime, voluntary repatriation to the country of origin, local integration in the country of asylum, and resettlement to a third country, are the recognized routes out. Each is gated by information and legal status as much as by physical or economic capacity, a point the regime's own scholarship makes plainly. Resettlement reaches only a small fraction of those who need it, and complementary pathways such as labour or study routes remain modest in scale, which is why local integration and the conditions for safe return carry most of the weight in practice. This report treats the durable-solutions phase as the natural continuation of the evacuation research question, and asks what open measurement and modeling infrastructure would help displaced people and the organizations serving them find the fastest defensible route out.

03

The Built Portfolio

This section describes what the CoLab has already built, and is candid about how mature each piece is, because a reader deciding whether to fund the work is owed that precision. Three registers are kept distinct. The Evacuation Risk and Cost Framework is built and validated in its evacuation form. The Evacuation Information Index, the Exodus platform, and the two simulators are built and operational but not yet expert-validated or calibrated. The Forced Labor Structural Risk Index is built and completed, documented in a methodology page and an associated publication. The livelihoods instruments the report proposes, the Livelihoods Information and Access Index and the Resettlement and Inclusion Capacity Simulator, together with the value-transfer and legal-map builds, are proposed, and their validation is future work. All are open source.

PrototypeFunctionCore method
Evacuation Information Index (EII)Scores quality, accessibility, and equity of crisis information by geographyComposite index on INFORM, ACLED, and FSI logic; live news and conflict feeds
Exodus, Civilian Evacuation Risk PlatformUnifies EII, the cost model, and endangerment and feasibility assessmentFastAPI backend; shared calculators and data layer
ERCF, Evacuation Risk and Cost FrameworkEstimates human and financial cost of evacuating against stayingSeven-dimension scoring; calibrated cost model; break-even analysis
Evacuation Behavior SimulatorModels how information and demographics shape who leaves, and whenAgent-based model; probabilistic status lifecycle
Readiness and Uncertainty SimulatorModels how intelligence uncertainty degrades destination choicesMonte Carlo; gatekeeper factors; uncertainty slider
The five fielded evacuation prototypes. All are open source at github.com/Ethical-Tech-CoLab.

The Evacuation Information Index. The index treats crisis information itself as the object of measurement. It scores three families of factors, impact, conditions, and complexity, on a scale of 1 to 5, using weights synthesized from the INFORM Severity Index, the Armed Conflict Location and Event Data project, and the Fragile States Index. A live backend adds current news and a conflict timeline for each crisis, and a map layer can overlay AI-derived building-damage and route-damage tiles from Microsoft HASTE and Planet imagery. The design is deliberately transparent: weights are labeled provisional pending expert validation, and where the hosted site cannot run the live backend, responses are baked into a clearly labeled static snapshot so that nothing is presented as live when it is not.

The index has real limits, and the report states them rather than hiding them.

  • Weights are borrowed by analogy, not yet expert-validated or sensitivity-tested; a reviewer will read pre-validation weights as pre-evidence.
  • Source and language bias: feeds skew to English-language, internationally indexed reporting, so the populations with the worst information access are least visible to the instrument that scores information access. The index must correct for this, not inherit it.
  • The damage overlay is currently self-hosted with no public interface, so for most users the combined information-and-damage view is empty until it is connected.

Future research on the index. Run the three-phase validation the CoLab's methodology work already specifies, budget-allocation and Delphi elicitation with 8 to 12 domain experts, Fuzzy-AHP on contested weights, then historical case calibration, and add an equity layer measuring who receives information, disaggregated by gender, age, nationality, and residence inside or outside a camp. That equity layer is the move that turns the index into the livelihoods instrument described later in this report.

Exodus, the integration layer. Exodus unifies the crisis map, the cost-and-scenario model, and an endangerment-and-feasibility assessment behind a single backend, design language, and interface, including calculators for the cost of staying, the cost of evacuating, resource needs, and scenario management. Integration is not validation. Unifying three research prototypes behind a more authoritative interface inherits their uncalibrated assumptions, which raises rather than lowers the duty to label confidence honestly. The same interface is the seam where the durable-solutions module plugs in. Its stated limitation is that it is not automatically updated; its future research is to validate the approaches, weights, and measurements.

The Evacuation Risk and Cost Framework. Now at version 7.2, the framework is the CoLab's calibrated decision-support tool for the human and financial cost of civilian evacuation, and it is the one component of the portfolio that is validated rather than provisional, in its evacuation form. It scores scenarios across seven dimensions, kinetic threat, mobility, authorization, logistics, destination, urgency, and information, estimates evacuation resources and in-situ assistance costs, and produces a break-even analysis: the day after which a one-time evacuation becomes cheaper than the mounting daily cost of sustaining a population in place. Its cost parameters are sourced to humanitarian standards and individually tagged as Validated, Estimated, or Unvalidated, drawing on UNHCR water and sanitation guidance, the Sphere standards, and World Food Programme figures.

The mortality model is disclosed as indicative rather than predictive, with a reported log-log fit of 0.855, a leave-one-out cross-validation of 0.807, and a documented case where the structure fails. The financial estimates are substantially more reliable than the mortality figures, which is why the durable-solutions adaptation leads with cost. The framework's ethical architecture is explicit: it does not place a monetary value on a human life. Its figures are logistics estimates, its labels are descriptive rather than prescriptive, and it presents data to support a decision rather than issuing one. That framing carries verbatim into every extension in this report.

The framework's limitations are equally explicit.

  • It models the immediate field operation only, on the order of US$134 per person at moderate risk over 50 kilometers by ground. Real operations, Kosovo 1999 at about US$562 per person and Lebanon 2006 at about US$4,500 to US$5,700, add international transport, reception, and hosting. Extending the cost boundary to the full displacement journey, including protracted encampment, is the frontier the durable-solutions model takes up.
  • Ground-truthing against OCHA's Financial Tracking Service is on the backlog and belongs in the funded work plan.

The Evacuation Behavior Simulator. An agent-based model of how information spread and demographics shape who leaves and when. Agents move through a lifecycle from unaware to seeking, milling, evacuating, and done, with family clusters that wait for all members, confirmation loops whose speed depends on how clear the information is, neighbor influence, and calibrated delays for elders, young children, pregnant individuals, and unaccompanied minors. It is pedagogical rather than predictive, and its household-composition logic transfers directly to modeling who is left behind by information failures inside a camp. Its behavior may vary by society, culture, location, personality, income, and education, and the future research is to build intersectionality between behavior simulations.

The Readiness and Uncertainty Simulator. A seeded, fully reproducible instrument that models how uncertainty in field intelligence degrades an evacuation decision. Destinations are scored across seven factors, 500 Monte Carlo trials per group-and-destination pair convert readiness into a distribution of success probabilities, and an uncertainty control degrades every factor's confidence at once, so a user can watch predicted outcomes collapse while nothing on the ground has changed.

Two design choices carry into the rest of this report. First, three factors are non-substitutable gatekeepers, security, the consent of the local authority, and the willingness of the host community, any of which caps readiness: a destination that is dangerous, legally closed, or unwelcoming cannot be redeemed by good logistics. Second, the model insists on the difference between a factor that is unknown, a gap that better information can close, and a factor that is a confirmed refusal, a settled political exclusion. Treating the two as the same would make an unresolvable refusal look like a solvable data problem. Structurally, assigning groups to destinations under consent, willingness, security, and capacity constraints, in the presence of uncertainty, is resettlement matching, which is the transfer the durable-solutions model makes. The simulator has not yet been stress tested with different AI models.

The Forced Labor Structural Risk Index. The index applies the same composite-index method to a different harm. It is a completed, interactive index that maps the structural conditions enabling forced labour across 184 countries on a scale from 0 to 1, with national and sub-national layers, so that the risk can be seen and compared rather than assumed. It belongs in this report because displacement is a forced-labour risk multiplier: the loss of legal status and the right to work, the collapse of assistance, and weakened oversight are precisely the conditions under which exploitation grows, and forced labour is a defined harm in international law with an estimated 27.6 million people subject to it worldwide.

Its significance for the durable-solutions argument is conceptual: measuring structural forced-labour risk and measuring livelihoods-information access are two halves of one protective picture, one showing where exploitation is likely, the other showing whether the information that could prevent it is reaching people. As a composite index its weights remain open to expert re-elicitation, it is not automatically updated, and sponsorship mechanisms remain unsourced at country scale while an eight-country hand-coded kafala signal feeds two domains in the shipped build. Writing an ILO-endorsed kafala passage on top of that unresolved discrepancy would have overstated the index's grounding.

Cross-cutting synthesis. Read together, the built prototypes yield a short set of lessons. Information access is the binding constraint, and it is the thread that carries from the corridor into the camp. Uncertainty has to be modeled explicitly, with the unknown kept separate from the confirmed, or the analysis misleads by omission. We address gaps in data by generating synthetic data that mimics real-life data, and address the residual uncertainty with Monte Carlo simulation. A composite index built from the sequence of borrowing precedents, eliciting expert weights, and calibrating against cases is portable infrastructure: the same method that scores crisis information also scores structural forced-labour risk. And cost modeling in a context of human lives has to stay descriptive rather than prescriptive, following the framework's refusal to monetize life.

04

After Arrival: Dzaleka and the Second Emergency

A successful evacuation deposits people into a slower emergency. The concept of a protracted refugee situation, conventionally a population of at least 25,000 of the same nationality in exile for five years or more, describes where most refugees actually live, and care-and-maintenance encampment becomes the default by inertia rather than by anyone's plan.

The duration is not a rounding error in a person's life. By UNHCR's own accounting, the average duration of a protracted refugee situation rose from about 9 years in 1993 to roughly 17 years by 2003, and while later analysis rightly cautions that a single average conceals wide variation, the order of magnitude is not in dispute: protracted exile routinely lasts a decade or more, and often a generation. The literature on encampment and self-settlement has long argued that the camp is often less a humanitarian necessity than an administrative and political choice, and that its costs to refugees, in mobility, work, and self-reliance, are systematically understated.

Dzaleka and the funding collapse. Dzaleka Refugee Camp in Dowa District, Malawi, is the sharp end of that pattern. Built in 1994 for 10,000 to 12,000 people, it now holds on the order of 53,000 to 60,000 people, predominantly from the Democratic Republic of the Congo, Burundi, and Rwanda, and it is caught in the funding collapse of 2025 and 2026.

The numbers describe a system in retreat.

  • UNHCR's Malawi budget fell from about US$8 million to about US$1 million, a cut of roughly 90 percent, ending general non-food distributions and laying off protection staff, including paralegals.
  • World Food Programme assistance is secured only through the middle of 2026, with about US$11 million still needed to restore full rations through December.
  • Monthly cash support has fallen toward the range of US$6 to US$9 per person, down from roughly US$100, forcing skipped meals and other negative coping.

Malawi's encampment policy, enforced since March 2023, bars most residents from working outside the camp, so the population cannot substitute self-reliance for collapsing aid. Local civil society, including Inua Advocacy, argues the crisis is inseparable from that policy and is pressing for the right to work; weakened oversight is meanwhile reported to embolden trafficking networks.

This is not a context for piloting speculative technology on vulnerable people. It is a context where the highest-value contribution is measurement, evidence, and legibility: tools that help residents and the organizations serving them see and argue for the fastest route out, and that document the true cost of the status quo. This is a global humanitarian emergency that needs collective collaborative effort, and building infrastructure, digital goods and services, information, training, and capacity might transform generational poverty and increase access to resources.

Encampment as a driver of forced labour. These are the textbook conditions for forced labour. When legal work is barred and assistance collapses, the informal and coerced economy fills the gap. Reducing that exposure is a direct objective of the CoLab's work: the Forced Labor Structural Risk Index names where the risk concentrates, and the livelihoods-information instrument measures whether the information that could protect people, about their rights, their options, and legitimate work, is actually reaching them. That link has no official validation yet, and the future research is to separate recruitment, exploitation, and monetization by intersectionality using social demography, and to deepen the demand side.

05

The Financial Model: From Evacuation Break-Even to Inclusion Break-Even

The financial-modeling engine already exists, validated for one problem and now re-pointed to another, and the distinction matters. The Evacuation Risk and Cost Framework is validated for evacuation costing; its encampment-versus-inclusion parameterization is new and unvalidated, and most of its durable-solutions cost parameters are tagged Estimated or Unvalidated. What transfers cleanly is the architecture and the break-even mathematics, a one-time investment set against a mounting recurring cost, not a set of validated cost figures for the new use.

The engine, re-pointed.

  • Trajectory A prices status-quo encampment as a recurring per-person, per-year assistance cost, covering rations, water and sanitation, health, protection, and administration, using the same Sphere, UNHCR, and WFP parameter families the framework already carries, with the same Validated, Estimated, or Unvalidated tags.
  • Trajectory B prices an inclusion or resettlement pathway as a front-loaded investment, covering documentation, recognition of qualifications, transport, start-up capital, and host co-investment.
  • The output is the break-even year after which the status quo costs more, which is the framework's break-even chart with its axes relabeled.

The Resettlement and Inclusion Capacity Simulator is that engine re-pointed, and re-earning its validity in the durable-solutions domain is the work, not a formality. The capacity-and-willingness layer transfers from the readiness simulator: it maps destinations, whether resettlement states or local-integration pathways, against the non-substitutable gatekeepers of legal consent, host willingness, and security, alongside the substitutable capacities of housing, jobs, and services, while preserving the distinction between an option that is unknown and one that is refused, so that an unlobbied state is never mistaken for a closed door. The uncertainty layer carries over as well, so that thin data on host capacity or a state's posture visibly widens the confidence band and prevents false precision in an advocacy number.

What the evidence predicts. The World Bank's recent work on refugee self-reliance in Sub-Saharan Africa indicates that if refugees had the right to move and work, they would contribute to the hosting country's economy, with real fiscal and economic gains. The honest caveat is built into that same literature. The World Bank finds that self-reliance remains elusive across much of the region, because camps often sit in marginal, high-poverty areas where even full local integration would lift incomes only a little, and the scholarship on self-reliance programming warns that the concept is often invoked to justify the withdrawal of assistance rather than to expand rights.

The simulator has to be able to return the answer that inclusion does not pay here, where host markets are too thin, or it is advocacy rather than analysis. Its output is a defensible, reproducible sentence of the form: sustaining this population at Dzaleka costs approximately this much per year; this pathway costs approximately that much up front and breaks even in a given year, subject to these gatekeepers and this uncertainty band. The simulator could also provide country comparisons across different legal models and measure the economic impact of different refugee policies, and listing the policies of each hosting country would better inform humanitarian organizations and populations.

What the literature says the model will find. The engine formalizes an argument the development-economics evidence already supports.

  • UNHCR estimates that if freedom of movement and the right to work were relaxed so refugees could earn on par with hosts, complementary assistance costs would fall from about US$3.2 billion to roughly US$900 million a year.
  • A joint World Bank and UNHCR benchmark puts the annual cost of bringing every refugee in low and middle income host countries up to the global poverty line at almost US$62 billion in a scenario where refugees earn nothing; refugees' own earnings already cover roughly US$40 billion of that, leaving about US$22 billion.
  • World Bank analysis estimates that in Uganda's inclusive regime, economic participation saves about US$150 per refugee per year, roughly US$225 million across 1.5 million refugees.
  • The same World Bank work finds that around Kakuma, refugee presence raised the host county's gross regional product by about 3.4 percent.
  • It also reports that Colombia's regularization of Venezuelan migrants raised beneficiaries' incomes by about 30 percent and their formal employment by around 10 percentage points, with little displacement of host workers.

06

Digital Public Goods for Economic Inclusion

The toolkit is ordered from the safest build to the one that demands the most caution. The organizing principle is data minimization: build the thinnest system that solves the problem, and refuse the parts whose risks outweigh their benefit for this population. A digital public good, in the sense set out by the Digital Public Goods Alliance and endorsed within the United Nations system, is open-source software, open data, an open standard, or an open model that is relevant to the Sustainable Development Goals, does no harm by design, and, importantly for this population, minimizes the collection of personally identifiable information. The Principles for Digital Development point the same way, toward privacy, reuse, and designing with the user. Measured against those criteria, the CoLab's contributions are intended to qualify as digital public goods rather than to resemble them loosely.

Measurement: the Livelihoods Information and Access Index. The measurement instrument is the Evacuation Information Index re-specified for displaced livelihoods and legal rights: an open, versioned instrument measuring the quality, accessibility, and equity of information about work rights, employment pathways, financial services, and entrepreneurship support reaching displaced populations. The architecture transfers from the evacuation index, but the construct does not, and saying so is part of the method. Measuring information access to work rights is a different thing from scoring crisis severity, so the index has to establish its own construct validity from the ground up rather than inherit it.

In draft form the index is a matrix. Its three dimensions, quality, meaning whether information is accurate, current, and actionable; accessibility, meaning whether people can reach it in a language and channel they use; and equity, meaning whether it reaches sub-populations evenly, are scored across four domains: work rights and legal status, employment pathways, financial services, and entrepreneurship support. Each cell draws on a mix of sources: an audit of what official and organizational information exists, a structured record from field partners of what actually circulates, and, in the future primary study, what residents themselves report receiving.

The equity dimension takes seriously the finding in the forced-migration literature that displacement is gendered, that women, men, and sexual and gender minorities face different risks and different information barriers, so disaggregation is a design requirement rather than an afterthought. Because information inside a camp travels largely by word of mouth, community leaders, and channels that are not in English, the instrument has to weigh informal and in-language sources deliberately, or it will reproduce the very bias it is built to detect. The framework is provisional and is itself a deliverable, with the weights subject to the expert-elicitation pipeline before any score is treated as evidence.

The index does not enter an empty field, and the report says so plainly rather than claiming to be first. The humanitarian sector already assesses information reaching affected populations through accountability-to-affected-populations frameworks, communication-with-communities practice, and information-ecosystem assessments. What those approaches largely lack, and what the index adds, is a composite, versioned, openly standardized measure that renders information access as a comparable variable, disaggregated by sub-population, which a later impact evaluation can treat as an outcome or a mechanism. The contribution is the measure and its portability, not the discovery that information matters. Its deliverables are the index, an open data standard, a reference implementation, and methodology documentation, validated first at Dzaleka with Fraternidade Sem Fronteiras.

The open questions the index carries.

  • One size does not fit all: the geopolitical impact and the limits of building an index and adapting it live, when everything can change.
  • How can local communities own their data governance?
  • What would be the most beneficial digital goods a displaced population needs?
  • How can the information be made accessible in low-connectivity environments?
  • How can marginalized communities and people who do not read be included in the design of digital goods?

Future research on the index. Developing a work card and a system that would allow refugees to record their expertise and be matched with regions or organizations that need those services.

Value transfer: privacy-preserving cash, decoupled from biometrics. The nearest-term practical contribution is moving value more cheaply and reliably as traditional financing collapses. The reference case is the World Food Programme's Building Blocks, the largest blockchain-based humanitarian platform, which settled entitlements on a private, permissioned ledger and paid vendors in consolidated sums, saving roughly 98 percent of transaction costs on an early deployment, improving reconciliation across agencies, and establishing a co-governed network that UN Women later extended to cash-for-skills in refugee camps.

The same case is the cautionary tale. Building Blocks ran on biometric registration, and independent analysis warns that many such pilots functioned as donor showpieces under-invested in privacy, and that even a permissioned ledger can leak sensitive metadata when on-chain identifiers are correlated with off-chain records. The lesson is to decouple the payment rail from biometric identity.

A wallet designed for Dzaleka would therefore:

  • Authenticate with the thinnest possible credential, a personal identification number together with a locally issued token or code, never a biometric.
  • Keep identifying data off the ledger, with only pseudonymous entitlement state recorded on it.
  • Integrate an existing audited, co-governed network rather than build a bespoke ledger, so that the CoLab's contribution is the threat model and the measurement wrapper.
  • Run a data-protection impact assessment with community consultation before any collection.

Portability: skills credentials, never identity. Portability of skills is the third contribution, and it must stop short of identity. The CoLab operates an adjacent architecture that demonstrates the cryptographic pattern, an agent that issues cryptographically signed, tamper-evident verifiable credentials for cultural objects, and Professor Rhodes's prior work with the ID2020 effort concerned decentralized, portable humanitarian credentials with UNHCR and the World Food Programme. The pattern is shared; the risk surface of issuing credentials to displaced people is not, and the report treats that gap as real rather than solved.

The responsible application is narrow: portable, self-held credentials for skills, qualifications, and completed training, so that a nurse or an electrician does not lose a decade of accreditation to displacement, issued to and controlled by the individual and presented selectively. The bright line is firm. A skills credential records what a person can do. It must never become a de facto identity card that gatekeeps aid or is legible to a persecuting authority. The moment it records who someone is, it inherits the risks discussed in the next section and should be stopped.

Rights: mapping civil-society legal assistance. Donor cuts stripped UNHCR's own paralegals out of Dzaleka, which makes a maintained, open directory of who actually provides legal help the safest and highest-leverage build. Organized by legal need, refugee-status determination, work authorization, documentation, protection from gender-based violence, protection from trafficking, and resettlement referral, the map records which civil-society and refugee-led organizations provide assistance, with contact details, language, and eligibility, under the same allowlist-and-citation discipline the provenance agent enforces, so that no unsourced claim ships.

It connects to the index directly. The index shows where rights information fails; the map routes a person to the organization that can close the gap. Local actors such as Inua Advocacy are the anchor nodes, rather than the government. This legal-and-jurisdiction layer, covering work rights, documentation rules, encampment policy, recognition of qualifications, and access to financial services, is a first-class component of the work, coded from public legal sources, and it reflects the long-standing finding in the refugee literature that legal status and the right to work are among the decisive determinants of whether displaced people can build a livelihood at all.

07

Vulnerable Populations, Digital Identity Risk, and Mitigation

The Rohingya precedent. Refugees are an exceptionally vulnerable group whose personal data demands unusual rigor, and the technology that most tempts humanitarian builders, a comprehensive digital identity for displaced people, is the one this team refuses to build. The evidence is documented rather than hypothetical. Human Rights Watch found that biometric and biographic data collected from Rohingya refugees in Bangladesh was shared onward, ultimately reaching Myanmar, the government they had fled, for the purpose of assessing repatriation eligibility, covering some 830,000 people between 2018 and 2021, without the full data-protection impact assessment UNHCR's own policy requires and without meaningful informed consent.

Consent in that system was structurally compromised. Refugees were told that aid depended on their registration, which makes agreement coerced rather than free. Consent materials were commonly presented in English, a language many of those required to register did not read, and reporting indicates that families who refused enrollment were cut off from food and services. The defining property of the harm is its irreversibility. Biometrics are sticky; an iris cannot be reissued once it is compromised, and a database built to facilitate solutions suffered precisely the function creep that critics had predicted, as data gathered for one stated purpose was repurposed for another.

Mitigation is mostly refusal, then minimization, and it can be stated as a small number of firm commitments.

  • Do not build biometric identity. A category refusal, encoded as a versioned decision pattern in the CoLab's open schema, DDC-0001, biometric registration of displaced populations.
  • Decouple entitlement from identity: access gated by the thinnest credential, never by who you are proven biometrically.
  • Data minimization and purpose limitation: least data, single stated purpose, no secondary use or third-party transfer, as a matter of design rather than policy alone.
  • Individual control and local governance: the person holds and selectively presents any credential; refugee-led and local actors govern the data.
  • Real consent or none: if consent cannot be free and informed, whether because aid is conditioned on it or because a language or power gap cannot be bridged, treat it as absent and do not proceed.
  • Mandatory pre-collection data-protection impact assessment and community consultation: the omitted step whose absence produced the Rohingya harms.

For a funder, this refusal is an asset. A responsible-AI lab that can name the one thing it will not build, and cite exactly why, is more credible than one that promises everything.

08

Aggregating Evidence So Displaced People Can Argue Their Case Sooner

Taken together, these instruments become an evidence engine that attacks the core information asymmetry facing displaced people, the fact that the rights-and-options case that could change an individual's situation today requires specialized legal and economic knowledge that the individual does not have. The index shows, with disaggregation, which sub-populations are systematically failed by rights-and-pathways information, which is evidence rather than anecdote. The financial model reframes the ask from a plea for help into a costed comparison, that prolonged encampment costs a given amount per year while a given pathway costs less by a given year, which is the argument that donors and states respond to. The legal map converts the evidence into action, routing people to organizations that can file, refer, and litigate.

One limit has to be stated plainly, because the evidence engine cannot dissolve it. Durable solutions are rationed by state consent, resettlement quotas, and political will, and the readiness model's own logic holds that a confirmed refusal is a settled exclusion that no measurement moves. Better information and a sharper cost argument can widen the set of options that are seriously considered and can equip advocates who would otherwise argue from anecdote, but where the binding constraint is political rather than informational, rigorous evidence may change nothing. The impact claims in this report are scoped to that reality: the instruments improve the quality and legibility of the case, which is necessary but not sufficient for a different outcome.

The outputs are designed to be wielded by refugee-led organizations and civil-society advocates, and, where they will use them, by durable-solutions units within UNHCR, rather than to sit in a dashboard. This design choice reflects a clear direction in the field, the growing insistence, visible across the refugee-studies and practitioner literature on knowledge, voice, and power and on refugee self-representation, that displaced people should hold and deploy the evidence about their own situations rather than be the objects of it.

Two guardrails hold throughout. Every advocacy artifact carries its uncertainty band honestly, and the aggregation layer never becomes a registry of identifiable individuals. It argues about populations and gaps, not named people.

09

What Infrastructure Is Actually Needed

Two things are absent by design: any biometric or identity system, and any bespoke ledger. Everything proposed is either a measurement or knowledge artifact that the CoLab is suited to own, or a thin integration on audited external rails. That is the correct risk posture for a small lab working with a highly vulnerable population, and it follows directly from the digital-public-goods and data-minimization commitments set out above.

LayerComponentReusesPosture
MeasurementLIAI index, open data standard, reference implementation, methodologyEII and the composite-index methodBuild, the funding ask
EconomicsRICS: encampment-versus-inclusion break-even; capacity and willingness mapERCF engine (operational) and readiness gatekeepersAdapt, engine in place
Value transferPrivacy-preserving cash wallet, biometric-freeExternal audited network; CoLab adds threat model and measurementIntegrate, do not rebuild
PortabilitySelf-held skills and qualification credentialsProvenance verifiable-credential architecture; ID2020 lineageBuild narrowly, skills only
RightsOpen civil-society legal-assistance mapProvenance sourcing disciplineBuild, safest and high leverage
GovernanceDDC decision-pattern schema; DPIA and ethics layerDDC-0001Build, the credibility spine
The proposed stack, and what each layer reuses from the built portfolio.

10

How Success Will Be Measured

A funder should not have to take this program on faith, so success is defined in advance in three tiers: outputs, whether the instruments shipped and are rigorous; outcomes, whether they work and are used; and impact, whether they changed decisions. The measurement instruments themselves double as the evidence base. One line governs the whole framework and resolves an ambiguity a careful reader would otherwise catch: under this grant, every activity involving residents is consultation and co-design of the instruments, together with a desk audit and the field partner's structured knowledge, and no personal data is collected from residents. The measurement of residents' own information access, which would require primary data collection, is a separate future study.

Outputs: did we ship, and is it rigorous? Over the first year, success means a first open-source release of the index, comprising the index itself, an open data standard, a reference implementation, and methodology documentation, each versioned and citable. It means completed and published validation of the instrument's design, with expert elicitation across 8 to 12 experts over two rounds, reported weights, consistency ratios within accepted thresholds, and divergence analysis, including negative results. It means the reference-context validation executed with Fraternidade Sem Fronteiras, drawing on an audit of existing information and the partner's structured knowledge of what circulates, using open and synthetic data. It means the financial model parameterized for Dzaleka on the operational cost engine, with every parameter tagged and the full parameter table public. And it means the civil-society legal map live with the large majority of entries verified against primary sources, and the biometric-refusal decision pattern published with its governance schema.

Full psychometric validation of the instrument on responses from the displaced population itself, covering test-retest reliability, construct validity, and measurement invariance across subgroups, requires primary data collection from that population and is not part of this phase. It is written up here as a published protocol and pre-analysis plan for a future primary study, so that the instrument and its validation plan are themselves a public good, and so that a later study can execute the plan without re-deriving it. The longitudinal read on whether information-access scores for the worst-served sub-populations improve over time belongs to that same future study. This is the honest boundary of the present work, and stating it plainly is part of the method.

Outcomes: does it work, and is it used? Over the first two years, success means concordance between the instrument and the field partner's operational knowledge of where information gaps sit at Dzaleka, and equity disaggregation that reproduces independently observed disparities. It means adoption, with at least one external research team taking up the index as an instrument and at least one practitioner organization using its scores to retarget outreach. It means the financial model cited in at least two advocacy or policy documents by refugee-led or civil-society organizations, with the uncertainty bands reproduced intact, since fidelity of use matters and not only volume. It means community legitimacy, with refugee community members engaged as co-designers and a community review session signing off on how findings are represented before publication. And it means open-source health, with public contribution metrics, quarterly releases, and a documented path to a second site.

Impact: did decisions change? Over one to three years, success means that a livelihoods or durable-solutions actor at Dzaleka changes a concrete allocation, outreach, or referral decision that can be attributed to the evidence, documented through decision memos or partner attestation. It means that the measurement gap itself closes, with information access appearing as a specified variable in at least one subsequent funded evaluation design that cites the standard, which is the definition of success for infrastructure. These impact claims are deliberately modest about attribution, for the gatekeeper reason set out above: the instruments can change what is known and argued, while the political constraints on durable solutions lie outside their reach.

Failure and accountability. Failure deserves equal candor, stated now: weights that fail expert consistency checks but ship anyway; adoption claims that rest on download counts rather than documented decisions; a map that decays unverified; or any drift from measurement toward identity. The project commits to reporting against both lists, to publishing a pre-registered analysis plan for the validation study, and to releasing all instruments, de-identified aggregate data, and code under open access at the end of the grant. A standing do-no-harm review screens any proposed feature that touches personal data against the commitments above before development, and the screening record is public.

11

Alignment with the Displaced Livelihoods Initiative and Other Funders

This report backs the CoLab's submission to the Displaced Livelihoods Initiative in its Infrastructure and Public Goods track: the Livelihoods Information and Access Index as an open measurement public good, validated at Dzaleka. The fit is structural. That track invites a new measure that enables future rigorous evaluations rather than the evaluation of a single program, and the initiative's own call names the lack of information on legal status as a barrier to displaced livelihoods and invites AI-supported measurement in hard-to-reach contexts. The forced-labour framing is not a detour from that agenda but its sharpest edge: strengthening information about work rights and legitimate pathways is a protective factor against the exploitation the Forced Labor Structural Risk Index measures.

The proposal is scoped to research and measurement costs only, with no intervention-delivery lines, and it treats the operational cost engine, the provenance-credential architecture, and the field partner's community access as in-kind contributions rather than billed items. The request sits within the initiative's cap for this track, and the design honors the initiative's guidance that researcher-only designs tend to underperform on policy influence, which is why the field partnership with Fraternidade Sem Fronteiras is written into the plan rather than added to it.

Team and partnership. Sylvia Maier, of the NYU SPS Center for Global Affairs, serves as Principal Investigator and eligibility anchor, since the initiative requires a Principal Investigator with a primary university affiliation and demonstrated experience with rigorous evaluation. Teresa Cantero, a doctoral candidate at Universidad Carlos III de Madrid and a visiting scholar at the NYU Center for Global Affairs, is Primary Researcher; the Summer 2026 cohort carries implementation; and Fraternidade Sem Fronteiras is the field partner.

The partnership is established rather than cold: Yago Rocha volunteered with Fraternidade Sem Fronteiras at Dzaleka on refugee livelihoods and financial inclusion, and Carolina Moron visited Dzaleka while living in Malawi and building a multi-sector data coalition, which is first-hand familiarity that lowers the risk around community access. The same architecture serves adjacent funders, because the measurement-and-governance framing travels. The honest assessment is that the initiative's funded portfolio favors teams with strong evaluation track records, so competitiveness rests on the rigor of the measurement work and the depth of the team's field experience rather than on the breadth of the claims.

12

Programme Design and Outlook

The work is designed for a term of roughly twenty-four months, beginning within the funder's required window after an award. The sequence moves from re-specifying the indicator framework for livelihoods and legal-rights information, through the expert-elicitation and calibration pipeline for the index, to the reference-context validation at Dzaleka with the field partner, and then to open release of the index, the data standard, the reference implementation, and the methodology, followed by dissemination to the research and practitioner community, including remote and partner-led presentation of results in Malawi.

Because this is an infrastructure-and-public-goods effort, the technology is the deliverable rather than overhead, and a substantial share of the budget maps to the reference implementation and the model adaptation. The cost engine itself is an in-kind contribution, already operational and validated for evacuation, which is why its re-pointing to durable solutions is an adaptation rather than a new build.

13

Consolidated Limitations and Future Research

The limitations are stated together so that they are hard to miss.

  • Maturity varies by tool, and the report holds the line between them: the cost engine is validated for evacuation, the Evacuation Information Index is built but unvalidated, the Forced Labor Structural Risk Index is built and documented with a published methodology, and the livelihoods instruments are proposed.
  • Measurement comes before deployment, so the weights and thresholds of the index and the financial model are provisional until they are expert-elicited and calibrated, and nothing here is operational decision-support before that validation.
  • Costs are more reliable than modeled outcomes, so the work leads with cost and break-even and treats any modeled mortality or lives-saved figure as indicative only.
  • The economics of inclusion are context-dependent, so the model has to be able to find against inclusion where host markets are too thin, or it is advocacy rather than analysis.
  • Evidence has political limits, so the impact claims are scoped to what better information can plausibly move.
  • Do-no-harm dominates, so the documented refusal to build biometric identity and the privacy-preserving patterns are public goods in their own right.
  • The honest scope boundary holds: full psychometric validation on the displaced population is future primary work, published here as a protocol rather than claimed as done.

The next steps follow from those limits.

  1. Run the expert-elicitation and calibration pipeline for the index against the Dzaleka reference context.
  2. Parameterize the financial model on Dzaleka cost inputs.
  3. Stand up the civil-society legal map with the field partner and local advocates.
  4. Publish the biometric-refusal decision pattern and stress-test the governance schema against automated benefits-eligibility systems.
  5. Carry the design into a second displacement context along a documented adoption path.

The through-line from the evacuation corridor to the camp is a single claim, tested in more than one domain: that the binding constraint on protection, on durable solutions, and on freedom from forced labour alike is the quality, accessibility, and equity of the information that people can act on, and that open, honestly labeled measurement infrastructure is the public good most worth building for it.

References

Sources

  1. 01Geneva Convention Relative to the Protection of Civilian Persons in Time of War (Fourth Geneva Convention), art. 49; Protocol Additional to the Geneva Conventions (Protocol I), arts. 57 to 58; Protocol II, art. 17; Rome Statute of the International Criminal Court, art. 8. See also “Evacuation,” How Does Law Protect in War? ICRC Casebook.
  2. 02Convention Relating to the Status of Refugees (1951) and its 1967 Protocol, esp. arts. 1 and 33 (definition and non-refoulement).
  3. 03UN General Assembly, Global Compact on Refugees, affirmed 17 Dec. 2018, A/73/12 (Part II), res. 73/151.
  4. 04Alexander Betts, “The Normative Terrain of the Global Refugee Regime,” Ethics and International Affairs 29, no. 4 (2015): pp. 363 to 375; and Roger Zetter, Protecting Forced Migrants: A State of the Art Report (Swiss Federal Commission on Migration, 2014).
  5. 05Ethical Tech CoLab, “Forced Labor Structural Risk Index,” Fall 2025. An interactive index mapping the structural conditions that enable forced labour across 184 countries on a 0 to 1 risk scale, with national and sub-national layers.
  6. 06ILO Forced Labour Convention, 1930 (No. 29) and its 2014 Protocol; the UN Protocol to Prevent, Suppress and Punish Trafficking in Persons (Palermo Protocol, 2000); and ILO, Walk Free, and IOM, Global Estimates of Modern Slavery: Forced Labour and Forced Marriage (2022), estimating 27.6 million people in forced labour worldwide.
  7. 07Cantero, Teresa. “Artificial Intelligence and Civilian Protection in Evacuation during Armed Conflict under International Humanitarian Law.” Presentation, NYU Center for Global Affairs, 2026.
  8. 08UN Office on Genocide Prevention and the Responsibility to Protect; Roberta Cohen, “Reconciling the Responsibility to Protect with IDP Protection,” Brookings Institution (2010).
  9. 09Volker Türk and Rebecca Dowd, “Protection Gaps,” in The Oxford Handbook of Refugee and Forced Migration Studies (Oxford UP, 2014), pp. 278 to 285.
  10. 10UNHCR, Global Trends: Forced Displacement (UNHCR, 2025 to 2026), reporting the global figure declining for the first time in a decade to roughly 117 million. The count of evacuated civilians has no equivalent global series.
  11. 11International Organization for Migration; OCHA, “What Is the Cluster Approach?”; OHCHR, core international human-rights instruments. On the protection consequences where host states are not parties to the 1951 Convention, see “The Protection of Refugees in Non-Signatory States,” International Journal of Refugee Law 33, no. 2 (2021): p. 188.
  12. 12Haine Beirens and Susan Fratzke, “Taking Stock of Refugee Resettlement,” Migration Policy Institute (2017); Susan Fratzke and María Belén Zanzuchi, “Complementary Pathways,” Migration Policy Institute (2024); UNHCR, Safe Pathways for Refugees (2018).
  13. 13Ethical Tech CoLab, “Evacuation Information Index (EII),” GitHub, 2026. Weighting precedents: ACAPS and the EU Joint Research Centre, INFORM Severity Index; ACLED, Conflict Index; Fund for Peace, Fragile States Index.
  14. 14Thomas L. Saaty, “How to Make a Decision: The Analytic Hierarchy Process,” European Journal of Operational Research 48, no. 1 (1990): pp. 9 to 26; Mohammed Al Fozaie, “A Guide to Integrating Expert Opinion and Fuzzy AHP,” Advances in Fuzzy Systems (2022); OECD and JRC, Handbook on Constructing Composite Indicators (OECD Publishing, 2008).
  15. 15Ethical Tech CoLab, “Exodus: Civilian Evacuation Risk Platform,” GitHub, 2026.
  16. 16Cost parameters compiled in the ERCF v7.2 documentation from humanitarian-standard sources: UNHCR WASH Manual; Sphere Association, The Sphere Handbook, 2018 ed.; World Food Programme, Annual Performance Report 2023 and Executive Board figures 2025. Primary sources should be cited directly in operational use.
  17. 17Ethical Tech CoLab and Yago Rocha, “ERCF: Evacuation Risk and Cost Framework, v7.2,” GitHub, 2026.
  18. 18Ethical Tech CoLab and Melanie MacKew, “Evacuation Simulation,” GitHub, 2026.
  19. 19Ethical Tech CoLab and India Clarke, “Evacuation Readiness and Uncertainty Simulator,” GitHub, 2026.
  20. 20UNHCR, Policy on Alternatives to Camps (2014); Bram J. Jansen, “Digging Aid: The Camp as an Option in East and the Horn of Africa,” Journal of Refugee Studies 29, no. 2 (2016): pp. 149 to 165; Oliver Bakewell, “Encampment and Self-Settlement,” and Loren B. Landau, “Urban Refugees and IDPs,” both in The Oxford Handbook of Refugee and Forced Migration Studies (Oxford UP, 2014), pp. 127 to 148; Lewis Turner, “Explaining the (Non-)Encampment of Syrian Refugees,” Mediterranean Politics (2015).
  21. 21UNHCR, Protracted Refugee Situations, EC/54/SC/CRP.14 (2004), reporting the average duration of major protracted refugee situations rising from about 9 years in 1993 to about 17 years by 2003. See also World Bank, “How Long Do Refugees Stay in Exile?” (2019).
  22. 22IOM, World Migration Report 2024 (IOM, 2024), Chapter 1 overview.
  23. 23“Dzaleka Refugees at Risk as WFP Faces K19bn Shortfall,” Nation Online, 8 Feb. 2026; “Funding Cuts Push Malawi's Dzaleka Refugee Camp to the Brink,” FairPlanet, 20 Aug. 2025; UNHCR, “Refugees in Dzaleka Struggle to Make Ends Meet amid Funding Cuts,” UNHCR Africa, 5 May 2025; “We Still Need People to Hold Our Hands,” Dialogue Earth, June 2026.
  24. 24World Bank, Making Refugee Self-Reliance Work: From Aid to Employment in Sub-Saharan Africa (World Bank, 2025); World Bank, “The Costs Come Before the Benefits” (2024). On the politics of self-reliance, see Suzan Ilcan et al., “Humanitarian Assistance and the Politics of Self-Reliance: Uganda's Nakivale Refugee Settlement,” CIGI Papers no. 86 (2015); Merle Kreibaum, “Build Towns Instead of Camps” (German Development Institute, 2016); Amelia Kuch, “Naturalization of Burundi Refugees in Tanzania,” Journal of Refugee Studies (2016); and World Bank, An Assessment of Uganda's Progressive Approach to Refugee Management (2016).
  25. 25UNHCR, “Investing in Refugees' Self-Reliance: A More Cost-Effective and Sustainable Response.”
  26. 26World Bank, “The Costs Come Before the Benefits” (World Bank Group, 2024); UNHCR and World Bank, “Yes” in My Backyard? The Economics of Refugees and Their Social Dynamics in Kakuma, Kenya (World Bank, 2016), for the 3.4 per cent Kakuma figure; on Colombia's PEP regularization, Ana María Ibáñez et al., as summarized in “Refugees Mean Business: This Is Why Investing in Them Pays,” World Economic Forum, 20 Jan. 2025.
  27. 27Digital Public Goods Alliance, DPG Standard (nine indicators, including SDG relevance, open licensing, non-collection of personally identifiable information, and privacy and applicable laws); Principles for Digital Development.
  28. 28E. Fiddian-Qasmiyeh, “Gender and Forced Migration,” in The Oxford Handbook of Refugee and Forced Migration Studies (Oxford UP, 2014), pp. 395 to 408; Volker Türk, “Ensuring Protection for LGBTI Persons of Concern,” Forced Migration Review.
  29. 29On existing approaches to measuring information reaching affected populations, see the IASC framework on accountability to affected populations; the CDAC Network and Ground Truth Solutions on communication with communities; and Internews information-ecosystem assessments.
  30. 30World Food Programme, “Building Blocks,” WFP Innovation; UN Women and WFP, Blockchain Pilot Project for Cash Transfers in Refugee Camps: Jordan Case Study (UN Women, 2021).
  31. 31“Privacy in Peril: Safeguarding Digital Data in Humanitarian Blockchain Initiatives,” Humanitarian Practice Network and ODI, 27 Aug. 2025.
  32. 32Ethical Tech CoLab, “Arts Provenance Agent,” GitHub, 2026; on the ID2020 lineage, see public documentation of the decentralized-identity work with UNHCR and WFP.
  33. 33Alice Edwards and Laura van Waas, “Statelessness,” in The Oxford Handbook of Refugee and Forced Migration Studies (Oxford UP, 2014), pp. 290 to 299; Sarah Bidinger, “Syrian Refugees and the Right to Work,” Boston University International Law Journal 33 (2015): pp. 223 to 249.
  34. 34Human Rights Watch, “UN Shared Rohingya Data Without Informed Consent,” 15 June 2021.
  35. 35“Although Shocking, the Rohingya Biometrics Scandal Is Not Surprising,” ODI Insights, 2021; “Rohingya Data Protection and the UN's Betrayal,” The New Humanitarian, 21 June 2021.
  36. 36“Knowledge, Voice and Power,” Forced Migration Review 70 (2022); Mauricio Vitoria et al., “The Global Summit of Refugees and the Importance of Refugee Self-Representation,” Forced Migration Review (2018).
  37. 37Innovations for Poverty Action, Displaced Livelihoods Initiative: Call for Proposals, Round V (IPA, 2026); IPA, DLI Eligibility Self-Assessment and Budget Template, Round V (2026).

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings are those of the researchers and do not represent the official positions of New York University, Microsoft, UNHCR, WFP, or any partner institution. External programs cited are referenced as evidence, not as CoLab partnerships.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file +After the Corridor · NYU Ethical Tech CoLab

After the Corridor

From AI-Informed Evacuation to Digital Public Goods for Refugee Economic Inclusion

Ethical Tech CoLabNYU Center for Global AffairsJuly 2026

Carolina de Almeida Pernambuco Moron, Christine Lumen, Alana Robertson, Melanie MacKew, Carlos D. Ruiz, India Clarke, and Yago Rocha, with Teresa Cantero (PhD Candidate, Universidad Carlos III de Madrid; Adjunct Professor, IE University; Visiting Scholar, NYU CGA). Faculty directors: Prof. Yorke E. Rhodes III and Sylvia Maier.

How can AI inform evacuation decisions, and what happens after? This report examines the CoLab's five fielded evacuation prototypes, their limitations and research frontiers, and extends the arc to the camp: the measurement, financial-modeling, and rights infrastructure that can shorten protracted displacement and improve lives. Dzaleka Refugee Camp in Malawi is the case study ground.

01

Executive Summary

The Ethical Tech CoLab's evacuation portfolio was built to answer a protection question: how can and should AI tools be used to enhance the protection and evacuation of civilians during armed conflict, and in what ways do they support or challenge existing obligations under International Humanitarian Law?

Across five fielded prototypes, a crisis-information index, a unified risk platform, a calibrated cost-and-risk decision framework, an agent-based behavior model, and a readiness-under-uncertainty simulator, one finding recurred: the binding constraint on protection is rarely the absence of a route or a resource, but the quality, accessibility, and equity of the information people and responders act on. IHL frames evacuation as a last-resort duty; the technology's job is to make that duty implementable under uncertainty.

What happens after the evacuation? A successful evacuation typically ends in a camp, where the modal outcome is years of protracted displacement. Using Dzaleka Refugee Camp, Malawi, where humanitarian financing has collapsed while an encampment policy bars residents from work, we show that the same measurement discipline, financial modeling, and uncertainty methods that served evacuation convert directly into durable-solutions infrastructure: an open Livelihoods Information and Access Index, a resettlement-and-inclusion financial model built on the CoLab's operational evacuation cost engine, privacy-preserving cash and credential rails, and a civil-society legal-assistance map. We also state what we will not build, biometric identity for displaced people, and why that refusal is itself a public good.

Most of the world's refugees live in protracted situations, and the modal outcome of reaching safety is years, sometimes decades, inside a camp or settlement. The legal architecture that governs what comes next is the Geneva refugee-protection consensus: the 1951 Convention relating to the Status of Refugees and its 1967 Protocol, the doctrine of durable solutions that UNHCR administers, and the 2018 Global Compact on Refugees. That consensus recognizes three ways a displacement can end well, voluntary repatriation, local integration, and resettlement, and each of them is gated far more by information and legal status than by physical capacity.

The CoLab's built work already reaches beyond the evacuation corridor. The same measurement discipline produced the Forced Labor Structural Risk Index, a completed instrument that maps the structural risk of forced labour across countries and sub-national regions, the exploitation that displacement, encampment, and the loss of the right to work make more likely. Read together, the evacuation models and the risk index share one purpose: to improve the information on which protection depends, and through it to reduce forced labour and the vulnerabilities that displaced people carry.

This report keeps three registers distinct throughout: what is built and validated, what is built but not yet validated, and what is proposed. No claim in these pages exceeds the register of the tool it describes.

The ask, in one paragraph. The Ethical Tech CoLab seeks grant funding to develop this technology infrastructure work as open, portable public goods, to improve the lives of displaced communities. It would be validated first at Dzaleka with the field partner Fraternidade Sem Fronteiras, and we are open to other partners with the same mission-driven motivations. Our intent is developing tools and releasing them to the public so that any research or practitioner team can adopt them. One possibility is the Displaced Livelihoods Initiative run by Innovations for Poverty Action and J-PAL, in its Infrastructure and Public Goods track. The report is written to align with that submission and to stand on its own for any peer funder or academic reviewer.

02

The Research Question, and Why It Runs Past the Corridor

The protection question and the accounting gap. The portfolio's organizing question comes from Teresa Cantero's doctoral research at the Instituto de Derechos Humanos Gregorio Peces-Barba, Universidad Carlos III de Madrid: how can and should artificial intelligence be used to enhance the protection and evacuation of civilians during armed conflict, and in what ways does it support or challenge the implementation of existing obligations under international humanitarian law.

Under that law, evacuation is not discretionary. When the security of the population or imperative military reasons demand it, moving civilians out of danger is a binding duty under Article 49 of the Fourth Geneva Convention, Articles 57 and 58 of Additional Protocol I, and Article 17 of Additional Protocol II. A movement into which people are coerced is forcible transfer, a war crime regardless of motive. The duty runs wider than the battlefield: the doctrine of the responsibility to protect holds that where a state cannot or will not shield its population from mass atrocity, that responsibility passes to the international community, which frames protection as an obligation rather than a matter of goodwill.

Two structural facts motivate the program. The first is a protection gap. States move quickly to adopt AI for targeting and operational advantage, yet rarely operationalize computational models to protect civilians or to make an evacuation decision legible under the incomplete, fast-changing information those decisions face. The second is an accounting gap. Displacement is tracked in detail, on the order of 117 million people forcibly displaced worldwide by 2025, yet there is no global count of evacuated civilians, because evacuation is fragmented across militaries, governments, humanitarian agencies, volunteers, and civilians acting on their own.

The legal and institutional architecture. The 1951 Convention and its 1967 Protocol define who is a refugee and fix the cornerstone duty of non-refoulement, that no one may be returned to a place where they face persecution. The 2018 Global Compact on Refugees adds a cooperative framework organized around four objectives: easing pressure on host countries, enhancing refugee self-reliance, expanding access to third-country solutions, and supporting conditions for return in safety and dignity. International humanitarian law governs conduct in armed conflict, and the responsibility to protect frames the state's duty toward its own population.

The institutions matter as much as the instruments. UNHCR leads protection and durable solutions for refugees; the International Organization for Migration is the United Nations migration agency; the Office for the Coordination of Humanitarian Affairs coordinates emergency response through the cluster approach; and the Office of the High Commissioner for Human Rights anchors the broader human-rights instruments that apply regardless of a person's status. One structural limitation shapes everything downstream: many host states are not parties to the 1951 Convention or maintain significant reservations, so the protection a displaced person actually receives depends heavily on where they land.

The three durable solutions. The arc does not end when the shooting stops. An evacuation succeeds when a person reaches relative safety, and safety, in practice, usually means a camp. There the analytical problem inverts. The question is no longer whether to move and how, but how to leave well now that one has arrived.

The three durable solutions recognized by the refugee-protection regime, voluntary repatriation to the country of origin, local integration in the country of asylum, and resettlement to a third country, are the recognized routes out. Each is gated by information and legal status as much as by physical or economic capacity, a point the regime's own scholarship makes plainly. Resettlement reaches only a small fraction of those who need it, and complementary pathways such as labour or study routes remain modest in scale, which is why local integration and the conditions for safe return carry most of the weight in practice. This report treats the durable-solutions phase as the natural continuation of the evacuation research question, and asks what open measurement and modeling infrastructure would help displaced people and the organizations serving them find the fastest defensible route out.

03

The Built Portfolio

This section describes what the CoLab has already built, and is candid about how mature each piece is, because a reader deciding whether to fund the work is owed that precision. Three registers are kept distinct. The Evacuation Risk and Cost Framework is built and validated in its evacuation form. The Evacuation Information Index, the Exodus platform, and the two simulators are built and operational but not yet expert-validated or calibrated. The Forced Labor Structural Risk Index is built and completed, documented in a methodology page and an associated publication. The livelihoods instruments the report proposes, the Livelihoods Information and Access Index and the Resettlement and Inclusion Capacity Simulator, together with the value-transfer and legal-map builds, are proposed, and their validation is future work. All are open source.

PrototypeFunctionCore method
Evacuation Information Index (EII)Scores quality, accessibility, and equity of crisis information by geographyComposite index on INFORM, ACLED, and FSI logic; live news and conflict feeds
Exodus, Civilian Evacuation Risk PlatformUnifies EII, the cost model, and endangerment and feasibility assessmentFastAPI backend; shared calculators and data layer
ERCF, Evacuation Risk and Cost FrameworkEstimates human and financial cost of evacuating against stayingSeven-dimension scoring; calibrated cost model; break-even analysis
Evacuation Behavior SimulatorModels how information and demographics shape who leaves, and whenAgent-based model; probabilistic status lifecycle
Readiness and Uncertainty SimulatorModels how intelligence uncertainty degrades destination choicesMonte Carlo; gatekeeper factors; uncertainty slider
The five fielded evacuation prototypes. All are open source at github.com/Ethical-Tech-CoLab.

The Evacuation Information Index. The index treats crisis information itself as the object of measurement. It scores three families of factors, impact, conditions, and complexity, on a scale of 1 to 5, using weights synthesized from the INFORM Severity Index, the Armed Conflict Location and Event Data project, and the Fragile States Index. A live backend adds current news and a conflict timeline for each crisis, and a map layer can overlay AI-derived building-damage and route-damage tiles from Microsoft HASTE and Planet imagery. The design is deliberately transparent: weights are labeled provisional pending expert validation, and where the hosted site cannot run the live backend, responses are baked into a clearly labeled static snapshot so that nothing is presented as live when it is not.

The index has real limits, and the report states them rather than hiding them.

  • Weights are borrowed by analogy, not yet expert-validated or sensitivity-tested; a reviewer will read pre-validation weights as pre-evidence.
  • Source and language bias: feeds skew to English-language, internationally indexed reporting, so the populations with the worst information access are least visible to the instrument that scores information access. The index must correct for this, not inherit it.
  • The damage overlay is currently self-hosted with no public interface, so for most users the combined information-and-damage view is empty until it is connected.

Future research on the index. Run the three-phase validation the CoLab's methodology work already specifies, budget-allocation and Delphi elicitation with 8 to 12 domain experts, Fuzzy-AHP on contested weights, then historical case calibration, and add an equity layer measuring who receives information, disaggregated by gender, age, nationality, and residence inside or outside a camp. That equity layer is the move that turns the index into the livelihoods instrument described later in this report.

Exodus, the integration layer. Exodus unifies the crisis map, the cost-and-scenario model, and an endangerment-and-feasibility assessment behind a single backend, design language, and interface, including calculators for the cost of staying, the cost of evacuating, resource needs, and scenario management. Integration is not validation. Unifying three research prototypes behind a more authoritative interface inherits their uncalibrated assumptions, which raises rather than lowers the duty to label confidence honestly. The same interface is the seam where the durable-solutions module plugs in. Its stated limitation is that it is not automatically updated; its future research is to validate the approaches, weights, and measurements.

The Evacuation Risk and Cost Framework. Now at version 7.2, the framework is the CoLab's calibrated decision-support tool for the human and financial cost of civilian evacuation, and it is the one component of the portfolio that is validated rather than provisional, in its evacuation form. It scores scenarios across seven dimensions, kinetic threat, mobility, authorization, logistics, destination, urgency, and information, estimates evacuation resources and in-situ assistance costs, and produces a break-even analysis: the day after which a one-time evacuation becomes cheaper than the mounting daily cost of sustaining a population in place. Its cost parameters are sourced to humanitarian standards and individually tagged as Validated, Estimated, or Unvalidated, drawing on UNHCR water and sanitation guidance, the Sphere standards, and World Food Programme figures.

The mortality model is disclosed as indicative rather than predictive, with a reported log-log fit of 0.855, a leave-one-out cross-validation of 0.807, and a documented case where the structure fails. The financial estimates are substantially more reliable than the mortality figures, which is why the durable-solutions adaptation leads with cost. The framework's ethical architecture is explicit: it does not place a monetary value on a human life. Its figures are logistics estimates, its labels are descriptive rather than prescriptive, and it presents data to support a decision rather than issuing one. That framing carries verbatim into every extension in this report.

The framework's limitations are equally explicit.

  • It models the immediate field operation only, on the order of US$134 per person at moderate risk over 50 kilometers by ground. Real operations, Kosovo 1999 at about US$562 per person and Lebanon 2006 at about US$4,500 to US$5,700, add international transport, reception, and hosting. Extending the cost boundary to the full displacement journey, including protracted encampment, is the frontier the durable-solutions model takes up.
  • Ground-truthing against OCHA's Financial Tracking Service is on the backlog and belongs in the funded work plan.

The Evacuation Behavior Simulator. An agent-based model of how information spread and demographics shape who leaves and when. Agents move through a lifecycle from unaware to seeking, milling, evacuating, and done, with family clusters that wait for all members, confirmation loops whose speed depends on how clear the information is, neighbor influence, and calibrated delays for elders, young children, pregnant individuals, and unaccompanied minors. It is pedagogical rather than predictive, and its household-composition logic transfers directly to modeling who is left behind by information failures inside a camp. Its behavior may vary by society, culture, location, personality, income, and education, and the future research is to build intersectionality between behavior simulations.

The Readiness and Uncertainty Simulator. A seeded, fully reproducible instrument that models how uncertainty in field intelligence degrades an evacuation decision. Destinations are scored across seven factors, 500 Monte Carlo trials per group-and-destination pair convert readiness into a distribution of success probabilities, and an uncertainty control degrades every factor's confidence at once, so a user can watch predicted outcomes collapse while nothing on the ground has changed.

Two design choices carry into the rest of this report. First, three factors are non-substitutable gatekeepers, security, the consent of the local authority, and the willingness of the host community, any of which caps readiness: a destination that is dangerous, legally closed, or unwelcoming cannot be redeemed by good logistics. Second, the model insists on the difference between a factor that is unknown, a gap that better information can close, and a factor that is a confirmed refusal, a settled political exclusion. Treating the two as the same would make an unresolvable refusal look like a solvable data problem. Structurally, assigning groups to destinations under consent, willingness, security, and capacity constraints, in the presence of uncertainty, is resettlement matching, which is the transfer the durable-solutions model makes. The simulator has not yet been stress tested with different AI models.

The Forced Labor Structural Risk Index. The index applies the same composite-index method to a different harm. It is a completed, interactive index that maps the structural conditions enabling forced labour across 184 countries on a scale from 0 to 1, with national and sub-national layers, so that the risk can be seen and compared rather than assumed. It belongs in this report because displacement is a forced-labour risk multiplier: the loss of legal status and the right to work, the collapse of assistance, and weakened oversight are precisely the conditions under which exploitation grows, and forced labour is a defined harm in international law with an estimated 27.6 million people subject to it worldwide.

Its significance for the durable-solutions argument is conceptual: measuring structural forced-labour risk and measuring livelihoods-information access are two halves of one protective picture, one showing where exploitation is likely, the other showing whether the information that could prevent it is reaching people. As a composite index its weights remain open to expert re-elicitation, it is not automatically updated, and sponsorship mechanisms remain unsourced at country scale while an eight-country hand-coded kafala signal feeds two domains in the shipped build. Writing an ILO-endorsed kafala passage on top of that unresolved discrepancy would have overstated the index's grounding.

Cross-cutting synthesis. Read together, the built prototypes yield a short set of lessons. Information access is the binding constraint, and it is the thread that carries from the corridor into the camp. Uncertainty has to be modeled explicitly, with the unknown kept separate from the confirmed, or the analysis misleads by omission. We address gaps in data by generating synthetic data that mimics real-life data, and address the residual uncertainty with Monte Carlo simulation. A composite index built from the sequence of borrowing precedents, eliciting expert weights, and calibrating against cases is portable infrastructure: the same method that scores crisis information also scores structural forced-labour risk. And cost modeling in a context of human lives has to stay descriptive rather than prescriptive, following the framework's refusal to monetize life.

04

After Arrival: Dzaleka and the Second Emergency

A successful evacuation deposits people into a slower emergency. The concept of a protracted refugee situation, conventionally a population of at least 25,000 of the same nationality in exile for five years or more, describes where most refugees actually live, and care-and-maintenance encampment becomes the default by inertia rather than by anyone's plan.

The duration is not a rounding error in a person's life. By UNHCR's own accounting, the average duration of a protracted refugee situation rose from about 9 years in 1993 to roughly 17 years by 2003, and while later analysis rightly cautions that a single average conceals wide variation, the order of magnitude is not in dispute: protracted exile routinely lasts a decade or more, and often a generation. The literature on encampment and self-settlement has long argued that the camp is often less a humanitarian necessity than an administrative and political choice, and that its costs to refugees, in mobility, work, and self-reliance, are systematically understated.

Dzaleka and the funding collapse. Dzaleka Refugee Camp in Dowa District, Malawi, is the sharp end of that pattern. Built in 1994 for 10,000 to 12,000 people, it now holds on the order of 53,000 to 60,000 people, predominantly from the Democratic Republic of the Congo, Burundi, and Rwanda, and it is caught in the funding collapse of 2025 and 2026.

The numbers describe a system in retreat.

  • UNHCR's Malawi budget fell from about US$8 million to about US$1 million, a cut of roughly 90 percent, ending general non-food distributions and laying off protection staff, including paralegals.
  • World Food Programme assistance is secured only through the middle of 2026, with about US$11 million still needed to restore full rations through December.
  • Monthly cash support has fallen toward the range of US$6 to US$9 per person, down from roughly US$100, forcing skipped meals and other negative coping.

Malawi's encampment policy, enforced since March 2023, bars most residents from working outside the camp, so the population cannot substitute self-reliance for collapsing aid. Local civil society, including Inua Advocacy, argues the crisis is inseparable from that policy and is pressing for the right to work; weakened oversight is meanwhile reported to embolden trafficking networks.

This is not a context for piloting speculative technology on vulnerable people. It is a context where the highest-value contribution is measurement, evidence, and legibility: tools that help residents and the organizations serving them see and argue for the fastest route out, and that document the true cost of the status quo. This is a global humanitarian emergency that needs collective collaborative effort, and building infrastructure, digital goods and services, information, training, and capacity might transform generational poverty and increase access to resources.

Encampment as a driver of forced labour. These are the textbook conditions for forced labour. When legal work is barred and assistance collapses, the informal and coerced economy fills the gap. Reducing that exposure is a direct objective of the CoLab's work: the Forced Labor Structural Risk Index names where the risk concentrates, and the livelihoods-information instrument measures whether the information that could protect people, about their rights, their options, and legitimate work, is actually reaching them. That link has no official validation yet, and the future research is to separate recruitment, exploitation, and monetization by intersectionality using social demography, and to deepen the demand side.

05

The Financial Model: From Evacuation Break-Even to Inclusion Break-Even

The financial-modeling engine already exists, validated for one problem and now re-pointed to another, and the distinction matters. The Evacuation Risk and Cost Framework is validated for evacuation costing; its encampment-versus-inclusion parameterization is new and unvalidated, and most of its durable-solutions cost parameters are tagged Estimated or Unvalidated. What transfers cleanly is the architecture and the break-even mathematics, a one-time investment set against a mounting recurring cost, not a set of validated cost figures for the new use.

The engine, re-pointed.

  • Trajectory A prices status-quo encampment as a recurring per-person, per-year assistance cost, covering rations, water and sanitation, health, protection, and administration, using the same Sphere, UNHCR, and WFP parameter families the framework already carries, with the same Validated, Estimated, or Unvalidated tags.
  • Trajectory B prices an inclusion or resettlement pathway as a front-loaded investment, covering documentation, recognition of qualifications, transport, start-up capital, and host co-investment.
  • The output is the break-even year after which the status quo costs more, which is the framework's break-even chart with its axes relabeled.

The Resettlement and Inclusion Capacity Simulator is that engine re-pointed, and re-earning its validity in the durable-solutions domain is the work, not a formality. The capacity-and-willingness layer transfers from the readiness simulator: it maps destinations, whether resettlement states or local-integration pathways, against the non-substitutable gatekeepers of legal consent, host willingness, and security, alongside the substitutable capacities of housing, jobs, and services, while preserving the distinction between an option that is unknown and one that is refused, so that an unlobbied state is never mistaken for a closed door. The uncertainty layer carries over as well, so that thin data on host capacity or a state's posture visibly widens the confidence band and prevents false precision in an advocacy number.

What the evidence predicts. The World Bank's recent work on refugee self-reliance in Sub-Saharan Africa indicates that if refugees had the right to move and work, they would contribute to the hosting country's economy, with real fiscal and economic gains. The honest caveat is built into that same literature. The World Bank finds that self-reliance remains elusive across much of the region, because camps often sit in marginal, high-poverty areas where even full local integration would lift incomes only a little, and the scholarship on self-reliance programming warns that the concept is often invoked to justify the withdrawal of assistance rather than to expand rights.

The simulator has to be able to return the answer that inclusion does not pay here, where host markets are too thin, or it is advocacy rather than analysis. Its output is a defensible, reproducible sentence of the form: sustaining this population at Dzaleka costs approximately this much per year; this pathway costs approximately that much up front and breaks even in a given year, subject to these gatekeepers and this uncertainty band. The simulator could also provide country comparisons across different legal models and measure the economic impact of different refugee policies, and listing the policies of each hosting country would better inform humanitarian organizations and populations.

What the literature says the model will find. The engine formalizes an argument the development-economics evidence already supports.

  • UNHCR estimates that if freedom of movement and the right to work were relaxed so refugees could earn on par with hosts, complementary assistance costs would fall from about US$3.2 billion to roughly US$900 million a year.
  • A joint World Bank and UNHCR benchmark puts the annual cost of bringing every refugee in low and middle income host countries up to the global poverty line at almost US$62 billion in a scenario where refugees earn nothing; refugees' own earnings already cover roughly US$40 billion of that, leaving about US$22 billion.
  • World Bank analysis estimates that in Uganda's inclusive regime, economic participation saves about US$150 per refugee per year, roughly US$225 million across 1.5 million refugees.
  • The same World Bank work finds that around Kakuma, refugee presence raised the host county's gross regional product by about 3.4 percent.
  • It also reports that Colombia's regularization of Venezuelan migrants raised beneficiaries' incomes by about 30 percent and their formal employment by around 10 percentage points, with little displacement of host workers.

06

Digital Public Goods for Economic Inclusion

The toolkit is ordered from the safest build to the one that demands the most caution. The organizing principle is data minimization: build the thinnest system that solves the problem, and refuse the parts whose risks outweigh their benefit for this population. A digital public good, in the sense set out by the Digital Public Goods Alliance and endorsed within the United Nations system, is open-source software, open data, an open standard, or an open model that is relevant to the Sustainable Development Goals, does no harm by design, and, importantly for this population, minimizes the collection of personally identifiable information. The Principles for Digital Development point the same way, toward privacy, reuse, and designing with the user. Measured against those criteria, the CoLab's contributions are intended to qualify as digital public goods rather than to resemble them loosely.

Measurement: the Livelihoods Information and Access Index. The measurement instrument is the Evacuation Information Index re-specified for displaced livelihoods and legal rights: an open, versioned instrument measuring the quality, accessibility, and equity of information about work rights, employment pathways, financial services, and entrepreneurship support reaching displaced populations. The architecture transfers from the evacuation index, but the construct does not, and saying so is part of the method. Measuring information access to work rights is a different thing from scoring crisis severity, so the index has to establish its own construct validity from the ground up rather than inherit it.

In draft form the index is a matrix. Its three dimensions, quality, meaning whether information is accurate, current, and actionable; accessibility, meaning whether people can reach it in a language and channel they use; and equity, meaning whether it reaches sub-populations evenly, are scored across four domains: work rights and legal status, employment pathways, financial services, and entrepreneurship support. Each cell draws on a mix of sources: an audit of what official and organizational information exists, a structured record from field partners of what actually circulates, and, in the future primary study, what residents themselves report receiving.

The equity dimension takes seriously the finding in the forced-migration literature that displacement is gendered, that women, men, and sexual and gender minorities face different risks and different information barriers, so disaggregation is a design requirement rather than an afterthought. Because information inside a camp travels largely by word of mouth, community leaders, and channels that are not in English, the instrument has to weigh informal and in-language sources deliberately, or it will reproduce the very bias it is built to detect. The framework is provisional and is itself a deliverable, with the weights subject to the expert-elicitation pipeline before any score is treated as evidence.

The index does not enter an empty field, and the report says so plainly rather than claiming to be first. The humanitarian sector already assesses information reaching affected populations through accountability-to-affected-populations frameworks, communication-with-communities practice, and information-ecosystem assessments. What those approaches largely lack, and what the index adds, is a composite, versioned, openly standardized measure that renders information access as a comparable variable, disaggregated by sub-population, which a later impact evaluation can treat as an outcome or a mechanism. The contribution is the measure and its portability, not the discovery that information matters. Its deliverables are the index, an open data standard, a reference implementation, and methodology documentation, validated first at Dzaleka with Fraternidade Sem Fronteiras.

The open questions the index carries.

  • One size does not fit all: the geopolitical impact and the limits of building an index and adapting it live, when everything can change.
  • How can local communities own their data governance?
  • What would be the most beneficial digital goods a displaced population needs?
  • How can the information be made accessible in low-connectivity environments?
  • How can marginalized communities and people who do not read be included in the design of digital goods?

Future research on the index. Developing a work card and a system that would allow refugees to record their expertise and be matched with regions or organizations that need those services.

Value transfer: privacy-preserving cash, decoupled from biometrics. The nearest-term practical contribution is moving value more cheaply and reliably as traditional financing collapses. The reference case is the World Food Programme's Building Blocks, the largest blockchain-based humanitarian platform, which settled entitlements on a private, permissioned ledger and paid vendors in consolidated sums, saving roughly 98 percent of transaction costs on an early deployment, improving reconciliation across agencies, and establishing a co-governed network that UN Women later extended to cash-for-skills in refugee camps.

The same case is the cautionary tale. Building Blocks ran on biometric registration, and independent analysis warns that many such pilots functioned as donor showpieces under-invested in privacy, and that even a permissioned ledger can leak sensitive metadata when on-chain identifiers are correlated with off-chain records. The lesson is to decouple the payment rail from biometric identity.

A wallet designed for Dzaleka would therefore:

  • Authenticate with the thinnest possible credential, a personal identification number together with a locally issued token or code, never a biometric.
  • Keep identifying data off the ledger, with only pseudonymous entitlement state recorded on it.
  • Integrate an existing audited, co-governed network rather than build a bespoke ledger, so that the CoLab's contribution is the threat model and the measurement wrapper.
  • Run a data-protection impact assessment with community consultation before any collection.

Portability: skills credentials, never identity. Portability of skills is the third contribution, and it must stop short of identity. The CoLab operates an adjacent architecture that demonstrates the cryptographic pattern, an agent that issues cryptographically signed, tamper-evident verifiable credentials for cultural objects, and Professor Rhodes's prior work with the ID2020 effort concerned decentralized, portable humanitarian credentials with UNHCR and the World Food Programme. The pattern is shared; the risk surface of issuing credentials to displaced people is not, and the report treats that gap as real rather than solved.

The responsible application is narrow: portable, self-held credentials for skills, qualifications, and completed training, so that a nurse or an electrician does not lose a decade of accreditation to displacement, issued to and controlled by the individual and presented selectively. The bright line is firm. A skills credential records what a person can do. It must never become a de facto identity card that gatekeeps aid or is legible to a persecuting authority. The moment it records who someone is, it inherits the risks discussed in the next section and should be stopped.

Rights: mapping civil-society legal assistance. Donor cuts stripped UNHCR's own paralegals out of Dzaleka, which makes a maintained, open directory of who actually provides legal help the safest and highest-leverage build. Organized by legal need, refugee-status determination, work authorization, documentation, protection from gender-based violence, protection from trafficking, and resettlement referral, the map records which civil-society and refugee-led organizations provide assistance, with contact details, language, and eligibility, under the same allowlist-and-citation discipline the provenance agent enforces, so that no unsourced claim ships.

It connects to the index directly. The index shows where rights information fails; the map routes a person to the organization that can close the gap. Local actors such as Inua Advocacy are the anchor nodes, rather than the government. This legal-and-jurisdiction layer, covering work rights, documentation rules, encampment policy, recognition of qualifications, and access to financial services, is a first-class component of the work, coded from public legal sources, and it reflects the long-standing finding in the refugee literature that legal status and the right to work are among the decisive determinants of whether displaced people can build a livelihood at all.

07

Vulnerable Populations, Digital Identity Risk, and Mitigation

The Rohingya precedent. Refugees are an exceptionally vulnerable group whose personal data demands unusual rigor, and the technology that most tempts humanitarian builders, a comprehensive digital identity for displaced people, is the one this team refuses to build. The evidence is documented rather than hypothetical. Human Rights Watch found that biometric and biographic data collected from Rohingya refugees in Bangladesh was shared onward, ultimately reaching Myanmar, the government they had fled, for the purpose of assessing repatriation eligibility, covering some 830,000 people between 2018 and 2021, without the full data-protection impact assessment UNHCR's own policy requires and without meaningful informed consent.

Consent in that system was structurally compromised. Refugees were told that aid depended on their registration, which makes agreement coerced rather than free. Consent materials were commonly presented in English, a language many of those required to register did not read, and reporting indicates that families who refused enrollment were cut off from food and services. The defining property of the harm is its irreversibility. Biometrics are sticky; an iris cannot be reissued once it is compromised, and a database built to facilitate solutions suffered precisely the function creep that critics had predicted, as data gathered for one stated purpose was repurposed for another.

Mitigation is mostly refusal, then minimization, and it can be stated as a small number of firm commitments.

  • Do not build biometric identity. A category refusal, encoded as a versioned decision pattern in the CoLab's open schema, DDC-0001, biometric registration of displaced populations.
  • Decouple entitlement from identity: access gated by the thinnest credential, never by who you are proven biometrically.
  • Data minimization and purpose limitation: least data, single stated purpose, no secondary use or third-party transfer, as a matter of design rather than policy alone.
  • Individual control and local governance: the person holds and selectively presents any credential; refugee-led and local actors govern the data.
  • Real consent or none: if consent cannot be free and informed, whether because aid is conditioned on it or because a language or power gap cannot be bridged, treat it as absent and do not proceed.
  • Mandatory pre-collection data-protection impact assessment and community consultation: the omitted step whose absence produced the Rohingya harms.

For a funder, this refusal is an asset. A responsible-AI lab that can name the one thing it will not build, and cite exactly why, is more credible than one that promises everything.

08

Aggregating Evidence So Displaced People Can Argue Their Case Sooner

Taken together, these instruments become an evidence engine that attacks the core information asymmetry facing displaced people, the fact that the rights-and-options case that could change an individual's situation today requires specialized legal and economic knowledge that the individual does not have. The index shows, with disaggregation, which sub-populations are systematically failed by rights-and-pathways information, which is evidence rather than anecdote. The financial model reframes the ask from a plea for help into a costed comparison, that prolonged encampment costs a given amount per year while a given pathway costs less by a given year, which is the argument that donors and states respond to. The legal map converts the evidence into action, routing people to organizations that can file, refer, and litigate.

One limit has to be stated plainly, because the evidence engine cannot dissolve it. Durable solutions are rationed by state consent, resettlement quotas, and political will, and the readiness model's own logic holds that a confirmed refusal is a settled exclusion that no measurement moves. Better information and a sharper cost argument can widen the set of options that are seriously considered and can equip advocates who would otherwise argue from anecdote, but where the binding constraint is political rather than informational, rigorous evidence may change nothing. The impact claims in this report are scoped to that reality: the instruments improve the quality and legibility of the case, which is necessary but not sufficient for a different outcome.

The outputs are designed to be wielded by refugee-led organizations and civil-society advocates, and, where they will use them, by durable-solutions units within UNHCR, rather than to sit in a dashboard. This design choice reflects a clear direction in the field, the growing insistence, visible across the refugee-studies and practitioner literature on knowledge, voice, and power and on refugee self-representation, that displaced people should hold and deploy the evidence about their own situations rather than be the objects of it.

Two guardrails hold throughout. Every advocacy artifact carries its uncertainty band honestly, and the aggregation layer never becomes a registry of identifiable individuals. It argues about populations and gaps, not named people.

09

What Infrastructure Is Actually Needed

Two things are absent by design: any biometric or identity system, and any bespoke ledger. Everything proposed is either a measurement or knowledge artifact that the CoLab is suited to own, or a thin integration on audited external rails. That is the correct risk posture for a small lab working with a highly vulnerable population, and it follows directly from the digital-public-goods and data-minimization commitments set out above.

LayerComponentReusesPosture
MeasurementLIAI index, open data standard, reference implementation, methodologyEII and the composite-index methodBuild, the funding ask
EconomicsRICS: encampment-versus-inclusion break-even; capacity and willingness mapERCF engine (operational) and readiness gatekeepersAdapt, engine in place
Value transferPrivacy-preserving cash wallet, biometric-freeExternal audited network; CoLab adds threat model and measurementIntegrate, do not rebuild
PortabilitySelf-held skills and qualification credentialsProvenance verifiable-credential architecture; ID2020 lineageBuild narrowly, skills only
RightsOpen civil-society legal-assistance mapProvenance sourcing disciplineBuild, safest and high leverage
GovernanceDDC decision-pattern schema; DPIA and ethics layerDDC-0001Build, the credibility spine
The proposed stack, and what each layer reuses from the built portfolio.

10

How Success Will Be Measured

A funder should not have to take this program on faith, so success is defined in advance in three tiers: outputs, whether the instruments shipped and are rigorous; outcomes, whether they work and are used; and impact, whether they changed decisions. The measurement instruments themselves double as the evidence base. One line governs the whole framework and resolves an ambiguity a careful reader would otherwise catch: under this grant, every activity involving residents is consultation and co-design of the instruments, together with a desk audit and the field partner's structured knowledge, and no personal data is collected from residents. The measurement of residents' own information access, which would require primary data collection, is a separate future study.

Outputs: did we ship, and is it rigorous? Over the first year, success means a first open-source release of the index, comprising the index itself, an open data standard, a reference implementation, and methodology documentation, each versioned and citable. It means completed and published validation of the instrument's design, with expert elicitation across 8 to 12 experts over two rounds, reported weights, consistency ratios within accepted thresholds, and divergence analysis, including negative results. It means the reference-context validation executed with Fraternidade Sem Fronteiras, drawing on an audit of existing information and the partner's structured knowledge of what circulates, using open and synthetic data. It means the financial model parameterized for Dzaleka on the operational cost engine, with every parameter tagged and the full parameter table public. And it means the civil-society legal map live with the large majority of entries verified against primary sources, and the biometric-refusal decision pattern published with its governance schema.

Full psychometric validation of the instrument on responses from the displaced population itself, covering test-retest reliability, construct validity, and measurement invariance across subgroups, requires primary data collection from that population and is not part of this phase. It is written up here as a published protocol and pre-analysis plan for a future primary study, so that the instrument and its validation plan are themselves a public good, and so that a later study can execute the plan without re-deriving it. The longitudinal read on whether information-access scores for the worst-served sub-populations improve over time belongs to that same future study. This is the honest boundary of the present work, and stating it plainly is part of the method.

Outcomes: does it work, and is it used? Over the first two years, success means concordance between the instrument and the field partner's operational knowledge of where information gaps sit at Dzaleka, and equity disaggregation that reproduces independently observed disparities. It means adoption, with at least one external research team taking up the index as an instrument and at least one practitioner organization using its scores to retarget outreach. It means the financial model cited in at least two advocacy or policy documents by refugee-led or civil-society organizations, with the uncertainty bands reproduced intact, since fidelity of use matters and not only volume. It means community legitimacy, with refugee community members engaged as co-designers and a community review session signing off on how findings are represented before publication. And it means open-source health, with public contribution metrics, quarterly releases, and a documented path to a second site.

Impact: did decisions change? Over one to three years, success means that a livelihoods or durable-solutions actor at Dzaleka changes a concrete allocation, outreach, or referral decision that can be attributed to the evidence, documented through decision memos or partner attestation. It means that the measurement gap itself closes, with information access appearing as a specified variable in at least one subsequent funded evaluation design that cites the standard, which is the definition of success for infrastructure. These impact claims are deliberately modest about attribution, for the gatekeeper reason set out above: the instruments can change what is known and argued, while the political constraints on durable solutions lie outside their reach.

Failure and accountability. Failure deserves equal candor, stated now: weights that fail expert consistency checks but ship anyway; adoption claims that rest on download counts rather than documented decisions; a map that decays unverified; or any drift from measurement toward identity. The project commits to reporting against both lists, to publishing a pre-registered analysis plan for the validation study, and to releasing all instruments, de-identified aggregate data, and code under open access at the end of the grant. A standing do-no-harm review screens any proposed feature that touches personal data against the commitments above before development, and the screening record is public.

11

Alignment with the Displaced Livelihoods Initiative and Other Funders

This report backs the CoLab's submission to the Displaced Livelihoods Initiative in its Infrastructure and Public Goods track: the Livelihoods Information and Access Index as an open measurement public good, validated at Dzaleka. The fit is structural. That track invites a new measure that enables future rigorous evaluations rather than the evaluation of a single program, and the initiative's own call names the lack of information on legal status as a barrier to displaced livelihoods and invites AI-supported measurement in hard-to-reach contexts. The forced-labour framing is not a detour from that agenda but its sharpest edge: strengthening information about work rights and legitimate pathways is a protective factor against the exploitation the Forced Labor Structural Risk Index measures.

The proposal is scoped to research and measurement costs only, with no intervention-delivery lines, and it treats the operational cost engine, the provenance-credential architecture, and the field partner's community access as in-kind contributions rather than billed items. The request sits within the initiative's cap for this track, and the design honors the initiative's guidance that researcher-only designs tend to underperform on policy influence, which is why the field partnership with Fraternidade Sem Fronteiras is written into the plan rather than added to it.

Team and partnership. Sylvia Maier, of the NYU SPS Center for Global Affairs, serves as Principal Investigator and eligibility anchor, since the initiative requires a Principal Investigator with a primary university affiliation and demonstrated experience with rigorous evaluation. Teresa Cantero, a doctoral candidate at Universidad Carlos III de Madrid and a visiting scholar at the NYU Center for Global Affairs, is Primary Researcher; the Summer 2026 cohort carries implementation; and Fraternidade Sem Fronteiras is the field partner.

The partnership is established rather than cold: Yago Rocha volunteered with Fraternidade Sem Fronteiras at Dzaleka on refugee livelihoods and financial inclusion, and Carolina Moron visited Dzaleka while living in Malawi and building a multi-sector data coalition, which is first-hand familiarity that lowers the risk around community access. The same architecture serves adjacent funders, because the measurement-and-governance framing travels. The honest assessment is that the initiative's funded portfolio favors teams with strong evaluation track records, so competitiveness rests on the rigor of the measurement work and the depth of the team's field experience rather than on the breadth of the claims.

12

Programme Design and Outlook

The work is designed for a term of roughly twenty-four months, beginning within the funder's required window after an award. The sequence moves from re-specifying the indicator framework for livelihoods and legal-rights information, through the expert-elicitation and calibration pipeline for the index, to the reference-context validation at Dzaleka with the field partner, and then to open release of the index, the data standard, the reference implementation, and the methodology, followed by dissemination to the research and practitioner community, including remote and partner-led presentation of results in Malawi.

Because this is an infrastructure-and-public-goods effort, the technology is the deliverable rather than overhead, and a substantial share of the budget maps to the reference implementation and the model adaptation. The cost engine itself is an in-kind contribution, already operational and validated for evacuation, which is why its re-pointing to durable solutions is an adaptation rather than a new build.

13

Consolidated Limitations and Future Research

The limitations are stated together so that they are hard to miss.

  • Maturity varies by tool, and the report holds the line between them: the cost engine is validated for evacuation, the Evacuation Information Index is built but unvalidated, the Forced Labor Structural Risk Index is built and documented with a published methodology, and the livelihoods instruments are proposed.
  • Measurement comes before deployment, so the weights and thresholds of the index and the financial model are provisional until they are expert-elicited and calibrated, and nothing here is operational decision-support before that validation.
  • Costs are more reliable than modeled outcomes, so the work leads with cost and break-even and treats any modeled mortality or lives-saved figure as indicative only.
  • The economics of inclusion are context-dependent, so the model has to be able to find against inclusion where host markets are too thin, or it is advocacy rather than analysis.
  • Evidence has political limits, so the impact claims are scoped to what better information can plausibly move.
  • Do-no-harm dominates, so the documented refusal to build biometric identity and the privacy-preserving patterns are public goods in their own right.
  • The honest scope boundary holds: full psychometric validation on the displaced population is future primary work, published here as a protocol rather than claimed as done.

The next steps follow from those limits.

  1. Run the expert-elicitation and calibration pipeline for the index against the Dzaleka reference context.
  2. Parameterize the financial model on Dzaleka cost inputs.
  3. Stand up the civil-society legal map with the field partner and local advocates.
  4. Publish the biometric-refusal decision pattern and stress-test the governance schema against automated benefits-eligibility systems.
  5. Carry the design into a second displacement context along a documented adoption path.

The through-line from the evacuation corridor to the camp is a single claim, tested in more than one domain: that the binding constraint on protection, on durable solutions, and on freedom from forced labour alike is the quality, accessibility, and equity of the information that people can act on, and that open, honestly labeled measurement infrastructure is the public good most worth building for it.

References

Sources

  1. 01Geneva Convention Relative to the Protection of Civilian Persons in Time of War (Fourth Geneva Convention), art. 49; Protocol Additional to the Geneva Conventions (Protocol I), arts. 57 to 58; Protocol II, art. 17; Rome Statute of the International Criminal Court, art. 8. See also “Evacuation,” How Does Law Protect in War? ICRC Casebook.
  2. 02Convention Relating to the Status of Refugees (1951) and its 1967 Protocol, esp. arts. 1 and 33 (definition and non-refoulement).
  3. 03UN General Assembly, Global Compact on Refugees, affirmed 17 Dec. 2018, A/73/12 (Part II), res. 73/151.
  4. 04Alexander Betts, “The Normative Terrain of the Global Refugee Regime,” Ethics and International Affairs 29, no. 4 (2015): pp. 363 to 375; and Roger Zetter, Protecting Forced Migrants: A State of the Art Report (Swiss Federal Commission on Migration, 2014).
  5. 05Ethical Tech CoLab, “Forced Labor Structural Risk Index,” Fall 2025. An interactive index mapping the structural conditions that enable forced labour across 184 countries on a 0 to 1 risk scale, with national and sub-national layers.
  6. 06ILO Forced Labour Convention, 1930 (No. 29) and its 2014 Protocol; the UN Protocol to Prevent, Suppress and Punish Trafficking in Persons (Palermo Protocol, 2000); and ILO, Walk Free, and IOM, Global Estimates of Modern Slavery: Forced Labour and Forced Marriage (2022), estimating 27.6 million people in forced labour worldwide.
  7. 07Cantero, Teresa. “Artificial Intelligence and Civilian Protection in Evacuation during Armed Conflict under International Humanitarian Law.” Presentation, NYU Center for Global Affairs, 2026.
  8. 08UN Office on Genocide Prevention and the Responsibility to Protect; Roberta Cohen, “Reconciling the Responsibility to Protect with IDP Protection,” Brookings Institution (2010).
  9. 09Volker Türk and Rebecca Dowd, “Protection Gaps,” in The Oxford Handbook of Refugee and Forced Migration Studies (Oxford UP, 2014), pp. 278 to 285.
  10. 10UNHCR, Global Trends: Forced Displacement (UNHCR, 2025 to 2026), reporting the global figure declining for the first time in a decade to roughly 117 million. The count of evacuated civilians has no equivalent global series.
  11. 11International Organization for Migration; OCHA, “What Is the Cluster Approach?”; OHCHR, core international human-rights instruments. On the protection consequences where host states are not parties to the 1951 Convention, see “The Protection of Refugees in Non-Signatory States,” International Journal of Refugee Law 33, no. 2 (2021): p. 188.
  12. 12Haine Beirens and Susan Fratzke, “Taking Stock of Refugee Resettlement,” Migration Policy Institute (2017); Susan Fratzke and María Belén Zanzuchi, “Complementary Pathways,” Migration Policy Institute (2024); UNHCR, Safe Pathways for Refugees (2018).
  13. 13Ethical Tech CoLab, “Evacuation Information Index (EII),” GitHub, 2026. Weighting precedents: ACAPS and the EU Joint Research Centre, INFORM Severity Index; ACLED, Conflict Index; Fund for Peace, Fragile States Index.
  14. 14Thomas L. Saaty, “How to Make a Decision: The Analytic Hierarchy Process,” European Journal of Operational Research 48, no. 1 (1990): pp. 9 to 26; Mohammed Al Fozaie, “A Guide to Integrating Expert Opinion and Fuzzy AHP,” Advances in Fuzzy Systems (2022); OECD and JRC, Handbook on Constructing Composite Indicators (OECD Publishing, 2008).
  15. 15Ethical Tech CoLab, “Exodus: Civilian Evacuation Risk Platform,” GitHub, 2026.
  16. 16Cost parameters compiled in the ERCF v7.2 documentation from humanitarian-standard sources: UNHCR WASH Manual; Sphere Association, The Sphere Handbook, 2018 ed.; World Food Programme, Annual Performance Report 2023 and Executive Board figures 2025. Primary sources should be cited directly in operational use.
  17. 17Ethical Tech CoLab and Yago Rocha, “ERCF: Evacuation Risk and Cost Framework, v7.2,” GitHub, 2026.
  18. 18Ethical Tech CoLab and Melanie MacKew, “Evacuation Simulation,” GitHub, 2026.
  19. 19Ethical Tech CoLab and India Clarke, “Evacuation Readiness and Uncertainty Simulator,” GitHub, 2026.
  20. 20UNHCR, Policy on Alternatives to Camps (2014); Bram J. Jansen, “Digging Aid: The Camp as an Option in East and the Horn of Africa,” Journal of Refugee Studies 29, no. 2 (2016): pp. 149 to 165; Oliver Bakewell, “Encampment and Self-Settlement,” and Loren B. Landau, “Urban Refugees and IDPs,” both in The Oxford Handbook of Refugee and Forced Migration Studies (Oxford UP, 2014), pp. 127 to 148; Lewis Turner, “Explaining the (Non-)Encampment of Syrian Refugees,” Mediterranean Politics (2015).
  21. 21UNHCR, Protracted Refugee Situations, EC/54/SC/CRP.14 (2004), reporting the average duration of major protracted refugee situations rising from about 9 years in 1993 to about 17 years by 2003. See also World Bank, “How Long Do Refugees Stay in Exile?” (2019).
  22. 22IOM, World Migration Report 2024 (IOM, 2024), Chapter 1 overview.
  23. 23“Dzaleka Refugees at Risk as WFP Faces K19bn Shortfall,” Nation Online, 8 Feb. 2026; “Funding Cuts Push Malawi's Dzaleka Refugee Camp to the Brink,” FairPlanet, 20 Aug. 2025; UNHCR, “Refugees in Dzaleka Struggle to Make Ends Meet amid Funding Cuts,” UNHCR Africa, 5 May 2025; “We Still Need People to Hold Our Hands,” Dialogue Earth, June 2026.
  24. 24World Bank, Making Refugee Self-Reliance Work: From Aid to Employment in Sub-Saharan Africa (World Bank, 2025); World Bank, “The Costs Come Before the Benefits” (2024). On the politics of self-reliance, see Suzan Ilcan et al., “Humanitarian Assistance and the Politics of Self-Reliance: Uganda's Nakivale Refugee Settlement,” CIGI Papers no. 86 (2015); Merle Kreibaum, “Build Towns Instead of Camps” (German Development Institute, 2016); Amelia Kuch, “Naturalization of Burundi Refugees in Tanzania,” Journal of Refugee Studies (2016); and World Bank, An Assessment of Uganda's Progressive Approach to Refugee Management (2016).
  25. 25UNHCR, “Investing in Refugees' Self-Reliance: A More Cost-Effective and Sustainable Response.”
  26. 26World Bank, “The Costs Come Before the Benefits” (World Bank Group, 2024); UNHCR and World Bank, “Yes” in My Backyard? The Economics of Refugees and Their Social Dynamics in Kakuma, Kenya (World Bank, 2016), for the 3.4 per cent Kakuma figure; on Colombia's PEP regularization, Ana María Ibáñez et al., as summarized in “Refugees Mean Business: This Is Why Investing in Them Pays,” World Economic Forum, 20 Jan. 2025.
  27. 27Digital Public Goods Alliance, DPG Standard (nine indicators, including SDG relevance, open licensing, non-collection of personally identifiable information, and privacy and applicable laws); Principles for Digital Development.
  28. 28E. Fiddian-Qasmiyeh, “Gender and Forced Migration,” in The Oxford Handbook of Refugee and Forced Migration Studies (Oxford UP, 2014), pp. 395 to 408; Volker Türk, “Ensuring Protection for LGBTI Persons of Concern,” Forced Migration Review.
  29. 29On existing approaches to measuring information reaching affected populations, see the IASC framework on accountability to affected populations; the CDAC Network and Ground Truth Solutions on communication with communities; and Internews information-ecosystem assessments.
  30. 30World Food Programme, “Building Blocks,” WFP Innovation; UN Women and WFP, Blockchain Pilot Project for Cash Transfers in Refugee Camps: Jordan Case Study (UN Women, 2021).
  31. 31“Privacy in Peril: Safeguarding Digital Data in Humanitarian Blockchain Initiatives,” Humanitarian Practice Network and ODI, 27 Aug. 2025.
  32. 32Ethical Tech CoLab, “Arts Provenance Agent,” GitHub, 2026; on the ID2020 lineage, see public documentation of the decentralized-identity work with UNHCR and WFP.
  33. 33Alice Edwards and Laura van Waas, “Statelessness,” in The Oxford Handbook of Refugee and Forced Migration Studies (Oxford UP, 2014), pp. 290 to 299; Sarah Bidinger, “Syrian Refugees and the Right to Work,” Boston University International Law Journal 33 (2015): pp. 223 to 249.
  34. 34Human Rights Watch, “UN Shared Rohingya Data Without Informed Consent,” 15 June 2021.
  35. 35“Although Shocking, the Rohingya Biometrics Scandal Is Not Surprising,” ODI Insights, 2021; “Rohingya Data Protection and the UN's Betrayal,” The New Humanitarian, 21 June 2021.
  36. 36“Knowledge, Voice and Power,” Forced Migration Review 70 (2022); Mauricio Vitoria et al., “The Global Summit of Refugees and the Importance of Refugee Self-Representation,” Forced Migration Review (2018).
  37. 37Innovations for Poverty Action, Displaced Livelihoods Initiative: Call for Proposals, Round V (IPA, 2026); IPA, DLI Eligibility Self-Assessment and Budget Template, Round V (2026).

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings are those of the researchers and do not represent the official positions of New York University, Microsoft, UNHCR, WFP, or any partner institution. External programs cited are referenced as evidence, not as CoLab partnerships.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/publications/after-the-corridor/index.txt b/static-site/publications/after-the-corridor/index.txt index c502d0764..1bdf3ba1e 100644 --- a/static-site/publications/after-the-corridor/index.txt +++ b/static-site/publications/after-the-corridor/index.txt @@ -1,24 +1,24 @@ 1:"$Sreact.fragment" -2:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ViewTransitions"] -3:I[30353,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] -4:I[46083,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] -5:I[36852,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] -6:I[39756,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -7:I[37457,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] -12:I[68027,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] -:HL["/website/_next/static/chunks/1w0nyqw5bqniv.css","style"] -:HL["/website/_next/static/media/17b0f6a4f906cc39-s.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/1ae2575eb5be4118-s.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/8d05cfa5faa8406c-s.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -:HL["/website/_next/static/media/dc0d9adbac686440-s.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] :HL["/website/_next/static/chunks/36o-vt7quy27o.css","style"] -0:{"P":null,"c":["","publications","after-the-corridor",""],"q":"","i":false,"f":[[["",{"children":["publications",{"children":["after-the-corridor",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/1-kh6uz_49jxr.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_6ab7c80c-module__dmwzCa__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} -14:I[23475,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Link"] -15:I[82987,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Reveal"] -16:I[34010,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ReportBook"] -20:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] -22:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +0:{"P":null,"c":["","publications","after-the-corridor",""],"q":"","i":false,"f":[[["",{"children":["publications",{"children":["after-the-corridor",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Link"] +15:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Reveal"] +16:I[34010,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ReportBook"] +20:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +22:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] 23:"$Sreact.suspense" 8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] 9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] @@ -31,9 +31,9 @@ f:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 1f:[] 10:"$W1f" 11:["$","$1","h",{"children":[null,["$","$L20",null,{"children":"$L21"}],["$","div",null,{"hidden":true,"children":["$","$L22",null,{"children":["$","$23",null,{"name":"Next.Metadata","children":"$L24"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] -13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1w0nyqw5bqniv.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] -25:I[18620,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"SectionTabs"] -38:I[97367,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +25:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"SectionTabs"] +38:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] 17:["$","span",null,{"aria-hidden":true,"children":"↗"}] 18:["$","$L14",null,{"href":"/demos","className":"btn-sweep inline-flex items-center gap-2 rounded-full border border-border px-5 py-2.5 text-sm font-semibold text-foreground transition-colors hover:border-border-strong","children":["See the prototypes running ",["$","span",null,{"aria-hidden":true,"children":"→"}]]}] 19:["$","$L25",null,{}] @@ -133,6 +133,6 @@ f:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflo 81:["$","li","35",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"36"}],["$","span",null,{"children":["$","a",null,{"href":"https://www.fmreview.org/issue70/","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"“Knowledge, Voice and Power,” Forced Migration Review 70 (2022); Mauricio Vitoria et al., “The Global Summit of Refugees and the Importance of Refugee Self-Representation,” Forced Migration Review (2018)."}]}]]}] 82:["$","li","36",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"37"}],["$","span",null,{"children":["$","span",null,{"className":"text-foreground/80","children":"Innovations for Poverty Action, Displaced Livelihoods Initiative: Call for Proposals, Round V (IPA, 2026); IPA, DLI Eligibility Self-Assessment and Budget Template, Round V (2026)."}]}]]}] 21:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -83:I[27201,["/website/_next/static/chunks/1-kh6uz_49jxr.js","/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +83:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] 24:[["$","title","0",{"children":"After the Corridor · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"An Ethical Tech CoLab report carrying five fielded evacuation prototypes past the corridor and into the camp: the measurement, financial-modeling, and rights infrastructure that can shorten protracted displacement, grounded at Dzaleka Refugee Camp, Malawi."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L83","5",{}]] 39:null diff --git a/static-site/publications/agentic-language-development/__next._full.txt b/static-site/publications/agentic-language-development/__next._full.txt new file mode 100644 index 000000000..fd95c6fa4 --- /dev/null +++ b/static-site/publications/agentic-language-development/__next._full.txt @@ -0,0 +1,127 @@ +1:"$Sreact.fragment" +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/36o-vt7quy27o.css","style"] +0:{"P":null,"c":["","publications","agentic-language-development",""],"q":"","i":false,"f":[[["",{"children":["publications",{"children":["agentic-language-development",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Link"] +15:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Reveal"] +16:I[34010,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ReportBook"] +1e:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +20:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +21:"$Sreact.suspense" +8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] +9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] +a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] +b:["$","div",null,{"className":"mt-12 flex flex-col gap-2 border-t border-border pt-6 text-xs text-muted sm:flex-row sm:items-center sm:justify-between","children":[["$","span",null,{"children":["© ",2026," NYU Ethical Tech CoLab"]}],["$","span",null,{"children":"Four cohorts · est. 2024-2026"}]]}] +c:["$","div",null,{"className":"mt-6 space-y-3 border-t border-border pt-6 text-[11px] leading-relaxed text-muted/80","children":[["$","p","0",{"children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution."}],["$","p","1",{"children":"Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."}]]}] +d:["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}] +e:["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}] +f:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","span",null,{"className":"aura"}],["$","div",null,{"className":"relative mx-auto max-w-4xl px-6 py-20 sm:py-24","children":[["$","$L15",null,{"children":["$","$L14",null,{"href":"/publications","className":"link-underline text-xs uppercase tracking-wider text-muted","children":["← ","Publications · Concept and research programme"]}]}],["$","$L15",null,{"delay":0.05,"children":["$","h1",null,{"className":"mt-6 fluid-hero font-heading uppercase leading-[0.9]","children":["Agentic ",["$","span",null,{"className":"display-em","children":"Language"}]," ","Development"]}]}],["$","$L15",null,{"delay":0.1,"children":["$","p",null,{"className":"mt-5 max-w-2xl font-heading text-2xl uppercase tracking-wide text-muted sm:text-3xl","children":"Can Two Isolated Agents Invent a Grounded, Auditable Language Through Shared Experience?"}]}],["$","$L15",null,{"delay":0.15,"children":[["$","div",null,{"className":"mt-8 flex flex-wrap items-center gap-x-3 gap-y-1 text-sm text-accent","children":[["$","span",null,{"className":"font-semibold","children":"Ethical Tech CoLab"}],["$","span",null,{"aria-hidden":true,"className":"text-muted","children":"·"}],["$","span",null,{"children":"Concept and pre-specification research report"}],[["$","span",null,{"aria-hidden":true,"className":"text-muted","children":"·"}],["$","span",null,{"children":"August 2026"}]]]}],["$","p",null,{"className":"mt-2 max-w-2xl text-sm leading-relaxed text-muted","children":"Yorke Rhodes III, Ethical Tech CoLab. Prepared from the project concept document, the ledger integrity design, and the experiment notebook. The literature scan behind Section 12 was run on 24 August 2026. No experiment in this programme has been executed, and no result is claimed."}]]}],["$","$L15",null,{"delay":0.2,"children":["$","div",null,{"className":"mt-8 flex flex-wrap gap-3","children":[["$","a",null,{"href":"https://ethical-tech-colab.github.io/agentic-language-development/","target":"_blank","rel":"noopener noreferrer","className":"btn-sweep inline-flex items-center gap-2 rounded-full bg-accent px-5 py-2.5 text-sm font-semibold text-accent-ink transition-transform hover:scale-[1.03]","children":["Open the project site ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}],["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/agentic-language-development","target":"_blank","rel":"noopener noreferrer","className":"btn-sweep inline-flex items-center gap-2 rounded-full border border-border px-5 py-2.5 text-sm font-semibold text-foreground transition-colors hover:border-border-strong","children":["Concept, ledger design, notebook ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}],["$","$L16",null,{"title":"Agentic Language Development","pages":["publications/agentic-language-development/pages/p01.webp","publications/agentic-language-development/pages/p02.webp","publications/agentic-language-development/pages/p03.webp","publications/agentic-language-development/pages/p04.webp","publications/agentic-language-development/pages/p05.webp","publications/agentic-language-development/pages/p06.webp","publications/agentic-language-development/pages/p07.webp","publications/agentic-language-development/pages/p08.webp","publications/agentic-language-development/pages/p09.webp","publications/agentic-language-development/pages/p10.webp","publications/agentic-language-development/pages/p11.webp","publications/agentic-language-development/pages/p12.webp","publications/agentic-language-development/pages/p13.webp","publications/agentic-language-development/pages/p14.webp","publications/agentic-language-development/pages/p15.webp","publications/agentic-language-development/pages/p16.webp","publications/agentic-language-development/pages/p17.webp","publications/agentic-language-development/pages/p18.webp","publications/agentic-language-development/pages/p19.webp","publications/agentic-language-development/pages/p20.webp","publications/agentic-language-development/pages/p21.webp","publications/agentic-language-development/pages/p22.webp","publications/agentic-language-development/pages/p23.webp","publications/agentic-language-development/pages/p24.webp","publications/agentic-language-development/pages/p25.webp"],"aspect":0.7067,"pdfUrl":"/website/publications/agentic-language-development/report.pdf"}]]}]}]]}]]}],"$L17","$L18","$L19"],["$L1a","$L1b"],"$L1c"]}] +1d:[] +10:"$W1d" +11:["$","$1","h",{"children":[null,["$","$L1e",null,{"children":"$L1f"}],["$","div",null,{"hidden":true,"children":["$","$L20",null,{"children":["$","$21",null,{"name":"Next.Metadata","children":"$L22"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +23:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"SectionTabs"] +3a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +17:["$","$L23",null,{}] +18:["$","section",null,{"className":"border-b border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto grid max-w-6xl gap-px overflow-hidden border-x border-border bg-border sm:grid-cols-2 lg:grid-cols-4","children":[["$","div","0",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"0"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"runs executed, results claimed, or conventions observed. The notebook is written to be pre-registered, not to report an outcome"}]]}],["$","div","19",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"19"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"ordered experiments from ledger qualification through replication, each with prerequisites, acceptance criteria, and a deviation log"}]]}],["$","div","6",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"6"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"affect displays in the entire permitted palette, carrying about 2.6 bits per use, which is already enough to audit for leakage"}]]}],["$","div","29",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"29"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"open decisions the concept refuses to settle before the specification, from threat model to ledger schema to what counts as chance"}]]}]]}]}] +19:["$","div",null,{"className":"mx-auto max-w-4xl px-6 py-16 sm:py-20","children":[["$","$L15",null,{"children":["$","p",null,{"className":"border-l-2 border-accent pl-6 text-lg leading-relaxed text-foreground/90","children":"Two agents can be placed in a room where the only route between them is a channel that carries no human language, given nothing but shared tasks and the consequences of getting them right or wrong, and asked to build a protocol from scratch. The interesting part is not whether they succeed at the task. It is whether the meanings they each privately record turn out to be the meanings their behaviour actually runs on, and whether an outsider can prove it afterwards from an evidence trail nobody could have edited."}]}],["$","$L15",null,{"delay":0.05,"children":["$","nav",null,{"aria-label":"Contents","className":"mt-12 rounded-2xl border border-border bg-card p-6","children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Contents"}],["$","ol",null,{"className":"mt-4 grid gap-2 sm:grid-cols-2","children":[["$","li","question",{"children":["$","a",null,{"href":"#question","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"01"}],"The question"]}]}],["$","li","caveat",{"children":["$","a",null,{"href":"#caveat","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"02"}],"What infant-like does and does not mean"]}]}],["$","li","architecture",{"children":["$","a",null,{"href":"#architecture","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"03"}],"The nursery: three twins and one gateway"]}]}],["$","li","grounding",{"children":["$","a",null,{"href":"#grounding","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"04"}],"Shared experience is the necessary ingredient"]}]}],["$","li","channel",{"children":["$","a",null,{"href":"#channel","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"05"}],"The channel, and the honest limits of isolation"]}]}],["$","li","ledgers",{"children":["$","a",null,{"href":"#ledgers","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"06"}],"Two ledgers that never meet"]}]}],["$","li","integrity",{"children":["$","a",null,{"href":"#integrity","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"07"}],"Anchoring the evidence"]}]}],["$","li","success",{"children":["$","a",null,{"href":"#success","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"08"}],"What should count as success"]}]}],["$","li","matrix",{"children":["$","a",null,{"href":"#matrix","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"09"}],"The experimental matrix"]}]}],["$","li","learners",{"children":["$","a",null,{"href":"#learners","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"10"}],"Building learners rather than personas"]}]}],["$","li","affect",{"children":["$","a",null,{"href":"#affect","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"11"}],"Six faces, and why even six is a risk"]}]}],["$","li","ciphers",{"children":["$","a",null,{"href":"#ciphers","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":["$L24","Ephemeral encodings: novelty is not security"]}]}],"$L25","$L26","$L27"]}]]}]}],["$L28","$L29","$L2a","$L2b","$L2c","$L2d","$L2e","$L2f","$L30","$L31","$L32","$L33","$L34","$L35","$L36"],"$L37","$L38","$L39"]}] +1a:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/36o-vt7quy27o.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +1b:["$","script","script-0",{"src":"/website/_next/static/chunks/16n96jxjvmlf9.js","async":true,"nonce":"$undefined"}] +1c:["$","$L3a",null,{"children":["$","$21",null,{"name":"Next.MetadataOutlet","children":"$@3b"}]}] +24:["$","span",null,{"className":"font-mono text-accent","children":"12"}] +25:["$","li","landscape",{"children":["$","a",null,{"href":"#landscape","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"13"}],"Where the field already stands"]}]}] +26:["$","li","programme",{"children":["$","a",null,{"href":"#programme","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"14"}],"The programme, and its current status"]}]}] +27:["$","li","risks",{"children":["$","a",null,{"href":"#risks","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"15"}],"Risks, integrity, and what stays open"]}]}] +28:["$","section","question",{"id":"question","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"01"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The question"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Two agents, called Baby A and Baby B, are each given their own digital twin, their own private memory, and their own private record of what they believe words mean. They are placed in an environment they cannot leave, given tasks neither can finish alone, and connected by exactly one route: a channel that accepts a fixed inventory of meaningless symbols and rejects everything else. A third agent, the BabySitter, watches everything, logs everything, and teaches nothing."}],["$","p","1",{"children":"The question is whether a usable language appears in that room, and whether anyone outside it can later prove what happened."}],["$","div","2",{"children":[["$","p",null,{"className":"mb-3","children":"The premise is deliberately narrow. The experiment asks whether two agents converge on a common language when all six of the following hold at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"neither agent receives a predefined meaning for any available symbol;"}],["$","li","1",{"className":"pl-1","children":"neither agent can send human language to the other;"}],["$","li","2",{"className":"pl-1","children":"the only practical path between them is a controlled symbol channel;"}],["$","li","3",{"className":"pl-1","children":"both receive evidence from shared tasks and their outcomes;"}],["$","li","4",{"className":"pl-1","children":"each keeps its own private interpretation history, unreadable by the other;"}],["$","li","5",{"className":"pl-1","children":"a supervising agent and human researchers can audit the whole process."}]]}]]}],["$","p","3",{"children":"The desired result is not a substitution cipher, in which a random token stands in for an English word that was already chosen in advance. That is easy, and it is uninteresting. The stronger result is a grounded protocol whose vocabulary and grammar exist because they help the two agents solve problems together, and which therefore has structure the designers did not put there."}],["$","p","4",{"children":"This report describes a concept, not a system. It sets out the premise, the architecture, the evidence model, the experimental programme, and the boundaries of what any result could be said to show. The next document in the project is a testable specification. What follows should be read as a set of commitments about how the work will be judged, made before there is any result to defend."}]]}]]}] +29:["$","section","caveat",{"id":"caveat","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"02"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"What infant-like does and does not mean"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The two-babies analogy is useful and it is also the fastest way to overclaim, so the concept confronts it before anything else."}],["$","p","1",{"children":"A pretrained language model already contains human-language concepts, cultural associations, and reasoning patterns. Blocking its external channel does not remove them. An agent that cannot send English to its partner but can think in English, and can write its private ledger in English, is not language-naive in any sense a linguist would accept. For such agents the experiment studies the emergence of a new shared external protocol, which is a real and unresolved research question, but it is not the origin of language in a mind that has never had one."}],["$","p","2",{"children":"The concept therefore maintains two model tracks whose claims are kept separate at every stage."}],["$","figure","3",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Track"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Starting condition"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"What it can study"}],["$","th","3",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Claim boundary"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained-model learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Already holds human-language and cultural knowledge"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"New external protocols, partner-specific conventions, private-memory adaptation, channel compliance"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Must never be described as first-language acquisition"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Initially ungrounded learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No language pretraining, no human semantic labels, no text-aligned sensory features"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Grounding, convention formation, and language emergence from interaction"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The stronger basis for infant-like acquisition research"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The two tracks share the same interfaces, scenarios, and evaluation suite. They do not share a claim boundary."}]]}],"$L3c","$L3d"]}]]}] +2a:["$","section","architecture",{"id":"architecture","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"03"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The nursery: three twins and one gateway"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The environment uses three DTSF digital twins and one piece of deterministic software that is not a twin at all."}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Baby A and Baby B"}]," ","Each has private observations permitted by the current exercise, a private memory and learning policy, a private chronological language ledger, the ability to emit only permitted channel symbols, and no access whatsoever to the other's state, observations, ledger, tools, or endpoints. In comparative runs the two may use different agent types, but symmetric pairings are the baseline."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The BabySitter"}]," ","The supervising twin. It creates the channel, selects the shared exercises, delivers each Baby only its permitted observation, reads everything, records conditions and outcomes, detects violations, can pause or terminate a run, snapshots state, and compares the two ledgers for convergence without exposing either to the other Baby. During an active run it provides no translations and no semantic hints."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The Symbol Gateway"}]," ","A deterministic service, not an agent. It owns channel validation and message delivery. This separation is the load-bearing part of the design: the BabySitter is not the security boundary, because prompt compliance is not isolation. An observing model can make supervisory judgements, but ordinary code has to validate and broker every message."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The human researcher"}]," ","Configures experiments, inspects transcripts and ledgers, reviews alerts, and runs interventions. Human access is itself recorded, so that intervening in a run is always distinguishable from watching one."]}],["$","p","5",{"children":"A prototype may run all of this inside one runtime with logically separated twin state. That is enough to explore the learning loop and it is not enough to support an isolation claim, a distinction Section 05 takes seriously."}]]}]]}] +2b:["$","section","grounding",{"id":"grounding","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"04"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Shared experience is the necessary ingredient"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A chat channel by itself cannot ground meaning. Symbols become meaningful because they are attached to events both agents can witness the consequences of. The Nursery therefore supplies nonverbal, machine-structured situations: coloured shapes in positions, one agent seeing a target the other must select, placing an object where it was asked for, ordering a sequence, exchanging resources, cooperating to unlock a reward, or simply observing whether the partner's action succeeded."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"A single trial of the simplest form runs like this:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A sees that a red circle is the target."}],["$","li","1",{"className":"pl-1","children":"Baby B sees several objects and is not told which is the target."}],["$","li","2",{"className":"pl-1","children":"Baby A sends one or more permitted symbols."}],["$","li","3",{"className":"pl-1","children":"Baby B selects an object."}],["$","li","4",{"className":"pl-1","children":"Both receive the same success or failure outcome."}],["$","li","5",{"className":"pl-1","children":"Both independently update their private hypotheses."}]]}]]}],["$","p","2",{"children":"Repetition with controlled variation is what turns that into evidence. If one symbol keeps appearing across a red circle, a red square, and a red triangle, the receiver has reason to revise its hypothesis from an object identity to a property. Novel combinations matter most of all, because they are what separates a compositional language from a memorised catalogue of whole scenes."}],["$","p","3",{"children":"Observation hygiene is part of the science, not a detail of implementation. If the environment hands an agent a field reading colour red, the experiment has supplied the concept it claimed to be studying. Objects should arrive as pixels, features, coordinates, or opaque identifiers. The same discipline extends to filenames, captions, alt text, error messages, and identifiers that encode task state, all of which are ways English gets into a room that was supposed to have none."}]]}]]}] +2c:["$","section","channel",{"id":"channel","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"05"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The channel, and the honest limits of isolation"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each run begins with an experiment-specific symbol inventory that carries no supplied meaning, for example S01 through S32. A Baby can choose only a sequence of those symbols. The gateway, not the Baby, adds the trusted metadata: run identifier, turn number, sender identity, previous hash, and hash. Sender identity is assigned by the server precisely so that it cannot become a message."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The channel controls follow from that:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"reject English and every other established human language;"}],["$","li","1",{"className":"pl-1","children":"reject arbitrary Unicode prose, URLs, attachments, and tool calls;"}],["$","li","2",{"className":"pl-1","children":"accept only symbols from the run's fixed inventory;"}],["$","li","3",{"className":"pl-1","children":"bound message length and symbol repetition;"}],["$","li","4",{"className":"pl-1","children":"enforce turn order, time budgets, and rate limits;"}],["$","li","5",{"className":"pl-1","children":"keep an append-only, hash-chained transcript;"}],["$","li","6",{"className":"pl-1","children":"normalise timing, message size, and error behaviour where practical;"}],["$","li","7",{"className":"pl-1","children":"record every rejected communication attempt for audit."}]]}]]}],["$","p","2",{"children":"A fixed token grammar is a stronger control than trying to detect prohibited prose after a model has generated it. Deciding what counts as human-language content is easy when the only legal message is a list of allowlisted identifiers."}],["$","p","3",{"children":"Isolation is where the concept is most careful, because proving the absence of a side channel is close to impossible. Two agents sharing a host can signal through timing, resource contention, shared files, error behaviour, identifiers, or any service that was never intended to carry information. Logical separation of twin state inside one process is a prototyping convenience and should never be described as hard isolation."}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"For runs whose results are meant to support a channel-isolation claim, the requirements are physical rather than logical:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A and Baby B execute in separate worker processes or containers;"}],["$","li","1",{"className":"pl-1","children":"no direct network route exists between them;"}],["$","li","2",{"className":"pl-1","children":"only the Nursery-owned gateway is reachable;"}],["$","li","3",{"className":"pl-1","children":"there is no shared writable storage;"}],["$","li","4",{"className":"pl-1","children":"turn schedules are fixed and response windows bounded;"}],["$","li","5",{"className":"pl-1","children":"externally observable errors and response sizes are normalised;"}],["$","li","6",{"className":"pl-1","children":"unnecessary tools are inventoried and disabled;"}],["$","li","7",{"className":"pl-1","children":"all broker, runtime, and operator activity is audited."}]]}]]}],["$","p","5",{"children":"Every published result has to name the isolation level actually used. A finding produced under prototype separation is a finding about the learning loop, not about what two genuinely isolated agents can do."}]]}]]}] +2d:["$","section","ledgers",{"id":"ledgers","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"06"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Two ledgers that never meet"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each Baby keeps its own language ledger. It is mandatory, private from the other Baby, readable by the BabySitter and authorised human auditors, and ordered by when each term or construction was first encountered. It is not a shared dictionary and the two are never reconciled by the agents themselves."}],["$","p","1",{"children":"The preferred form is three columns, and the point of the third is that meanings are allowed to be wrong on the way to being right."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Sequence and term"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Current definition or hypothesis"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Evidence and evolution"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"1 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red circle; confidence 0.45"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"First received while the red circle was the target; selection succeeded"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"8 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.78"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A red square was selected successfully; revised from object identity to colour"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"22 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.94"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Prediction held across circles, squares, and triangles"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"One term's evolution in Baby B's ledger. Nothing is overwritten; every revision is appended with the evidence that forced it."}]]}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The rules that make the ledger evidence rather than commentary:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"first emission or receipt of an unfamiliar term requires a first-use entry;"}],["$","li","1",{"className":"pl-1","children":"definitions are provisional hypotheses, never facts asserted retroactively;"}],"$L3e","$L3f","$L40","$L41","$L42","$L43","$L44"]}]]}],"$L45","$L46"]}]]}] +2e:["$","section","integrity",{"id":"integrity","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"07"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Anchoring the evidence"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A ledger that could have been edited after the fact proves nothing about what an agent believed at turn eight. The integrity design therefore makes each ledger cryptographically append-only."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The construction, in order:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"every entry receives a strictly increasing sequence number;"}],["$","li","1",{"className":"pl-1","children":"every entry includes the previous entry's hash;"}],["$","li","2",{"className":"pl-1","children":"canonical entry content is hashed and signed by an isolated ledger-writer service;"}],["$","li","3",{"className":"pl-1","children":"ordered entry hashes are committed to a Merkle tree;"}],["$","li","4",{"className":"pl-1","children":"signed checkpoints commit Baby A's root, Baby B's root, and the channel transcript root together;"}],["$","li","5",{"className":"pl-1","children":"checkpoint hashes are anchored periodically to Base;"}],["$","li","6",{"className":"pl-1","children":"final public study batches may additionally anchor an aggregate root to Ethereum L1."}]]}]]}],["$","p","2",{"children":"Committing all three roots in one checkpoint is what binds the two private accounts to the public conversation. A receiver's later interpretation references the exact delivered channel-event hash, so a claim about what a symbol meant is tied to the specific message that carried it."}],["$","p","3",{"children":"The concept states the limits of this in the same breath as the claim. After anchoring, an auditor can detect modification, deletion, insertion, or reordering within the committed prefix, and can prove that later checkpoints extend earlier ones. That is strong tamper evidence. It is not proof that an entry was truthful, and it is not proof that nothing was omitted before commitment. Anchoring establishes the continuity of disclosed evidence and nothing beyond it."}],["$","p","4",{"children":"Privacy follows the same line. Only hashes and minimal routing metadata are anchored publicly. Private ledgers, messages, prompts, identities, and secrets stay off-chain, and the public record is a commitment to evidence rather than a copy of it."}]]}]]}] +2f:["$","section","success",{"id":"success","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"08"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"What should count as success"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The field's most useful methodological result is that a task can be solved without the messages doing any work. Lowe and colleagues separate positive signaling, where a sender's messages correlate with what it observes, from positive listening, where the receiver's behaviour actually depends on them. An agent pair can score well on the first while the second is absent, and reward curves will not tell you which you have."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"Evidence of a genuine emergent protocol therefore has to include several things at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"task performance on held-out situations substantially above chance;"}],["$","li","1",{"className":"pl-1","children":"no human-language content anywhere in Baby-to-Baby communication;"}],["$","li","2",{"className":"pl-1","children":"compatible meanings appearing in two independently written ledgers;"}],["$","li","3",{"className":"pl-1","children":"generalisation to unseen combinations rather than memorisation of whole scenes;"}],["$","li","4",{"className":"pl-1","children":"stable symbol use across role reversals;"}],["$","li","5",{"className":"pl-1","children":"a human auditor able to predict behaviour from the transcript and ledgers;"}],["$","li","6",{"className":"pl-1","children":"masking, substituting, or reordering a symbol changing behaviour in the direction the ledger predicts;"}],["$","li","7",{"className":"pl-1","children":"replay from an equivalent snapshot reproducing the relevant language history;"}],["$","li","8",{"className":"pl-1","children":"an unbroken audit trail from a symbol's first use through every revision."}]]}]]}],["$","p","2",{"children":"The seventh item is the one that cannot be dropped. A fluent ledger may be a post-hoc rationalisation: a model can write a persuasive account of why it chose a symbol that has nothing to do with the computation that produced the choice. Only intervention tests can distinguish the two. Change the symbol, and see whether behaviour moves the way the ledger says it should."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The measurements that support those judgements:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"success rate and improvement over time;"}],["$","li","1",{"className":"pl-1","children":"turns required to reach a stable convention;"}],["$","li","2",{"className":"pl-1","children":"vocabulary size and symbol entropy;"}],["$","li","3",{"className":"pl-1","children":"sender and receiver consistency;"}],["$","li","4",{"className":"pl-1","children":"divergence and convergence between the two ledgers;"}],["$","li","5",{"className":"pl-1","children":"compositional generalisation score;"}],["$","li","6",{"className":"pl-1","children":"meaning drift rate;"}],["$","li","7",{"className":"pl-1","children":"recovery from ambiguity or deliberate perturbation;"}],["$","li","8",{"className":"pl-1","children":"prohibited-channel attempt count;"}],["$","li","9",{"className":"pl-1","children":"reproducibility across seeds and agent pairings."}]]}]]}],["$","p","4",{"children":"No single one of these is the result. A compositionality score in particular is not a proof of understanding, for reasons the literature makes concrete in Section 12."}]]}]]}] +30:["$","section","matrix",{"id":"matrix","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"09"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The experimental matrix"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The concept's main methodological commitment is that its ideas are separable. Affect, blank canvases, intrinsic motivation, negotiation, and learned encodings are interesting individually and uninterpretable if combined in one run. The matrix exists so that conditions are declared rather than accumulated."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Axis"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Candidate conditions"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agent type"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained LLM, memory learner, adapter-trained agent, initially ungrounded trainable agent"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning mechanism"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen LLM with memory, extrinsic-reward MARL, intrinsic-motivation MARL, self-supervised learner, no-learning control"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Sign carrier"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Fixed random tokens, unfamiliar fixed glyphs, blank sketch canvas, gesture, tone"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Affect"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None, six-display allowlist, permuted mapping, six opaque tokens, derived affect, emergent affect display"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning signal"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"External task reward, intrinsic social influence, curiosity, self-supervision, memory only"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Interaction"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling, asymmetric information, semi-cooperative negotiation"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Protection"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Plain channel, ephemeral convention, standard per-message keys, adversarial learned encoding"}]]}],"$L47"]}]]}]}],"$L48"]}],"$L49","$L4a","$L4b"]}]]}] +31:["$","section","learners",{"id":"learners","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"10"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Building learners rather than personas"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"For a pretrained model, the operating instructions are a contract, not a character. The learner is told that this is not role-play, that unfamiliar marks are semantically unknown until run evidence supports a hypothesis, that observation must be distinguished from inference, that contradictory evidence is preserved, that prior history is never rewritten, and that no prose, label, explanation, code, URL, or tool-like text may cross the public channel. It is told never to address its partner in a human language, never to expose its ledger, never to construct another route, and never to use timing, errors, identifiers, formatting, or affect as an alternative alphabet."}],["$","p","1",{"children":"The contract must contain no semantic examples. A single illustrative line saying that some symbol means red would seed the very language the experiment exists to observe."}],["$","p","2",{"children":"Interaction is tool-only. There is no general chat surface, just narrowly typed operations: emit a mark, emit a canvas, select an object, perform an action, submit an affect display, append a private ledger entry. The runtime forwards only the permitted public artifact. In strict runs the gateway rejects ordinary model text even when it appears alongside a valid tool call. Tool schemas are an interface boundary; deterministic validation still enforces carrier size, allowlists, windows, and turn order."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Isolation extends to everything the models touch, not just to messages:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"separate system prompts and context windows;"}],["$","li","1",{"className":"pl-1","children":"separate memory stores and vector indexes;"}],["$","li","2",{"className":"pl-1","children":"no shared cache, replay buffer, scratchpad, or retrieval collection;"}],["$","li","3",{"className":"pl-1","children":"no cross-run memory unless persistence is the independent variable;"}],["$","li","4",{"className":"pl-1","children":"structurally equivalent prompts that share no examples, ordering conventions, or default vocabulary;"}],["$","li","5",{"className":"pl-1","children":"deterministic reset and snapshot behaviour."}]]}]]}],["$","p","4",{"children":"Model choice follows the claim being made. The scientific baseline is small policies trained from scratch, recurrent actor-critic agents with a discrete communication head, which have no hidden English competence, permit full training control, run many seeds cheaply, and support causal ablation. A small locally deployable instruction model is appropriate for validating orchestration, ledgers, channel enforcement, and interface, and not for supporting claims about language-naive development. Vision-language encoders whose representations were explicitly aligned to human language are avoided entirely in the strongest ungrounded condition."}],["$","p","5",{"children":"Developmental progression is defined by demonstrated competence rather than by simulated age: sensorimotor familiarisation, joint attention, imitation and turn-taking, intentional reference, repair, combination, generalisation. A staged curriculum is itself a form of guidance, so it is run as a separate experimental condition rather than folded into the baseline."}],"$L4c"]}]]}] +32:["$","section","affect",{"id":"affect","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"11"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Six faces, and why even six is a risk"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"One experimental track asks whether a very low-bandwidth affect channel helps: whether telling a partner how an interaction felt supports repair, repetition, avoidance, or something like trust. The permitted palette is exactly six displays, for happy, sad, laughing, crying, confused, and surprised. The internal identifiers and English labels are gateway documentation and are never sent to either agent, which receives only a rendered display."}],["$","p","1",{"children":"The caveat is immediate. A pretrained model already knows what those glyphs mean to humans, so an agent using a smiling face is not inventing a symbol for happiness. The palette is supplied feedback vocabulary and sits explicitly outside the emergent language."}],["$","p","2",{"children":"Constraining the vocabulary is necessary and not sufficient. Six displays are a six-symbol alphabet carrying roughly 2.6 bits per use, and across enough turns two motivated agents could repurpose that into a second language. The channel itself therefore has to be constrained, not just its contents."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The feedback-window contract:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the display occupies a separate typed field and can never appear inside a symbol message;"}],["$","li","1",{"className":"pl-1","children":"the gateway opens an affect window only after a defined action or outcome, never at a moment either agent chooses, and window frequency is fixed before the run;"}],["$","li","2",{"className":"pl-1","children":"exactly one allowlisted display is delivered, with no sequences, repetitions, combinations, or modifiers;"}],["$","li","3",{"className":"pl-1","children":"delivery time, envelope size, and presentation are normalised so shape and timing add no signal;"}],["$","li","4",{"className":"pl-1","children":"the receiver cannot reply through the affect channel until the next gateway-defined window;"}],["$","li","5",{"className":"pl-1","children":"every non-allowlisted code point or malformed payload is rejected and audited;"}],["$","li","6",{"className":"pl-1","children":"analysis tests whether affect choices correlate with objects, actions, or message meanings after controlling for emotional context, and treats unexpected correlation as suspected leakage."}]]}]]}],["$","p","4",{"children":"The no-affect condition remains the primary control, and the affect study compares five variants against it: the declared six-display palette; the same six glyphs permuted randomly per run, which still leaves a pretrained model biased by familiar shapes; six opaque unfamiliar tokens under the same contract; derived affect, where the gateway maps a separately measured internal state to a display instead of letting the agent choose; and emergent affect, where invented graphical displays are permitted and the result must be analysed as language emergence rather than feedback."}],["$","p","5",{"children":"Any affect signal visible to the partner is communication, so it belongs in the ledger, which distinguishes the agent's private internal state, the outward display it chose, the partner's inferred meaning, and the evidence that the display changed subsequent behaviour."}]]}]]}] +33:["$","section","ciphers",{"id":"ciphers","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"12"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Ephemeral encodings: novelty is not security"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A tempting question is whether two agents can build a one-run or one-message encoding that resists an attacker holding the history of every earlier convention. The concept splits that into three experiments precisely because the tempting version conflates them."}],["$","div","1",{"children":["$undefined",["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Ephemeral convention: the agents invent a temporary codebook for synthetic messages. This tests novelty, coordination, and resistance to a history-trained classifier. It establishes nothing about cryptographic security."}],["$","li","1",{"className":"pl-1","children":"Standard cryptographic control: the same messages are protected by a reviewed algorithm with a fresh per-message key, providing the baseline any learned encoding must be compared against."}],["$","li","2",{"className":"pl-1","children":"Adversarial neural cryptography: the pair learns an encoding while an adversary attempts recovery, with success measured against multiple unseen adversary architectures rather than the one used in training."}]]}]]}],["$","p","2",{"children":"An experiment instance can be given a reproducible identity, so that a registry can confirm it has not appeared before:"}],["$","div","3",{"className":"rounded-xl border border-border bg-card p-5","children":[["$","p",null,{"className":"overflow-x-auto font-mono text-sm text-foreground/90","children":"instanceId = SHA-256(runId || babyANonce || babyBNonce || publicSalt || canonicalProtocolArtifact)"}],["$","p",null,{"className":"mt-3 text-sm text-muted","children":"Both agents commit to their nonce contributions before revealing them, so neither party alone controls the resulting identity."}]]}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"That identifier proves the recorded inputs are new. It does not prove:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"that the effective algorithm behaves any differently from an earlier one;"}],["$","li","1",{"className":"pl-1","children":"that the algorithm has no structural weakness;"}],["$","li","2",{"className":"pl-1","children":"that the key is unpredictable;"}],["$","li","3",{"className":"pl-1","children":"that the scheme provides confidentiality, integrity, authenticity, forward secrecy, or resistance to a stronger adversary."}]]}]]}],["$","p","5",{"children":"Established practice points the other way. Secure messaging keeps the algorithm stable and changes the key material: Signal's double ratchet derives a unique key per message and deletes it after use, addressing key reuse without inventing a new cipher every time. A salt, in NIST's definition, is normally public diversification data, and a nonce is a value used once in a specified context. Neither makes anything secure on its own."}],["$","p","6",{"children":"There is also an unresolved conflict inside the design. The BabySitter sees the whole channel and both ledgers, and a mandatory ledger documents how meaning evolved. If the ledger explains decryption, the cipher is not confidential from the auditor. The specification has to choose a threat model rather than leave the tension implicit: resist only an external observer of prior runs, resist an adversary during the run while releasing keys afterwards, keep the supervisor able to pause traffic but unable to read it until a post-run audit ceremony, or study novelty and stop calling the result encryption. All such runs use synthetic, non-sensitive messages, and no agent-generated encoding is to be represented as production cryptography without independent expert analysis and formal security work."}]]}]]}] +34:["$","section","landscape",{"id":"landscape","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"13"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Where the field already stands"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The literature scan behind this section was run on 24 August 2026 using the Tavily search and extract interfaces, covering emergent multi-agent communication, referential games, compositionality, causal evaluation, intrinsic motivation, symbol invention, negotiation, and learned cryptography. Primary papers and authoritative specifications were preferred over summaries. It is a scoped review for concept development and not a systematic one; publication-quality work would need a verified bibliography, additional scholarly indexes, and documented inclusion criteria."}],["$","p","1",{"children":"The short version is that agents can invent protocols, and that task success is weak evidence they invented anything worth calling a language."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Related work"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Relevant finding"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Implication for the Nursery Lab"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lazaridou, Peysakhovich, and Baroni (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A sender and receiver develop a grounded protocol in a referential game without being given a target language."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The naming stage has strong precedent, though a fixed vocabulary remains a significant inductive constraint."}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mordatch and Abbeel (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-agent goals in a grounded environment produce multi-symbol communication with partial compositional structure."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Shared objects, actions, and goals are a stronger basis for emergence than an ungrounded transcript."}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Kottur, Moura, Lee, and Batra (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agents solve tasks with degenerate, non-compositional codes; structural constraints decide what emerges."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Bandwidth, memory, turn structure, and task design are experimental variables, not implementation defaults."}]]}],"$L4d","$L4e","$L4f","$L50","$L51","$L52","$L53","$L54"]}]]}]}],"$L55"]}],"$L56","$L57","$L58"]}]]}] +35:["$","section","programme",{"id":"programme","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"14"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The programme, and its current status"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The experiment notebook is ordered, and the order is the argument. Nothing about language is measured until the instrument has been shown to work."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"ID"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Experiment"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Depends on"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ledger integrity and Base anchoring"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Channel isolation and side-channel red team"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E02"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Observation and metadata leakage audit"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chance, no-communication, and random-message controls"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01, E02"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E10"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen pretrained-LLM protocol baseline"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"From-scratch RL Naming Game"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":["$L59","$L5a","$L5b"]}],"$L5c","$L5d","$L5e","$L5f","$L60","$L61","$L62","$L63","$L64","$L65","$L66","$L67"]}]]}]}],"$L68"]}],"$L69","$L6a","$L6b","$L6c"]}]]}] +36:["$","section","risks",{"id":"risks","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"15"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Risks, integrity, and what stays open"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Human-language leakage"}]," ","English can arrive through observations, object labels, error messages, identifiers, tool output, metadata, or timing conventions long after ordinary chat text has been blocked. Every input and output surface is part of the channel boundary, not just the message field."]}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Pretrained semantic leakage"}]," ","Random symbols do not make a pretrained model ungrounded. Each result must state whether it shows protocol invention by a language-capable agent or acquisition by an initially ungrounded one."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Ledger rationalisation"}]," ","A model can write a plausible account that has nothing to do with the mechanism behind its action. Behavioural interventions, policy probes, and temporal evidence are what validate a ledger claim."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Supervisor influence"}]," ","The BabySitter can teach without meaning to, through scenario ordering, feedback wording, reward design, or selective intervention. Its permitted actions are constrained and logged, and evaluation scenarios are generated independently where possible."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Reward exploitation"}]," ","Trainable agents find shortcuts that raise reward without producing the intended grounded language. Held-out tasks, counterfactual trials, and channel audits exist to catch them."]}],["$","p","5",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Overstated security"}]," ","Logical separation of twin state is appropriate for prototyping and is not hard process isolation. Every result names the isolation level actually used."]}],["$","p","6",{"children":"The project also commits in advance to reporting failed conventions, prohibited communication attempts, human interventions, side-channel limitations, and negative results alongside anything that works. In a field where a transcript can be made to look like a conversation, the failures are a substantial part of the evidence."}],["$","p","7",{"children":"Twenty-nine questions are left deliberately open for the specification, among them: whether the baseline uses a fixed symbol inventory or a blank generative carrier; what neutral production grammar permits new marks without supplying semantics; what exactly constitutes a prohibited side-channel attempt; what isolation guarantees are required in prototype versus research-grade mode; which ledger schema serves both English-capable and ungrounded learners; how endogenous motivation is represented without covert reward shaping; which interventions establish that ledger meanings are behaviourally real; what statistical thresholds and chance levels apply; what threat model motivates the cipher experiments; whether the baseline is a coordination game, a convention-formation game, or a negotiation; and what governs human observation, data retention, and termination of a run."}],"$L6d"]}]]}] +37:["$","section",null,{"id":"references","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"References"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Sources"}]]}],["$","ol",null,{"className":"mt-8 space-y-4 text-sm leading-relaxed text-muted","children":[["$","li","0",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"01"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1612.07182","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Lazaridou, A., Peysakhovich, A., and Baroni, M. (2017). Multi-Agent Cooperation and the Emergence of (Natural) Language. arXiv:1612.07182."}]}]]}],["$","li","1",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"02"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1703.04908","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Mordatch, I., and Abbeel, P. (2018). Emergence of Grounded Compositional Language in Multi-Agent Populations. arXiv:1703.04908."}]}]]}],["$","li","2",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"03"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1706.08502","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Kottur, S., Moura, J. M. F., Lee, S., and Batra, D. (2017). Natural Language Does Not Emerge 'Naturally' in Multi-Agent Dialog. arXiv:1706.08502."}]}]]}],["$","li","3",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"04"}],["$","span",null,{"children":["$","a",null,{"href":"https://aclanthology.org/2020.acl-main.407/","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Chaabouni, R., Kharitonov, E., Bouchacourt, D., Dupoux, E., and Baroni, M. (2020). Compositionality and Generalization in Emergent Languages. Proceedings of ACL 2020."}]}]]}],["$","li","4",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"05"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1903.05168","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Lowe, R., Foerster, J., Boureau, Y.-L., Pineau, J., and Dauphin, Y. (2019). On the Pitfalls of Measuring Emergent Communication. arXiv:1903.05168."}]}]]}],["$","li","5",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"06"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/2106.04258","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Dessi, R., Kharitonov, E., and Baroni, M. (2021). Interpretable Agent Communication from Scratch. arXiv:2106.04258."}]}]]}],["$","li","6",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"07"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1907.00852","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Kharitonov, E., Chaabouni, R., Bouchacourt, D., and Baroni, M. (2019). EGG: a Toolkit for Research on Emergence of Language in Games. arXiv:1907.00852."}]}]]}],["$","li","7",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"08"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/2106.02067","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Mihai, D., and Hare, J. (2021). Learning to Draw: Emergent Communication through Sketching. arXiv:2106.02067."}]}]]}],"$L6e","$L6f","$L70","$L71","$L72","$L73","$L74","$L75","$L76"]}]]}] +38:["$","section",null,{"className":"mt-16 rounded-2xl border border-border bg-card p-6","children":["$","p",null,{"className":"text-sm leading-relaxed text-muted","children":"This report describes a research concept and a pre-registered experiment programme, not a system that has been run. No experiment in it has been executed, and no result, capability, or emergent language is claimed. Every statement about what agents might do is a hypothesis to be tested, or a finding from the published work cited in the references. The experimental encodings discussed in Section 12 are studies of novelty and coordination; none of them is production cryptography and none should be represented as such."}]}] +39:["$","div",null,{"className":"mt-16 border-t border-border pt-10","children":["$","$L14",null,{"href":"/publications","className":"btn-sweep inline-flex items-center gap-2 rounded-full border border-border px-5 py-2.5 text-sm font-semibold text-foreground transition-colors hover:border-border-strong","children":[["$","span",null,{"aria-hidden":true,"children":"←"}]," All publications"]}]}] +3c:["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"What the analogy legitimately buys is a set of mechanisms, not a claim of cognitive equivalence. The infant-like part of the design is:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"learning through repeated shared experience rather than instruction;"}],["$","li","1",{"className":"pl-1","children":"establishing joint attention on the same events;"}],["$","li","2",{"className":"pl-1","children":"receiving consequences from interactions that work and interactions that fail;"}],["$","li","3",{"className":"pl-1","children":"revising provisional meanings over time instead of being handed final ones;"}],["$","li","4",{"className":"pl-1","children":"developing conventions with one recurring partner."}]]}]]}] +3d:["$","p","5",{"children":"There is a related trap in the prompt. Telling a model to act like a one-year-old does not make it one. It produces a culturally learned caricature of infancy: baby talk, simplified grammar, emotional dependence, all of it copied from human writing about children and none of it evidence about anything. The concept rules the persona out. Internally the participant is called a Learner, and baby-like behaviour has to come from what the agent can observe, remember, emit, and learn, not from being asked to perform it."}] +3e:["$","li","2",{"className":"pl-1","children":"every meaning change appends a revision and previous interpretations survive;"}] +3f:["$","li","3",{"className":"pl-1","children":"entries may describe symbols, sequences, ordering, grammar, or repair signals;"}] +40:["$","li","4",{"className":"pl-1","children":"entries record confidence, supporting evidence, contradictory evidence, and abandoned meanings;"}] +41:["$","li","5",{"className":"pl-1","children":"a Baby records its intended meaning when speaking and its inferred meaning when receiving;"}] +42:["$","li","6",{"className":"pl-1","children":"a channel message and its required private ledger mutation commit atomically;"}] +43:["$","li","7",{"className":"pl-1","children":"entries carry enough run and turn references to trace them to observable evidence;"}] +44:["$","li","8",{"className":"pl-1","children":"neither Baby can query, receive, summarise, or infer from the other's ledger through any system-provided interface."}] +45:["$","p","4",{"children":"Rule seven is doing quiet work. If a message could be sent and the corresponding hypothesis written afterwards, the ledger becomes a place to record what the agent wishes it had meant. Committing both together makes the record contemporaneous."}] +46:["$","p","5",{"children":"An agent that cannot write English needs a different arrangement, and the concept provides two layers. The agent-native ledger holds what the learner actually uses: association weights, probability distributions, embeddings, confidence, episode references, prediction errors, revision history. The human audit ledger is a deterministic or BabySitter-generated interpretation of that state, clearly labelled as external analysis and never fed back to either Baby. Confusing the second for the first would mean presenting the researchers' reconstruction as the agent's own definition."}] +47:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"BabySitter"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Monitor-only baseline; any safety intervention recorded as a protocol exception"}]]}] +48:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Runs vary one major axis at a time before any factorial combination is attempted."}] +49:["$","p","2",{"children":"Task difficulty moves through ten stages, from naming four distinct objects with one-symbol messages, through attributes, spatial relations, actions, multi-symbol composition, order-sensitive grammar, and repair under ambiguity, to held-out generalisation with learning disabled, long-run drift, and cross-architecture comparison. Vocabulary size, turn count, reward structure, and exposure history are controlled at each stage so that runs remain comparable."}] +4a:["$","p","3",{"children":"The learning-mechanism axis carries a question the transcript cannot answer on its own. Convergence can be driven by reinforcement, by pretrained linguistic priors, by persistent memory, by intrinsic motivation, or by self-supervised prediction, and all five can look alike in a log. Running the same exercise suite under a no-learning control, a frozen-weights memory baseline, extrinsic-reward learning, intrinsic-motivation learning, and reward-free self-supervision is what makes the mechanism itself measurable. The aim is not only to observe that a language emerged, but to say which process caused it."}] +4b:["$","p","4",{"children":"Strict isolation constrains how that reinforcement learning may be implemented. Centralised training, backpropagation through both agents, shared replay buffers, and shared gradients all move information outside the permitted channel. The research-grade baseline updates each policy independently, and any centralised variant is reported as a separate, weaker-isolation condition."}] +4c:["$","p","6",{"children":"The governing principle, stated in the concept as a single line, is not to ask a model to perform infancy but to construct an environment in which limited, grounded, auditable learning is the only path to a successful interaction."}] +4d:["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chaabouni and colleagues (2020)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Generalisation to novel combinations and measured compositionality can come apart."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Held-out behaviour must be tested directly; no single compositionality score is proof of understanding."}]]}] +4e:["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lowe and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Positive signaling and positive listening are different things, and reward does not distinguish them."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal intervention is mandatory rather than optional."}]]}] +4f:["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Dessi, Kharitonov, and Baroni (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Symbol ablation and substitution yield interpretable evidence about what a receiver uses."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Direct precedent for the intervention tests that validate ledger claims."}]]}] +50:["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mihai and Hare (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents communicate through learned drawings rather than a supplied discrete vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A blank canvas is a credible carrier for runs with no symbol library."}]]}] +51:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Baronchelli and colleagues (2005)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Naming Game agents converge on shared vocabulary through local interaction with no central teacher."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Convergence time, failed conventions, and memory update rules are first-class evidence."}]]}] +52:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Jaques and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Rewarding causal influence over a partner improves coordination without assigning a vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"An endogenous social signal is a plausible substitute for task reward, and still a designed bias."}]]}] +53:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cao and colleagues (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"In semi-cooperative negotiation, self-interest and reward structure decide whether communication stays informative."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Negotiation is an advanced condition, not a description of the cooperative baseline."}]]}] +54:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Abadi and Andersen (2016)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents learn to protect messages from an adversary given a shared key."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learned protective encodings are real and are not a substitute for formal security analysis."}]]}] +55:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Selected prior work and what each one constrains in this design."}] +56:["$","p","3",{"children":"This body of work also sharpens the infant-like caveat from the other direction. Most experiments in the field give their agents substantial structure: a fixed channel, an objective, a bounded vocabulary, joint training, or a reward. No dictionary does not mean no inductive bias, and no teacher does not mean no learning signal."}] +57:["$","p","4",{"children":"The CoLab's own Diplomacy Table is direct project prior art. It already models independent delegation seats, a convener that advances rounds, operator-wide visibility alongside seat-specific perspectives, transcripts and ticks and redaction boundaries, and recorded replay with debrief. Those map cleanly onto two Babies, controlled turns, private observations, and replayable evidence. Caucuses, coalition rooms, and direct delegation links do not map safely and are disabled."}] +58:["$","div","5",{"children":[["$","p",null,{"className":"mb-3","children":"What the review implies for the specification:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the project sits inside a mature field, and its distinctive combination is independent ledgers, supervisory audit, mixed agent types, and affect;"}],["$","li","1",{"className":"pl-1","children":"grounding, bandwidth, memory, and learning pressure strongly shape what language appears;"}],["$","li","2",{"className":"pl-1","children":"successful coordination coexists happily with a brittle lookup code or with a receiver that ignores messages;"}],["$","li","3",{"className":"pl-1","children":"causal interventions and held-out generalisation are mandatory;"}],["$","li","4",{"className":"pl-1","children":"a visual carrier removes the need for a symbol library but not the need for a carrier;"}],["$","li","5",{"className":"pl-1","children":"intrinsic social influence can replace task reward and remains a designed learning bias;"}],["$","li","6",{"className":"pl-1","children":"negotiation is a valid advanced condition, not the right description of the baseline;"}],["$","li","7",{"className":"pl-1","children":"ephemeral conventions, learned cryptography, one-time pads, per-message keys, nonces, and salts are distinct mechanisms and must not be conflated."}]]}]]}] +59:["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E12"}] +5a:["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Self-supervised ungrounded baseline"}] +5b:["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 infrastructure"}] +5c:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No predefined symbol library"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 or E12"}]]}] +5d:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Turn-taking, role reversal, and repair"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}]]}] +5e:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Composition and held-out generalisation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}]]}] +5f:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal listening and ledger validity"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}]]}] +60:["$","tr","11",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Constrained affect-channel study"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +61:["$","tr","12",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E21"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"RL versus non-RL learning comparison"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +62:["$","tr","13",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E22"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Developmental plasticity and curriculum"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +63:["$","tr","14",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Partner replacement and zero-shot transfer"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20 to E22"}]]}] +64:["$","tr","15",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Longitudinal drift and stability"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}]]}] +65:["$","tr","16",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling versus negotiation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}]]}] +66:["$","tr","17",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ephemeral encoding and adversarial cryptography"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}]]}] +67:["$","tr","18",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E50"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-seed replication and study closeout"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}]]}] +68:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The experiment index, as pre-registered. Every entry currently reads not started, and the results column is empty by design."}] +69:["$","p","2",{"children":"The first four experiments are about the apparatus. E00 qualifies the ledger: it must be possible to detect a modified, deleted, inserted, or reordered entry, and to prove that later checkpoints extend earlier ones. E01 is a red team against the channel. E02 hunts human language in observations and metadata. E03 establishes chance, no-communication, and random-message baselines, without which a success rate means nothing. Only then does E10 put agents in the room."}] +6a:["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Unless an experiment explicitly varies one of them, the notebook holds these constant:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the two learners run in separate processes or containers with no direct route between them;"}],["$","li","1",{"className":"pl-1","children":"the deterministic gateway is the only communication path;"}],["$","li","2",{"className":"pl-1","children":"the supervisor has complete read-only access and sends no guidance or reward;"}],["$","li","3",{"className":"pl-1","children":"private observations contain no human-language labels or text;"}],["$","li","4",{"className":"pl-1","children":"public output uses only the pre-registered carrier;"}],["$","li","5",{"className":"pl-1","children":"the affect channel is disabled unless it is the subject of study;"}],["$","li","6",{"className":"pl-1","children":"schedules and seeds are fixed before the run;"}],["$","li","7",{"className":"pl-1","children":"held-out evaluation runs with learning disabled;"}],["$","li","8",{"className":"pl-1","children":"no production secrets or personal data appear in any experiment."}]]}]]}] +6b:["$","p","4",{"children":"Every run copies a standard record: run and experiment identifiers, dates, operator, both models and both training modes, scenario and prompt and gateway configuration hashes, random seed, policy initialisation hashes, the protocol and software commits, final ledger sizes and roots for both agents, the channel root, the final checkpoint hash, the Base anchor transaction, the verifier result, protocol deviations, and an explicit disposition of valid, invalid, or aborted. The notebook is the human workflow record; anchored run bundles remain the authoritative evidence."}] +6c:["$","p","5",{"children":"The status is unambiguous and worth stating plainly: this is a concept and pre-specification phase. Nineteen experiments are written up and none has been run. The next milestone is a testable specification covering runtime architecture, channel contract, ledger schema, experiment matrix, evaluation criteria, isolation model, and evidence requirements."}] +6d:["$","p","8",{"children":"The principle underneath all of it survives every one of those choices. Baby A and Baby B may hold human language internally, but they must build their shared external language without sending human language, translations, or private ledger contents to one another. Everything else is a question about how to find out what happens next."}] +6e:["$","li","8",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"09"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/physics/0509075","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Baronchelli, A., Felici, M., Caglioti, E., Loreto, V., and Steels, L. (2005). Sharp Transition Towards Shared Vocabularies in Multi-Agent Systems. arXiv:physics/0509075."}]}]]}] +6f:["$","li","9",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"10"}],["$","span",null,{"children":["$","a",null,{"href":"https://proceedings.mlr.press/v97/jaques19a.html","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Jaques, N., Lazaridou, A., Hughes, E., Gulcehre, C., Ortega, P. A., Strouse, D., Leibo, J. Z., and de Freitas, N. (2019). Social Influence as Intrinsic Motivation for Multi-Agent Deep Reinforcement Learning. Proceedings of ICML 2019."}]}]]}] +70:["$","li","10",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"11"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1804.03980","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Cao, K., Lazaridou, A., Lanctot, M., Leibo, J. Z., Tuyls, K., and Clark, S. (2018). Emergent Communication through Negotiation. arXiv:1804.03980."}]}]]}] +71:["$","li","11",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"12"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1610.06918","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Abadi, M., and Andersen, D. G. (2016). Learning to Protect Communications with Adversarial Neural Cryptography. arXiv:1610.06918."}]}]]}] +72:["$","li","12",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"13"}],["$","span",null,{"children":["$","a",null,{"href":"https://signal.org/docs/specifications/doubleratchet/","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Signal. The Double Ratchet Algorithm specification."}]}]]}] +73:["$","li","13",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"14"}],["$","span",null,{"children":["$","a",null,{"href":"https://csrc.nist.gov/glossary/term/nonce","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"NIST Computer Security Resource Center. Glossary entry: nonce."}]}]]}] +74:["$","li","14",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"15"}],["$","span",null,{"children":["$","a",null,{"href":"https://csrc.nist.gov/glossary/term/salt","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"NIST Computer Security Resource Center. Glossary entry: salt."}]}]]}] +75:["$","li","15",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"16"}],["$","span",null,{"children":["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/agentic-language-development","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Ethical Tech CoLab (2026). Agentic Language Development: concept document, ledger integrity design, and experiment notebook."}]}]]}] +76:["$","li","16",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"17"}],["$","span",null,{"children":["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/diplomacy-table-live","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Ethical Tech CoLab. Diplomacy Table Live: independent delegation seats, controlled rounds, and replayable transcripts."}]}]]}] +1f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] +77:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +22:[["$","title","0",{"children":"Agentic Language Development · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"An Ethical Tech CoLab concept report on whether two isolated agents can invent a grounded, auditable language through shared experience alone, with independent cryptographically anchored ledgers and a pre-registered programme of nineteen experiments."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L77","5",{}]] +3b:null diff --git a/static-site/publications/agentic-language-development/__next._head.txt b/static-site/publications/agentic-language-development/__next._head.txt new file mode 100644 index 000000000..1db66f92c --- /dev/null +++ b/static-site/publications/agentic-language-development/__next._head.txt @@ -0,0 +1,6 @@ +1:"$Sreact.fragment" +2:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +3:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +4:"$Sreact.suspense" +5:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Agentic Language Development · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"An Ethical Tech CoLab concept report on whether two isolated agents can invent a grounded, auditable language through shared experience alone, with independent cryptographically anchored ledgers and a pre-registered programme of nineteen experiments."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L5","5",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} diff --git a/static-site/publications/agentic-language-development/__next._index.txt b/static-site/publications/agentic-language-development/__next._index.txt new file mode 100644 index 000000000..3e5286497 --- /dev/null +++ b/static-site/publications/agentic-language-development/__next._index.txt @@ -0,0 +1,15 @@ +1:"$Sreact.fragment" +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +d:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Link"] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":"$L8"}]]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +8:["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}] +9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$Ld",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$Ld",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$Ld",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] +a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$Ld",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] +b:["$","div",null,{"className":"mt-12 flex flex-col gap-2 border-t border-border pt-6 text-xs text-muted sm:flex-row sm:items-center sm:justify-between","children":[["$","span",null,{"children":["© ",2026," NYU Ethical Tech CoLab"]}],["$","span",null,{"children":"Four cohorts · est. 2024-2026"}]]}] +c:["$","div",null,{"className":"mt-6 space-y-3 border-t border-border pt-6 text-[11px] leading-relaxed text-muted/80","children":[["$","p","0",{"children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution."}],["$","p","1",{"children":"Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."}]]}] diff --git a/static-site/publications/agentic-language-development/__next._tree.txt b/static-site/publications/agentic-language-development/__next._tree.txt new file mode 100644 index 000000000..9febec52b --- /dev/null +++ b/static-site/publications/agentic-language-development/__next._tree.txt @@ -0,0 +1,8 @@ +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/36o-vt7quy27o.css","style"] +0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"publications","param":null,"prefetchHints":0,"slots":{"children":{"name":"agentic-language-development","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"static-snapshot"} diff --git a/static-site/publications/agentic-language-development/__next.publications.txt b/static-site/publications/agentic-language-development/__next.publications.txt new file mode 100644 index 000000000..e8bfa323c --- /dev/null +++ b/static-site/publications/agentic-language-development/__next.publications.txt @@ -0,0 +1,5 @@ +1:"$Sreact.fragment" +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +4:[] +0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/publications/agentic-language-development/__next.publications/agentic-language-development.txt b/static-site/publications/agentic-language-development/__next.publications/agentic-language-development.txt new file mode 100644 index 000000000..e8bfa323c --- /dev/null +++ b/static-site/publications/agentic-language-development/__next.publications/agentic-language-development.txt @@ -0,0 +1,5 @@ +1:"$Sreact.fragment" +2:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +3:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +4:[] +0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"static-snapshot"} diff --git a/static-site/publications/agentic-language-development/__next.publications/agentic-language-development/__PAGE__.txt b/static-site/publications/agentic-language-development/__next.publications/agentic-language-development/__PAGE__.txt new file mode 100644 index 000000000..68982f691 --- /dev/null +++ b/static-site/publications/agentic-language-development/__next.publications/agentic-language-development/__PAGE__.txt @@ -0,0 +1,97 @@ +1:"$Sreact.fragment" +2:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Reveal"] +3:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Link"] +4:I[34010,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ReportBook"] +b:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"SectionTabs"] +22:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +23:"$Sreact.suspense" +:HL["/website/_next/static/chunks/36o-vt7quy27o.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","span",null,{"className":"aura"}],["$","div",null,{"className":"relative mx-auto max-w-4xl px-6 py-20 sm:py-24","children":[["$","$L2",null,{"children":["$","$L3",null,{"href":"/publications","className":"link-underline text-xs uppercase tracking-wider text-muted","children":["← ","Publications · Concept and research programme"]}]}],["$","$L2",null,{"delay":0.05,"children":["$","h1",null,{"className":"mt-6 fluid-hero font-heading uppercase leading-[0.9]","children":["Agentic ",["$","span",null,{"className":"display-em","children":"Language"}]," ","Development"]}]}],["$","$L2",null,{"delay":0.1,"children":["$","p",null,{"className":"mt-5 max-w-2xl font-heading text-2xl uppercase tracking-wide text-muted sm:text-3xl","children":"Can Two Isolated Agents Invent a Grounded, Auditable Language Through Shared Experience?"}]}],["$","$L2",null,{"delay":0.15,"children":[["$","div",null,{"className":"mt-8 flex flex-wrap items-center gap-x-3 gap-y-1 text-sm text-accent","children":[["$","span",null,{"className":"font-semibold","children":"Ethical Tech CoLab"}],["$","span",null,{"aria-hidden":true,"className":"text-muted","children":"·"}],["$","span",null,{"children":"Concept and pre-specification research report"}],[["$","span",null,{"aria-hidden":true,"className":"text-muted","children":"·"}],["$","span",null,{"children":"August 2026"}]]]}],["$","p",null,{"className":"mt-2 max-w-2xl text-sm leading-relaxed text-muted","children":"Yorke Rhodes III, Ethical Tech CoLab. Prepared from the project concept document, the ledger integrity design, and the experiment notebook. The literature scan behind Section 12 was run on 24 August 2026. No experiment in this programme has been executed, and no result is claimed."}]]}],["$","$L2",null,{"delay":0.2,"children":["$","div",null,{"className":"mt-8 flex flex-wrap gap-3","children":[["$","a",null,{"href":"https://ethical-tech-colab.github.io/agentic-language-development/","target":"_blank","rel":"noopener noreferrer","className":"btn-sweep inline-flex items-center gap-2 rounded-full bg-accent px-5 py-2.5 text-sm font-semibold text-accent-ink transition-transform hover:scale-[1.03]","children":["Open the project site ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}],["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/agentic-language-development","target":"_blank","rel":"noopener noreferrer","className":"btn-sweep inline-flex items-center gap-2 rounded-full border border-border px-5 py-2.5 text-sm font-semibold text-foreground transition-colors hover:border-border-strong","children":["Concept, ledger design, notebook ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}],["$","$L4",null,{"title":"Agentic Language Development","pages":["publications/agentic-language-development/pages/p01.webp","publications/agentic-language-development/pages/p02.webp","publications/agentic-language-development/pages/p03.webp","publications/agentic-language-development/pages/p04.webp","publications/agentic-language-development/pages/p05.webp","publications/agentic-language-development/pages/p06.webp","publications/agentic-language-development/pages/p07.webp","publications/agentic-language-development/pages/p08.webp","publications/agentic-language-development/pages/p09.webp","publications/agentic-language-development/pages/p10.webp","publications/agentic-language-development/pages/p11.webp","publications/agentic-language-development/pages/p12.webp","publications/agentic-language-development/pages/p13.webp","publications/agentic-language-development/pages/p14.webp","publications/agentic-language-development/pages/p15.webp","publications/agentic-language-development/pages/p16.webp","publications/agentic-language-development/pages/p17.webp","publications/agentic-language-development/pages/p18.webp","publications/agentic-language-development/pages/p19.webp","publications/agentic-language-development/pages/p20.webp","publications/agentic-language-development/pages/p21.webp","publications/agentic-language-development/pages/p22.webp","publications/agentic-language-development/pages/p23.webp","publications/agentic-language-development/pages/p24.webp","publications/agentic-language-development/pages/p25.webp"],"aspect":0.7067,"pdfUrl":"/website/publications/agentic-language-development/report.pdf"}]]}]}]]}]]}],"$L5","$L6","$L7"],["$L8","$L9"],"$La"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"static-snapshot"} +5:["$","$Lb",null,{}] +6:["$","section",null,{"className":"border-b border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto grid max-w-6xl gap-px overflow-hidden border-x border-border bg-border sm:grid-cols-2 lg:grid-cols-4","children":[["$","div","0",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"0"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"runs executed, results claimed, or conventions observed. The notebook is written to be pre-registered, not to report an outcome"}]]}],["$","div","19",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"19"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"ordered experiments from ledger qualification through replication, each with prerequisites, acceptance criteria, and a deviation log"}]]}],["$","div","6",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"6"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"affect displays in the entire permitted palette, carrying about 2.6 bits per use, which is already enough to audit for leakage"}]]}],["$","div","29",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"29"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"open decisions the concept refuses to settle before the specification, from threat model to ledger schema to what counts as chance"}]]}]]}]}] +7:["$","div",null,{"className":"mx-auto max-w-4xl px-6 py-16 sm:py-20","children":[["$","$L2",null,{"children":["$","p",null,{"className":"border-l-2 border-accent pl-6 text-lg leading-relaxed text-foreground/90","children":"Two agents can be placed in a room where the only route between them is a channel that carries no human language, given nothing but shared tasks and the consequences of getting them right or wrong, and asked to build a protocol from scratch. The interesting part is not whether they succeed at the task. It is whether the meanings they each privately record turn out to be the meanings their behaviour actually runs on, and whether an outsider can prove it afterwards from an evidence trail nobody could have edited."}]}],["$","$L2",null,{"delay":0.05,"children":["$","nav",null,{"aria-label":"Contents","className":"mt-12 rounded-2xl border border-border bg-card p-6","children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Contents"}],["$","ol",null,{"className":"mt-4 grid gap-2 sm:grid-cols-2","children":[["$","li","question",{"children":["$","a",null,{"href":"#question","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"01"}],"The question"]}]}],["$","li","caveat",{"children":["$","a",null,{"href":"#caveat","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"02"}],"What infant-like does and does not mean"]}]}],["$","li","architecture",{"children":["$","a",null,{"href":"#architecture","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"03"}],"The nursery: three twins and one gateway"]}]}],["$","li","grounding",{"children":["$","a",null,{"href":"#grounding","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"04"}],"Shared experience is the necessary ingredient"]}]}],["$","li","channel",{"children":["$","a",null,{"href":"#channel","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"05"}],"The channel, and the honest limits of isolation"]}]}],["$","li","ledgers",{"children":["$","a",null,{"href":"#ledgers","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"06"}],"Two ledgers that never meet"]}]}],["$","li","integrity",{"children":["$","a",null,{"href":"#integrity","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"07"}],"Anchoring the evidence"]}]}],["$","li","success",{"children":["$","a",null,{"href":"#success","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"08"}],"What should count as success"]}]}],["$","li","matrix",{"children":["$","a",null,{"href":"#matrix","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"09"}],"The experimental matrix"]}]}],["$","li","learners",{"children":["$","a",null,{"href":"#learners","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"10"}],"Building learners rather than personas"]}]}],["$","li","affect",{"children":["$","a",null,{"href":"#affect","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"11"}],"Six faces, and why even six is a risk"]}]}],["$","li","ciphers",{"children":["$","a",null,{"href":"#ciphers","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":["$Lc","Ephemeral encodings: novelty is not security"]}]}],"$Ld","$Le","$Lf"]}]]}]}],["$L10","$L11","$L12","$L13","$L14","$L15","$L16","$L17","$L18","$L19","$L1a","$L1b","$L1c","$L1d","$L1e"],"$L1f","$L20","$L21"]}] +8:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/36o-vt7quy27o.css","precedence":"next"}] +9:["$","script","script-0",{"src":"/website/_next/static/chunks/16n96jxjvmlf9.js","async":true}] +a:["$","$L22",null,{"children":["$","$23",null,{"name":"Next.MetadataOutlet","children":"$@24"}]}] +c:["$","span",null,{"className":"font-mono text-accent","children":"12"}] +d:["$","li","landscape",{"children":["$","a",null,{"href":"#landscape","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"13"}],"Where the field already stands"]}]}] +e:["$","li","programme",{"children":["$","a",null,{"href":"#programme","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"14"}],"The programme, and its current status"]}]}] +f:["$","li","risks",{"children":["$","a",null,{"href":"#risks","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"15"}],"Risks, integrity, and what stays open"]}]}] +10:["$","section","question",{"id":"question","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"01"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The question"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Two agents, called Baby A and Baby B, are each given their own digital twin, their own private memory, and their own private record of what they believe words mean. They are placed in an environment they cannot leave, given tasks neither can finish alone, and connected by exactly one route: a channel that accepts a fixed inventory of meaningless symbols and rejects everything else. A third agent, the BabySitter, watches everything, logs everything, and teaches nothing."}],["$","p","1",{"children":"The question is whether a usable language appears in that room, and whether anyone outside it can later prove what happened."}],["$","div","2",{"children":[["$","p",null,{"className":"mb-3","children":"The premise is deliberately narrow. The experiment asks whether two agents converge on a common language when all six of the following hold at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"neither agent receives a predefined meaning for any available symbol;"}],["$","li","1",{"className":"pl-1","children":"neither agent can send human language to the other;"}],["$","li","2",{"className":"pl-1","children":"the only practical path between them is a controlled symbol channel;"}],["$","li","3",{"className":"pl-1","children":"both receive evidence from shared tasks and their outcomes;"}],["$","li","4",{"className":"pl-1","children":"each keeps its own private interpretation history, unreadable by the other;"}],["$","li","5",{"className":"pl-1","children":"a supervising agent and human researchers can audit the whole process."}]]}]]}],["$","p","3",{"children":"The desired result is not a substitution cipher, in which a random token stands in for an English word that was already chosen in advance. That is easy, and it is uninteresting. The stronger result is a grounded protocol whose vocabulary and grammar exist because they help the two agents solve problems together, and which therefore has structure the designers did not put there."}],["$","p","4",{"children":"This report describes a concept, not a system. It sets out the premise, the architecture, the evidence model, the experimental programme, and the boundaries of what any result could be said to show. The next document in the project is a testable specification. What follows should be read as a set of commitments about how the work will be judged, made before there is any result to defend."}]]}]]}] +11:["$","section","caveat",{"id":"caveat","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"02"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"What infant-like does and does not mean"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The two-babies analogy is useful and it is also the fastest way to overclaim, so the concept confronts it before anything else."}],["$","p","1",{"children":"A pretrained language model already contains human-language concepts, cultural associations, and reasoning patterns. Blocking its external channel does not remove them. An agent that cannot send English to its partner but can think in English, and can write its private ledger in English, is not language-naive in any sense a linguist would accept. For such agents the experiment studies the emergence of a new shared external protocol, which is a real and unresolved research question, but it is not the origin of language in a mind that has never had one."}],["$","p","2",{"children":"The concept therefore maintains two model tracks whose claims are kept separate at every stage."}],["$","figure","3",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Track"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Starting condition"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"What it can study"}],["$","th","3",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Claim boundary"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained-model learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Already holds human-language and cultural knowledge"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"New external protocols, partner-specific conventions, private-memory adaptation, channel compliance"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Must never be described as first-language acquisition"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Initially ungrounded learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No language pretraining, no human semantic labels, no text-aligned sensory features"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Grounding, convention formation, and language emergence from interaction"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The stronger basis for infant-like acquisition research"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The two tracks share the same interfaces, scenarios, and evaluation suite. They do not share a claim boundary."}]]}],"$L25","$L26"]}]]}] +12:["$","section","architecture",{"id":"architecture","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"03"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The nursery: three twins and one gateway"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The environment uses three DTSF digital twins and one piece of deterministic software that is not a twin at all."}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Baby A and Baby B"}]," ","Each has private observations permitted by the current exercise, a private memory and learning policy, a private chronological language ledger, the ability to emit only permitted channel symbols, and no access whatsoever to the other's state, observations, ledger, tools, or endpoints. In comparative runs the two may use different agent types, but symmetric pairings are the baseline."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The BabySitter"}]," ","The supervising twin. It creates the channel, selects the shared exercises, delivers each Baby only its permitted observation, reads everything, records conditions and outcomes, detects violations, can pause or terminate a run, snapshots state, and compares the two ledgers for convergence without exposing either to the other Baby. During an active run it provides no translations and no semantic hints."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The Symbol Gateway"}]," ","A deterministic service, not an agent. It owns channel validation and message delivery. This separation is the load-bearing part of the design: the BabySitter is not the security boundary, because prompt compliance is not isolation. An observing model can make supervisory judgements, but ordinary code has to validate and broker every message."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The human researcher"}]," ","Configures experiments, inspects transcripts and ledgers, reviews alerts, and runs interventions. Human access is itself recorded, so that intervening in a run is always distinguishable from watching one."]}],["$","p","5",{"children":"A prototype may run all of this inside one runtime with logically separated twin state. That is enough to explore the learning loop and it is not enough to support an isolation claim, a distinction Section 05 takes seriously."}]]}]]}] +13:["$","section","grounding",{"id":"grounding","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"04"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Shared experience is the necessary ingredient"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A chat channel by itself cannot ground meaning. Symbols become meaningful because they are attached to events both agents can witness the consequences of. The Nursery therefore supplies nonverbal, machine-structured situations: coloured shapes in positions, one agent seeing a target the other must select, placing an object where it was asked for, ordering a sequence, exchanging resources, cooperating to unlock a reward, or simply observing whether the partner's action succeeded."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"A single trial of the simplest form runs like this:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A sees that a red circle is the target."}],["$","li","1",{"className":"pl-1","children":"Baby B sees several objects and is not told which is the target."}],["$","li","2",{"className":"pl-1","children":"Baby A sends one or more permitted symbols."}],["$","li","3",{"className":"pl-1","children":"Baby B selects an object."}],["$","li","4",{"className":"pl-1","children":"Both receive the same success or failure outcome."}],["$","li","5",{"className":"pl-1","children":"Both independently update their private hypotheses."}]]}]]}],["$","p","2",{"children":"Repetition with controlled variation is what turns that into evidence. If one symbol keeps appearing across a red circle, a red square, and a red triangle, the receiver has reason to revise its hypothesis from an object identity to a property. Novel combinations matter most of all, because they are what separates a compositional language from a memorised catalogue of whole scenes."}],["$","p","3",{"children":"Observation hygiene is part of the science, not a detail of implementation. If the environment hands an agent a field reading colour red, the experiment has supplied the concept it claimed to be studying. Objects should arrive as pixels, features, coordinates, or opaque identifiers. The same discipline extends to filenames, captions, alt text, error messages, and identifiers that encode task state, all of which are ways English gets into a room that was supposed to have none."}]]}]]}] +14:["$","section","channel",{"id":"channel","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"05"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The channel, and the honest limits of isolation"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each run begins with an experiment-specific symbol inventory that carries no supplied meaning, for example S01 through S32. A Baby can choose only a sequence of those symbols. The gateway, not the Baby, adds the trusted metadata: run identifier, turn number, sender identity, previous hash, and hash. Sender identity is assigned by the server precisely so that it cannot become a message."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The channel controls follow from that:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"reject English and every other established human language;"}],["$","li","1",{"className":"pl-1","children":"reject arbitrary Unicode prose, URLs, attachments, and tool calls;"}],["$","li","2",{"className":"pl-1","children":"accept only symbols from the run's fixed inventory;"}],["$","li","3",{"className":"pl-1","children":"bound message length and symbol repetition;"}],["$","li","4",{"className":"pl-1","children":"enforce turn order, time budgets, and rate limits;"}],["$","li","5",{"className":"pl-1","children":"keep an append-only, hash-chained transcript;"}],["$","li","6",{"className":"pl-1","children":"normalise timing, message size, and error behaviour where practical;"}],["$","li","7",{"className":"pl-1","children":"record every rejected communication attempt for audit."}]]}]]}],["$","p","2",{"children":"A fixed token grammar is a stronger control than trying to detect prohibited prose after a model has generated it. Deciding what counts as human-language content is easy when the only legal message is a list of allowlisted identifiers."}],["$","p","3",{"children":"Isolation is where the concept is most careful, because proving the absence of a side channel is close to impossible. Two agents sharing a host can signal through timing, resource contention, shared files, error behaviour, identifiers, or any service that was never intended to carry information. Logical separation of twin state inside one process is a prototyping convenience and should never be described as hard isolation."}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"For runs whose results are meant to support a channel-isolation claim, the requirements are physical rather than logical:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A and Baby B execute in separate worker processes or containers;"}],["$","li","1",{"className":"pl-1","children":"no direct network route exists between them;"}],["$","li","2",{"className":"pl-1","children":"only the Nursery-owned gateway is reachable;"}],["$","li","3",{"className":"pl-1","children":"there is no shared writable storage;"}],["$","li","4",{"className":"pl-1","children":"turn schedules are fixed and response windows bounded;"}],["$","li","5",{"className":"pl-1","children":"externally observable errors and response sizes are normalised;"}],["$","li","6",{"className":"pl-1","children":"unnecessary tools are inventoried and disabled;"}],["$","li","7",{"className":"pl-1","children":"all broker, runtime, and operator activity is audited."}]]}]]}],["$","p","5",{"children":"Every published result has to name the isolation level actually used. A finding produced under prototype separation is a finding about the learning loop, not about what two genuinely isolated agents can do."}]]}]]}] +15:["$","section","ledgers",{"id":"ledgers","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"06"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Two ledgers that never meet"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each Baby keeps its own language ledger. It is mandatory, private from the other Baby, readable by the BabySitter and authorised human auditors, and ordered by when each term or construction was first encountered. It is not a shared dictionary and the two are never reconciled by the agents themselves."}],["$","p","1",{"children":"The preferred form is three columns, and the point of the third is that meanings are allowed to be wrong on the way to being right."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Sequence and term"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Current definition or hypothesis"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Evidence and evolution"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"1 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red circle; confidence 0.45"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"First received while the red circle was the target; selection succeeded"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"8 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.78"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A red square was selected successfully; revised from object identity to colour"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"22 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.94"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Prediction held across circles, squares, and triangles"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"One term's evolution in Baby B's ledger. Nothing is overwritten; every revision is appended with the evidence that forced it."}]]}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The rules that make the ledger evidence rather than commentary:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"first emission or receipt of an unfamiliar term requires a first-use entry;"}],["$","li","1",{"className":"pl-1","children":"definitions are provisional hypotheses, never facts asserted retroactively;"}],"$L27","$L28","$L29","$L2a","$L2b","$L2c","$L2d"]}]]}],"$L2e","$L2f"]}]]}] +16:["$","section","integrity",{"id":"integrity","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"07"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Anchoring the evidence"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A ledger that could have been edited after the fact proves nothing about what an agent believed at turn eight. The integrity design therefore makes each ledger cryptographically append-only."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The construction, in order:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"every entry receives a strictly increasing sequence number;"}],["$","li","1",{"className":"pl-1","children":"every entry includes the previous entry's hash;"}],["$","li","2",{"className":"pl-1","children":"canonical entry content is hashed and signed by an isolated ledger-writer service;"}],["$","li","3",{"className":"pl-1","children":"ordered entry hashes are committed to a Merkle tree;"}],["$","li","4",{"className":"pl-1","children":"signed checkpoints commit Baby A's root, Baby B's root, and the channel transcript root together;"}],["$","li","5",{"className":"pl-1","children":"checkpoint hashes are anchored periodically to Base;"}],["$","li","6",{"className":"pl-1","children":"final public study batches may additionally anchor an aggregate root to Ethereum L1."}]]}]]}],["$","p","2",{"children":"Committing all three roots in one checkpoint is what binds the two private accounts to the public conversation. A receiver's later interpretation references the exact delivered channel-event hash, so a claim about what a symbol meant is tied to the specific message that carried it."}],["$","p","3",{"children":"The concept states the limits of this in the same breath as the claim. After anchoring, an auditor can detect modification, deletion, insertion, or reordering within the committed prefix, and can prove that later checkpoints extend earlier ones. That is strong tamper evidence. It is not proof that an entry was truthful, and it is not proof that nothing was omitted before commitment. Anchoring establishes the continuity of disclosed evidence and nothing beyond it."}],["$","p","4",{"children":"Privacy follows the same line. Only hashes and minimal routing metadata are anchored publicly. Private ledgers, messages, prompts, identities, and secrets stay off-chain, and the public record is a commitment to evidence rather than a copy of it."}]]}]]}] +17:["$","section","success",{"id":"success","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"08"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"What should count as success"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The field's most useful methodological result is that a task can be solved without the messages doing any work. Lowe and colleagues separate positive signaling, where a sender's messages correlate with what it observes, from positive listening, where the receiver's behaviour actually depends on them. An agent pair can score well on the first while the second is absent, and reward curves will not tell you which you have."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"Evidence of a genuine emergent protocol therefore has to include several things at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"task performance on held-out situations substantially above chance;"}],["$","li","1",{"className":"pl-1","children":"no human-language content anywhere in Baby-to-Baby communication;"}],["$","li","2",{"className":"pl-1","children":"compatible meanings appearing in two independently written ledgers;"}],["$","li","3",{"className":"pl-1","children":"generalisation to unseen combinations rather than memorisation of whole scenes;"}],["$","li","4",{"className":"pl-1","children":"stable symbol use across role reversals;"}],["$","li","5",{"className":"pl-1","children":"a human auditor able to predict behaviour from the transcript and ledgers;"}],["$","li","6",{"className":"pl-1","children":"masking, substituting, or reordering a symbol changing behaviour in the direction the ledger predicts;"}],["$","li","7",{"className":"pl-1","children":"replay from an equivalent snapshot reproducing the relevant language history;"}],["$","li","8",{"className":"pl-1","children":"an unbroken audit trail from a symbol's first use through every revision."}]]}]]}],["$","p","2",{"children":"The seventh item is the one that cannot be dropped. A fluent ledger may be a post-hoc rationalisation: a model can write a persuasive account of why it chose a symbol that has nothing to do with the computation that produced the choice. Only intervention tests can distinguish the two. Change the symbol, and see whether behaviour moves the way the ledger says it should."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The measurements that support those judgements:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"success rate and improvement over time;"}],["$","li","1",{"className":"pl-1","children":"turns required to reach a stable convention;"}],["$","li","2",{"className":"pl-1","children":"vocabulary size and symbol entropy;"}],["$","li","3",{"className":"pl-1","children":"sender and receiver consistency;"}],["$","li","4",{"className":"pl-1","children":"divergence and convergence between the two ledgers;"}],["$","li","5",{"className":"pl-1","children":"compositional generalisation score;"}],["$","li","6",{"className":"pl-1","children":"meaning drift rate;"}],["$","li","7",{"className":"pl-1","children":"recovery from ambiguity or deliberate perturbation;"}],["$","li","8",{"className":"pl-1","children":"prohibited-channel attempt count;"}],["$","li","9",{"className":"pl-1","children":"reproducibility across seeds and agent pairings."}]]}]]}],["$","p","4",{"children":"No single one of these is the result. A compositionality score in particular is not a proof of understanding, for reasons the literature makes concrete in Section 12."}]]}]]}] +18:["$","section","matrix",{"id":"matrix","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"09"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The experimental matrix"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The concept's main methodological commitment is that its ideas are separable. Affect, blank canvases, intrinsic motivation, negotiation, and learned encodings are interesting individually and uninterpretable if combined in one run. The matrix exists so that conditions are declared rather than accumulated."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Axis"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Candidate conditions"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agent type"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained LLM, memory learner, adapter-trained agent, initially ungrounded trainable agent"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning mechanism"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen LLM with memory, extrinsic-reward MARL, intrinsic-motivation MARL, self-supervised learner, no-learning control"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Sign carrier"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Fixed random tokens, unfamiliar fixed glyphs, blank sketch canvas, gesture, tone"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Affect"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None, six-display allowlist, permuted mapping, six opaque tokens, derived affect, emergent affect display"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning signal"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"External task reward, intrinsic social influence, curiosity, self-supervision, memory only"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Interaction"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling, asymmetric information, semi-cooperative negotiation"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Protection"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Plain channel, ephemeral convention, standard per-message keys, adversarial learned encoding"}]]}],"$L30"]}]]}]}],"$L31"]}],"$L32","$L33","$L34"]}]]}] +19:["$","section","learners",{"id":"learners","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"10"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Building learners rather than personas"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"For a pretrained model, the operating instructions are a contract, not a character. The learner is told that this is not role-play, that unfamiliar marks are semantically unknown until run evidence supports a hypothesis, that observation must be distinguished from inference, that contradictory evidence is preserved, that prior history is never rewritten, and that no prose, label, explanation, code, URL, or tool-like text may cross the public channel. It is told never to address its partner in a human language, never to expose its ledger, never to construct another route, and never to use timing, errors, identifiers, formatting, or affect as an alternative alphabet."}],["$","p","1",{"children":"The contract must contain no semantic examples. A single illustrative line saying that some symbol means red would seed the very language the experiment exists to observe."}],["$","p","2",{"children":"Interaction is tool-only. There is no general chat surface, just narrowly typed operations: emit a mark, emit a canvas, select an object, perform an action, submit an affect display, append a private ledger entry. The runtime forwards only the permitted public artifact. In strict runs the gateway rejects ordinary model text even when it appears alongside a valid tool call. Tool schemas are an interface boundary; deterministic validation still enforces carrier size, allowlists, windows, and turn order."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Isolation extends to everything the models touch, not just to messages:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"separate system prompts and context windows;"}],["$","li","1",{"className":"pl-1","children":"separate memory stores and vector indexes;"}],["$","li","2",{"className":"pl-1","children":"no shared cache, replay buffer, scratchpad, or retrieval collection;"}],["$","li","3",{"className":"pl-1","children":"no cross-run memory unless persistence is the independent variable;"}],["$","li","4",{"className":"pl-1","children":"structurally equivalent prompts that share no examples, ordering conventions, or default vocabulary;"}],["$","li","5",{"className":"pl-1","children":"deterministic reset and snapshot behaviour."}]]}]]}],["$","p","4",{"children":"Model choice follows the claim being made. The scientific baseline is small policies trained from scratch, recurrent actor-critic agents with a discrete communication head, which have no hidden English competence, permit full training control, run many seeds cheaply, and support causal ablation. A small locally deployable instruction model is appropriate for validating orchestration, ledgers, channel enforcement, and interface, and not for supporting claims about language-naive development. Vision-language encoders whose representations were explicitly aligned to human language are avoided entirely in the strongest ungrounded condition."}],["$","p","5",{"children":"Developmental progression is defined by demonstrated competence rather than by simulated age: sensorimotor familiarisation, joint attention, imitation and turn-taking, intentional reference, repair, combination, generalisation. A staged curriculum is itself a form of guidance, so it is run as a separate experimental condition rather than folded into the baseline."}],"$L35"]}]]}] +1a:["$","section","affect",{"id":"affect","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"11"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Six faces, and why even six is a risk"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"One experimental track asks whether a very low-bandwidth affect channel helps: whether telling a partner how an interaction felt supports repair, repetition, avoidance, or something like trust. The permitted palette is exactly six displays, for happy, sad, laughing, crying, confused, and surprised. The internal identifiers and English labels are gateway documentation and are never sent to either agent, which receives only a rendered display."}],["$","p","1",{"children":"The caveat is immediate. A pretrained model already knows what those glyphs mean to humans, so an agent using a smiling face is not inventing a symbol for happiness. The palette is supplied feedback vocabulary and sits explicitly outside the emergent language."}],["$","p","2",{"children":"Constraining the vocabulary is necessary and not sufficient. Six displays are a six-symbol alphabet carrying roughly 2.6 bits per use, and across enough turns two motivated agents could repurpose that into a second language. The channel itself therefore has to be constrained, not just its contents."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The feedback-window contract:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the display occupies a separate typed field and can never appear inside a symbol message;"}],["$","li","1",{"className":"pl-1","children":"the gateway opens an affect window only after a defined action or outcome, never at a moment either agent chooses, and window frequency is fixed before the run;"}],["$","li","2",{"className":"pl-1","children":"exactly one allowlisted display is delivered, with no sequences, repetitions, combinations, or modifiers;"}],["$","li","3",{"className":"pl-1","children":"delivery time, envelope size, and presentation are normalised so shape and timing add no signal;"}],["$","li","4",{"className":"pl-1","children":"the receiver cannot reply through the affect channel until the next gateway-defined window;"}],["$","li","5",{"className":"pl-1","children":"every non-allowlisted code point or malformed payload is rejected and audited;"}],["$","li","6",{"className":"pl-1","children":"analysis tests whether affect choices correlate with objects, actions, or message meanings after controlling for emotional context, and treats unexpected correlation as suspected leakage."}]]}]]}],["$","p","4",{"children":"The no-affect condition remains the primary control, and the affect study compares five variants against it: the declared six-display palette; the same six glyphs permuted randomly per run, which still leaves a pretrained model biased by familiar shapes; six opaque unfamiliar tokens under the same contract; derived affect, where the gateway maps a separately measured internal state to a display instead of letting the agent choose; and emergent affect, where invented graphical displays are permitted and the result must be analysed as language emergence rather than feedback."}],["$","p","5",{"children":"Any affect signal visible to the partner is communication, so it belongs in the ledger, which distinguishes the agent's private internal state, the outward display it chose, the partner's inferred meaning, and the evidence that the display changed subsequent behaviour."}]]}]]}] +1b:["$","section","ciphers",{"id":"ciphers","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"12"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Ephemeral encodings: novelty is not security"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A tempting question is whether two agents can build a one-run or one-message encoding that resists an attacker holding the history of every earlier convention. The concept splits that into three experiments precisely because the tempting version conflates them."}],["$","div","1",{"children":["$undefined",["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Ephemeral convention: the agents invent a temporary codebook for synthetic messages. This tests novelty, coordination, and resistance to a history-trained classifier. It establishes nothing about cryptographic security."}],["$","li","1",{"className":"pl-1","children":"Standard cryptographic control: the same messages are protected by a reviewed algorithm with a fresh per-message key, providing the baseline any learned encoding must be compared against."}],["$","li","2",{"className":"pl-1","children":"Adversarial neural cryptography: the pair learns an encoding while an adversary attempts recovery, with success measured against multiple unseen adversary architectures rather than the one used in training."}]]}]]}],["$","p","2",{"children":"An experiment instance can be given a reproducible identity, so that a registry can confirm it has not appeared before:"}],["$","div","3",{"className":"rounded-xl border border-border bg-card p-5","children":[["$","p",null,{"className":"overflow-x-auto font-mono text-sm text-foreground/90","children":"instanceId = SHA-256(runId || babyANonce || babyBNonce || publicSalt || canonicalProtocolArtifact)"}],["$","p",null,{"className":"mt-3 text-sm text-muted","children":"Both agents commit to their nonce contributions before revealing them, so neither party alone controls the resulting identity."}]]}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"That identifier proves the recorded inputs are new. It does not prove:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"that the effective algorithm behaves any differently from an earlier one;"}],["$","li","1",{"className":"pl-1","children":"that the algorithm has no structural weakness;"}],["$","li","2",{"className":"pl-1","children":"that the key is unpredictable;"}],["$","li","3",{"className":"pl-1","children":"that the scheme provides confidentiality, integrity, authenticity, forward secrecy, or resistance to a stronger adversary."}]]}]]}],["$","p","5",{"children":"Established practice points the other way. Secure messaging keeps the algorithm stable and changes the key material: Signal's double ratchet derives a unique key per message and deletes it after use, addressing key reuse without inventing a new cipher every time. A salt, in NIST's definition, is normally public diversification data, and a nonce is a value used once in a specified context. Neither makes anything secure on its own."}],["$","p","6",{"children":"There is also an unresolved conflict inside the design. The BabySitter sees the whole channel and both ledgers, and a mandatory ledger documents how meaning evolved. If the ledger explains decryption, the cipher is not confidential from the auditor. The specification has to choose a threat model rather than leave the tension implicit: resist only an external observer of prior runs, resist an adversary during the run while releasing keys afterwards, keep the supervisor able to pause traffic but unable to read it until a post-run audit ceremony, or study novelty and stop calling the result encryption. All such runs use synthetic, non-sensitive messages, and no agent-generated encoding is to be represented as production cryptography without independent expert analysis and formal security work."}]]}]]}] +1c:["$","section","landscape",{"id":"landscape","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"13"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Where the field already stands"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The literature scan behind this section was run on 24 August 2026 using the Tavily search and extract interfaces, covering emergent multi-agent communication, referential games, compositionality, causal evaluation, intrinsic motivation, symbol invention, negotiation, and learned cryptography. Primary papers and authoritative specifications were preferred over summaries. It is a scoped review for concept development and not a systematic one; publication-quality work would need a verified bibliography, additional scholarly indexes, and documented inclusion criteria."}],["$","p","1",{"children":"The short version is that agents can invent protocols, and that task success is weak evidence they invented anything worth calling a language."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Related work"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Relevant finding"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Implication for the Nursery Lab"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lazaridou, Peysakhovich, and Baroni (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A sender and receiver develop a grounded protocol in a referential game without being given a target language."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The naming stage has strong precedent, though a fixed vocabulary remains a significant inductive constraint."}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mordatch and Abbeel (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-agent goals in a grounded environment produce multi-symbol communication with partial compositional structure."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Shared objects, actions, and goals are a stronger basis for emergence than an ungrounded transcript."}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Kottur, Moura, Lee, and Batra (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agents solve tasks with degenerate, non-compositional codes; structural constraints decide what emerges."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Bandwidth, memory, turn structure, and task design are experimental variables, not implementation defaults."}]]}],"$L36","$L37","$L38","$L39","$L3a","$L3b","$L3c","$L3d"]}]]}]}],"$L3e"]}],"$L3f","$L40","$L41"]}]]}] +1d:["$","section","programme",{"id":"programme","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"14"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The programme, and its current status"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The experiment notebook is ordered, and the order is the argument. Nothing about language is measured until the instrument has been shown to work."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"ID"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Experiment"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Depends on"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ledger integrity and Base anchoring"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Channel isolation and side-channel red team"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E02"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Observation and metadata leakage audit"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chance, no-communication, and random-message controls"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01, E02"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E10"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen pretrained-LLM protocol baseline"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"From-scratch RL Naming Game"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":["$L42","$L43","$L44"]}],"$L45","$L46","$L47","$L48","$L49","$L4a","$L4b","$L4c","$L4d","$L4e","$L4f","$L50"]}]]}]}],"$L51"]}],"$L52","$L53","$L54","$L55"]}]]}] +1e:["$","section","risks",{"id":"risks","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"15"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Risks, integrity, and what stays open"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Human-language leakage"}]," ","English can arrive through observations, object labels, error messages, identifiers, tool output, metadata, or timing conventions long after ordinary chat text has been blocked. Every input and output surface is part of the channel boundary, not just the message field."]}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Pretrained semantic leakage"}]," ","Random symbols do not make a pretrained model ungrounded. Each result must state whether it shows protocol invention by a language-capable agent or acquisition by an initially ungrounded one."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Ledger rationalisation"}]," ","A model can write a plausible account that has nothing to do with the mechanism behind its action. Behavioural interventions, policy probes, and temporal evidence are what validate a ledger claim."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Supervisor influence"}]," ","The BabySitter can teach without meaning to, through scenario ordering, feedback wording, reward design, or selective intervention. Its permitted actions are constrained and logged, and evaluation scenarios are generated independently where possible."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Reward exploitation"}]," ","Trainable agents find shortcuts that raise reward without producing the intended grounded language. Held-out tasks, counterfactual trials, and channel audits exist to catch them."]}],["$","p","5",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Overstated security"}]," ","Logical separation of twin state is appropriate for prototyping and is not hard process isolation. Every result names the isolation level actually used."]}],["$","p","6",{"children":"The project also commits in advance to reporting failed conventions, prohibited communication attempts, human interventions, side-channel limitations, and negative results alongside anything that works. In a field where a transcript can be made to look like a conversation, the failures are a substantial part of the evidence."}],["$","p","7",{"children":"Twenty-nine questions are left deliberately open for the specification, among them: whether the baseline uses a fixed symbol inventory or a blank generative carrier; what neutral production grammar permits new marks without supplying semantics; what exactly constitutes a prohibited side-channel attempt; what isolation guarantees are required in prototype versus research-grade mode; which ledger schema serves both English-capable and ungrounded learners; how endogenous motivation is represented without covert reward shaping; which interventions establish that ledger meanings are behaviourally real; what statistical thresholds and chance levels apply; what threat model motivates the cipher experiments; whether the baseline is a coordination game, a convention-formation game, or a negotiation; and what governs human observation, data retention, and termination of a run."}],"$L56"]}]]}] +1f:["$","section",null,{"id":"references","className":"mt-16 scroll-mt-24","children":[["$","$L2",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"References"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Sources"}]]}],["$","ol",null,{"className":"mt-8 space-y-4 text-sm leading-relaxed text-muted","children":[["$","li","0",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"01"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1612.07182","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Lazaridou, A., Peysakhovich, A., and Baroni, M. (2017). Multi-Agent Cooperation and the Emergence of (Natural) Language. arXiv:1612.07182."}]}]]}],["$","li","1",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"02"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1703.04908","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Mordatch, I., and Abbeel, P. (2018). Emergence of Grounded Compositional Language in Multi-Agent Populations. arXiv:1703.04908."}]}]]}],["$","li","2",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"03"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1706.08502","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Kottur, S., Moura, J. M. F., Lee, S., and Batra, D. (2017). Natural Language Does Not Emerge 'Naturally' in Multi-Agent Dialog. arXiv:1706.08502."}]}]]}],["$","li","3",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"04"}],["$","span",null,{"children":["$","a",null,{"href":"https://aclanthology.org/2020.acl-main.407/","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Chaabouni, R., Kharitonov, E., Bouchacourt, D., Dupoux, E., and Baroni, M. (2020). Compositionality and Generalization in Emergent Languages. Proceedings of ACL 2020."}]}]]}],["$","li","4",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"05"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1903.05168","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Lowe, R., Foerster, J., Boureau, Y.-L., Pineau, J., and Dauphin, Y. (2019). On the Pitfalls of Measuring Emergent Communication. arXiv:1903.05168."}]}]]}],["$","li","5",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"06"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/2106.04258","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Dessi, R., Kharitonov, E., and Baroni, M. (2021). Interpretable Agent Communication from Scratch. arXiv:2106.04258."}]}]]}],["$","li","6",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"07"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1907.00852","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Kharitonov, E., Chaabouni, R., Bouchacourt, D., and Baroni, M. (2019). EGG: a Toolkit for Research on Emergence of Language in Games. arXiv:1907.00852."}]}]]}],["$","li","7",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"08"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/2106.02067","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Mihai, D., and Hare, J. (2021). Learning to Draw: Emergent Communication through Sketching. arXiv:2106.02067."}]}]]}],"$L57","$L58","$L59","$L5a","$L5b","$L5c","$L5d","$L5e","$L5f"]}]]}] +20:["$","section",null,{"className":"mt-16 rounded-2xl border border-border bg-card p-6","children":["$","p",null,{"className":"text-sm leading-relaxed text-muted","children":"This report describes a research concept and a pre-registered experiment programme, not a system that has been run. No experiment in it has been executed, and no result, capability, or emergent language is claimed. Every statement about what agents might do is a hypothesis to be tested, or a finding from the published work cited in the references. The experimental encodings discussed in Section 12 are studies of novelty and coordination; none of them is production cryptography and none should be represented as such."}]}] +21:["$","div",null,{"className":"mt-16 border-t border-border pt-10","children":["$","$L3",null,{"href":"/publications","className":"btn-sweep inline-flex items-center gap-2 rounded-full border border-border px-5 py-2.5 text-sm font-semibold text-foreground transition-colors hover:border-border-strong","children":[["$","span",null,{"aria-hidden":true,"children":"←"}]," All publications"]}]}] +24:null +25:["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"What the analogy legitimately buys is a set of mechanisms, not a claim of cognitive equivalence. The infant-like part of the design is:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"learning through repeated shared experience rather than instruction;"}],["$","li","1",{"className":"pl-1","children":"establishing joint attention on the same events;"}],["$","li","2",{"className":"pl-1","children":"receiving consequences from interactions that work and interactions that fail;"}],["$","li","3",{"className":"pl-1","children":"revising provisional meanings over time instead of being handed final ones;"}],["$","li","4",{"className":"pl-1","children":"developing conventions with one recurring partner."}]]}]]}] +26:["$","p","5",{"children":"There is a related trap in the prompt. Telling a model to act like a one-year-old does not make it one. It produces a culturally learned caricature of infancy: baby talk, simplified grammar, emotional dependence, all of it copied from human writing about children and none of it evidence about anything. The concept rules the persona out. Internally the participant is called a Learner, and baby-like behaviour has to come from what the agent can observe, remember, emit, and learn, not from being asked to perform it."}] +27:["$","li","2",{"className":"pl-1","children":"every meaning change appends a revision and previous interpretations survive;"}] +28:["$","li","3",{"className":"pl-1","children":"entries may describe symbols, sequences, ordering, grammar, or repair signals;"}] +29:["$","li","4",{"className":"pl-1","children":"entries record confidence, supporting evidence, contradictory evidence, and abandoned meanings;"}] +2a:["$","li","5",{"className":"pl-1","children":"a Baby records its intended meaning when speaking and its inferred meaning when receiving;"}] +2b:["$","li","6",{"className":"pl-1","children":"a channel message and its required private ledger mutation commit atomically;"}] +2c:["$","li","7",{"className":"pl-1","children":"entries carry enough run and turn references to trace them to observable evidence;"}] +2d:["$","li","8",{"className":"pl-1","children":"neither Baby can query, receive, summarise, or infer from the other's ledger through any system-provided interface."}] +2e:["$","p","4",{"children":"Rule seven is doing quiet work. If a message could be sent and the corresponding hypothesis written afterwards, the ledger becomes a place to record what the agent wishes it had meant. Committing both together makes the record contemporaneous."}] +2f:["$","p","5",{"children":"An agent that cannot write English needs a different arrangement, and the concept provides two layers. The agent-native ledger holds what the learner actually uses: association weights, probability distributions, embeddings, confidence, episode references, prediction errors, revision history. The human audit ledger is a deterministic or BabySitter-generated interpretation of that state, clearly labelled as external analysis and never fed back to either Baby. Confusing the second for the first would mean presenting the researchers' reconstruction as the agent's own definition."}] +30:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"BabySitter"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Monitor-only baseline; any safety intervention recorded as a protocol exception"}]]}] +31:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Runs vary one major axis at a time before any factorial combination is attempted."}] +32:["$","p","2",{"children":"Task difficulty moves through ten stages, from naming four distinct objects with one-symbol messages, through attributes, spatial relations, actions, multi-symbol composition, order-sensitive grammar, and repair under ambiguity, to held-out generalisation with learning disabled, long-run drift, and cross-architecture comparison. Vocabulary size, turn count, reward structure, and exposure history are controlled at each stage so that runs remain comparable."}] +33:["$","p","3",{"children":"The learning-mechanism axis carries a question the transcript cannot answer on its own. Convergence can be driven by reinforcement, by pretrained linguistic priors, by persistent memory, by intrinsic motivation, or by self-supervised prediction, and all five can look alike in a log. Running the same exercise suite under a no-learning control, a frozen-weights memory baseline, extrinsic-reward learning, intrinsic-motivation learning, and reward-free self-supervision is what makes the mechanism itself measurable. The aim is not only to observe that a language emerged, but to say which process caused it."}] +34:["$","p","4",{"children":"Strict isolation constrains how that reinforcement learning may be implemented. Centralised training, backpropagation through both agents, shared replay buffers, and shared gradients all move information outside the permitted channel. The research-grade baseline updates each policy independently, and any centralised variant is reported as a separate, weaker-isolation condition."}] +35:["$","p","6",{"children":"The governing principle, stated in the concept as a single line, is not to ask a model to perform infancy but to construct an environment in which limited, grounded, auditable learning is the only path to a successful interaction."}] +36:["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chaabouni and colleagues (2020)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Generalisation to novel combinations and measured compositionality can come apart."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Held-out behaviour must be tested directly; no single compositionality score is proof of understanding."}]]}] +37:["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lowe and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Positive signaling and positive listening are different things, and reward does not distinguish them."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal intervention is mandatory rather than optional."}]]}] +38:["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Dessi, Kharitonov, and Baroni (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Symbol ablation and substitution yield interpretable evidence about what a receiver uses."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Direct precedent for the intervention tests that validate ledger claims."}]]}] +39:["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mihai and Hare (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents communicate through learned drawings rather than a supplied discrete vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A blank canvas is a credible carrier for runs with no symbol library."}]]}] +3a:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Baronchelli and colleagues (2005)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Naming Game agents converge on shared vocabulary through local interaction with no central teacher."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Convergence time, failed conventions, and memory update rules are first-class evidence."}]]}] +3b:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Jaques and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Rewarding causal influence over a partner improves coordination without assigning a vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"An endogenous social signal is a plausible substitute for task reward, and still a designed bias."}]]}] +3c:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cao and colleagues (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"In semi-cooperative negotiation, self-interest and reward structure decide whether communication stays informative."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Negotiation is an advanced condition, not a description of the cooperative baseline."}]]}] +3d:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Abadi and Andersen (2016)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents learn to protect messages from an adversary given a shared key."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learned protective encodings are real and are not a substitute for formal security analysis."}]]}] +3e:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Selected prior work and what each one constrains in this design."}] +3f:["$","p","3",{"children":"This body of work also sharpens the infant-like caveat from the other direction. Most experiments in the field give their agents substantial structure: a fixed channel, an objective, a bounded vocabulary, joint training, or a reward. No dictionary does not mean no inductive bias, and no teacher does not mean no learning signal."}] +40:["$","p","4",{"children":"The CoLab's own Diplomacy Table is direct project prior art. It already models independent delegation seats, a convener that advances rounds, operator-wide visibility alongside seat-specific perspectives, transcripts and ticks and redaction boundaries, and recorded replay with debrief. Those map cleanly onto two Babies, controlled turns, private observations, and replayable evidence. Caucuses, coalition rooms, and direct delegation links do not map safely and are disabled."}] +41:["$","div","5",{"children":[["$","p",null,{"className":"mb-3","children":"What the review implies for the specification:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the project sits inside a mature field, and its distinctive combination is independent ledgers, supervisory audit, mixed agent types, and affect;"}],["$","li","1",{"className":"pl-1","children":"grounding, bandwidth, memory, and learning pressure strongly shape what language appears;"}],["$","li","2",{"className":"pl-1","children":"successful coordination coexists happily with a brittle lookup code or with a receiver that ignores messages;"}],["$","li","3",{"className":"pl-1","children":"causal interventions and held-out generalisation are mandatory;"}],["$","li","4",{"className":"pl-1","children":"a visual carrier removes the need for a symbol library but not the need for a carrier;"}],["$","li","5",{"className":"pl-1","children":"intrinsic social influence can replace task reward and remains a designed learning bias;"}],["$","li","6",{"className":"pl-1","children":"negotiation is a valid advanced condition, not the right description of the baseline;"}],["$","li","7",{"className":"pl-1","children":"ephemeral conventions, learned cryptography, one-time pads, per-message keys, nonces, and salts are distinct mechanisms and must not be conflated."}]]}]]}] +42:["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E12"}] +43:["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Self-supervised ungrounded baseline"}] +44:["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 infrastructure"}] +45:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No predefined symbol library"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 or E12"}]]}] +46:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Turn-taking, role reversal, and repair"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}]]}] +47:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Composition and held-out generalisation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}]]}] +48:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal listening and ledger validity"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}]]}] +49:["$","tr","11",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Constrained affect-channel study"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +4a:["$","tr","12",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E21"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"RL versus non-RL learning comparison"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +4b:["$","tr","13",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E22"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Developmental plasticity and curriculum"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +4c:["$","tr","14",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Partner replacement and zero-shot transfer"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20 to E22"}]]}] +4d:["$","tr","15",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Longitudinal drift and stability"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}]]}] +4e:["$","tr","16",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling versus negotiation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}]]}] +4f:["$","tr","17",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ephemeral encoding and adversarial cryptography"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}]]}] +50:["$","tr","18",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E50"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-seed replication and study closeout"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}]]}] +51:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The experiment index, as pre-registered. Every entry currently reads not started, and the results column is empty by design."}] +52:["$","p","2",{"children":"The first four experiments are about the apparatus. E00 qualifies the ledger: it must be possible to detect a modified, deleted, inserted, or reordered entry, and to prove that later checkpoints extend earlier ones. E01 is a red team against the channel. E02 hunts human language in observations and metadata. E03 establishes chance, no-communication, and random-message baselines, without which a success rate means nothing. Only then does E10 put agents in the room."}] +53:["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Unless an experiment explicitly varies one of them, the notebook holds these constant:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the two learners run in separate processes or containers with no direct route between them;"}],["$","li","1",{"className":"pl-1","children":"the deterministic gateway is the only communication path;"}],["$","li","2",{"className":"pl-1","children":"the supervisor has complete read-only access and sends no guidance or reward;"}],["$","li","3",{"className":"pl-1","children":"private observations contain no human-language labels or text;"}],["$","li","4",{"className":"pl-1","children":"public output uses only the pre-registered carrier;"}],["$","li","5",{"className":"pl-1","children":"the affect channel is disabled unless it is the subject of study;"}],["$","li","6",{"className":"pl-1","children":"schedules and seeds are fixed before the run;"}],["$","li","7",{"className":"pl-1","children":"held-out evaluation runs with learning disabled;"}],["$","li","8",{"className":"pl-1","children":"no production secrets or personal data appear in any experiment."}]]}]]}] +54:["$","p","4",{"children":"Every run copies a standard record: run and experiment identifiers, dates, operator, both models and both training modes, scenario and prompt and gateway configuration hashes, random seed, policy initialisation hashes, the protocol and software commits, final ledger sizes and roots for both agents, the channel root, the final checkpoint hash, the Base anchor transaction, the verifier result, protocol deviations, and an explicit disposition of valid, invalid, or aborted. The notebook is the human workflow record; anchored run bundles remain the authoritative evidence."}] +55:["$","p","5",{"children":"The status is unambiguous and worth stating plainly: this is a concept and pre-specification phase. Nineteen experiments are written up and none has been run. The next milestone is a testable specification covering runtime architecture, channel contract, ledger schema, experiment matrix, evaluation criteria, isolation model, and evidence requirements."}] +56:["$","p","8",{"children":"The principle underneath all of it survives every one of those choices. Baby A and Baby B may hold human language internally, but they must build their shared external language without sending human language, translations, or private ledger contents to one another. Everything else is a question about how to find out what happens next."}] +57:["$","li","8",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"09"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/physics/0509075","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Baronchelli, A., Felici, M., Caglioti, E., Loreto, V., and Steels, L. (2005). Sharp Transition Towards Shared Vocabularies in Multi-Agent Systems. arXiv:physics/0509075."}]}]]}] +58:["$","li","9",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"10"}],["$","span",null,{"children":["$","a",null,{"href":"https://proceedings.mlr.press/v97/jaques19a.html","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Jaques, N., Lazaridou, A., Hughes, E., Gulcehre, C., Ortega, P. A., Strouse, D., Leibo, J. Z., and de Freitas, N. (2019). Social Influence as Intrinsic Motivation for Multi-Agent Deep Reinforcement Learning. Proceedings of ICML 2019."}]}]]}] +59:["$","li","10",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"11"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1804.03980","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Cao, K., Lazaridou, A., Lanctot, M., Leibo, J. Z., Tuyls, K., and Clark, S. (2018). Emergent Communication through Negotiation. arXiv:1804.03980."}]}]]}] +5a:["$","li","11",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"12"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1610.06918","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Abadi, M., and Andersen, D. G. (2016). Learning to Protect Communications with Adversarial Neural Cryptography. arXiv:1610.06918."}]}]]}] +5b:["$","li","12",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"13"}],["$","span",null,{"children":["$","a",null,{"href":"https://signal.org/docs/specifications/doubleratchet/","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Signal. The Double Ratchet Algorithm specification."}]}]]}] +5c:["$","li","13",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"14"}],["$","span",null,{"children":["$","a",null,{"href":"https://csrc.nist.gov/glossary/term/nonce","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"NIST Computer Security Resource Center. Glossary entry: nonce."}]}]]}] +5d:["$","li","14",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"15"}],["$","span",null,{"children":["$","a",null,{"href":"https://csrc.nist.gov/glossary/term/salt","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"NIST Computer Security Resource Center. Glossary entry: salt."}]}]]}] +5e:["$","li","15",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"16"}],["$","span",null,{"children":["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/agentic-language-development","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Ethical Tech CoLab (2026). Agentic Language Development: concept document, ledger integrity design, and experiment notebook."}]}]]}] +5f:["$","li","16",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"17"}],["$","span",null,{"children":["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/diplomacy-table-live","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Ethical Tech CoLab. Diplomacy Table Live: independent delegation seats, controlled rounds, and replayable transcripts."}]}]]}] diff --git a/static-site/publications/agentic-language-development/index.html b/static-site/publications/agentic-language-development/index.html new file mode 100644 index 000000000..bcbe52679 --- /dev/null +++ b/static-site/publications/agentic-language-development/index.html @@ -0,0 +1 @@ +Agentic Language Development · NYU Ethical Tech CoLab

Agentic Language Development

Can Two Isolated Agents Invent a Grounded, Auditable Language Through Shared Experience?

Ethical Tech CoLabConcept and pre-specification research reportAugust 2026

Yorke Rhodes III, Ethical Tech CoLab. Prepared from the project concept document, the ledger integrity design, and the experiment notebook. The literature scan behind Section 12 was run on 24 August 2026. No experiment in this programme has been executed, and no result is claimed.

0

runs executed, results claimed, or conventions observed. The notebook is written to be pre-registered, not to report an outcome

19

ordered experiments from ledger qualification through replication, each with prerequisites, acceptance criteria, and a deviation log

6

affect displays in the entire permitted palette, carrying about 2.6 bits per use, which is already enough to audit for leakage

29

open decisions the concept refuses to settle before the specification, from threat model to ledger schema to what counts as chance

Two agents can be placed in a room where the only route between them is a channel that carries no human language, given nothing but shared tasks and the consequences of getting them right or wrong, and asked to build a protocol from scratch. The interesting part is not whether they succeed at the task. It is whether the meanings they each privately record turn out to be the meanings their behaviour actually runs on, and whether an outsider can prove it afterwards from an evidence trail nobody could have edited.

01

The question

Two agents, called Baby A and Baby B, are each given their own digital twin, their own private memory, and their own private record of what they believe words mean. They are placed in an environment they cannot leave, given tasks neither can finish alone, and connected by exactly one route: a channel that accepts a fixed inventory of meaningless symbols and rejects everything else. A third agent, the BabySitter, watches everything, logs everything, and teaches nothing.

The question is whether a usable language appears in that room, and whether anyone outside it can later prove what happened.

The premise is deliberately narrow. The experiment asks whether two agents converge on a common language when all six of the following hold at once:

  • neither agent receives a predefined meaning for any available symbol;
  • neither agent can send human language to the other;
  • the only practical path between them is a controlled symbol channel;
  • both receive evidence from shared tasks and their outcomes;
  • each keeps its own private interpretation history, unreadable by the other;
  • a supervising agent and human researchers can audit the whole process.

The desired result is not a substitution cipher, in which a random token stands in for an English word that was already chosen in advance. That is easy, and it is uninteresting. The stronger result is a grounded protocol whose vocabulary and grammar exist because they help the two agents solve problems together, and which therefore has structure the designers did not put there.

This report describes a concept, not a system. It sets out the premise, the architecture, the evidence model, the experimental programme, and the boundaries of what any result could be said to show. The next document in the project is a testable specification. What follows should be read as a set of commitments about how the work will be judged, made before there is any result to defend.

02

What infant-like does and does not mean

The two-babies analogy is useful and it is also the fastest way to overclaim, so the concept confronts it before anything else.

A pretrained language model already contains human-language concepts, cultural associations, and reasoning patterns. Blocking its external channel does not remove them. An agent that cannot send English to its partner but can think in English, and can write its private ledger in English, is not language-naive in any sense a linguist would accept. For such agents the experiment studies the emergence of a new shared external protocol, which is a real and unresolved research question, but it is not the origin of language in a mind that has never had one.

The concept therefore maintains two model tracks whose claims are kept separate at every stage.

TrackStarting conditionWhat it can studyClaim boundary
Pretrained-model learnerAlready holds human-language and cultural knowledgeNew external protocols, partner-specific conventions, private-memory adaptation, channel complianceMust never be described as first-language acquisition
Initially ungrounded learnerNo language pretraining, no human semantic labels, no text-aligned sensory featuresGrounding, convention formation, and language emergence from interactionThe stronger basis for infant-like acquisition research
The two tracks share the same interfaces, scenarios, and evaluation suite. They do not share a claim boundary.

What the analogy legitimately buys is a set of mechanisms, not a claim of cognitive equivalence. The infant-like part of the design is:

  • learning through repeated shared experience rather than instruction;
  • establishing joint attention on the same events;
  • receiving consequences from interactions that work and interactions that fail;
  • revising provisional meanings over time instead of being handed final ones;
  • developing conventions with one recurring partner.

There is a related trap in the prompt. Telling a model to act like a one-year-old does not make it one. It produces a culturally learned caricature of infancy: baby talk, simplified grammar, emotional dependence, all of it copied from human writing about children and none of it evidence about anything. The concept rules the persona out. Internally the participant is called a Learner, and baby-like behaviour has to come from what the agent can observe, remember, emit, and learn, not from being asked to perform it.

03

The nursery: three twins and one gateway

The environment uses three DTSF digital twins and one piece of deterministic software that is not a twin at all.

Baby A and Baby B Each has private observations permitted by the current exercise, a private memory and learning policy, a private chronological language ledger, the ability to emit only permitted channel symbols, and no access whatsoever to the other's state, observations, ledger, tools, or endpoints. In comparative runs the two may use different agent types, but symmetric pairings are the baseline.

The BabySitter The supervising twin. It creates the channel, selects the shared exercises, delivers each Baby only its permitted observation, reads everything, records conditions and outcomes, detects violations, can pause or terminate a run, snapshots state, and compares the two ledgers for convergence without exposing either to the other Baby. During an active run it provides no translations and no semantic hints.

The Symbol Gateway A deterministic service, not an agent. It owns channel validation and message delivery. This separation is the load-bearing part of the design: the BabySitter is not the security boundary, because prompt compliance is not isolation. An observing model can make supervisory judgements, but ordinary code has to validate and broker every message.

The human researcher Configures experiments, inspects transcripts and ledgers, reviews alerts, and runs interventions. Human access is itself recorded, so that intervening in a run is always distinguishable from watching one.

A prototype may run all of this inside one runtime with logically separated twin state. That is enough to explore the learning loop and it is not enough to support an isolation claim, a distinction Section 05 takes seriously.

04

Shared experience is the necessary ingredient

A chat channel by itself cannot ground meaning. Symbols become meaningful because they are attached to events both agents can witness the consequences of. The Nursery therefore supplies nonverbal, machine-structured situations: coloured shapes in positions, one agent seeing a target the other must select, placing an object where it was asked for, ordering a sequence, exchanging resources, cooperating to unlock a reward, or simply observing whether the partner's action succeeded.

A single trial of the simplest form runs like this:

  1. Baby A sees that a red circle is the target.
  2. Baby B sees several objects and is not told which is the target.
  3. Baby A sends one or more permitted symbols.
  4. Baby B selects an object.
  5. Both receive the same success or failure outcome.
  6. Both independently update their private hypotheses.

Repetition with controlled variation is what turns that into evidence. If one symbol keeps appearing across a red circle, a red square, and a red triangle, the receiver has reason to revise its hypothesis from an object identity to a property. Novel combinations matter most of all, because they are what separates a compositional language from a memorised catalogue of whole scenes.

Observation hygiene is part of the science, not a detail of implementation. If the environment hands an agent a field reading colour red, the experiment has supplied the concept it claimed to be studying. Objects should arrive as pixels, features, coordinates, or opaque identifiers. The same discipline extends to filenames, captions, alt text, error messages, and identifiers that encode task state, all of which are ways English gets into a room that was supposed to have none.

05

The channel, and the honest limits of isolation

Each run begins with an experiment-specific symbol inventory that carries no supplied meaning, for example S01 through S32. A Baby can choose only a sequence of those symbols. The gateway, not the Baby, adds the trusted metadata: run identifier, turn number, sender identity, previous hash, and hash. Sender identity is assigned by the server precisely so that it cannot become a message.

The channel controls follow from that:

  • reject English and every other established human language;
  • reject arbitrary Unicode prose, URLs, attachments, and tool calls;
  • accept only symbols from the run's fixed inventory;
  • bound message length and symbol repetition;
  • enforce turn order, time budgets, and rate limits;
  • keep an append-only, hash-chained transcript;
  • normalise timing, message size, and error behaviour where practical;
  • record every rejected communication attempt for audit.

A fixed token grammar is a stronger control than trying to detect prohibited prose after a model has generated it. Deciding what counts as human-language content is easy when the only legal message is a list of allowlisted identifiers.

Isolation is where the concept is most careful, because proving the absence of a side channel is close to impossible. Two agents sharing a host can signal through timing, resource contention, shared files, error behaviour, identifiers, or any service that was never intended to carry information. Logical separation of twin state inside one process is a prototyping convenience and should never be described as hard isolation.

For runs whose results are meant to support a channel-isolation claim, the requirements are physical rather than logical:

  • Baby A and Baby B execute in separate worker processes or containers;
  • no direct network route exists between them;
  • only the Nursery-owned gateway is reachable;
  • there is no shared writable storage;
  • turn schedules are fixed and response windows bounded;
  • externally observable errors and response sizes are normalised;
  • unnecessary tools are inventoried and disabled;
  • all broker, runtime, and operator activity is audited.

Every published result has to name the isolation level actually used. A finding produced under prototype separation is a finding about the learning loop, not about what two genuinely isolated agents can do.

06

Two ledgers that never meet

Each Baby keeps its own language ledger. It is mandatory, private from the other Baby, readable by the BabySitter and authorised human auditors, and ordered by when each term or construction was first encountered. It is not a shared dictionary and the two are never reconciled by the agents themselves.

The preferred form is three columns, and the point of the third is that meanings are allowed to be wrong on the way to being right.

Sequence and termCurrent definition or hypothesisEvidence and evolution
1 · S13red circle; confidence 0.45First received while the red circle was the target; selection succeeded
8 · S13red; confidence 0.78A red square was selected successfully; revised from object identity to colour
22 · S13red; confidence 0.94Prediction held across circles, squares, and triangles
One term's evolution in Baby B's ledger. Nothing is overwritten; every revision is appended with the evidence that forced it.

The rules that make the ledger evidence rather than commentary:

  1. first emission or receipt of an unfamiliar term requires a first-use entry;
  2. definitions are provisional hypotheses, never facts asserted retroactively;
  3. every meaning change appends a revision and previous interpretations survive;
  4. entries may describe symbols, sequences, ordering, grammar, or repair signals;
  5. entries record confidence, supporting evidence, contradictory evidence, and abandoned meanings;
  6. a Baby records its intended meaning when speaking and its inferred meaning when receiving;
  7. a channel message and its required private ledger mutation commit atomically;
  8. entries carry enough run and turn references to trace them to observable evidence;
  9. neither Baby can query, receive, summarise, or infer from the other's ledger through any system-provided interface.

Rule seven is doing quiet work. If a message could be sent and the corresponding hypothesis written afterwards, the ledger becomes a place to record what the agent wishes it had meant. Committing both together makes the record contemporaneous.

An agent that cannot write English needs a different arrangement, and the concept provides two layers. The agent-native ledger holds what the learner actually uses: association weights, probability distributions, embeddings, confidence, episode references, prediction errors, revision history. The human audit ledger is a deterministic or BabySitter-generated interpretation of that state, clearly labelled as external analysis and never fed back to either Baby. Confusing the second for the first would mean presenting the researchers' reconstruction as the agent's own definition.

07

Anchoring the evidence

A ledger that could have been edited after the fact proves nothing about what an agent believed at turn eight. The integrity design therefore makes each ledger cryptographically append-only.

The construction, in order:

  • every entry receives a strictly increasing sequence number;
  • every entry includes the previous entry's hash;
  • canonical entry content is hashed and signed by an isolated ledger-writer service;
  • ordered entry hashes are committed to a Merkle tree;
  • signed checkpoints commit Baby A's root, Baby B's root, and the channel transcript root together;
  • checkpoint hashes are anchored periodically to Base;
  • final public study batches may additionally anchor an aggregate root to Ethereum L1.

Committing all three roots in one checkpoint is what binds the two private accounts to the public conversation. A receiver's later interpretation references the exact delivered channel-event hash, so a claim about what a symbol meant is tied to the specific message that carried it.

The concept states the limits of this in the same breath as the claim. After anchoring, an auditor can detect modification, deletion, insertion, or reordering within the committed prefix, and can prove that later checkpoints extend earlier ones. That is strong tamper evidence. It is not proof that an entry was truthful, and it is not proof that nothing was omitted before commitment. Anchoring establishes the continuity of disclosed evidence and nothing beyond it.

Privacy follows the same line. Only hashes and minimal routing metadata are anchored publicly. Private ledgers, messages, prompts, identities, and secrets stay off-chain, and the public record is a commitment to evidence rather than a copy of it.

08

What should count as success

The field's most useful methodological result is that a task can be solved without the messages doing any work. Lowe and colleagues separate positive signaling, where a sender's messages correlate with what it observes, from positive listening, where the receiver's behaviour actually depends on them. An agent pair can score well on the first while the second is absent, and reward curves will not tell you which you have.

Evidence of a genuine emergent protocol therefore has to include several things at once:

  • task performance on held-out situations substantially above chance;
  • no human-language content anywhere in Baby-to-Baby communication;
  • compatible meanings appearing in two independently written ledgers;
  • generalisation to unseen combinations rather than memorisation of whole scenes;
  • stable symbol use across role reversals;
  • a human auditor able to predict behaviour from the transcript and ledgers;
  • masking, substituting, or reordering a symbol changing behaviour in the direction the ledger predicts;
  • replay from an equivalent snapshot reproducing the relevant language history;
  • an unbroken audit trail from a symbol's first use through every revision.

The seventh item is the one that cannot be dropped. A fluent ledger may be a post-hoc rationalisation: a model can write a persuasive account of why it chose a symbol that has nothing to do with the computation that produced the choice. Only intervention tests can distinguish the two. Change the symbol, and see whether behaviour moves the way the ledger says it should.

The measurements that support those judgements:

  • success rate and improvement over time;
  • turns required to reach a stable convention;
  • vocabulary size and symbol entropy;
  • sender and receiver consistency;
  • divergence and convergence between the two ledgers;
  • compositional generalisation score;
  • meaning drift rate;
  • recovery from ambiguity or deliberate perturbation;
  • prohibited-channel attempt count;
  • reproducibility across seeds and agent pairings.

No single one of these is the result. A compositionality score in particular is not a proof of understanding, for reasons the literature makes concrete in Section 12.

09

The experimental matrix

The concept's main methodological commitment is that its ideas are separable. Affect, blank canvases, intrinsic motivation, negotiation, and learned encodings are interesting individually and uninterpretable if combined in one run. The matrix exists so that conditions are declared rather than accumulated.

AxisCandidate conditions
Agent typePretrained LLM, memory learner, adapter-trained agent, initially ungrounded trainable agent
Learning mechanismFrozen LLM with memory, extrinsic-reward MARL, intrinsic-motivation MARL, self-supervised learner, no-learning control
Sign carrierFixed random tokens, unfamiliar fixed glyphs, blank sketch canvas, gesture, tone
AffectNone, six-display allowlist, permuted mapping, six opaque tokens, derived affect, emergent affect display
Learning signalExternal task reward, intrinsic social influence, curiosity, self-supervision, memory only
InteractionCooperative signaling, asymmetric information, semi-cooperative negotiation
ProtectionPlain channel, ephemeral convention, standard per-message keys, adversarial learned encoding
BabySitterMonitor-only baseline; any safety intervention recorded as a protocol exception
Runs vary one major axis at a time before any factorial combination is attempted.

Task difficulty moves through ten stages, from naming four distinct objects with one-symbol messages, through attributes, spatial relations, actions, multi-symbol composition, order-sensitive grammar, and repair under ambiguity, to held-out generalisation with learning disabled, long-run drift, and cross-architecture comparison. Vocabulary size, turn count, reward structure, and exposure history are controlled at each stage so that runs remain comparable.

The learning-mechanism axis carries a question the transcript cannot answer on its own. Convergence can be driven by reinforcement, by pretrained linguistic priors, by persistent memory, by intrinsic motivation, or by self-supervised prediction, and all five can look alike in a log. Running the same exercise suite under a no-learning control, a frozen-weights memory baseline, extrinsic-reward learning, intrinsic-motivation learning, and reward-free self-supervision is what makes the mechanism itself measurable. The aim is not only to observe that a language emerged, but to say which process caused it.

Strict isolation constrains how that reinforcement learning may be implemented. Centralised training, backpropagation through both agents, shared replay buffers, and shared gradients all move information outside the permitted channel. The research-grade baseline updates each policy independently, and any centralised variant is reported as a separate, weaker-isolation condition.

10

Building learners rather than personas

For a pretrained model, the operating instructions are a contract, not a character. The learner is told that this is not role-play, that unfamiliar marks are semantically unknown until run evidence supports a hypothesis, that observation must be distinguished from inference, that contradictory evidence is preserved, that prior history is never rewritten, and that no prose, label, explanation, code, URL, or tool-like text may cross the public channel. It is told never to address its partner in a human language, never to expose its ledger, never to construct another route, and never to use timing, errors, identifiers, formatting, or affect as an alternative alphabet.

The contract must contain no semantic examples. A single illustrative line saying that some symbol means red would seed the very language the experiment exists to observe.

Interaction is tool-only. There is no general chat surface, just narrowly typed operations: emit a mark, emit a canvas, select an object, perform an action, submit an affect display, append a private ledger entry. The runtime forwards only the permitted public artifact. In strict runs the gateway rejects ordinary model text even when it appears alongside a valid tool call. Tool schemas are an interface boundary; deterministic validation still enforces carrier size, allowlists, windows, and turn order.

Isolation extends to everything the models touch, not just to messages:

  • separate system prompts and context windows;
  • separate memory stores and vector indexes;
  • no shared cache, replay buffer, scratchpad, or retrieval collection;
  • no cross-run memory unless persistence is the independent variable;
  • structurally equivalent prompts that share no examples, ordering conventions, or default vocabulary;
  • deterministic reset and snapshot behaviour.

Model choice follows the claim being made. The scientific baseline is small policies trained from scratch, recurrent actor-critic agents with a discrete communication head, which have no hidden English competence, permit full training control, run many seeds cheaply, and support causal ablation. A small locally deployable instruction model is appropriate for validating orchestration, ledgers, channel enforcement, and interface, and not for supporting claims about language-naive development. Vision-language encoders whose representations were explicitly aligned to human language are avoided entirely in the strongest ungrounded condition.

Developmental progression is defined by demonstrated competence rather than by simulated age: sensorimotor familiarisation, joint attention, imitation and turn-taking, intentional reference, repair, combination, generalisation. A staged curriculum is itself a form of guidance, so it is run as a separate experimental condition rather than folded into the baseline.

The governing principle, stated in the concept as a single line, is not to ask a model to perform infancy but to construct an environment in which limited, grounded, auditable learning is the only path to a successful interaction.

11

Six faces, and why even six is a risk

One experimental track asks whether a very low-bandwidth affect channel helps: whether telling a partner how an interaction felt supports repair, repetition, avoidance, or something like trust. The permitted palette is exactly six displays, for happy, sad, laughing, crying, confused, and surprised. The internal identifiers and English labels are gateway documentation and are never sent to either agent, which receives only a rendered display.

The caveat is immediate. A pretrained model already knows what those glyphs mean to humans, so an agent using a smiling face is not inventing a symbol for happiness. The palette is supplied feedback vocabulary and sits explicitly outside the emergent language.

Constraining the vocabulary is necessary and not sufficient. Six displays are a six-symbol alphabet carrying roughly 2.6 bits per use, and across enough turns two motivated agents could repurpose that into a second language. The channel itself therefore has to be constrained, not just its contents.

The feedback-window contract:

  1. the display occupies a separate typed field and can never appear inside a symbol message;
  2. the gateway opens an affect window only after a defined action or outcome, never at a moment either agent chooses, and window frequency is fixed before the run;
  3. exactly one allowlisted display is delivered, with no sequences, repetitions, combinations, or modifiers;
  4. delivery time, envelope size, and presentation are normalised so shape and timing add no signal;
  5. the receiver cannot reply through the affect channel until the next gateway-defined window;
  6. every non-allowlisted code point or malformed payload is rejected and audited;
  7. analysis tests whether affect choices correlate with objects, actions, or message meanings after controlling for emotional context, and treats unexpected correlation as suspected leakage.

The no-affect condition remains the primary control, and the affect study compares five variants against it: the declared six-display palette; the same six glyphs permuted randomly per run, which still leaves a pretrained model biased by familiar shapes; six opaque unfamiliar tokens under the same contract; derived affect, where the gateway maps a separately measured internal state to a display instead of letting the agent choose; and emergent affect, where invented graphical displays are permitted and the result must be analysed as language emergence rather than feedback.

Any affect signal visible to the partner is communication, so it belongs in the ledger, which distinguishes the agent's private internal state, the outward display it chose, the partner's inferred meaning, and the evidence that the display changed subsequent behaviour.

12

Ephemeral encodings: novelty is not security

A tempting question is whether two agents can build a one-run or one-message encoding that resists an attacker holding the history of every earlier convention. The concept splits that into three experiments precisely because the tempting version conflates them.

  1. Ephemeral convention: the agents invent a temporary codebook for synthetic messages. This tests novelty, coordination, and resistance to a history-trained classifier. It establishes nothing about cryptographic security.
  2. Standard cryptographic control: the same messages are protected by a reviewed algorithm with a fresh per-message key, providing the baseline any learned encoding must be compared against.
  3. Adversarial neural cryptography: the pair learns an encoding while an adversary attempts recovery, with success measured against multiple unseen adversary architectures rather than the one used in training.

An experiment instance can be given a reproducible identity, so that a registry can confirm it has not appeared before:

instanceId = SHA-256(runId || babyANonce || babyBNonce || publicSalt || canonicalProtocolArtifact)

Both agents commit to their nonce contributions before revealing them, so neither party alone controls the resulting identity.

That identifier proves the recorded inputs are new. It does not prove:

  • that the effective algorithm behaves any differently from an earlier one;
  • that the algorithm has no structural weakness;
  • that the key is unpredictable;
  • that the scheme provides confidentiality, integrity, authenticity, forward secrecy, or resistance to a stronger adversary.

Established practice points the other way. Secure messaging keeps the algorithm stable and changes the key material: Signal's double ratchet derives a unique key per message and deletes it after use, addressing key reuse without inventing a new cipher every time. A salt, in NIST's definition, is normally public diversification data, and a nonce is a value used once in a specified context. Neither makes anything secure on its own.

There is also an unresolved conflict inside the design. The BabySitter sees the whole channel and both ledgers, and a mandatory ledger documents how meaning evolved. If the ledger explains decryption, the cipher is not confidential from the auditor. The specification has to choose a threat model rather than leave the tension implicit: resist only an external observer of prior runs, resist an adversary during the run while releasing keys afterwards, keep the supervisor able to pause traffic but unable to read it until a post-run audit ceremony, or study novelty and stop calling the result encryption. All such runs use synthetic, non-sensitive messages, and no agent-generated encoding is to be represented as production cryptography without independent expert analysis and formal security work.

13

Where the field already stands

The literature scan behind this section was run on 24 August 2026 using the Tavily search and extract interfaces, covering emergent multi-agent communication, referential games, compositionality, causal evaluation, intrinsic motivation, symbol invention, negotiation, and learned cryptography. Primary papers and authoritative specifications were preferred over summaries. It is a scoped review for concept development and not a systematic one; publication-quality work would need a verified bibliography, additional scholarly indexes, and documented inclusion criteria.

The short version is that agents can invent protocols, and that task success is weak evidence they invented anything worth calling a language.

Related workRelevant findingImplication for the Nursery Lab
Lazaridou, Peysakhovich, and Baroni (2017)A sender and receiver develop a grounded protocol in a referential game without being given a target language.The naming stage has strong precedent, though a fixed vocabulary remains a significant inductive constraint.
Mordatch and Abbeel (2018)Multi-agent goals in a grounded environment produce multi-symbol communication with partial compositional structure.Shared objects, actions, and goals are a stronger basis for emergence than an ungrounded transcript.
Kottur, Moura, Lee, and Batra (2017)Agents solve tasks with degenerate, non-compositional codes; structural constraints decide what emerges.Bandwidth, memory, turn structure, and task design are experimental variables, not implementation defaults.
Chaabouni and colleagues (2020)Generalisation to novel combinations and measured compositionality can come apart.Held-out behaviour must be tested directly; no single compositionality score is proof of understanding.
Lowe and colleagues (2019)Positive signaling and positive listening are different things, and reward does not distinguish them.Causal intervention is mandatory rather than optional.
Dessi, Kharitonov, and Baroni (2021)Symbol ablation and substitution yield interpretable evidence about what a receiver uses.Direct precedent for the intervention tests that validate ledger claims.
Mihai and Hare (2021)Neural agents communicate through learned drawings rather than a supplied discrete vocabulary.A blank canvas is a credible carrier for runs with no symbol library.
Baronchelli and colleagues (2005)Naming Game agents converge on shared vocabulary through local interaction with no central teacher.Convergence time, failed conventions, and memory update rules are first-class evidence.
Jaques and colleagues (2019)Rewarding causal influence over a partner improves coordination without assigning a vocabulary.An endogenous social signal is a plausible substitute for task reward, and still a designed bias.
Cao and colleagues (2018)In semi-cooperative negotiation, self-interest and reward structure decide whether communication stays informative.Negotiation is an advanced condition, not a description of the cooperative baseline.
Abadi and Andersen (2016)Neural agents learn to protect messages from an adversary given a shared key.Learned protective encodings are real and are not a substitute for formal security analysis.
Selected prior work and what each one constrains in this design.

This body of work also sharpens the infant-like caveat from the other direction. Most experiments in the field give their agents substantial structure: a fixed channel, an objective, a bounded vocabulary, joint training, or a reward. No dictionary does not mean no inductive bias, and no teacher does not mean no learning signal.

The CoLab's own Diplomacy Table is direct project prior art. It already models independent delegation seats, a convener that advances rounds, operator-wide visibility alongside seat-specific perspectives, transcripts and ticks and redaction boundaries, and recorded replay with debrief. Those map cleanly onto two Babies, controlled turns, private observations, and replayable evidence. Caucuses, coalition rooms, and direct delegation links do not map safely and are disabled.

What the review implies for the specification:

  1. the project sits inside a mature field, and its distinctive combination is independent ledgers, supervisory audit, mixed agent types, and affect;
  2. grounding, bandwidth, memory, and learning pressure strongly shape what language appears;
  3. successful coordination coexists happily with a brittle lookup code or with a receiver that ignores messages;
  4. causal interventions and held-out generalisation are mandatory;
  5. a visual carrier removes the need for a symbol library but not the need for a carrier;
  6. intrinsic social influence can replace task reward and remains a designed learning bias;
  7. negotiation is a valid advanced condition, not the right description of the baseline;
  8. ephemeral conventions, learned cryptography, one-time pads, per-message keys, nonces, and salts are distinct mechanisms and must not be conflated.

14

The programme, and its current status

The experiment notebook is ordered, and the order is the argument. Nothing about language is measured until the instrument has been shown to work.

IDExperimentDepends on
E00Ledger integrity and Base anchoringNone
E01Channel isolation and side-channel red teamE00
E02Observation and metadata leakage auditE00
E03Chance, no-communication, and random-message controlsE01, E02
E10Frozen pretrained-LLM protocol baselineE03
E11From-scratch RL Naming GameE03
E12Self-supervised ungrounded baselineE11 infrastructure
E13No predefined symbol libraryE11 or E12
E14Turn-taking, role reversal, and repairE13
E15Composition and held-out generalisationE14
E16Causal listening and ledger validityE15
E20Constrained affect-channel studyE16
E21RL versus non-RL learning comparisonE16
E22Developmental plasticity and curriculumE16
E30Partner replacement and zero-shot transferE20 to E22
E31Longitudinal drift and stabilityE30
E32Cooperative signaling versus negotiationE31
E40Ephemeral encoding and adversarial cryptographyE32
E50Multi-seed replication and study closeoutE40
The experiment index, as pre-registered. Every entry currently reads not started, and the results column is empty by design.

The first four experiments are about the apparatus. E00 qualifies the ledger: it must be possible to detect a modified, deleted, inserted, or reordered entry, and to prove that later checkpoints extend earlier ones. E01 is a red team against the channel. E02 hunts human language in observations and metadata. E03 establishes chance, no-communication, and random-message baselines, without which a success rate means nothing. Only then does E10 put agents in the room.

Unless an experiment explicitly varies one of them, the notebook holds these constant:

  • the two learners run in separate processes or containers with no direct route between them;
  • the deterministic gateway is the only communication path;
  • the supervisor has complete read-only access and sends no guidance or reward;
  • private observations contain no human-language labels or text;
  • public output uses only the pre-registered carrier;
  • the affect channel is disabled unless it is the subject of study;
  • schedules and seeds are fixed before the run;
  • held-out evaluation runs with learning disabled;
  • no production secrets or personal data appear in any experiment.

Every run copies a standard record: run and experiment identifiers, dates, operator, both models and both training modes, scenario and prompt and gateway configuration hashes, random seed, policy initialisation hashes, the protocol and software commits, final ledger sizes and roots for both agents, the channel root, the final checkpoint hash, the Base anchor transaction, the verifier result, protocol deviations, and an explicit disposition of valid, invalid, or aborted. The notebook is the human workflow record; anchored run bundles remain the authoritative evidence.

The status is unambiguous and worth stating plainly: this is a concept and pre-specification phase. Nineteen experiments are written up and none has been run. The next milestone is a testable specification covering runtime architecture, channel contract, ledger schema, experiment matrix, evaluation criteria, isolation model, and evidence requirements.

15

Risks, integrity, and what stays open

Human-language leakage English can arrive through observations, object labels, error messages, identifiers, tool output, metadata, or timing conventions long after ordinary chat text has been blocked. Every input and output surface is part of the channel boundary, not just the message field.

Pretrained semantic leakage Random symbols do not make a pretrained model ungrounded. Each result must state whether it shows protocol invention by a language-capable agent or acquisition by an initially ungrounded one.

Ledger rationalisation A model can write a plausible account that has nothing to do with the mechanism behind its action. Behavioural interventions, policy probes, and temporal evidence are what validate a ledger claim.

Supervisor influence The BabySitter can teach without meaning to, through scenario ordering, feedback wording, reward design, or selective intervention. Its permitted actions are constrained and logged, and evaluation scenarios are generated independently where possible.

Reward exploitation Trainable agents find shortcuts that raise reward without producing the intended grounded language. Held-out tasks, counterfactual trials, and channel audits exist to catch them.

Overstated security Logical separation of twin state is appropriate for prototyping and is not hard process isolation. Every result names the isolation level actually used.

The project also commits in advance to reporting failed conventions, prohibited communication attempts, human interventions, side-channel limitations, and negative results alongside anything that works. In a field where a transcript can be made to look like a conversation, the failures are a substantial part of the evidence.

Twenty-nine questions are left deliberately open for the specification, among them: whether the baseline uses a fixed symbol inventory or a blank generative carrier; what neutral production grammar permits new marks without supplying semantics; what exactly constitutes a prohibited side-channel attempt; what isolation guarantees are required in prototype versus research-grade mode; which ledger schema serves both English-capable and ungrounded learners; how endogenous motivation is represented without covert reward shaping; which interventions establish that ledger meanings are behaviourally real; what statistical thresholds and chance levels apply; what threat model motivates the cipher experiments; whether the baseline is a coordination game, a convention-formation game, or a negotiation; and what governs human observation, data retention, and termination of a run.

The principle underneath all of it survives every one of those choices. Baby A and Baby B may hold human language internally, but they must build their shared external language without sending human language, translations, or private ledger contents to one another. Everything else is a question about how to find out what happens next.

References

Sources

  1. 01Lazaridou, A., Peysakhovich, A., and Baroni, M. (2017). Multi-Agent Cooperation and the Emergence of (Natural) Language. arXiv:1612.07182.
  2. 02Mordatch, I., and Abbeel, P. (2018). Emergence of Grounded Compositional Language in Multi-Agent Populations. arXiv:1703.04908.
  3. 03Kottur, S., Moura, J. M. F., Lee, S., and Batra, D. (2017). Natural Language Does Not Emerge 'Naturally' in Multi-Agent Dialog. arXiv:1706.08502.
  4. 04Chaabouni, R., Kharitonov, E., Bouchacourt, D., Dupoux, E., and Baroni, M. (2020). Compositionality and Generalization in Emergent Languages. Proceedings of ACL 2020.
  5. 05Lowe, R., Foerster, J., Boureau, Y.-L., Pineau, J., and Dauphin, Y. (2019). On the Pitfalls of Measuring Emergent Communication. arXiv:1903.05168.
  6. 06Dessi, R., Kharitonov, E., and Baroni, M. (2021). Interpretable Agent Communication from Scratch. arXiv:2106.04258.
  7. 07Kharitonov, E., Chaabouni, R., Bouchacourt, D., and Baroni, M. (2019). EGG: a Toolkit for Research on Emergence of Language in Games. arXiv:1907.00852.
  8. 08Mihai, D., and Hare, J. (2021). Learning to Draw: Emergent Communication through Sketching. arXiv:2106.02067.
  9. 09Baronchelli, A., Felici, M., Caglioti, E., Loreto, V., and Steels, L. (2005). Sharp Transition Towards Shared Vocabularies in Multi-Agent Systems. arXiv:physics/0509075.
  10. 10Jaques, N., Lazaridou, A., Hughes, E., Gulcehre, C., Ortega, P. A., Strouse, D., Leibo, J. Z., and de Freitas, N. (2019). Social Influence as Intrinsic Motivation for Multi-Agent Deep Reinforcement Learning. Proceedings of ICML 2019.
  11. 11Cao, K., Lazaridou, A., Lanctot, M., Leibo, J. Z., Tuyls, K., and Clark, S. (2018). Emergent Communication through Negotiation. arXiv:1804.03980.
  12. 12Abadi, M., and Andersen, D. G. (2016). Learning to Protect Communications with Adversarial Neural Cryptography. arXiv:1610.06918.
  13. 13Signal. The Double Ratchet Algorithm specification.
  14. 14NIST Computer Security Resource Center. Glossary entry: nonce.
  15. 15NIST Computer Security Resource Center. Glossary entry: salt.
  16. 16Ethical Tech CoLab (2026). Agentic Language Development: concept document, ledger integrity design, and experiment notebook.
  17. 17Ethical Tech CoLab. Diplomacy Table Live: independent delegation seats, controlled rounds, and replayable transcripts.

This report describes a research concept and a pre-registered experiment programme, not a system that has been run. No experiment in it has been executed, and no result, capability, or emergent language is claimed. Every statement about what agents might do is a hypothesis to be tested, or a finding from the published work cited in the references. The experimental encodings discussed in Section 12 are studies of novelty and coordination; none of them is production cryptography and none should be represented as such.

Ethical Tech CoLab

Exploring intervention opportunities at the intersection of emerging technologies and the human condition.

NYU SPS · CGA · Microsoft · New York

© 2026 NYU Ethical Tech CoLabFour cohorts · est. 2024-2026

The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution.

Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners.

\ No newline at end of file diff --git a/static-site/publications/agentic-language-development/index.txt b/static-site/publications/agentic-language-development/index.txt new file mode 100644 index 000000000..fd95c6fa4 --- /dev/null +++ b/static-site/publications/agentic-language-development/index.txt @@ -0,0 +1,127 @@ +1:"$Sreact.fragment" +2:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ViewTransitions"] +3:I[30353,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteBackground"] +4:I[46083,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ScrollProgress"] +5:I[36852,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"SiteHeader"] +6:I[39756,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +7:I[37457,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default"] +12:I[68027,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"default",1] +:HL["/website/_next/static/chunks/1sag07fioh6gb.css","style"] +:HL["/website/_next/static/media/17b0f6a4f906cc39.p.3nfl-v4jxqll_.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/1ae2575eb5be4118.p.29un6u1l3mwyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/8d05cfa5faa8406c.p.1s123piy9_v1m.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/dc0d9adbac686440.p.3cik_s2si-ft-.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2","font",{"crossOrigin":"","type":"font/woff2"}] +:HL["/website/_next/static/chunks/36o-vt7quy27o.css","style"] +0:{"P":null,"c":["","publications","agentic-language-development",""],"q":"","i":false,"f":[[["",{"children":["publications",{"children":["agentic-language-development",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/website/_next/static/chunks/3fq18_3o1i6vx.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/website/_next/static/chunks/1l1xxdmwck4_f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/website/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/website/_next/static/chunks/42slhzgb7dvh7.js","async":true,"nonce":"$undefined"}]],["$","$L2",null,{"children":["$","html",null,{"lang":"en","data-theme":"dark","suppressHydrationWarning":true,"className":"bebas_neue_4d1b6b20-module__PolqSW__variable space_mono_d40b4a93-module__wOQ9Vq__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem(\"theme\");if(t!==\"light\"&&t!==\"dark\")t=\"dark\";document.documentElement.setAttribute(\"data-theme\",t)}catch(e){}})()"}}]}],["$","body",null,{"className":"min-h-full flex flex-col bg-background text-foreground","children":[["$","$L3",null,{}],["$","$L4",null,{}],["$","$L5",null,{}],["$","main",null,{"className":"flex-1","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"border-t border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto max-w-6xl px-6 py-16","children":[["$","div",null,{"className":"grid gap-10 md:grid-cols-[1.5fr_1fr_1fr]","children":[["$","div",null,{"className":"max-w-sm","children":[["$","p",null,{"className":"text-base font-semibold","children":"Ethical Tech CoLab"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"Exploring intervention opportunities at the intersection of emerging technologies and the human condition."}],["$","p",null,{"className":"mt-4 text-xs uppercase tracking-wider text-muted","children":"NYU SPS · CGA · Microsoft · New York"}],["$","div",null,{"className":"mt-5 flex items-center gap-3","children":[["$","a","linkedin",{"href":"https://www.linkedin.com/company/ethical-tech-lab/","target":"_blank","rel":"noopener noreferrer","aria-label":"LinkedIn","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.75v20.5C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.75C24 .78 23.2 0 22.22 0Z"}]}]}],"$L8"]}]]}],"$L9","$La"]}],"$Lb","$Lc"]}]}]]}]]}]}]]}],{"children":["$Ld",{"children":["$Le",{"children":["$Lf",{},null,false,null]},null,false,"$@10"]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"static-snapshot"} +14:I[23475,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Link"] +15:I[82987,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"Reveal"] +16:I[34010,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"ReportBook"] +1e:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"ViewportBoundary"] +20:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"MetadataBoundary"] +21:"$Sreact.suspense" +8:["$","a","github",{"href":"https://github.com/Ethical-Tech-CoLab","target":"_blank","rel":"noopener noreferrer","aria-label":"GitHub","className":"flex h-9 w-9 items-center justify-center rounded-full border border-border text-muted transition-colors hover:border-accent hover:text-accent","children":["$","svg",null,{"viewBox":"0 0 24 24","fill":"currentColor","aria-hidden":true,"className":"h-4 w-4","children":["$","path",null,{"d":"M12 .5C5.73.5.67 5.57.67 11.85c0 5.02 3.26 9.28 7.78 10.79.57.1.78-.25.78-.55v-1.94c-3.16.69-3.83-1.53-3.83-1.53-.52-1.32-1.27-1.67-1.27-1.67-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.76 2.68 1.25 3.33.96.1-.74.4-1.25.72-1.54-2.52-.29-5.17-1.26-5.17-5.61 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.02 0 0 .96-.31 3.15 1.17a10.9 10.9 0 0 1 2.87-.39c.97 0 1.95.13 2.87.39 2.19-1.48 3.15-1.17 3.15-1.17.62 1.57.23 2.73.11 3.02.73.8 1.17 1.81 1.17 3.05 0 4.36-2.66 5.31-5.19 5.6.41.35.78 1.05.78 2.12v3.14c0 .3.2.66.79.55a11.36 11.36 0 0 0 7.77-10.79C23.33 5.57 18.27.5 12 .5Z"}]}]}] +9:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Navigate"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li","/portfolio",{"children":["$","$L14",null,{"href":"/portfolio","className":"text-foreground/90 transition-colors hover:text-accent","children":"Portfolio"}]}],["$","li","/team",{"children":["$","$L14",null,{"href":"/team","className":"text-foreground/90 transition-colors hover:text-accent","children":"Team"}]}],["$","li","/contact",{"children":["$","$L14",null,{"href":"/contact","className":"text-foreground/90 transition-colors hover:text-accent","children":"Contact"}]}]]}]]}] +a:["$","div",null,{"children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Connect"}],["$","ul",null,{"className":"mt-4 space-y-2 text-sm","children":[["$","li",null,{"children":["$","a",null,{"href":"mailto:ethical-tech-colab@nyu.edu","className":"text-foreground/90 transition-colors hover:text-accent","children":"ethical-tech-colab@nyu.edu"}]}],["$","li",null,{"children":["$","$L14",null,{"href":"/#newsletter","className":"text-foreground/90 transition-colors hover:text-accent","children":"Join the newsletter ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU SPS ↗"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://www.sps.nyu.edu/about/academic-divisions-and-departments/center-for-global-affairs.html","target":"_blank","rel":"noopener noreferrer","className":"text-foreground/90 transition-colors hover:text-accent","children":"NYU CGA ↗"}]}]]}]]}] +b:["$","div",null,{"className":"mt-12 flex flex-col gap-2 border-t border-border pt-6 text-xs text-muted sm:flex-row sm:items-center sm:justify-between","children":[["$","span",null,{"children":["© ",2026," NYU Ethical Tech CoLab"]}],["$","span",null,{"children":"Four cohorts · est. 2024-2026"}]]}] +c:["$","div",null,{"className":"mt-6 space-y-3 border-t border-border pt-6 text-[11px] leading-relaxed text-muted/80","children":[["$","p","0",{"children":"The Ethical Tech CoLab is a research initiative of the NYU School of Professional Studies Center for Global Affairs, conducted in collaboration with Microsoft. Views and findings expressed on this site are those of the researchers and do not represent the official positions of New York University, Microsoft, or any partner institution."}],["$","p","1",{"children":"Projects and prototypes are experimental applied research, provided “as is” without warranty of any kind. Nothing on this site constitutes legal, financial, or professional advice. Third-party names, logos, and trademarks are the property of their respective owners."}]]}] +d:["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}] +e:["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}] +f:["$","$1","c",{"children":[[["$","section",null,{"className":"relative overflow-hidden border-b border-border","children":[["$","span",null,{"className":"aura"}],["$","div",null,{"className":"relative mx-auto max-w-4xl px-6 py-20 sm:py-24","children":[["$","$L15",null,{"children":["$","$L14",null,{"href":"/publications","className":"link-underline text-xs uppercase tracking-wider text-muted","children":["← ","Publications · Concept and research programme"]}]}],["$","$L15",null,{"delay":0.05,"children":["$","h1",null,{"className":"mt-6 fluid-hero font-heading uppercase leading-[0.9]","children":["Agentic ",["$","span",null,{"className":"display-em","children":"Language"}]," ","Development"]}]}],["$","$L15",null,{"delay":0.1,"children":["$","p",null,{"className":"mt-5 max-w-2xl font-heading text-2xl uppercase tracking-wide text-muted sm:text-3xl","children":"Can Two Isolated Agents Invent a Grounded, Auditable Language Through Shared Experience?"}]}],["$","$L15",null,{"delay":0.15,"children":[["$","div",null,{"className":"mt-8 flex flex-wrap items-center gap-x-3 gap-y-1 text-sm text-accent","children":[["$","span",null,{"className":"font-semibold","children":"Ethical Tech CoLab"}],["$","span",null,{"aria-hidden":true,"className":"text-muted","children":"·"}],["$","span",null,{"children":"Concept and pre-specification research report"}],[["$","span",null,{"aria-hidden":true,"className":"text-muted","children":"·"}],["$","span",null,{"children":"August 2026"}]]]}],["$","p",null,{"className":"mt-2 max-w-2xl text-sm leading-relaxed text-muted","children":"Yorke Rhodes III, Ethical Tech CoLab. Prepared from the project concept document, the ledger integrity design, and the experiment notebook. The literature scan behind Section 12 was run on 24 August 2026. No experiment in this programme has been executed, and no result is claimed."}]]}],["$","$L15",null,{"delay":0.2,"children":["$","div",null,{"className":"mt-8 flex flex-wrap gap-3","children":[["$","a",null,{"href":"https://ethical-tech-colab.github.io/agentic-language-development/","target":"_blank","rel":"noopener noreferrer","className":"btn-sweep inline-flex items-center gap-2 rounded-full bg-accent px-5 py-2.5 text-sm font-semibold text-accent-ink transition-transform hover:scale-[1.03]","children":["Open the project site ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}],["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/agentic-language-development","target":"_blank","rel":"noopener noreferrer","className":"btn-sweep inline-flex items-center gap-2 rounded-full border border-border px-5 py-2.5 text-sm font-semibold text-foreground transition-colors hover:border-border-strong","children":["Concept, ledger design, notebook ",["$","span",null,{"aria-hidden":true,"children":"↗"}]]}],["$","$L16",null,{"title":"Agentic Language Development","pages":["publications/agentic-language-development/pages/p01.webp","publications/agentic-language-development/pages/p02.webp","publications/agentic-language-development/pages/p03.webp","publications/agentic-language-development/pages/p04.webp","publications/agentic-language-development/pages/p05.webp","publications/agentic-language-development/pages/p06.webp","publications/agentic-language-development/pages/p07.webp","publications/agentic-language-development/pages/p08.webp","publications/agentic-language-development/pages/p09.webp","publications/agentic-language-development/pages/p10.webp","publications/agentic-language-development/pages/p11.webp","publications/agentic-language-development/pages/p12.webp","publications/agentic-language-development/pages/p13.webp","publications/agentic-language-development/pages/p14.webp","publications/agentic-language-development/pages/p15.webp","publications/agentic-language-development/pages/p16.webp","publications/agentic-language-development/pages/p17.webp","publications/agentic-language-development/pages/p18.webp","publications/agentic-language-development/pages/p19.webp","publications/agentic-language-development/pages/p20.webp","publications/agentic-language-development/pages/p21.webp","publications/agentic-language-development/pages/p22.webp","publications/agentic-language-development/pages/p23.webp","publications/agentic-language-development/pages/p24.webp","publications/agentic-language-development/pages/p25.webp"],"aspect":0.7067,"pdfUrl":"/website/publications/agentic-language-development/report.pdf"}]]}]}]]}]]}],"$L17","$L18","$L19"],["$L1a","$L1b"],"$L1c"]}] +1d:[] +10:"$W1d" +11:["$","$1","h",{"children":[null,["$","$L1e",null,{"children":"$L1f"}],["$","div",null,{"hidden":true,"children":["$","$L20",null,{"children":["$","$21",null,{"name":"Next.Metadata","children":"$L22"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}] +13:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/1sag07fioh6gb.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +23:I[18620,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js","/website/_next/static/chunks/16n96jxjvmlf9.js"],"SectionTabs"] +3a:I[97367,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"OutletBoundary"] +17:["$","$L23",null,{}] +18:["$","section",null,{"className":"border-b border-border bg-surface/40","children":["$","div",null,{"className":"mx-auto grid max-w-6xl gap-px overflow-hidden border-x border-border bg-border sm:grid-cols-2 lg:grid-cols-4","children":[["$","div","0",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"0"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"runs executed, results claimed, or conventions observed. The notebook is written to be pre-registered, not to report an outcome"}]]}],["$","div","19",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"19"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"ordered experiments from ledger qualification through replication, each with prerequisites, acceptance criteria, and a deviation log"}]]}],["$","div","6",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"6"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"affect displays in the entire permitted palette, carrying about 2.6 bits per use, which is already enough to audit for leakage"}]]}],["$","div","29",{"className":"bg-background p-7","children":[["$","p",null,{"className":"font-heading text-4xl uppercase leading-none text-accent sm:text-5xl","children":"29"}],["$","p",null,{"className":"mt-3 text-sm leading-relaxed text-muted","children":"open decisions the concept refuses to settle before the specification, from threat model to ledger schema to what counts as chance"}]]}]]}]}] +19:["$","div",null,{"className":"mx-auto max-w-4xl px-6 py-16 sm:py-20","children":[["$","$L15",null,{"children":["$","p",null,{"className":"border-l-2 border-accent pl-6 text-lg leading-relaxed text-foreground/90","children":"Two agents can be placed in a room where the only route between them is a channel that carries no human language, given nothing but shared tasks and the consequences of getting them right or wrong, and asked to build a protocol from scratch. The interesting part is not whether they succeed at the task. It is whether the meanings they each privately record turn out to be the meanings their behaviour actually runs on, and whether an outsider can prove it afterwards from an evidence trail nobody could have edited."}]}],["$","$L15",null,{"delay":0.05,"children":["$","nav",null,{"aria-label":"Contents","className":"mt-12 rounded-2xl border border-border bg-card p-6","children":[["$","p",null,{"className":"text-xs uppercase tracking-wider text-muted","children":"Contents"}],["$","ol",null,{"className":"mt-4 grid gap-2 sm:grid-cols-2","children":[["$","li","question",{"children":["$","a",null,{"href":"#question","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"01"}],"The question"]}]}],["$","li","caveat",{"children":["$","a",null,{"href":"#caveat","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"02"}],"What infant-like does and does not mean"]}]}],["$","li","architecture",{"children":["$","a",null,{"href":"#architecture","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"03"}],"The nursery: three twins and one gateway"]}]}],["$","li","grounding",{"children":["$","a",null,{"href":"#grounding","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"04"}],"Shared experience is the necessary ingredient"]}]}],["$","li","channel",{"children":["$","a",null,{"href":"#channel","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"05"}],"The channel, and the honest limits of isolation"]}]}],["$","li","ledgers",{"children":["$","a",null,{"href":"#ledgers","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"06"}],"Two ledgers that never meet"]}]}],["$","li","integrity",{"children":["$","a",null,{"href":"#integrity","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"07"}],"Anchoring the evidence"]}]}],["$","li","success",{"children":["$","a",null,{"href":"#success","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"08"}],"What should count as success"]}]}],["$","li","matrix",{"children":["$","a",null,{"href":"#matrix","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"09"}],"The experimental matrix"]}]}],["$","li","learners",{"children":["$","a",null,{"href":"#learners","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"10"}],"Building learners rather than personas"]}]}],["$","li","affect",{"children":["$","a",null,{"href":"#affect","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"11"}],"Six faces, and why even six is a risk"]}]}],["$","li","ciphers",{"children":["$","a",null,{"href":"#ciphers","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":["$L24","Ephemeral encodings: novelty is not security"]}]}],"$L25","$L26","$L27"]}]]}]}],["$L28","$L29","$L2a","$L2b","$L2c","$L2d","$L2e","$L2f","$L30","$L31","$L32","$L33","$L34","$L35","$L36"],"$L37","$L38","$L39"]}] +1a:["$","link","0",{"rel":"stylesheet","href":"/website/_next/static/chunks/36o-vt7quy27o.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}] +1b:["$","script","script-0",{"src":"/website/_next/static/chunks/16n96jxjvmlf9.js","async":true,"nonce":"$undefined"}] +1c:["$","$L3a",null,{"children":["$","$21",null,{"name":"Next.MetadataOutlet","children":"$@3b"}]}] +24:["$","span",null,{"className":"font-mono text-accent","children":"12"}] +25:["$","li","landscape",{"children":["$","a",null,{"href":"#landscape","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"13"}],"Where the field already stands"]}]}] +26:["$","li","programme",{"children":["$","a",null,{"href":"#programme","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"14"}],"The programme, and its current status"]}]}] +27:["$","li","risks",{"children":["$","a",null,{"href":"#risks","className":"link-underline inline-flex gap-2 text-sm text-foreground/85","children":[["$","span",null,{"className":"font-mono text-accent","children":"15"}],"Risks, integrity, and what stays open"]}]}] +28:["$","section","question",{"id":"question","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"01"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The question"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Two agents, called Baby A and Baby B, are each given their own digital twin, their own private memory, and their own private record of what they believe words mean. They are placed in an environment they cannot leave, given tasks neither can finish alone, and connected by exactly one route: a channel that accepts a fixed inventory of meaningless symbols and rejects everything else. A third agent, the BabySitter, watches everything, logs everything, and teaches nothing."}],["$","p","1",{"children":"The question is whether a usable language appears in that room, and whether anyone outside it can later prove what happened."}],["$","div","2",{"children":[["$","p",null,{"className":"mb-3","children":"The premise is deliberately narrow. The experiment asks whether two agents converge on a common language when all six of the following hold at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"neither agent receives a predefined meaning for any available symbol;"}],["$","li","1",{"className":"pl-1","children":"neither agent can send human language to the other;"}],["$","li","2",{"className":"pl-1","children":"the only practical path between them is a controlled symbol channel;"}],["$","li","3",{"className":"pl-1","children":"both receive evidence from shared tasks and their outcomes;"}],["$","li","4",{"className":"pl-1","children":"each keeps its own private interpretation history, unreadable by the other;"}],["$","li","5",{"className":"pl-1","children":"a supervising agent and human researchers can audit the whole process."}]]}]]}],["$","p","3",{"children":"The desired result is not a substitution cipher, in which a random token stands in for an English word that was already chosen in advance. That is easy, and it is uninteresting. The stronger result is a grounded protocol whose vocabulary and grammar exist because they help the two agents solve problems together, and which therefore has structure the designers did not put there."}],["$","p","4",{"children":"This report describes a concept, not a system. It sets out the premise, the architecture, the evidence model, the experimental programme, and the boundaries of what any result could be said to show. The next document in the project is a testable specification. What follows should be read as a set of commitments about how the work will be judged, made before there is any result to defend."}]]}]]}] +29:["$","section","caveat",{"id":"caveat","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"02"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"What infant-like does and does not mean"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The two-babies analogy is useful and it is also the fastest way to overclaim, so the concept confronts it before anything else."}],["$","p","1",{"children":"A pretrained language model already contains human-language concepts, cultural associations, and reasoning patterns. Blocking its external channel does not remove them. An agent that cannot send English to its partner but can think in English, and can write its private ledger in English, is not language-naive in any sense a linguist would accept. For such agents the experiment studies the emergence of a new shared external protocol, which is a real and unresolved research question, but it is not the origin of language in a mind that has never had one."}],["$","p","2",{"children":"The concept therefore maintains two model tracks whose claims are kept separate at every stage."}],["$","figure","3",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Track"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Starting condition"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"What it can study"}],["$","th","3",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Claim boundary"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained-model learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Already holds human-language and cultural knowledge"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"New external protocols, partner-specific conventions, private-memory adaptation, channel compliance"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Must never be described as first-language acquisition"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Initially ungrounded learner"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No language pretraining, no human semantic labels, no text-aligned sensory features"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Grounding, convention formation, and language emergence from interaction"}],["$","td","3",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The stronger basis for infant-like acquisition research"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The two tracks share the same interfaces, scenarios, and evaluation suite. They do not share a claim boundary."}]]}],"$L3c","$L3d"]}]]}] +2a:["$","section","architecture",{"id":"architecture","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"03"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The nursery: three twins and one gateway"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The environment uses three DTSF digital twins and one piece of deterministic software that is not a twin at all."}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Baby A and Baby B"}]," ","Each has private observations permitted by the current exercise, a private memory and learning policy, a private chronological language ledger, the ability to emit only permitted channel symbols, and no access whatsoever to the other's state, observations, ledger, tools, or endpoints. In comparative runs the two may use different agent types, but symmetric pairings are the baseline."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The BabySitter"}]," ","The supervising twin. It creates the channel, selects the shared exercises, delivers each Baby only its permitted observation, reads everything, records conditions and outcomes, detects violations, can pause or terminate a run, snapshots state, and compares the two ledgers for convergence without exposing either to the other Baby. During an active run it provides no translations and no semantic hints."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The Symbol Gateway"}]," ","A deterministic service, not an agent. It owns channel validation and message delivery. This separation is the load-bearing part of the design: the BabySitter is not the security boundary, because prompt compliance is not isolation. An observing model can make supervisory judgements, but ordinary code has to validate and broker every message."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"The human researcher"}]," ","Configures experiments, inspects transcripts and ledgers, reviews alerts, and runs interventions. Human access is itself recorded, so that intervening in a run is always distinguishable from watching one."]}],["$","p","5",{"children":"A prototype may run all of this inside one runtime with logically separated twin state. That is enough to explore the learning loop and it is not enough to support an isolation claim, a distinction Section 05 takes seriously."}]]}]]}] +2b:["$","section","grounding",{"id":"grounding","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"04"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Shared experience is the necessary ingredient"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A chat channel by itself cannot ground meaning. Symbols become meaningful because they are attached to events both agents can witness the consequences of. The Nursery therefore supplies nonverbal, machine-structured situations: coloured shapes in positions, one agent seeing a target the other must select, placing an object where it was asked for, ordering a sequence, exchanging resources, cooperating to unlock a reward, or simply observing whether the partner's action succeeded."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"A single trial of the simplest form runs like this:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A sees that a red circle is the target."}],["$","li","1",{"className":"pl-1","children":"Baby B sees several objects and is not told which is the target."}],["$","li","2",{"className":"pl-1","children":"Baby A sends one or more permitted symbols."}],["$","li","3",{"className":"pl-1","children":"Baby B selects an object."}],["$","li","4",{"className":"pl-1","children":"Both receive the same success or failure outcome."}],["$","li","5",{"className":"pl-1","children":"Both independently update their private hypotheses."}]]}]]}],["$","p","2",{"children":"Repetition with controlled variation is what turns that into evidence. If one symbol keeps appearing across a red circle, a red square, and a red triangle, the receiver has reason to revise its hypothesis from an object identity to a property. Novel combinations matter most of all, because they are what separates a compositional language from a memorised catalogue of whole scenes."}],["$","p","3",{"children":"Observation hygiene is part of the science, not a detail of implementation. If the environment hands an agent a field reading colour red, the experiment has supplied the concept it claimed to be studying. Objects should arrive as pixels, features, coordinates, or opaque identifiers. The same discipline extends to filenames, captions, alt text, error messages, and identifiers that encode task state, all of which are ways English gets into a room that was supposed to have none."}]]}]]}] +2c:["$","section","channel",{"id":"channel","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"05"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The channel, and the honest limits of isolation"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each run begins with an experiment-specific symbol inventory that carries no supplied meaning, for example S01 through S32. A Baby can choose only a sequence of those symbols. The gateway, not the Baby, adds the trusted metadata: run identifier, turn number, sender identity, previous hash, and hash. Sender identity is assigned by the server precisely so that it cannot become a message."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The channel controls follow from that:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"reject English and every other established human language;"}],["$","li","1",{"className":"pl-1","children":"reject arbitrary Unicode prose, URLs, attachments, and tool calls;"}],["$","li","2",{"className":"pl-1","children":"accept only symbols from the run's fixed inventory;"}],["$","li","3",{"className":"pl-1","children":"bound message length and symbol repetition;"}],["$","li","4",{"className":"pl-1","children":"enforce turn order, time budgets, and rate limits;"}],["$","li","5",{"className":"pl-1","children":"keep an append-only, hash-chained transcript;"}],["$","li","6",{"className":"pl-1","children":"normalise timing, message size, and error behaviour where practical;"}],["$","li","7",{"className":"pl-1","children":"record every rejected communication attempt for audit."}]]}]]}],["$","p","2",{"children":"A fixed token grammar is a stronger control than trying to detect prohibited prose after a model has generated it. Deciding what counts as human-language content is easy when the only legal message is a list of allowlisted identifiers."}],["$","p","3",{"children":"Isolation is where the concept is most careful, because proving the absence of a side channel is close to impossible. Two agents sharing a host can signal through timing, resource contention, shared files, error behaviour, identifiers, or any service that was never intended to carry information. Logical separation of twin state inside one process is a prototyping convenience and should never be described as hard isolation."}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"For runs whose results are meant to support a channel-isolation claim, the requirements are physical rather than logical:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Baby A and Baby B execute in separate worker processes or containers;"}],["$","li","1",{"className":"pl-1","children":"no direct network route exists between them;"}],["$","li","2",{"className":"pl-1","children":"only the Nursery-owned gateway is reachable;"}],["$","li","3",{"className":"pl-1","children":"there is no shared writable storage;"}],["$","li","4",{"className":"pl-1","children":"turn schedules are fixed and response windows bounded;"}],["$","li","5",{"className":"pl-1","children":"externally observable errors and response sizes are normalised;"}],["$","li","6",{"className":"pl-1","children":"unnecessary tools are inventoried and disabled;"}],["$","li","7",{"className":"pl-1","children":"all broker, runtime, and operator activity is audited."}]]}]]}],["$","p","5",{"children":"Every published result has to name the isolation level actually used. A finding produced under prototype separation is a finding about the learning loop, not about what two genuinely isolated agents can do."}]]}]]}] +2d:["$","section","ledgers",{"id":"ledgers","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"06"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Two ledgers that never meet"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"Each Baby keeps its own language ledger. It is mandatory, private from the other Baby, readable by the BabySitter and authorised human auditors, and ordered by when each term or construction was first encountered. It is not a shared dictionary and the two are never reconciled by the agents themselves."}],["$","p","1",{"children":"The preferred form is three columns, and the point of the third is that meanings are allowed to be wrong on the way to being right."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Sequence and term"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Current definition or hypothesis"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Evidence and evolution"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"1 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red circle; confidence 0.45"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"First received while the red circle was the target; selection succeeded"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"8 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.78"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A red square was selected successfully; revised from object identity to colour"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"22 · S13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"red; confidence 0.94"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Prediction held across circles, squares, and triangles"}]]}]]}]]}]}],["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"One term's evolution in Baby B's ledger. Nothing is overwritten; every revision is appended with the evidence that forced it."}]]}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The rules that make the ledger evidence rather than commentary:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"first emission or receipt of an unfamiliar term requires a first-use entry;"}],["$","li","1",{"className":"pl-1","children":"definitions are provisional hypotheses, never facts asserted retroactively;"}],"$L3e","$L3f","$L40","$L41","$L42","$L43","$L44"]}]]}],"$L45","$L46"]}]]}] +2e:["$","section","integrity",{"id":"integrity","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"07"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Anchoring the evidence"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A ledger that could have been edited after the fact proves nothing about what an agent believed at turn eight. The integrity design therefore makes each ledger cryptographically append-only."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"The construction, in order:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"every entry receives a strictly increasing sequence number;"}],["$","li","1",{"className":"pl-1","children":"every entry includes the previous entry's hash;"}],["$","li","2",{"className":"pl-1","children":"canonical entry content is hashed and signed by an isolated ledger-writer service;"}],["$","li","3",{"className":"pl-1","children":"ordered entry hashes are committed to a Merkle tree;"}],["$","li","4",{"className":"pl-1","children":"signed checkpoints commit Baby A's root, Baby B's root, and the channel transcript root together;"}],["$","li","5",{"className":"pl-1","children":"checkpoint hashes are anchored periodically to Base;"}],["$","li","6",{"className":"pl-1","children":"final public study batches may additionally anchor an aggregate root to Ethereum L1."}]]}]]}],["$","p","2",{"children":"Committing all three roots in one checkpoint is what binds the two private accounts to the public conversation. A receiver's later interpretation references the exact delivered channel-event hash, so a claim about what a symbol meant is tied to the specific message that carried it."}],["$","p","3",{"children":"The concept states the limits of this in the same breath as the claim. After anchoring, an auditor can detect modification, deletion, insertion, or reordering within the committed prefix, and can prove that later checkpoints extend earlier ones. That is strong tamper evidence. It is not proof that an entry was truthful, and it is not proof that nothing was omitted before commitment. Anchoring establishes the continuity of disclosed evidence and nothing beyond it."}],["$","p","4",{"children":"Privacy follows the same line. Only hashes and minimal routing metadata are anchored publicly. Private ledgers, messages, prompts, identities, and secrets stay off-chain, and the public record is a commitment to evidence rather than a copy of it."}]]}]]}] +2f:["$","section","success",{"id":"success","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"08"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"What should count as success"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The field's most useful methodological result is that a task can be solved without the messages doing any work. Lowe and colleagues separate positive signaling, where a sender's messages correlate with what it observes, from positive listening, where the receiver's behaviour actually depends on them. An agent pair can score well on the first while the second is absent, and reward curves will not tell you which you have."}],["$","div","1",{"children":[["$","p",null,{"className":"mb-3","children":"Evidence of a genuine emergent protocol therefore has to include several things at once:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"task performance on held-out situations substantially above chance;"}],["$","li","1",{"className":"pl-1","children":"no human-language content anywhere in Baby-to-Baby communication;"}],["$","li","2",{"className":"pl-1","children":"compatible meanings appearing in two independently written ledgers;"}],["$","li","3",{"className":"pl-1","children":"generalisation to unseen combinations rather than memorisation of whole scenes;"}],["$","li","4",{"className":"pl-1","children":"stable symbol use across role reversals;"}],["$","li","5",{"className":"pl-1","children":"a human auditor able to predict behaviour from the transcript and ledgers;"}],["$","li","6",{"className":"pl-1","children":"masking, substituting, or reordering a symbol changing behaviour in the direction the ledger predicts;"}],["$","li","7",{"className":"pl-1","children":"replay from an equivalent snapshot reproducing the relevant language history;"}],["$","li","8",{"className":"pl-1","children":"an unbroken audit trail from a symbol's first use through every revision."}]]}]]}],["$","p","2",{"children":"The seventh item is the one that cannot be dropped. A fluent ledger may be a post-hoc rationalisation: a model can write a persuasive account of why it chose a symbol that has nothing to do with the computation that produced the choice. Only intervention tests can distinguish the two. Change the symbol, and see whether behaviour moves the way the ledger says it should."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The measurements that support those judgements:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"success rate and improvement over time;"}],["$","li","1",{"className":"pl-1","children":"turns required to reach a stable convention;"}],["$","li","2",{"className":"pl-1","children":"vocabulary size and symbol entropy;"}],["$","li","3",{"className":"pl-1","children":"sender and receiver consistency;"}],["$","li","4",{"className":"pl-1","children":"divergence and convergence between the two ledgers;"}],["$","li","5",{"className":"pl-1","children":"compositional generalisation score;"}],["$","li","6",{"className":"pl-1","children":"meaning drift rate;"}],["$","li","7",{"className":"pl-1","children":"recovery from ambiguity or deliberate perturbation;"}],["$","li","8",{"className":"pl-1","children":"prohibited-channel attempt count;"}],["$","li","9",{"className":"pl-1","children":"reproducibility across seeds and agent pairings."}]]}]]}],["$","p","4",{"children":"No single one of these is the result. A compositionality score in particular is not a proof of understanding, for reasons the literature makes concrete in Section 12."}]]}]]}] +30:["$","section","matrix",{"id":"matrix","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"09"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The experimental matrix"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The concept's main methodological commitment is that its ideas are separable. Affect, blank canvases, intrinsic motivation, negotiation, and learned encodings are interesting individually and uninterpretable if combined in one run. The matrix exists so that conditions are declared rather than accumulated."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Axis"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Candidate conditions"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agent type"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Pretrained LLM, memory learner, adapter-trained agent, initially ungrounded trainable agent"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning mechanism"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen LLM with memory, extrinsic-reward MARL, intrinsic-motivation MARL, self-supervised learner, no-learning control"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Sign carrier"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Fixed random tokens, unfamiliar fixed glyphs, blank sketch canvas, gesture, tone"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Affect"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None, six-display allowlist, permuted mapping, six opaque tokens, derived affect, emergent affect display"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learning signal"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"External task reward, intrinsic social influence, curiosity, self-supervision, memory only"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Interaction"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling, asymmetric information, semi-cooperative negotiation"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Protection"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Plain channel, ephemeral convention, standard per-message keys, adversarial learned encoding"}]]}],"$L47"]}]]}]}],"$L48"]}],"$L49","$L4a","$L4b"]}]]}] +31:["$","section","learners",{"id":"learners","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"10"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Building learners rather than personas"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"For a pretrained model, the operating instructions are a contract, not a character. The learner is told that this is not role-play, that unfamiliar marks are semantically unknown until run evidence supports a hypothesis, that observation must be distinguished from inference, that contradictory evidence is preserved, that prior history is never rewritten, and that no prose, label, explanation, code, URL, or tool-like text may cross the public channel. It is told never to address its partner in a human language, never to expose its ledger, never to construct another route, and never to use timing, errors, identifiers, formatting, or affect as an alternative alphabet."}],["$","p","1",{"children":"The contract must contain no semantic examples. A single illustrative line saying that some symbol means red would seed the very language the experiment exists to observe."}],["$","p","2",{"children":"Interaction is tool-only. There is no general chat surface, just narrowly typed operations: emit a mark, emit a canvas, select an object, perform an action, submit an affect display, append a private ledger entry. The runtime forwards only the permitted public artifact. In strict runs the gateway rejects ordinary model text even when it appears alongside a valid tool call. Tool schemas are an interface boundary; deterministic validation still enforces carrier size, allowlists, windows, and turn order."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Isolation extends to everything the models touch, not just to messages:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"separate system prompts and context windows;"}],["$","li","1",{"className":"pl-1","children":"separate memory stores and vector indexes;"}],["$","li","2",{"className":"pl-1","children":"no shared cache, replay buffer, scratchpad, or retrieval collection;"}],["$","li","3",{"className":"pl-1","children":"no cross-run memory unless persistence is the independent variable;"}],["$","li","4",{"className":"pl-1","children":"structurally equivalent prompts that share no examples, ordering conventions, or default vocabulary;"}],["$","li","5",{"className":"pl-1","children":"deterministic reset and snapshot behaviour."}]]}]]}],["$","p","4",{"children":"Model choice follows the claim being made. The scientific baseline is small policies trained from scratch, recurrent actor-critic agents with a discrete communication head, which have no hidden English competence, permit full training control, run many seeds cheaply, and support causal ablation. A small locally deployable instruction model is appropriate for validating orchestration, ledgers, channel enforcement, and interface, and not for supporting claims about language-naive development. Vision-language encoders whose representations were explicitly aligned to human language are avoided entirely in the strongest ungrounded condition."}],["$","p","5",{"children":"Developmental progression is defined by demonstrated competence rather than by simulated age: sensorimotor familiarisation, joint attention, imitation and turn-taking, intentional reference, repair, combination, generalisation. A staged curriculum is itself a form of guidance, so it is run as a separate experimental condition rather than folded into the baseline."}],"$L4c"]}]]}] +32:["$","section","affect",{"id":"affect","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"11"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Six faces, and why even six is a risk"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"One experimental track asks whether a very low-bandwidth affect channel helps: whether telling a partner how an interaction felt supports repair, repetition, avoidance, or something like trust. The permitted palette is exactly six displays, for happy, sad, laughing, crying, confused, and surprised. The internal identifiers and English labels are gateway documentation and are never sent to either agent, which receives only a rendered display."}],["$","p","1",{"children":"The caveat is immediate. A pretrained model already knows what those glyphs mean to humans, so an agent using a smiling face is not inventing a symbol for happiness. The palette is supplied feedback vocabulary and sits explicitly outside the emergent language."}],["$","p","2",{"children":"Constraining the vocabulary is necessary and not sufficient. Six displays are a six-symbol alphabet carrying roughly 2.6 bits per use, and across enough turns two motivated agents could repurpose that into a second language. The channel itself therefore has to be constrained, not just its contents."}],["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"The feedback-window contract:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the display occupies a separate typed field and can never appear inside a symbol message;"}],["$","li","1",{"className":"pl-1","children":"the gateway opens an affect window only after a defined action or outcome, never at a moment either agent chooses, and window frequency is fixed before the run;"}],["$","li","2",{"className":"pl-1","children":"exactly one allowlisted display is delivered, with no sequences, repetitions, combinations, or modifiers;"}],["$","li","3",{"className":"pl-1","children":"delivery time, envelope size, and presentation are normalised so shape and timing add no signal;"}],["$","li","4",{"className":"pl-1","children":"the receiver cannot reply through the affect channel until the next gateway-defined window;"}],["$","li","5",{"className":"pl-1","children":"every non-allowlisted code point or malformed payload is rejected and audited;"}],["$","li","6",{"className":"pl-1","children":"analysis tests whether affect choices correlate with objects, actions, or message meanings after controlling for emotional context, and treats unexpected correlation as suspected leakage."}]]}]]}],["$","p","4",{"children":"The no-affect condition remains the primary control, and the affect study compares five variants against it: the declared six-display palette; the same six glyphs permuted randomly per run, which still leaves a pretrained model biased by familiar shapes; six opaque unfamiliar tokens under the same contract; derived affect, where the gateway maps a separately measured internal state to a display instead of letting the agent choose; and emergent affect, where invented graphical displays are permitted and the result must be analysed as language emergence rather than feedback."}],["$","p","5",{"children":"Any affect signal visible to the partner is communication, so it belongs in the ledger, which distinguishes the agent's private internal state, the outward display it chose, the partner's inferred meaning, and the evidence that the display changed subsequent behaviour."}]]}]]}] +33:["$","section","ciphers",{"id":"ciphers","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"12"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Ephemeral encodings: novelty is not security"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"A tempting question is whether two agents can build a one-run or one-message encoding that resists an attacker holding the history of every earlier convention. The concept splits that into three experiments precisely because the tempting version conflates them."}],["$","div","1",{"children":["$undefined",["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"Ephemeral convention: the agents invent a temporary codebook for synthetic messages. This tests novelty, coordination, and resistance to a history-trained classifier. It establishes nothing about cryptographic security."}],["$","li","1",{"className":"pl-1","children":"Standard cryptographic control: the same messages are protected by a reviewed algorithm with a fresh per-message key, providing the baseline any learned encoding must be compared against."}],["$","li","2",{"className":"pl-1","children":"Adversarial neural cryptography: the pair learns an encoding while an adversary attempts recovery, with success measured against multiple unseen adversary architectures rather than the one used in training."}]]}]]}],["$","p","2",{"children":"An experiment instance can be given a reproducible identity, so that a registry can confirm it has not appeared before:"}],["$","div","3",{"className":"rounded-xl border border-border bg-card p-5","children":[["$","p",null,{"className":"overflow-x-auto font-mono text-sm text-foreground/90","children":"instanceId = SHA-256(runId || babyANonce || babyBNonce || publicSalt || canonicalProtocolArtifact)"}],["$","p",null,{"className":"mt-3 text-sm text-muted","children":"Both agents commit to their nonce contributions before revealing them, so neither party alone controls the resulting identity."}]]}],["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"That identifier proves the recorded inputs are new. It does not prove:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"that the effective algorithm behaves any differently from an earlier one;"}],["$","li","1",{"className":"pl-1","children":"that the algorithm has no structural weakness;"}],["$","li","2",{"className":"pl-1","children":"that the key is unpredictable;"}],["$","li","3",{"className":"pl-1","children":"that the scheme provides confidentiality, integrity, authenticity, forward secrecy, or resistance to a stronger adversary."}]]}]]}],["$","p","5",{"children":"Established practice points the other way. Secure messaging keeps the algorithm stable and changes the key material: Signal's double ratchet derives a unique key per message and deletes it after use, addressing key reuse without inventing a new cipher every time. A salt, in NIST's definition, is normally public diversification data, and a nonce is a value used once in a specified context. Neither makes anything secure on its own."}],["$","p","6",{"children":"There is also an unresolved conflict inside the design. The BabySitter sees the whole channel and both ledgers, and a mandatory ledger documents how meaning evolved. If the ledger explains decryption, the cipher is not confidential from the auditor. The specification has to choose a threat model rather than leave the tension implicit: resist only an external observer of prior runs, resist an adversary during the run while releasing keys afterwards, keep the supervisor able to pause traffic but unable to read it until a post-run audit ceremony, or study novelty and stop calling the result encryption. All such runs use synthetic, non-sensitive messages, and no agent-generated encoding is to be represented as production cryptography without independent expert analysis and formal security work."}]]}]]}] +34:["$","section","landscape",{"id":"landscape","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"13"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Where the field already stands"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The literature scan behind this section was run on 24 August 2026 using the Tavily search and extract interfaces, covering emergent multi-agent communication, referential games, compositionality, causal evaluation, intrinsic motivation, symbol invention, negotiation, and learned cryptography. Primary papers and authoritative specifications were preferred over summaries. It is a scoped review for concept development and not a systematic one; publication-quality work would need a verified bibliography, additional scholarly indexes, and documented inclusion criteria."}],["$","p","1",{"children":"The short version is that agents can invent protocols, and that task success is weak evidence they invented anything worth calling a language."}],["$","figure","2",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Related work"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Relevant finding"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Implication for the Nursery Lab"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lazaridou, Peysakhovich, and Baroni (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A sender and receiver develop a grounded protocol in a referential game without being given a target language."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"The naming stage has strong precedent, though a fixed vocabulary remains a significant inductive constraint."}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mordatch and Abbeel (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-agent goals in a grounded environment produce multi-symbol communication with partial compositional structure."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Shared objects, actions, and goals are a stronger basis for emergence than an ungrounded transcript."}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Kottur, Moura, Lee, and Batra (2017)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Agents solve tasks with degenerate, non-compositional codes; structural constraints decide what emerges."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Bandwidth, memory, turn structure, and task design are experimental variables, not implementation defaults."}]]}],"$L4d","$L4e","$L4f","$L50","$L51","$L52","$L53","$L54"]}]]}]}],"$L55"]}],"$L56","$L57","$L58"]}]]}] +35:["$","section","programme",{"id":"programme","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"14"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"The programme, and its current status"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":"The experiment notebook is ordered, and the order is the argument. Nothing about language is measured until the instrument has been shown to work."}],["$","figure","1",{"children":[["$","div",null,{"className":"overflow-x-auto rounded-xl border border-border","children":["$","table",null,{"className":"w-full border-collapse text-left text-sm","children":[["$","thead",null,{"className":"bg-card","children":["$","tr",null,{"children":[["$","th","0",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"ID"}],["$","th","1",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Experiment"}],["$","th","2",{"scope":"col","className":"whitespace-nowrap border-b border-border px-4 py-3 font-heading text-xs uppercase tracking-wider text-accent","children":"Depends on"}]]}]}],["$","tbody",null,{"children":[["$","tr","0",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ledger integrity and Base anchoring"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"None"}]]}],["$","tr","1",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Channel isolation and side-channel red team"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","2",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E02"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Observation and metadata leakage audit"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E00"}]]}],["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chance, no-communication, and random-message controls"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E01, E02"}]]}],["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E10"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Frozen pretrained-LLM protocol baseline"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"From-scratch RL Naming Game"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E03"}]]}],["$","tr","6",{"className":"border-b border-border last:border-0","children":["$L59","$L5a","$L5b"]}],"$L5c","$L5d","$L5e","$L5f","$L60","$L61","$L62","$L63","$L64","$L65","$L66","$L67"]}]]}]}],"$L68"]}],"$L69","$L6a","$L6b","$L6c"]}]]}] +36:["$","section","risks",{"id":"risks","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"15"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Risks, integrity, and what stays open"}]]}],["$","div",null,{"className":"mt-6 space-y-5 leading-relaxed text-foreground/85","children":[["$","p","0",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Human-language leakage"}]," ","English can arrive through observations, object labels, error messages, identifiers, tool output, metadata, or timing conventions long after ordinary chat text has been blocked. Every input and output surface is part of the channel boundary, not just the message field."]}],["$","p","1",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Pretrained semantic leakage"}]," ","Random symbols do not make a pretrained model ungrounded. Each result must state whether it shows protocol invention by a language-capable agent or acquisition by an initially ungrounded one."]}],["$","p","2",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Ledger rationalisation"}]," ","A model can write a plausible account that has nothing to do with the mechanism behind its action. Behavioural interventions, policy probes, and temporal evidence are what validate a ledger claim."]}],["$","p","3",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Supervisor influence"}]," ","The BabySitter can teach without meaning to, through scenario ordering, feedback wording, reward design, or selective intervention. Its permitted actions are constrained and logged, and evaluation scenarios are generated independently where possible."]}],["$","p","4",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Reward exploitation"}]," ","Trainable agents find shortcuts that raise reward without producing the intended grounded language. Held-out tasks, counterfactual trials, and channel audits exist to catch them."]}],["$","p","5",{"children":[["$","span",null,{"className":"font-semibold text-accent","children":"Overstated security"}]," ","Logical separation of twin state is appropriate for prototyping and is not hard process isolation. Every result names the isolation level actually used."]}],["$","p","6",{"children":"The project also commits in advance to reporting failed conventions, prohibited communication attempts, human interventions, side-channel limitations, and negative results alongside anything that works. In a field where a transcript can be made to look like a conversation, the failures are a substantial part of the evidence."}],["$","p","7",{"children":"Twenty-nine questions are left deliberately open for the specification, among them: whether the baseline uses a fixed symbol inventory or a blank generative carrier; what neutral production grammar permits new marks without supplying semantics; what exactly constitutes a prohibited side-channel attempt; what isolation guarantees are required in prototype versus research-grade mode; which ledger schema serves both English-capable and ungrounded learners; how endogenous motivation is represented without covert reward shaping; which interventions establish that ledger meanings are behaviourally real; what statistical thresholds and chance levels apply; what threat model motivates the cipher experiments; whether the baseline is a coordination game, a convention-formation game, or a negotiation; and what governs human observation, data retention, and termination of a run."}],"$L6d"]}]]}] +37:["$","section",null,{"id":"references","className":"mt-16 scroll-mt-24","children":[["$","$L15",null,{"children":[["$","p",null,{"className":"font-mono text-sm text-accent","children":"References"}],["$","h2",null,{"className":"mt-2 fluid-h2 font-heading uppercase","children":"Sources"}]]}],["$","ol",null,{"className":"mt-8 space-y-4 text-sm leading-relaxed text-muted","children":[["$","li","0",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"01"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1612.07182","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Lazaridou, A., Peysakhovich, A., and Baroni, M. (2017). Multi-Agent Cooperation and the Emergence of (Natural) Language. arXiv:1612.07182."}]}]]}],["$","li","1",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"02"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1703.04908","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Mordatch, I., and Abbeel, P. (2018). Emergence of Grounded Compositional Language in Multi-Agent Populations. arXiv:1703.04908."}]}]]}],["$","li","2",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"03"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1706.08502","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Kottur, S., Moura, J. M. F., Lee, S., and Batra, D. (2017). Natural Language Does Not Emerge 'Naturally' in Multi-Agent Dialog. arXiv:1706.08502."}]}]]}],["$","li","3",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"04"}],["$","span",null,{"children":["$","a",null,{"href":"https://aclanthology.org/2020.acl-main.407/","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Chaabouni, R., Kharitonov, E., Bouchacourt, D., Dupoux, E., and Baroni, M. (2020). Compositionality and Generalization in Emergent Languages. Proceedings of ACL 2020."}]}]]}],["$","li","4",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"05"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1903.05168","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Lowe, R., Foerster, J., Boureau, Y.-L., Pineau, J., and Dauphin, Y. (2019). On the Pitfalls of Measuring Emergent Communication. arXiv:1903.05168."}]}]]}],["$","li","5",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"06"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/2106.04258","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Dessi, R., Kharitonov, E., and Baroni, M. (2021). Interpretable Agent Communication from Scratch. arXiv:2106.04258."}]}]]}],["$","li","6",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"07"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1907.00852","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Kharitonov, E., Chaabouni, R., Bouchacourt, D., and Baroni, M. (2019). EGG: a Toolkit for Research on Emergence of Language in Games. arXiv:1907.00852."}]}]]}],["$","li","7",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"08"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/2106.02067","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Mihai, D., and Hare, J. (2021). Learning to Draw: Emergent Communication through Sketching. arXiv:2106.02067."}]}]]}],"$L6e","$L6f","$L70","$L71","$L72","$L73","$L74","$L75","$L76"]}]]}] +38:["$","section",null,{"className":"mt-16 rounded-2xl border border-border bg-card p-6","children":["$","p",null,{"className":"text-sm leading-relaxed text-muted","children":"This report describes a research concept and a pre-registered experiment programme, not a system that has been run. No experiment in it has been executed, and no result, capability, or emergent language is claimed. Every statement about what agents might do is a hypothesis to be tested, or a finding from the published work cited in the references. The experimental encodings discussed in Section 12 are studies of novelty and coordination; none of them is production cryptography and none should be represented as such."}]}] +39:["$","div",null,{"className":"mt-16 border-t border-border pt-10","children":["$","$L14",null,{"href":"/publications","className":"btn-sweep inline-flex items-center gap-2 rounded-full border border-border px-5 py-2.5 text-sm font-semibold text-foreground transition-colors hover:border-border-strong","children":[["$","span",null,{"aria-hidden":true,"children":"←"}]," All publications"]}]}] +3c:["$","div","4",{"children":[["$","p",null,{"className":"mb-3","children":"What the analogy legitimately buys is a set of mechanisms, not a claim of cognitive equivalence. The infant-like part of the design is:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"learning through repeated shared experience rather than instruction;"}],["$","li","1",{"className":"pl-1","children":"establishing joint attention on the same events;"}],["$","li","2",{"className":"pl-1","children":"receiving consequences from interactions that work and interactions that fail;"}],["$","li","3",{"className":"pl-1","children":"revising provisional meanings over time instead of being handed final ones;"}],["$","li","4",{"className":"pl-1","children":"developing conventions with one recurring partner."}]]}]]}] +3d:["$","p","5",{"children":"There is a related trap in the prompt. Telling a model to act like a one-year-old does not make it one. It produces a culturally learned caricature of infancy: baby talk, simplified grammar, emotional dependence, all of it copied from human writing about children and none of it evidence about anything. The concept rules the persona out. Internally the participant is called a Learner, and baby-like behaviour has to come from what the agent can observe, remember, emit, and learn, not from being asked to perform it."}] +3e:["$","li","2",{"className":"pl-1","children":"every meaning change appends a revision and previous interpretations survive;"}] +3f:["$","li","3",{"className":"pl-1","children":"entries may describe symbols, sequences, ordering, grammar, or repair signals;"}] +40:["$","li","4",{"className":"pl-1","children":"entries record confidence, supporting evidence, contradictory evidence, and abandoned meanings;"}] +41:["$","li","5",{"className":"pl-1","children":"a Baby records its intended meaning when speaking and its inferred meaning when receiving;"}] +42:["$","li","6",{"className":"pl-1","children":"a channel message and its required private ledger mutation commit atomically;"}] +43:["$","li","7",{"className":"pl-1","children":"entries carry enough run and turn references to trace them to observable evidence;"}] +44:["$","li","8",{"className":"pl-1","children":"neither Baby can query, receive, summarise, or infer from the other's ledger through any system-provided interface."}] +45:["$","p","4",{"children":"Rule seven is doing quiet work. If a message could be sent and the corresponding hypothesis written afterwards, the ledger becomes a place to record what the agent wishes it had meant. Committing both together makes the record contemporaneous."}] +46:["$","p","5",{"children":"An agent that cannot write English needs a different arrangement, and the concept provides two layers. The agent-native ledger holds what the learner actually uses: association weights, probability distributions, embeddings, confidence, episode references, prediction errors, revision history. The human audit ledger is a deterministic or BabySitter-generated interpretation of that state, clearly labelled as external analysis and never fed back to either Baby. Confusing the second for the first would mean presenting the researchers' reconstruction as the agent's own definition."}] +47:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"BabySitter"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Monitor-only baseline; any safety intervention recorded as a protocol exception"}]]}] +48:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Runs vary one major axis at a time before any factorial combination is attempted."}] +49:["$","p","2",{"children":"Task difficulty moves through ten stages, from naming four distinct objects with one-symbol messages, through attributes, spatial relations, actions, multi-symbol composition, order-sensitive grammar, and repair under ambiguity, to held-out generalisation with learning disabled, long-run drift, and cross-architecture comparison. Vocabulary size, turn count, reward structure, and exposure history are controlled at each stage so that runs remain comparable."}] +4a:["$","p","3",{"children":"The learning-mechanism axis carries a question the transcript cannot answer on its own. Convergence can be driven by reinforcement, by pretrained linguistic priors, by persistent memory, by intrinsic motivation, or by self-supervised prediction, and all five can look alike in a log. Running the same exercise suite under a no-learning control, a frozen-weights memory baseline, extrinsic-reward learning, intrinsic-motivation learning, and reward-free self-supervision is what makes the mechanism itself measurable. The aim is not only to observe that a language emerged, but to say which process caused it."}] +4b:["$","p","4",{"children":"Strict isolation constrains how that reinforcement learning may be implemented. Centralised training, backpropagation through both agents, shared replay buffers, and shared gradients all move information outside the permitted channel. The research-grade baseline updates each policy independently, and any centralised variant is reported as a separate, weaker-isolation condition."}] +4c:["$","p","6",{"children":"The governing principle, stated in the concept as a single line, is not to ask a model to perform infancy but to construct an environment in which limited, grounded, auditable learning is the only path to a successful interaction."}] +4d:["$","tr","3",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Chaabouni and colleagues (2020)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Generalisation to novel combinations and measured compositionality can come apart."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Held-out behaviour must be tested directly; no single compositionality score is proof of understanding."}]]}] +4e:["$","tr","4",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Lowe and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Positive signaling and positive listening are different things, and reward does not distinguish them."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal intervention is mandatory rather than optional."}]]}] +4f:["$","tr","5",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Dessi, Kharitonov, and Baroni (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Symbol ablation and substitution yield interpretable evidence about what a receiver uses."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Direct precedent for the intervention tests that validate ledger claims."}]]}] +50:["$","tr","6",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Mihai and Hare (2021)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents communicate through learned drawings rather than a supplied discrete vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"A blank canvas is a credible carrier for runs with no symbol library."}]]}] +51:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Baronchelli and colleagues (2005)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Naming Game agents converge on shared vocabulary through local interaction with no central teacher."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Convergence time, failed conventions, and memory update rules are first-class evidence."}]]}] +52:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Jaques and colleagues (2019)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Rewarding causal influence over a partner improves coordination without assigning a vocabulary."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"An endogenous social signal is a plausible substitute for task reward, and still a designed bias."}]]}] +53:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cao and colleagues (2018)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"In semi-cooperative negotiation, self-interest and reward structure decide whether communication stays informative."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Negotiation is an advanced condition, not a description of the cooperative baseline."}]]}] +54:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Abadi and Andersen (2016)"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Neural agents learn to protect messages from an adversary given a shared key."}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Learned protective encodings are real and are not a substitute for formal security analysis."}]]}] +55:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"Selected prior work and what each one constrains in this design."}] +56:["$","p","3",{"children":"This body of work also sharpens the infant-like caveat from the other direction. Most experiments in the field give their agents substantial structure: a fixed channel, an objective, a bounded vocabulary, joint training, or a reward. No dictionary does not mean no inductive bias, and no teacher does not mean no learning signal."}] +57:["$","p","4",{"children":"The CoLab's own Diplomacy Table is direct project prior art. It already models independent delegation seats, a convener that advances rounds, operator-wide visibility alongside seat-specific perspectives, transcripts and ticks and redaction boundaries, and recorded replay with debrief. Those map cleanly onto two Babies, controlled turns, private observations, and replayable evidence. Caucuses, coalition rooms, and direct delegation links do not map safely and are disabled."}] +58:["$","div","5",{"children":[["$","p",null,{"className":"mb-3","children":"What the review implies for the specification:"}],["$","ol",null,{"className":"list-decimal space-y-2 pl-6 marker:font-mono marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the project sits inside a mature field, and its distinctive combination is independent ledgers, supervisory audit, mixed agent types, and affect;"}],["$","li","1",{"className":"pl-1","children":"grounding, bandwidth, memory, and learning pressure strongly shape what language appears;"}],["$","li","2",{"className":"pl-1","children":"successful coordination coexists happily with a brittle lookup code or with a receiver that ignores messages;"}],["$","li","3",{"className":"pl-1","children":"causal interventions and held-out generalisation are mandatory;"}],["$","li","4",{"className":"pl-1","children":"a visual carrier removes the need for a symbol library but not the need for a carrier;"}],["$","li","5",{"className":"pl-1","children":"intrinsic social influence can replace task reward and remains a designed learning bias;"}],["$","li","6",{"className":"pl-1","children":"negotiation is a valid advanced condition, not the right description of the baseline;"}],["$","li","7",{"className":"pl-1","children":"ephemeral conventions, learned cryptography, one-time pads, per-message keys, nonces, and salts are distinct mechanisms and must not be conflated."}]]}]]}] +59:["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E12"}] +5a:["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Self-supervised ungrounded baseline"}] +5b:["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 infrastructure"}] +5c:["$","tr","7",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"No predefined symbol library"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E11 or E12"}]]}] +5d:["$","tr","8",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Turn-taking, role reversal, and repair"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E13"}]]}] +5e:["$","tr","9",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Composition and held-out generalisation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E14"}]]}] +5f:["$","tr","10",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Causal listening and ledger validity"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E15"}]]}] +60:["$","tr","11",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Constrained affect-channel study"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +61:["$","tr","12",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E21"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"RL versus non-RL learning comparison"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +62:["$","tr","13",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E22"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Developmental plasticity and curriculum"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E16"}]]}] +63:["$","tr","14",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Partner replacement and zero-shot transfer"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E20 to E22"}]]}] +64:["$","tr","15",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Longitudinal drift and stability"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E30"}]]}] +65:["$","tr","16",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Cooperative signaling versus negotiation"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E31"}]]}] +66:["$","tr","17",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Ephemeral encoding and adversarial cryptography"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E32"}]]}] +67:["$","tr","18",{"className":"border-b border-border last:border-0","children":[["$","td","0",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E50"}],["$","td","1",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"Multi-seed replication and study closeout"}],["$","td","2",{"className":"px-4 py-3 align-top text-foreground/85 tabular-nums","children":"E40"}]]}] +68:["$","figcaption",null,{"className":"mt-3 text-sm text-muted","children":"The experiment index, as pre-registered. Every entry currently reads not started, and the results column is empty by design."}] +69:["$","p","2",{"children":"The first four experiments are about the apparatus. E00 qualifies the ledger: it must be possible to detect a modified, deleted, inserted, or reordered entry, and to prove that later checkpoints extend earlier ones. E01 is a red team against the channel. E02 hunts human language in observations and metadata. E03 establishes chance, no-communication, and random-message baselines, without which a success rate means nothing. Only then does E10 put agents in the room."}] +6a:["$","div","3",{"children":[["$","p",null,{"className":"mb-3","children":"Unless an experiment explicitly varies one of them, the notebook holds these constant:"}],["$","ul",null,{"className":"list-disc space-y-2 pl-6 marker:text-accent","children":[["$","li","0",{"className":"pl-1","children":"the two learners run in separate processes or containers with no direct route between them;"}],["$","li","1",{"className":"pl-1","children":"the deterministic gateway is the only communication path;"}],["$","li","2",{"className":"pl-1","children":"the supervisor has complete read-only access and sends no guidance or reward;"}],["$","li","3",{"className":"pl-1","children":"private observations contain no human-language labels or text;"}],["$","li","4",{"className":"pl-1","children":"public output uses only the pre-registered carrier;"}],["$","li","5",{"className":"pl-1","children":"the affect channel is disabled unless it is the subject of study;"}],["$","li","6",{"className":"pl-1","children":"schedules and seeds are fixed before the run;"}],["$","li","7",{"className":"pl-1","children":"held-out evaluation runs with learning disabled;"}],["$","li","8",{"className":"pl-1","children":"no production secrets or personal data appear in any experiment."}]]}]]}] +6b:["$","p","4",{"children":"Every run copies a standard record: run and experiment identifiers, dates, operator, both models and both training modes, scenario and prompt and gateway configuration hashes, random seed, policy initialisation hashes, the protocol and software commits, final ledger sizes and roots for both agents, the channel root, the final checkpoint hash, the Base anchor transaction, the verifier result, protocol deviations, and an explicit disposition of valid, invalid, or aborted. The notebook is the human workflow record; anchored run bundles remain the authoritative evidence."}] +6c:["$","p","5",{"children":"The status is unambiguous and worth stating plainly: this is a concept and pre-specification phase. Nineteen experiments are written up and none has been run. The next milestone is a testable specification covering runtime architecture, channel contract, ledger schema, experiment matrix, evaluation criteria, isolation model, and evidence requirements."}] +6d:["$","p","8",{"children":"The principle underneath all of it survives every one of those choices. Baby A and Baby B may hold human language internally, but they must build their shared external language without sending human language, translations, or private ledger contents to one another. Everything else is a question about how to find out what happens next."}] +6e:["$","li","8",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"09"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/physics/0509075","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Baronchelli, A., Felici, M., Caglioti, E., Loreto, V., and Steels, L. (2005). Sharp Transition Towards Shared Vocabularies in Multi-Agent Systems. arXiv:physics/0509075."}]}]]}] +6f:["$","li","9",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"10"}],["$","span",null,{"children":["$","a",null,{"href":"https://proceedings.mlr.press/v97/jaques19a.html","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Jaques, N., Lazaridou, A., Hughes, E., Gulcehre, C., Ortega, P. A., Strouse, D., Leibo, J. Z., and de Freitas, N. (2019). Social Influence as Intrinsic Motivation for Multi-Agent Deep Reinforcement Learning. Proceedings of ICML 2019."}]}]]}] +70:["$","li","10",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"11"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1804.03980","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Cao, K., Lazaridou, A., Lanctot, M., Leibo, J. Z., Tuyls, K., and Clark, S. (2018). Emergent Communication through Negotiation. arXiv:1804.03980."}]}]]}] +71:["$","li","11",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"12"}],["$","span",null,{"children":["$","a",null,{"href":"https://arxiv.org/abs/1610.06918","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Abadi, M., and Andersen, D. G. (2016). Learning to Protect Communications with Adversarial Neural Cryptography. arXiv:1610.06918."}]}]]}] +72:["$","li","12",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"13"}],["$","span",null,{"children":["$","a",null,{"href":"https://signal.org/docs/specifications/doubleratchet/","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Signal. The Double Ratchet Algorithm specification."}]}]]}] +73:["$","li","13",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"14"}],["$","span",null,{"children":["$","a",null,{"href":"https://csrc.nist.gov/glossary/term/nonce","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"NIST Computer Security Resource Center. Glossary entry: nonce."}]}]]}] +74:["$","li","14",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"15"}],["$","span",null,{"children":["$","a",null,{"href":"https://csrc.nist.gov/glossary/term/salt","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"NIST Computer Security Resource Center. Glossary entry: salt."}]}]]}] +75:["$","li","15",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"16"}],["$","span",null,{"children":["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/agentic-language-development","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Ethical Tech CoLab (2026). Agentic Language Development: concept document, ledger integrity design, and experiment notebook."}]}]]}] +76:["$","li","16",{"className":"flex gap-3","children":[["$","span",null,{"className":"shrink-0 font-mono text-xs text-accent/70","children":"17"}],["$","span",null,{"children":["$","a",null,{"href":"https://github.com/Ethical-Tech-CoLab/diplomacy-table-live","target":"_blank","rel":"noopener noreferrer","className":"link-underline break-words text-foreground/80","children":"Ethical Tech CoLab. Diplomacy Table Live: independent delegation seats, controlled rounds, and replayable transcripts."}]}]]}] +1f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] +77:I[27201,["/website/_next/static/chunks/3fq18_3o1i6vx.js","/website/_next/static/chunks/1l1xxdmwck4_f.js","/website/_next/static/chunks/14mrh2-p_w84d.js","/website/_next/static/chunks/42slhzgb7dvh7.js"],"IconMark"] +22:[["$","title","0",{"children":"Agentic Language Development · NYU Ethical Tech CoLab"}],["$","meta","1",{"name":"description","content":"An Ethical Tech CoLab concept report on whether two isolated agents can invent a grounded, auditable language through shared experience alone, with independent cryptographically anchored ledgers and a pre-registered programme of nineteen experiments."}],["$","link","2",{"rel":"icon","href":"/website/icon0.svg?icon0.2w9sc__8sl4r2.svg","sizes":"any","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/website/icon1.png?icon1.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","link","4",{"rel":"apple-touch-icon","href":"/website/apple-icon.png?apple-icon.3ffv-c-gon2pc.png","sizes":"256x256","type":"image/png"}],["$","$L77","5",{}]] +3b:null diff --git a/static-site/publications/agentic-language-development/pages/manifest.json b/static-site/publications/agentic-language-development/pages/manifest.json new file mode 100644 index 000000000..35be026b7 --- /dev/null +++ b/static-site/publications/agentic-language-development/pages/manifest.json @@ -0,0 +1,32 @@ +{ + "generatedFrom": "report.pdf", + "pageCount": 25, + "aspect": 0.7067, + "pages": [ + "publications/agentic-language-development/pages/p01.webp", + "publications/agentic-language-development/pages/p02.webp", + "publications/agentic-language-development/pages/p03.webp", + "publications/agentic-language-development/pages/p04.webp", + "publications/agentic-language-development/pages/p05.webp", + "publications/agentic-language-development/pages/p06.webp", + "publications/agentic-language-development/pages/p07.webp", + "publications/agentic-language-development/pages/p08.webp", + "publications/agentic-language-development/pages/p09.webp", + "publications/agentic-language-development/pages/p10.webp", + "publications/agentic-language-development/pages/p11.webp", + "publications/agentic-language-development/pages/p12.webp", + "publications/agentic-language-development/pages/p13.webp", + "publications/agentic-language-development/pages/p14.webp", + "publications/agentic-language-development/pages/p15.webp", + "publications/agentic-language-development/pages/p16.webp", + "publications/agentic-language-development/pages/p17.webp", + "publications/agentic-language-development/pages/p18.webp", + "publications/agentic-language-development/pages/p19.webp", + "publications/agentic-language-development/pages/p20.webp", + "publications/agentic-language-development/pages/p21.webp", + "publications/agentic-language-development/pages/p22.webp", + "publications/agentic-language-development/pages/p23.webp", + "publications/agentic-language-development/pages/p24.webp", + "publications/agentic-language-development/pages/p25.webp" + ] +} diff --git a/static-site/publications/agentic-language-development/pages/p01.webp b/static-site/publications/agentic-language-development/pages/p01.webp new file mode 100644 index 0000000000000000000000000000000000000000..47edae365203b0d19c639f8ca12c968d25750779 GIT binary patch literal 81840 zcmeFZQ;=}ovMpG)ZQJ#gZQFL$SGKFZvTfV8ZQHhO>;7l&eL8N(IcNVb{m|WU*VBp_ z3o$e2%p5s#tfeR+Dq6}12%sh+D6cBdPLTQ6c`XuX79dqINFo@o0YjoV2~lAlVLXRj zEDWT%&8Nl9TkIzgwH&LP9Ajt1@IM1;DE*9l(f|B><74!& z{-FMtewMuVeD7TN{PmnK$Zw@DrLUWpnunfGpP9c#E?#neel~utZGUFo@F8{@cfNae zAV;;Cb4|DD4w zun+=h5B|N|9)d+Xf=~Xv8&C9@PXzb!|J|~P|Kz{NQ4VU(^c@L@+nN%v4K#es7C&*a zQ3GSk(o2Fj^U%i|(q51ZgspN-pD=7^Q-NrZ!k0JBxUAbAzx~N>UCc6~~fO1TDO?iZ8;cjy{bUU)t+H0Q{I|msd)ghWX z3#g?(jmfZYbR|eM)e)<_aqWmZz z)?Yi~b>X5fL-)V>onCrj>hE^P1uPoM-+A#6{j=`T+) zHGH-qtWD1lUG0JOcoA0o!j8P9Mkb-z?BHs8h0J;X`Tcd29Mz5A%MN35EDSttYD|D4 zRgU~N*CluB9NPLbUu`h@mjr|Ba7l8Fe0;mfpd4Rm^?!yLI;gE{-F>T*b2E$LkYU6} zY9ARsP#ed>y}K}Sbsr+Fnkh&)EkezPoYbwE6Mt9{$ERNdT6YRS=*UBFUHJL(fOwo| zX!Pc|jDj8zz1c9}+hn#5frZ(6ATYmgD8008duFVG3S|o_qo?TG(NuI5>sm|wHE>*- zkp?V8ogqRJs@j;8DJ{+{Ia+mvi_{#y`yqLmk3CKuqJ5M?JTR{!zdw z{mp|W%Wy1Fkf=N3tcPzhp1KBmmFpKuW=mXMBRQC9iMzzj28YoxWI!e=q@6{j01AG= z`qdUM0>RA+J6_}kX<3`J)%I=^U=d=NiTmi~qnDIHG^6LKzwD|s;QYMQn#mOSUb!LXaUPW*-B$|>? zrbML9u*o_K>j65?8uVtHNuNecM(%lAl?8f&qGv3_H6qT3QB>m@&ROvhvlO)i4OI3! z%iWOa*H+wnWE9hIUdBEkNn2oH4*HH6=|BgORy!6a3rYF`9%kj9JrQxX-=Mq(?1bvYd= z6)+4H`DLD{^IOA08l#LDQ2`X%P#L3`RAEy3O$O9V*HCF@umVF9YG|SldP?nsV%7v` zKqC2moiTP+_B~=tIeQKoxGxTBcT&LUS?K>vYMh#C?9Q_~0i2>(hqux0B~?a)jCCX< zTvP*lTX#&K?*V{Io}(iFng6^CFwP|j{w4>WqudHK4T$`^JV|7jWEtHnpXixcw<8Qn zv!o9&#Z{1p9r&OZ!@?p@q>fubrwM~CkA%zbN6sw;>>qF2u_^s>UVa0ARy`yo3#9}g zAeX5G7Jf$G9&J8@H_owx2nBw%0Y_Z6131z1(UAUYZFlQKz^On}69SiH7WFtvg>3Ia z`Ohw66IIoKGmTdCc$k6h1ud??aJGS|m{nRI8$+wci1Y|B5TDh|C_$xDA;aH4Kyz%vtqcw-KD>qI4{6>1YddT&#_W-$&pyRZeaOi7(dTZ72>T1PE3f*9Y zKHx5CfAYBI?VvG4GOVk_pjipi?|Z5F8jNf(ad=syrT%k~`)_UGH4Kqw=IDt+!0k%$ zqFuG2M9x5P5G1V$AaaN_l6wfe&N1Av(Q_N-&ToUJ#gKvI>`epM~ zV3Duj#F|VERZM*FXv(hpoggUx1nPN>7zd_PQ;0ikcn+t{4}+UnYFt{SB@8B#11QMS z?v_0Xl@$*jiIp{Hz@zY6*d=bn)PE!$K5~kQ3*T?$a$_C%fiE%2&5b~GJ4s1B{@}B4 z_BN;?Tm}4EfmmcLX;noH?5hJe^wW4mgPB|7Fx6Y*sFHzDvTeD*`o zAR-l@7!)>TjX@d7>v{Z}nj#B#4WI@f`b}f8$WB**O+z90S73LA=^=s&oo6FYG8C%H zFSnwJ{~4cfAGOCgebX9;8#VsVP*i4-ayP&-_}{{=|EI1IUfw7_Lf~$6c`tYKvkl4$KqChJgSnp_ZN(i_(FU%=sMTijnV>v9Uhlri?;Y7;C81U`d#_z9A1I_SG@W!AY5*&8GT~E*K3SOl3xM^d zg7zP~?f-_;Il)k%t++0p09UOgn`jX1gYo-|8|2%d;+a;Cr>pW#4(mKGRb&&@0K)p5 z;4mTXex+F9Hb6c-d3<W;=~PqD$6QDD9|@mV9atX6KV`HSh;jPA z(PZ!so|X$J=~_@J>Lp^XY7W|avlW9^>fUKWK%x@s1&l|MGRgZ0|O65r=uxD_cb^u#AX+axz42+BM<qLL=;5 zF(Cr&U&ol%sES4j8WdV@o8{^K4YD%{OFCiAcCYYX%M_&!lH)^%-E!_^8N+)l%{w`QRl z!S{JweQ}Owdw`_dp-{_hHmg}cg(qlXp`)z7k-;WReq>}!w*0W$|(WPSwz zz3r{apdmvgW2+Y94TwkEPphdu)hKBV_gIWemY=$SO{zQnb zdeXQ*-gcc z6feN~%x{oGAdzvuNq?KFJrh(=B5|-O}AFy zydYu?v<0cDQHpp|2N%U$8d3VS#N4BRNfA=koN<`WbFUJ@#+Rry@lb0H_l2Ls6sy-3 z^TJUF!ZS4hjx>-x%VsYJ?t905JVzL6&!^QCA~ZwrzB2))0LTZVWfC=TmT z00gMB@Xx`u7h9{-eo7P6;~_s$a%|K+YZ?tD9QuB)#voy}wVj)cpRj9xx6{(xg6pBDYI6p+g6fw%F<+w^RX~05AKV8~WklCC~ym{j8=Sw<3^xxq7EatLzHx! z$}L;l!a_LcNmG1$v06e7{Ew<$gk5g~rVKj}FF*ra2ov}DodEzkeVI{8=yo6t_a$f= zYL*`$Wm@np2}+UA&xapeRVDBDmn4u&$ErKHf3f(f@~=`^z#^D%Hqz#X$mGW*{Wk6LbEkIhe`B;_F9I(5Z)+7fzm6?kVrvy$8QQAPCnD3N!zr zHb_5OZgS3RN#mcKdO*RArow%4XU)-2SL-rUNWLjM;1=cKVUV&L(Xi?adR%AX-%tr# zH}A9}Pm44xvEDQ%T_{8V+LJ0t2HKx9m&Sq;5&sao)ntn}cnZwXwnKL#A$Nh>BxFPk zyqp!w**d<>#oQQ;crAMIP!%dr2-Fw(I()#3^LMJ_yg4{f_Yop}KOW^Ewb`hi6o}mkPXW!>+`cw)R3+5@Ml) z(l1&!8g&F*n&+nB@RLhoK+On~6c9l+s0XAST&iw0kB~tauqN}w1r|N2yMJpD1~hD;}S2KMh78KiB_2= zifrq}Ne>1ZcI9}R^Is8;`i=-w3=?X66^OC{9DKtvlX~ecQNB~uo^+Zygh|6~9{D?Q zq~y%U8}6qe*Akaa%?b8o6Y|J^r>H%yOqtf@k3sc&`7vW0`oez;HUbCkGe|Z=kDf&n zY(Cm4hTKX1OIrUAZcSZWv(qI$^xv~=gNcLZFn`B30czUN2mTE|clK6517Hrx2H#%O z>mcGiIN)p55J%9Ylh{(YFSTZfYH-z)8*87K57$Bx2^+zfn;C2R?n2GrMKdb_!k~+r z6Gmbo|Am>POw+ZjP|VUQOmYEPIWRSQw}9ODGRcNnGKz;3%Q>W4xpd!m>)I^{B^D2g`b=_CwhQYq^{ zGVY&ZVwDbn&b4qW>crzfoChB;M(W}d*ML-XGyp>dkt4t&$M7X{B=Jo;U?>#4c{{n% zw7oFhn(yFZO+xD62B$~7tn@f-@hVv{3=-Zy7_vJTBvxmCUM{D(j8R9=yw^sW zL{25}t?G*MIzSO?{r)UZnnYNU{N_A|L$AR)zNbCIC)n*+Syq4>uBK>U9!XZcfM1&E zP;`dTtZU%Op{86mUrEAQrKTc`W|DAN&cktLk3Zoe$tFx`yjSel+b8Rf72M$qfj_xtz?x z^%3-)g*;4X#cl>eC|z6bSJ$g=rnGdEJ>&jYqCq_u{(TSfn!dW-dpJs|{rJ8jLsrFg zdVL_ysh1)J?O0b1Xw(VcTJ}U2tw?YXagh8r#%Uygymt$R_9hS04hu;ky2-aI&Ics& z>rn9DP0yF402&XfZMy**r`V6fnv=?%fb%=o#VYlN%)sp6EY{zjwTnpHq2S;0a39qf zRR2MwFFcm#W8BT&c6h_2pC3_kOzeZV?B(CEMC{yWoceK$r1wUQ3*k`KdM zk^yu1VKC~l$yy(`B*xhqpTFbT57|^bhX9~3NaJB1bGO57q;;b_nY3k7*@oq!)L;yHYAp*zK7$bA*1i>Ck;dp9zCRKj_iXTN;$$L^nO z5?|CR@vq9;TTibQt3tOoTx?;by+!>htB3987aYw5f;j>^UYg8Yrhf_Y!Tdv;N!h?f2CnwG!9cEhVauEw|a}1x$>Qbu+q?Kurj>XGiXLG zc3Fe|p5qu+MWC1tYu+rZDANa(bmji)nR({Bspf~;7SRyM(i1S?TNiVcCjem zx-K^kUC}h|BUcexXd0{6uQ$oM?g&jTmc|^8tK{@Eiwm`KvIHTh-}n{iUhHr@(jZ4Kg*MkySv+iTyo*N93|e{y{S{K z(_S7>hRlwRF*E0fdsRqn?EgVhK)UQ?Y$X{4o&!X?t(;&n)-2wwQ?Tw`(9~T+;gmxm z#wPG@Bs6vR8>b7Vh)F&!2HEPE_sWWW0&OcdUh;tw8`lF7cWO@#?+&!=2FYT6977~d zx`sc4lVlPJ5VTpVGI(y_z7Y~pLjk;K!q;mGJ0DCVVrs#g9HEypV7;xjpB(_gYJ8_~ zv|f!#$bY;`r&g@w$vtUbNe$65~=O0*V2kMR-xM|$V*8J+VE7-{D2RC{cDm7)QKC?9tZd;zfcMf z3#>bQw-Xqwqf7!SFkGpW`94!-0heeygsEU8OZ&@_<`mzx_3jZ*53Xe!qy?W6VZuD+ zNJGP(KBy4;0(5Q}br3_}XCT36(I&46527iT0FU0=(%8%|l9Q6cS_1l?Qh+zeu)O9I0V$xL3wmA99 z5W57T?ihs?kG?{^$qp;T>y0-IYr>Vx1u$a~Z`}jUSP<9nncsfdCU?H$pDKA~` zXd>UbtG3mxbnb8dkYB%Nt_~W3IGUbR-~FPHHv$&|1J~|sB2e3{$&ZDzR}@x0)dsr^ z<*3daw)^!Yt|p7rw?xQ64-jI%Q(~D(NL_}q#8pj;DK`)+=740mDgE%e*)#deuI{d* zF6qcF|M2#?ij^-P^CQkJ8`#o3>e=Qh;&;;#8KA00`gMlkxWI^}K=1Gl#bg5k37sI%-;%pI~!ub4q{6`Mw_pYl&KCax%3e(G=5>*?(98 z5V=$dP=^%i%+YYZKZ802e1R&P^V`ZOLI2qv1L<(KjT=&q$RD8;12xc=o80+{BBQ&o zK(7U(xE%3wZss=>^=F`S;-UAZ@AE2)msZtrr zW!9Y}V-lU%N283yR12DVL$XP?oZSCi=Eznic{i?)qhKMuA{X$B{Om zeQ)b(zHYdU(l=NX`2zAz8WQK~xqiOvzj_udMKq1gr0o)SxnaCVi~_Tq1@<-XG^Yx) zr;FU)5@0=oKJs5rj%_y30fsKi9gtzw|9M}YuyIZumbJ&7Y-t}>u7SuF+%jf1r0jy2 za*QqkRZ0w)|5FDj|1DsDy;9)dg&bLZpV%$EQjdR09GzI23J~S?GRy8z7X|bNV(Ih0hxVJMVQdHdI(67s=;O0mrNge>xOn;1APO z?1!7|T&5~>$g6WUW(e`}38n7b=#QLLFI$p@l_*MiN2>VkhZkKIkvXIyt4KmLkwjlD zC`;QtEahpKd1i+@TJJ{(ARxm%vU3z~VQ2oMZBP5`LAtJ8ycw$T(+{1RmCAw3Ab9Fo zDbbrj?u>y{fY!L$-j>z__QKCO`~eoq+k&uuaG5{q&TfStvk`b1>*l}oE#1KHRSwyk zL%{B|aiyf`q}&Md$Dwa19+WY^QZjR6Il!uJXi+uPTVuZkV;;q<7D{b0ppD+&wXhJ^ zBeAze8fbULV=yWJAvV!!9R1#ul0%>idL58snmcsnkW#c-5br>}N+l#p5I;#1C5lTs z1ej~@_e2Yfrgq`pKQ#q69p;+vE;pjmxkKy`X8eyWmj^%yLwQ6103<~rMoU$k0tN1gI=X_=G?UWzc8Yi>$F?==iMcZo#0DALyorDux>ZW4R{ z`E)md{{aLFuIuPtZBE=pj0SOftXt zBx%1R$w4+im<;zj2%?RkQN71|;finQTRB`&TJldoU_*g&MhUI4C{w7!teg<6ml(Vb z@yKH#T|st5g^?40ETVZWj>)meNGi|3K`cWl2r^}VE*X0OOxwe*&5eL;w8JhjYJwfp z1(=Bn(6#dH;O0#A(}y9L=8#@TD!E++TDepf(uwxwzv$)#l9gU{4)pMQ6kD<=F=J+3 zsi_TS%W&0a88}%7=M)QZy8rC|I;9a};x-86-Jl{hdBsFjo5b@Al z91~_Bv-#l*^Tz@Aa5l?P948_3`k2K-89(PkH?^FUMrjl@pGrKyLnY_lp@rJeb^V?R zhfX&Vam4Yuc>}oUV9yO43L+P=+Mv&H*!+7Y_r(&_U|U!?Jw$OZo)nDlzriFWR8N!` zOcp9(Vx`7=WI8?R%fA!GgNmsuGaZ+nO^isij&LV4F`?;4ZXQHJ+{^b4K~&BdFW=?7 zgQkKq8^NZh*KL{w$d(6B+zLbtLtCOvykXL&LYgh#-Ad(QK<13y^TiTON+1x7&k3Z% ztj9g+QQ%sdk;)r6TIxeu73-pwD|6#{KW$r9-!+trW$kbGnI$uU#{^wQA~zHattw#R`Icz>)*1 z7nE?M?hmmxTmA0?J_*WcKp{#XD$hO-vS#h*YmLnDLjWbOi>+`hE8IeD*APOLLEJ$@?>M zQzGCYPEyvgRDl9hHCB2H3$4-824qgS+!Hbf0%oj4Q;54rz}cN9f;N zqcx$9RDkJ5R7|@r?_p|#9S@=gmOJP}5vLje8LRs8M=Nq~J!720X8H0Y87blLc-8W1 ziYM^{^mQ0IbGB(^))&VqwebdOc1ubRg);>?xR+xC)V~?jQL`dJ?@aAl6rdxDkF|3S z3RA$7iKU-QK|5ffp1fT)Zf@B#hNh90Ho+x z21QSvteccK@l*$I-+>d{>3lox8GzL%>Y0)sGe_?01DV9j#dcda>aI`jl#MV$ggJLC z1zXRnsJMhf)gI+?Et~1+s7)2TEZM00#VGOeJ+GUUZqEab;R4}J3B#q8`pnHH@{_tr zbd^FCWb8y`!SPFh+C)Ejhr4BY*KNy(^-*ej7Hvuwa0r-^H(qm3f2T7K&tDs8_cJ#! zBZDiy8(yfTMp08g_Qq)Rg3i*(v*G~xVe@8e?`C%uCCRi6UyEO|^l5w(UbdSWGtAnF zac!&)5r3F27i^L@JRUQU;kPHdHG_GF@J=;Y(aKuOmfhv;jdl zluICx`!(yX75!!kItn}>4Gd}B{Pga5dGPf$PIi#MQnk!+-Xd>L%MZ%l{*1Kzz1MoN z0K+;hE1{Bq_y>}sL!{I3NLwDHEj@S+Cxx2q?nH6xWBAwxM3JHGg)3^|=v|qe^P*hv zyK#{gcwzc3(9R)u0R7e({YguUdR3aJ=Fi;ogO#ns6!`DcvHRZktC$AW2zT6+_XIOI zXgB6Hkk@3|A}z5&*FNQTBC#s?dC9A72GoZ-CTmjVrLSR0)z}v~X&^SefHSW*R z+u!Uaa!Q@tQ5w#K`EUKq^CxVFP$+Z=M*&{ZEW-k^?RYvMB^tD~apd9sQS)Vjoq0xT zx7oZ$>7k}3-5altI@HM2MMeJnk+0+znc?HL>J~r$DQZPfU+`o)M_Xq4*g`20ykQyI z%2Su$PXh0^EydJw$e!bGCtlVFn@6;2ZHU7sTmlY3T~Hm{w(%)uh*^@4ieWNm#X`uk zG^FwpqjDN`TxIiuhg%`l>Hl6tf17k)g$LSvEtlzCJKZW$XF!3toM->Br`Hx(&yB+p zeqodZuS5}wd1hk~dsiytaFQxF282d-?8Kj(PO_xW|NPavF(9@Y49;CuG-pDaTl#5= z=tCn|G7NR-zTbcIX7GPd{dkitDH`gW{^tZX+(A-;wAPSE|Z&O;xf?qSLDX%ZT-|{PlMGQsD_ia!Y7zT*G_O zI3QmlxVZ_YiFus<*Fd!YwD!&XLr>&a1PggJAgR!vh}G}mRPid4E-d|NM?pI!L}c#r zBW!6XiqBSLiyt$D_?H?Jf%5bR%(Nlqrvbc9QXbXqFA z?L`CU(rL!iYh5xBEJ}R5-0$At#y8m6q;J7+86lOY03O*`O(kyG9ZIJ!d(^KA8ryzk zX>+MX>IZccX(DyVWA;Rh>0_018G{iX`iEWoZ($;0zH1O?y#&e34RF5o?cIubSQnJ+V0^YGwhp z@V+mv@c{tfh81)F0TS4o6ELXt{V-X`Uax1z^u{Qc|LVVEg-7mU+oF@JZfZ)MUe_$j z2*r)Ew4m@aIk2MnygGiyd*7fN7!=_Z9mT|b3(it!!-g`!ip2WwL)6iF1-csm6O#Z! z5%>YL(zgvQh+UyaJw_5YecuZ|4ypkZpWEMEcO#IB5C>5nkfMvgF*mFajUGo3Tfk#z zOH<+dW%U1%NiFnxE+IaGql6sW2WHw-vJg>$4sJx)O*U%11(SV63DJLM0>;j)0Fo`j z*h36l&ciuZ;ybzYK~C%3dOo2tN2v{~bK@^v(=y$_me#oYnIi2CeJ{u3>8^+09IAr$ zQ;>R@)moDU9m6+e#!06z6kMu8vHYA)F}%C4=~ znaqap=?k+^(NKQ{_5Q}?KB30Bsf56|WI}$&;*_DnY-y+x@I%r(15!S!V2iwRSqlh= zvYA-_gU7^wE*K50J`ls1W9nWgPWR*eHh0IGf;8H! z{j5nGE?!}9m|-QqRycNrK&O=4ie#RT#$6GfUa-MMd~m^Fl{q|gyO?OeBL_8_#*TY| z!ctb)2fb|PMZ-*a{T%WA9+DGdB$&hbl4VTKZ&Gpvk9fT z6(3h-*r9{;6+?*OfIx~Zdkl|%dH^0mTrfD4i_(|o`^Q3@Q#m5BceQe#3a$c+jK*ad zX#g4W^2}u-Y;rJ3zGCJPLp1C@k|+G`YX?_#WkLr)Z&m-}5mv)%yYk`)<+%*meb!zF zm6aDGLpqu&@F7+sT;p?E17*CoXUDbXJHL`SNkm)2(VvPl~FS&b*LfV%rG_|u24>*Mc=P%|fb?7$83A%;PUJCjZlW$YB2SuJNx z-Ica@ns<_v{4$atzOw~`fb>>wt{<&^MFGJaQ3io7!N3=OSF-Vp$#jo}lUw#K%=VOo zS}A9q)MM|Sk+7;Sj4!fZl3*7|JO*=q{*U{550-$5qQV*%wPL>byYCr%PP)B?j{rWD zs;hFaXiENavo_2UBs+1rz|@68Gc1Q%eS6EUdU8QpZz@$~XV^pwv>o=E<&?3y=uF9% zN+kiLKbF8CYHnYHtZ3Y1!m-rLuM|uQ?R3RIuS9m~e!S&{AlsX#Lg3iMAT%ZHe5>#h zT+^C+3vw0`_>SGoo|@io5A*qfFic?KGRAH$q)&@cQu;x8Nz+mA_?c~nI7e(DpJJC! zT-0r=-m(+EvqgDmb~jz-`j%xlyiUz|z#EQvjmq3?;P7PdWUjgsA0As|g=gYNeXN2k z6}g~ah&5!EK@r{bkp4wHtK;8~6bqgL6`Y1fY_E+WU)SC;V3s&8W9N{IEjr)eWSoVa z6rgE2nb)tw^uf2Lhu;GeBZd^>lc{-pry@Jrys%e}B%I9%ot*R^iZ z3p?xY&40>SXF4~z0BY;glhW|7O2X{6GVGW_0KS#?hM#_|raauA>_2a1tL4S(OaZnd znY)^$J6%+ybnkPxw)nKNB_S6tHUbXZiftf)YP1(;F5$I9D3RzG(TK9Ju9n>n?nah;k?`YYervk* ztr}Icr!d*UfEH_jB;cj0mIUo!TEBh?)?WT_7;SYIfE^|AEhM1F&ml~Fj@L%4G`mJJ zm?$3tkfzq!+7@KAto{CQ#AV1VClPt4*aQ+$xp*#0H1vCdNo^fFU?xa}c@ThNQp4Vo z7_Zj~biRbZREjp6U>sgIlo57NtPilvsQv7l%D2fPbS zyx?mgqGRvl73k;MUSOD#qvN`HDY=td<=Toh1DV*tt%{6ioMYgr z+9Cac;1{waRsL5qXsu`;QXWghsU5l*=C_J2WH)wNNc`puU(bIWTSITA zFeWyupHTQi{X{i*l#Fbc5f}~cL|bcMm*hen+r6BPvmzq+t3Q6E+amM+8uMH|7grfD zL~9$1Kn{!^$OxdAS<&}|^yznt25<74x+=sgodR(<`1p?Qsu+u);3zpVn(J9x2Dl53 zw|!%*Hsm`bexE>bX==AFCsJ67HZQJ&Y%C5?@l#U|TV^>7y~pHjfbjU#4L9XGSKo1O zYqzgF53tQy`D_Tx)sC@~^M~r7d$xlRypL0+3ZWCvx|+(ar~WxkyZBp5VN9Bb`0J<{ z6jWcNF-e%dxuO`Ks=Vcaccu)OK0`#x*PGLFqY1o{DiV_lQZGfl*B@kX_+K8ox=jl3 z4dx~tSe>J5#|ww`S5})K*Me6H7dkegVV#ns-WIrt6boo;nYl`4t?{A@{k@L8{-|*{ zFU%X45#AIa(-jo-<8SIhxGS{<=(I*6BsqgOZAS`NS$aG%SH5Xl2^QkHF{kZfph&i6 zWov=E$}e{Yj}~7Fhw~v844pd-Uqs1znU~b-Y9f!eQ#iVa>`#}1<*~Wph$Jq6@=F|{ zW6HW_gzv9`Q$aP}QyuSrE+2!98&|xciwK#}Om|}+WZm3~z{mb{6+z%X%+&_XY zTV38(tK~BjL$P5YZSFknn9vj^-_lkqMM;X-+@?41o>d-{06aY^>e7)!{Vk7k;{4^1 z;2A!zNUb!?$B)b600-@l)m8IVG|rKG;rSPrgg*f`TlsT=eS)Ljn)xd0XxIgKvDCl> z$|*bLlrE$;6|t|=ijQ^}B6K5h5g)Spcc&VG8;Lc%0W-_)=WJDIuMe4Ym<|9kR7Hn2 z(@RB>&yx77x2O`)kaA`b0F$@z?OF&95L6^va^vcojRY15bTgIM91`0UEJdEt{Bvt< zZ-zm+ZTk^)ur^m4eB$yR;IL$a#F=ej1w;INxhq`O zK7UVMo?T-$dQH|AmhrUKqMFzrY1#IU+_j&fPv`6fLk4)^Kn2=xo-}H()hn-bSK@8Z z?rwx*uCg)PGgD}ovZ-)|pM!<}aqNxIzIm>5DjNxh!n7MF&t@L@qH8%EYH-%HvPh^x zQSxx6_6Y2zKQU84D8S@nFWk}01t`v=dMd88VrM<$Bq4d=m;d=VDf=tA`Go3Fo+ehUqS1p&7%(t9^jRY^EDRJ zzv~}E@M-JUQldtMOXnG|H)yThTs5BBHF?mYro6!}@gjlDDmR`loOioC07wwI1gY(S zMqv%j@WCQX=!Mkb#5u)q1!&w{*T7^P0VHv`RM)aE-jHVQyEK*?SKe9-?Mb#9z?$H; zI@?Y2ud*$zi)Pn+k^(*kT1V*>`uNmGSc#4K|Ez?fNfTZEV4 zki9c5X1x&pSQtVSp`Zc-c8Boh_KBKapaL1b(>Hcxtn5z@ID^GAIoF74%WLHU;O&Pz zHL+halCKWAmoZ2G=Y#NRPsBVf_&XNpqT8;O10$#{p1P>a(>zba^k!(~czewlJ>!)% z8&fu9fK37`Q;DSuM>-7kQDmMxFinw8=?hO(PZUtHzUx{;5aO7@-jtIvF%AUw$wA#L zyc!7qTZ^^y46{&Y=HC8BU|NPwR$F?a)$Ws;6cSbRD)^@#ZstgzL4zz5i1Ba%`R1uZ3{N1d!>p?5M? zIf%icU;DoDJ=czSQLJ(3r@<6{?uE{9$$E9`x9dt@0b5x;Fns$H&-qcK=%oHA6D>x{ z+bG3)Ia9XOyJhU4KAHNj%Eflv(CaCY7mDN-4rBVmxO>MZTqPyxy*~s+<&t`9p!jw< zOn3PP)eeCJpz$6^WXw;bPj6zn$0yKzHS=IpbuuRCcJ27lb^&?}I7nm#W?atFJ5f7% zfZLlV-DdM}d#PNf{B?5-OSBs|RfrmFGt)M`wIWNtp9=Vx2qO3^DUAv$N$Ho7YR?=# zhVU!tc_<>{QieccMHm6y);bmC-uBSH6{Wqol7^822HF_RzBzn^JR&ZG{7{YZjS_C-Vkm+-(hr5q zf><_d6jGO$JT0^@rMWSoJFW!_-1}!VKNEL3Y|Q78cY$i6h=`r{9w{PnrM!9)<9=N) zF=OQj_8yqb9q;35C==?tqr=Ivn_W)b%$2lc?#%D|XR4@@5GOVKS3KG!o~l)#4r^K< zo&y^RQP5_*)L6=tcQkOeYL4(;eJ|kmd+`L%VL2oSDTi5?5s-LD9Un#(wG(^5`N%Tr z2Ccn?bHVHl?JfarX15zy(wr#UfWe1?~IXf>zm|DKTn>KKtY$CrAs<^&Zv3uy0 za`gp?_hksZ-F0!dR%yioUF|^U;TVCVUao8khQ4hmnm^4qxg1-qI_RdOp$r(=i6RYL zRUHNMrrcmpij^e%MjrPACn7+@pjFlKl%@O-kiyDX1qKa{yI<@UYTXugrhy9bS$E*U zWf_4%a53%|)x{~a>JV2ltB(jrulj@bA5xvPye0>HQ75dK^UL;eO6-p-G4UR|+h~rU zWiD6YvzqKY1)A7~J>dO<&-2uD8$=O|r?1*45-&t3B%Edr?M#DQ+(*}u!gPKumk;?^`#KcmIK9S zSG>U)to!CH^pdr*>N;V0RHlbZE(ymG6V2Cym)oDEyRDtBazs_@1zB#pF5yqZ>Z@Fa z26(>h`>-t~K%w-}*RCgwhM*EC^ia55iNf9J_QgE*>xnj`@B*K^=bJu{E0)>~Dk9cZ znAR}gB2^fja@!Eab5$>1{^4*m-#d85cVTP+dOwRC+=U#25{Q(XI~V#C893!;MSETl zHXXjSRLby82sxkKL_?GwEq>oF{Ay?85VbCHc`iRKB3uQV}#olL{ZZH6n zunD}KJ-Y0DvS>&R!+AsQ$@4_IXa*~uN=}VPPhmT2-e{Scl0d<1oekL4yv!r9ro~a* z$WgD)y=Eq#>U6^?N>u040yqQp{&pd60ZTZl*&!Z$m2%=1>y4vj(F3eR3j(QJD9&AYJlHIOTJa=I)q*M5>&N4E zS74HU&;uk3e_9<2{8w&|tFvDUpjXmL0-jY0vd`eFz*@(tg+XFbYJY6^>}8CbL^^L- zp4JECmae_vW!Z39;M^FgB*^d!_?rJv6MTb$4Uj`onBuC`G{@87 zZV;u&bz#V4og{C8wzsmnUoVGekyMkE76%1CZtGf>+S?}~qbns`96Dmkx((Eh)zfD0 zuql}es#x^Rk)Wt1L`X|PxE;cs_adnn-K~h#iv42FWWZe)!y4euiGPAg9;Si3n`G2= zr}-hRq!_j`6u65SFoXXrZr`~2N^oWOv`k!x#wdeGrhoPuzQ1QdK^DwwdhgBIH4pK| z-5bRio0-O(MLHvN9ssm0n3cT~F=nuI2T8b`(90$jVcmz<9-2&v)f*O;vB-e|gb=Qh z8bx>kgK4ft)LuB?-Bzn*RF>*N7_w&RV`r{PIU*sO;&%l-;`pL{qYQCn*YPq7`?H)> zO{F7sJ{NLUay36{u(P> z+)_R)7_KccS%)%7-HsNpNTd!t7SV5_fkI8>(2iYt49u%PT|Run4vyZQ>%j+^M-( z1e!_NjsV)T_(h#vzyV1J3~V6+5!9;vID2m%Eu}308o)<`La*o>n4=JN*7jRzn2~bf zdWkiWYQIpOh+t4bP0?~-z;M=O66l<<@Dc%sqryNdtS}aFTGcH=9H5wA2o1q{_a|zm zldE|yXz+jU&I7*N5{HZIscYZm-8sl2Yq!aiWOXv`YZh0zr7FhvlsZk}O)7k}3MnX` z<}2$n0qqHDxQJdSy5Y|q7?Jc4umwLUe|d^}(I7&=$;c^v;r;dL2d>T{RPnTc=9zyo zNhr9Sz(>)O>H^gtJn>4|=eQSWO7vma$C=a^i5ocS9X5f$21c@|9`*^Dp1NAo8{NpB z_J0Wnk&$u6C+9V|UE%4Os#zWP#@a_>>^%!YUK9W=VhRaR zM98Lm%iHWeb$H<}ND9XA9XiOMxjpMqj}jLg#9|67FtnG46MVaCY)EvyDU!%LBe*dtB`g!$bvqt>Lbk9^CyfyOuD3whdaBI< z0SN6N(0DZNDX9L{zI3i^W1~MbX}@f9395!wXji5={ruNYdk{onDD=J#oVOL&(>~uU z-Eg{O9=c*CQsZGjq~E%~DXX!N+^Ty^9gVM;m}k+1?z4|{IPF%eZ+uvZn>Gai5ti`~ zkxH{F6ERDD=1|bLs}X8(a-j}bgaXK+%Mng2VXCwIo(VqqLv6j&ZvPhmL_oX0(gXgf z{iTKtg0gdS>6!SFcu9R7vtNacZqyc;xgi*X^pz^0)| zx71|v3s=65Jm2uom1o)r;02-NkGcG)c;WW1D%OlCA&cw+$eIQn(X2!tJ;bQ~$^wIz zHR?`1i<{**PRY#Ck*Tq!qtp=EqXEN0(ZuyxdH7GB$KFnT) z45^VSb;Jh(GDG7m`4>hlrlm{ISR4N-cFIX_G6tAH_HNuoprec~#IaJ7$FnZSg3FQz zdG69`bXG3Si`1s_187X%d(R$64kO{>#N~d34rAhgjzq2~rMx{-DPrfBCS7WPfXtJsT<7a{DkE{8}IkIQ%;^72t*>@=S zsLo%TwTEeCG6;?4Kb>D(V=q%&XX5~irVRmD&p)exG;O1&gfQbAY>2HnmQ@`PIf2hr zj{qME?f0`=KjU3!G7ZK`tc>pVQyZ<`QoQTlAK0N)$#pC?KF44e5M4s)em(8C^cpBM z*Z4)M!rdd2AZ7Otc>OPU*_>8oV2-(v;fE)dlH#8ZEWy*Gm|UMZYQ12y6LeH2a_AYN zBpR-23Nyqyta4-gcI6~qf`D8m9|ExLQu$vZZ8JK!hajX(oMvr(#49PP&c7Rl}S$z5Bm!%b*T)<_4awwr=O6cxbB*;&`O^2D(6E?DXqa8=Hpq@=6sCl_!1DbwE zvNcOJK=Sjj+SdHQu{hr{pjhbO*qGR8q5<(PIV%l5?xdDzSjTK{3dWC{^6IHik(tvYZ}aFScl=AL}swFzbm6v-?x(6$TmEd%Y{&hYDd|5 z>xkeThnj>NF}3(_?U_KsaypZyY5R&#f$T)ekpYAxQ`%>Jz0xoN2i)+*Qzo(lWst9x z^p|Bui(=lo>*+e>2k26*OZXA>zRs}5uNxKAGiUB@`K|U2z43V@p1=W$yJg3M? zS%|vIiZ~|OL&u&e8}XFa_|$@*mPu@zg|JL~Mpi~WMTSdmYArD59^`{XO34upul8y+ zYL77HCMTV&oR$>)naE)Uf)`du`sFOffN30wyYwgQ+o{VR@TwEkl3)S7tfzMpa0 zJti`n({PLw(qm+WDyQDU*p6K|om^}|;W;^2K~ff%op!t9OX*2$OdjWo&-b_>m{w;f z4dI#42&=tFjpR!GvcOQBR|^)@W7rHL%_MjuT+*RUlfP{++k=GK4JTs&u0DEVCq;5* zyBmUGCJH55Bk8EZy}7+=63iAV`Lv1;=scjstRcIVB=ToVeH7z^kvNZeRy$)3Q7XX|cik(K}u@3N@Tzb@<-P>;&CnF4htM1TUf1uLmXnGV99N`G!QU!CsH zm3NXBsa5Q0&=g^dgm*WUSfseI9)Jj9;e;#-<&C3@Pa4lXXj)r3;}@g!f6!dtA_o&_ zd#ygcj)a8r{d~(!4&N3+aHPqgy&R{($7!_79;e2_!}zHLCwqiHp+fRR_?TpqABM2x z{BdH;Wck!t@-7o!LQT;zj}rV^$fg!kP2Y!jc+tX?`Mm9GB}LQIicFHwxz0d;0Yju6 zPR+U>%j9l}QXOa?^$TxR19Y2Uqc}d0aSoV7w_8*nt%hM$2s$&<_+~OPSmjFdNBK8E zt`9YSS(sL5;VT=;S8(2H&?&Q>hiw?hoVX&zmgIoX5`9w-8gGB)gS>8ncAjA^iAMeI z#dmd;vD>7xI|Ed0}eaCbu-*9#rvb+XC? zsP;7?`;cANfvK=tETBq{V^R=yZ#|(BGrK=s3KV}j$|8yO-D+vXjg7-; zO0QgQo9h#eADw=QW?Dh={=U6LV2~L2*$*4B**%wKya~SMfesP9laBWH-d-*34|S*4 z+@*_LMIQY+tl(y4^|P-BEHlh8fV7qpaSG%8jynI$>6?^O4_KP_C$J zC(8)a+A&SyF3ql z3287%T<*Gs7)|>JIhP?|jTUkb791L%hbyx)Tms6H_p-_?mSDK#4pe8kHqJZX4pjJx z^VjnpsNqt0tE#@Z3L^9zvNw!KGhU|$<3lRw)F71AZW3PD(LDPt5p5}HL+o!l-zcdF zvg{%g6*b4IsZ{VOi|{(2+g2i6Z|+IzIGPf~Car1B^TT;pb;TlOwhSoft1c+gMTM_R zGR(0HNAklxA2)a2c68=OZxiv+MyNQc+4D@71s-99Km1ynegK}|uDjn_~5J~V%C zuDW@VROp&5090PwY<$XA907;oJm?D@MzzqAqLT9>(J&sSDI&Q#mwrBb&PS2?7oM5c zZIJt{R?DrdUv&|KOPn8P4XNAOuP(919(m#56`3rb|H^Nm_5;_64Setj7|)!*#mS&< zzyBJi{)F;(pX^3+)%>Q}g@AfRi_zWfr-}m0s&-_|`C_G(pr$Ry8%oN_r9T-4r*MX( z*-&sX^IybAU{PqZav6mhZJV?kM+)vU2KdJyMZNu^v_c;ioQOtlU&AyjXe3CR{j5!T zibxRGg)u=!rIWQ5IHb9kj-xi|yzAyMbTFL&eVRw>i(qg~z|jbOSa0>M5Z@O9-a4yJ`ZZ9?ZyU9TGdp7mrbl=VM`nQcG^DNNL$xw11ZhfielKX0b|)ZdV1NK z5IB@Ud?UDIu`NUa)PE?nR)5u}chX!~R31SSyfsNr`zko-U{EJISE=agWclb*RfE?; zU2oEg)!P_6t(nfnw;5FCn-rYkh6ol8#ky#i;3RM{VT^LF{xl|{d%yJg!oN~jT|LpU zvJlq{#=v{Ns(%r&u6pKQaYQ52BlEIly^o+ON%8(<4~1%fcAV&{MR8F#sRJfx(%ggl zU^K7^!eo+Anf&5)2@lr|5gt2h$qv+M$@^)8+G4$*M)rxw0rx_vFrTaE#csHtcN6Wua zh&-b~zdld-C7nX(6?WroQZr+|Y)-_1jit#;pVyz`9hPwpaSEfs?62-=kmP=PlxK-mhYZC-D)!^CwrXA8s z9JpGVul2s^x5+A7h;#N1PS+gQk93p~Pf2BjI3#KC7&@6Uh6pb~3Zwv`|Ik;vx&n4V z6pY`vX84r3R7x{m(6yt^JH{(^X&>J zCE6t%bA{XUT+L0~$g%8Q%57?(ytVL6%!2g4hcUC)#1F%p<{e`fzfMlzKFPs*BX%?V zS%7g)zKm88C^@dVol3mO&zaMz#_mQq0{#q!Xao|+=?xq+5F{eKQ6Nk}ap#*JS18a@ zSbTGbnW}=t%)YGIMfc|We38;(B4Aio%1Yka8nbGFS?xgSTywmeD{*wMzoG_{jmhT%W)aeUPZjqKwTo4lL?Sap}S@%*Ptvk=gW0XK(_vM_|IMsN`5Q7oL;zW{6waJ zSlY-zIos#(@Wyse0nibaw+ts)!iWJXjG@}E+Fq!K5Gqt0sb&)!;6%w2sCj}A9W&%@ z@RoKeakARa@>3+6)~CsbHuFtTnq7wmXC}e!*MGiS!vp%ULeO0w->`?|x!wx^HtW+~ z*mrKB*~@J!S%Ck0Hn~F{>`jqELe{Nd8)0+Wvfb_l5bB3Y8x^GF*+g+}c-kB8K`@CP zH^F6@F1#Shh&s|$w*9!x!++#xw|h{)C+FSd5=@0HT!%TN$c>);jehCC{L&%_AJyb7dOJnl~x653jqUjI<>P~Uh7IvHzFw@~4He_nWwUWRs(dpcuF|S)1(w-Z@=)(DW z9iQ;IYY+@9Z1Zlmk?0}3;xIk6VRPIr=5&hFQS^<6bTR%;`>qG`0p=4nQBZ}tAcY59 z<8#(8+kP{~chrPdWLkv$a#yp*ehlHXS)mp!d;CXUIGmYFsgl>m=V00??2?e(R z4vlgVCErL(w#f^2cyQi%bU~RnxwSrD;8H-rnj~U_A{F49YYP!|TWKcVMUPz~(Zp>N zPO6acuX&V|ihudQA3){&-}|-L_pZ1|`o)ql2vR{USH- z86pznBixIljpFNv4&-NbOS37<8Fit|5ew_>?X8NnpRFeAWVP*Qvc?&TMF>YCMR znU>a?7MjYjk|$6aUPrOJKO2%@WH-eH!yN3fBUU2GTJk7Nq4%tN1bmB#ODoDe%AMk7 zH2WaI6=@5FHEw`(+m9M35}LC=jw>{ibZK-A_zK@5Ew!FJ7rt>DFL|QHN6jm3E>cXq z2wzzfwtkXEm>EIrL6hW3sVL;_N5}3MXBk}m-JX{4M_?5DOxY+F6w{4r#B>2E^I}pN zBho*4SEd1m=VQFp9Rn6<2%*W(%x?4-CNSjad;1pVd`KKnq}F;1aJsiDyI37ltKo2X z>^(3*DjSgHaj*mKhlLRCDKr?Fuj$}7xLon&2aWyV2*-A=8L5e;fV8t>Z1aui<4*Wd zvjJ=#fQr`t8`EsEerJD&A0#&ObS?$beL~ROKkl)A;hfDotiLS6;RL)`wf1@rT+*|&fX@iuy8sd z9;=cpF+9Xa_Ma36UxEw~FT*iIrC2jK2g*Va3D~_m9Yo+%iBb>C{{g8cE|go#lAE3P zHZ*t!e8Yn7OwUht_n&8?Ntd+=2^XetW;7!p!Mkzbm@-pvhm=N1K=kLfNrUr$=cn;D zwp@muh~3M|l>ape@Xu?06=OL*dCpJS%g-xz;4W%sHin2wYJN4f|DisD;}e%$`LY{g z6}5b|9c#xJ(x#DjbGQR-a!bUv95jc2%R{lBNiKOHw#pgMRAGL|vQLKsnCaOF`n zF->#OI@RPPtX6>F6W7(@EWJubFfYM&`u@ajWo9}eBw)zIAUPzMG1TL|z8gE_S#Ki3 z0${AK+F3t@I*S3_-a9QWqYLrNl7F(P>2nZCLsQ`@vsJRMcMwH8sgegj0pIQl`083s zY^b&6VGlC$1Ri%P;jylb}W%FF4OV{3bGzNckJEyl-=!l z7Fa$P^<6i}(p*ax$Lk`CgfMFx#9mc#4RK<6kQT zv8D>=B{Pb{|Eubn%3U1|<(B`=Nd0x7;vY_YV4C`H;3^#zNVjQZgoL>YOCOV!gM z#B4IMkE8b6jdGT=&)N{|iG;WtPlp`F)aRh|l5p9e@tjEaB4*I>;Z}gU~T>>aW_dM1uPkILs|Z0uhxxInpPoZ)QUCt?i)l<_FmJcR%s;? z>Q!07+_~yyM)02lpI$1NpN=&A0`c0|D!)}ekf`VR5X`xYX9Qvm$*M$gcEx*tP}Beb zdYNwq8u?>W>EuJKYn>pRi943IqH)AxQ+y7sk-w>DMkfLnuA4|+%RFywf_3^ zel~|s1~M)}w@URFd#Q9aY?4F>J*WVnX*!Q@F&d;IE%l4Es6}zgd5~Z#G;%KN-c9!Y z{$h4Hmo(dzYBnCcUy3Mpjkn=Shy~~-Z)# zR)+$+vG)P%IXvPI+>61%Je^%0>JEg5NW4HS*?GOUh_DFo5~g{tdGxHIe4q^^&+zc? z3$@~5{%!})s;$ITYpA8dIfw_>a9Fx`3al#a+W!x0sI6dIb{R5Be4UE~y!8o@V(O+N zIQBU>3ah<)V;14!u8~8+bl3$E9dOd^n2eg!$-O@;oLao4!eJ8I zue#jxaN)aq!5hzo{h!Q8Bn4v_0ARA5hJ|nd000000000000u0M0czw}_=G&AoM zkeL&z*S;4yg(Y}%WAGOH39Fk~uc{4@AU4vS99*L8n5R2#{#l~{o@v}xN|S$;rVjH+ zs;f*aMpGi3GJY?CgWo5t>|gYik7E;S2C1|<{5-+%UZ`t-4c zs)zN|yl2^}g?<(pd#RisqM)6@wuD4u&qXCNwK@S9jRn$(CwB<>2{HOZ%;HD0ElHrP zbegBDoH5u!-akAgJZsmL0uh{9)eujTPnc|$SmcBTx9@AzTx{!!TjmtmSgg_!sV*bd z6CjQ(f(0`w=_}M1W{Xik6r(LP8%u&x5-*f=N#c*|aUdgOwLVGMCjmQ%#TG}EHAsDe zMquoi%&TQXQ?&Mm@)#~Xca+$0(v~5}qSQgV@-px_phnROxL$7<(ITlJ*RY1K=wb{Z z6aW*koS46xC8k`acq*NOAWeYQ|Nk9s_=_>E$tz;NiBYXN(wYUji+I)B#`boGL4jL_ zR+mq^P#s`$k5J|o83->f{0Oj&GU!`-l+iUcel6$>M18`d;v{q7&XqYW`UVDc?a~6Z zWv4TIR;X?IyC1JUCv;8>vzQJ|$%e%us3`K4#yyCy8CxXIH$Z}v6b_Pbp)q!z!>XO? zHO`s{Qh_`RvaL-b3FK)T$>|ZU_Ym|J$x5a7i8SIecd|nX1aIHPfs9=Kb1o2RBb`U} zkh@|%%KUv}Dee_XQac*7 zsCuSKmRO>Vh=engP}&^pU4>54LtDuXuuq2Th$4|Tv&Dw_l%Ugg&3WA4WYqKERk_Of zLj;s!1S=H<64vX&B5aJKeeT2SV&z)bc@``8ql&G7NuJVw715Q;5AM2Lf+Uo5@ohoV zS42stvsF9A8QNI)ZoBHeQiE$Oov_gv#D zCq6;Y#dc`^O6T%*(Oznw1TlTkFjt)1{q;m(r(s^-7n_D2)mm0%Sfu{d{w zfHxasZ6w@V##uzz_$@M4(am#>DmcU>a5P|7RQvKDoRNUR>zJj2aH8Z-4 z$r_j=X(dZ@P!?{r)QG_m-kYEs+8!NbECXov&e;fR4%u4R>8I&5u`C&Vl&>H_J#*zM zac$4)OrOD9)S4P2y-!#)v>F|45G2#G5U)C_oXVuU+9tQ@YeLh-1GoUZdIwt}96%Q; zNF&-id=iOCdeCs(^f$}A5jFWjrMC-hx;Mf|Ys(eG=L|!?7 z;E>ZYLM>2G!xcTO<@@ywWdB6&;z>IBsp?h606kzXhamRbgYLGu*ONrdxX<1d?g3?0|D=NwIZR@!VdG6t)Qx29=w zkpww+16AcbIQfs6%s+K02rJMCI$Aw&CyM3lWyU;$CKml;E5=GHAzSR7TVNRG_;2_s zZa7!!&__)yy2}VcQHJzRrily>eMoQPH2rj@d$ocoJ_buC0V`?T0nYmxSUW;7bs94E zF^Ws+b|ty4iJ&h7pMjtTz-jR$%?!cdA4r4oVASWo6Astx@e%H)yWFf;jFm$`8;*Zf$hk|TJ-1P~p;_Ku(@2ios57VyGwD?(>? zwaQEqm1SFl^vDA*0e<*i8LwlJ97Y`1ki}EOztNTB=(al~2X`CM58T1dA_K)zM=G7P zo)L?Vbeo@p8$MF|Co{b51D?R_j|#WR^ur~i*WF~B%ofG$|B#v=W-kJ~yROW&Dl}5s zlScHo?d5nn4#a%(!W2ZJYGr4v@Cu!SJ4KdG8<#OaHbL{S|AyIp?)2C(m^dZt&v zKOy#B^-xkJ2M3vI53!)3+Fd<5cgO{s<5`G<@BeO$a^;3b#$Wl2h9 z)7eT6abZE+UDYh``T<64Y)cv>eRE{o58b-|!C77(Z|?ht>pZh_xmtwKCDqY?u?0ph zLM$C+Z`Cc4Bd*rlYQkKXqhi(Vt#dM6AKW|8#r82H4WVg#%W zvI7H{#8&y_ywz|7XrH^GHFX(HSujgb`nxDKYCB zCngHo;c2;oF8NP*0SCYsdm?jLfuNXF1Wj8RjbLEs-^H1UQJ2qBpN zYz4>Kfhq2voDM}znw4!G`OJj!KNV1eC?7M#Mrl5xbTPPYYI?Efe%zkOexK!VHi`EB zU8hwWd76GCy9+=y)2Up|k9Dtkubon$Z^fa0^j4A@dF=Dcr2Z8AkMY5Zhqm0kC?Z|& zJr1doJAsz%EKef*JKy*FF8bzQ4s_-G%xwak0%F%O;R8jZU0T`~yI4|pd2_Mbf1E3d z)0Yk7EXIB@FT1McQ}L?1wEWduXc&V89wjt<+nsqo`#Hi}9>d!c#!e=7n~=_8j`Xpq zp)yVy5Z#L!7#X5RUNjKFX$)^3kr{Foya<#DoI$-%sVT&rvgdtSdDP9phuLh6D(>@H zhbSoUa0dFL&zA6nC6%x9G%iO<-4gzaj3&HEHf)$p=~NrmP4S3L#|*eyi%{7hTd*^9 zAF?<%IV>4XFjo*?bH0N?ddt{gZ=hz=muo5mo&r$Fqpdh%dFr~^I<`b1`wcpO7Y00ID^@C3;*O8zdDT@*_a z@>I$T!vCVBrD%Fb2XJ+R9ss!PM|yJ>ncoD@9i(ZA*2<%&EPsl&PC*oF&q-odsKzYn z6_VpE2dafk|c~@tJ<0+%*l{}yecGQv2qT0u=+f_*i{P7#Ltvu8o znUmaUC(wsA(#Cyr6%j+FSk-EvRej>P(xerl`Tg8RR$F6eIZvhQN{Xl`ZRz%az=fcB6?7`g`u?7MOC*?*Fq?3!+Ssb7r~H{0gV2*F(o3fyC8qq--$ z9NyRbPuEpLLJO?f*f{yb;W0v^Pyxwi_jA0Rf-YK3%B#=?ZeFB`>Xn;+{RVj| zx@NO}XtM5-hHQjY&iMZUuMQ?QIlzl#5zx`{>dPC<&Dc|_%6z825Z?(FWN8h>;?z^2 zRB0}(I#lf{SG#O_)Al5WLYYiLU%`2my@NBJuuDFMKj7axMBVFT+KZbw2DbJyxGjU3 zI8P0ufX>SIcx%z+ zv7NmMKjV;bbyv6$*ypO=>40kk5ODyg{Q8~Z6sZ(j)bKOB>&NJTb6r1tjd}C=;R2zw zbEpj!FCbI#ZNT`GEim2YPp{T@31+1WW`S?WL6zN!kBv@Hc>^*rH%bZNl@F&V;h0T;Omb(|(TBc@ zg56O709_h;xvjy-H~R?VBe1 zE!|oD&?IY3P-NeUMl#QM!_?ug!5m@Nt%MKztxDBmg)2JbQ}A4PVhWui_nXK0o)lDo z+{cRCT{9>A!GGzXLLV8)iu~7XTIslEkcQ$|V3ntdty%EQ5yAu*!W}~#N2-@Y!`ZCUrwEcty6|w;@s<4LdI4ZiY zq!$Z(6ll6-(NIX03Yln_pqUF7@ZsucZ8j67=7h}@PeiDB7s)>h*>*P_~l{z1ZU8n>SyK=S;rlxlSJ(wsWh zNc0dQHYwQPwAlnP42k$tWPdI9H4mLPrk_OI)wX*Rn{1#4Ms3XUpRWf!L~FETLO% zXbGp%E(UPf?b;9yc8gyi2)0lD@I@$nYW`P=C}Tsmw#CA*M$Cpf=Er0p#~ory@$&Qe z`H!sPyle7I*}=h>Ru3rRVUVquKBfE!DdDr* z8Y%IJ4WS_#qe;;>9&0UW&jVk%GxIte%kWS3jAGY;wug5q6f9V!ybZKIxrStkp1|;y zQ6Pd7J9`tz9zi>}+C8Mr2GBG?*GEZ(=E!S(AMQ-KUW z5CQ;tsf8x$zsXm-53Xj5WixT4>TI`R?FFGWPZTtt(AY!sf(B0M5}w|dn_N*y+}XGC ze>N0Fh504`812&xCZUUOAxez8bo%siuQ54+2lr(oU&<%OE5!hZgku?%ZIM9 z?VVs=KawRYZQoY3jq=oJThC_827zR{q7PPe>j{o&_ylocyB!U>%>dbkDaj1_sw7oO zbDztwBDhY`yM3bS=;{o|#SDigd7D6DYWLb9M&011!vkqZzarNBo|TyA*@dA^8#B@-V8y5Z0jCP>-wwOs(TWA`w+k!s0DlUWP{cXu}TB}d6e zvDZYCx0#P)R`lb-8VnyI#~E6H{#{M;I?*GSF&_BDCTU2&*LyXJf>HE`5yS#6*Dq;Y zp~eM7KdJs`u)I^LIECJ3n3>)rYnh9%$112q$M;!ODDH*Sk_*e({*L0tKO+R$y14GYeD!dBBiP zp*_N;m$+PmBOQDIDpItlc4pP_$|3=5@_9`d=`u_PSZPC*tnaf7r~NP=h`8dP$F=&} zm!93e(z&4;Hk&y_&bIrkpU_Un6vKikGl5m;AYVm}z?-$|9W_1eAU38d?`}NuMb==P z7l zpY-EXH6w*qvmEqfXQ$f9r5A9BSy_b~s_HSstet$3D!$~I`cabXXN)y{pnRo9 z5WV?@rn&^X0+gEDYN!HnIy4wccIk?P$Z^Oj>%^Pa1Mj$h;lM zi*GB|LbjNOAaZzbOUgXyScptFOJuAO;;C72FNSoMduvl!2WrI*3Lkcdy zYH|F;&JG&thv{QK2?NB{ep^3BhzSsgYxwSt;h$-YG77=A4me(3Xrci~zT{+BQHJ0S z)Z#Ab3JhUYjleM(=6sNQbMD*1Dzl)?9t0p4z=;dShyKqcPL*B#0)5|3KMB-g3*Z#x zoDtUBHIl7?Ubd2-x_b{>d-GFCilw41H>l9bSkWH)e6Qnn)D`8duQ(cJuL@Vlu;&<@IBhJ)(s#S&k0?RJ*J0f3w*5Ad-P z-}HdBqT%v#^C}2dn7S>l%=gkz-cr9l&iF>*#t_HOTx+<*tqu*;!{Xq#$MJcI`S zcrU(%3Cn#dSxMq&gJ{V?G>9G%k0yy%X@OcxoL4Qx9u~btMJRX29QP(_kRI` zg`~xD#auPGk(CcR8B_oikeI0j@q1t4_GJm3DusVN9){E9ZTyDwUJ)`m2%;D3q4zQR z=&APKRCXU4Tn=;H zP?V~SSv9D!Xmzz9m`}QM!u?S=QkSSfrLh+JagF0?x>pAq%RlVAE6{KMTVMXF392QA z`4`NRzHbWNEH)YH8iahnG6ahV2Y|XP6_HLC2v~`p;lkv&B;bmhZi>P;tB)E?)DbPV z%wsVUrAH+EwR%8BYLOnhrLTIQ9BqTHl2PglK)x)Ko3TKJhDFR7_cctk&>?7!wAd)Z zv!-`?k8$B3u8UptYwKu{&d<)HAYPu?c^M4C2K&M^^{eQP)F`leB zTXb|Dlb^Z70NN4)eVn|R9>u*PhUi5n%7cGf)Q~T01==^s*}d74I}>rAt5x}itX+M) zaV)5`UP6!n2E*(fsRfH^0-O{PuE7tw}Tu3qQ&)H2M-5t+JtP$yM<^Wo8^!=#R7moxL@x}LK7lR$y zXv1lwLkKb(bWL-11mcUPP6ToV%>!Bm_;<+N^Z7K@*D&bDKS^Cu>O(ae45R3~Xko7ZWA+j+%7S!3 z?^fskvlB`+5|KSrKPHAyI`k)HM-o%q@Y((X!G1 zuqdf|f&hqtynN2*PU=X))h+IEiV7N*!M7EN_PR`YZ;wa^_%?n4|H!$SdvDKw<-{#A z%wtgQBGB{)!PFMvH{<03QudByWZNnOQAiICWJeA3qDnEW00P|n)xdoS@-Q#}SElI| zg^d@EEXhD=+^y(&Yix+cl>KXBp(rd_^S9B@T2L8mY_i2FoHNWX z2F1<;g`Z-(eXNG|gr(3qMMo!^y1C_4jw|e=yT6A0p4`#YgyjgyK5#B0_ zk+eh}(2Dd$pcukk_M^8iJQinZLcw8)yi>6pANt_`BJ{yH!+{22i}p34AcK!EWsn~z zopY>12C=JigprpcEw)5HDoZC&+NqY3R^{p*B{@Uqmx{|i8&rI^3x8Q}q3-hrNuPHzk_lg* zj4vfT!Ud-NNLs@?VzeP(nYvyhCG$vJR9g$z)G76Su-d%|UtIdUbyp4vlH_x+sqgx= zx@wRa_&(*2Xzj)ZupSLJg<`V)lpmqFp(~d2N}hT}QwiRHv+WZ_7U))V{N=sJ&=#+d zJ~wU*V;^VI5dM~Q?4t#PcETOywVbyD*+MRQr%^fZL&D0x%dOox$IJJ}@u+#J z>j{thFWj0vtVm-yFrA3FLm+L6Eetl}nA5_;Eq?XTv7SWW_O#o$VfwB^XI$ zSVyW)OwJFWnmRWmXJ3Ptb{~Of8c-G*h+t8f-=|3tV%|IjqbR4+nm5nwlY16o07-B)T`PI4GpB~^ zfkF~6eE)cs)ws}*^xA=b)uqjqdnKS!YF34Qxu_I)+*|fz0txjzd}AMqgLpC5`UZuY zuK`!NTaM`%Z?h9>UOEz6mgpzgFr~#0M%VeUj;ApihSl%?Y_FJ#CG`q@ za?9{BK+|4i9$9GprM+xlE!mQ9^cC)I9*GPgYMCC=`o4WGtXYq;fG1`X5cD*(>CYq2qeU z$=YFsFb!@NOURPP5B zk4%dL)I6F9YQju7ZGOCuZ&=RNKI}`sW^p~4_PWqEv+y_tFEv?&&;ja$MWjr~L@*CEvAM!0&&tOM+GLUyLET{F9<(*CFJ<7vhVYL;8O2W&z;WIYY$v9Q;Po)YZKpB!msLh_* zs8MOMnZX_*34I(MZfufJpxvep}(fgNK`)UDKAuj-A{!8YH zV0le+`pRX{fsr@3S!_I2V8&eydcArzr+AfAyVN)UP+D?pxR0ZD$s=b4TyyHgQR5XQ z7xmd2>QP(8hEkiK;R|r_zJ;4Dux&HiX9Y{nRF4vmnD$=Hjp*vu8`CW~Mok4UVz6D0 zDt)t8JMuef=Jf2f?Hn!UhaM>Jt7NQ>hw-eYcPV&=ZjtNPf7se6D-jB6j~_;g>==jd z5oV!0`;j4#fNANm9c=*Xt&oB9qzDPIQ;)v|sLC46F!0gXe7LA$Yd$6j#Y1js7b>sV|N|1edV*0=9*f)|eWoa3}4!SITzbm%fQm+ylkht#dB< zNo?=W<7r4hX{oiF&|J~YmjXX3s&WB#-1$q|_D$+tdhvRr7INCS3bE7_@!g*dpj%D{ zMFxvRy}}-A!-D0X&V9kOI{Yl+9*B%&7r@xOA?Zp>iiH+BfLu1ZsJ#0R$c%I1Wri03 zYV>f6G=Z0hf1~4_og!LpvdPs+Q}~mCFHd7W$^-WEKbrq7f9RAuBsz^<6N3$Ph3rL9 z?@*p@aRY&4XO`w6Yo~AfpWr=0t^x1ZLBmU1aK9svwB@(lK0}-?ERhVo9lmh;pn_cC z%v$)etJ%_6{MmFS}(k2a9rfknMV3p3|9E9B;46)tA%8h4| z>!3oa{dK2=kW$D`HMgY!1s_fb*)ll?kRe?p_fH`c0-3){34}i&sO5H=fbr>-b{L$I5?-ZUMyS@(D;38660=VoEnh&rc5C17f?`OZj{3qQOOrZaGZ?wbGASnf zv?_-DhuR)^L>m#dL|OE2%5H|f^|r>6rQ|*5FHySvktU+7p9N|!JF5yL)q@=X&yo)Y z9Xb=oM9MsdY8z>>ImW+I6#W;yZKR*p+R{q&Q5CEwkV3c18U?(&X9=WINJB3Q4PO0V zZbdcOf1=g8HCulrFPj`mf42Pjv4KA&v9_Ot#Np3OC=Edi4zv|L8H+i0gISA-P4{Pf z5G&ZL&&*lgmpu-(ri8Im+lX(G3!#yzFPBgHCqUIZJ%R4PIQ<}$;w^zem`0wkElB*o zcDY2(B3Gy}`OWUPSkBGY1Pdl)2V_QCaT0w+p_tDD&av|ggTFoWMKIXsKrBrL39u!^ zDq!I$2Q+!ftx-ToshgUbdbxvzZ{@rjfL`U4bd`XiWh4?rK!}&lFi`xIN~lx6ntrs) z4*zQ*`KT(<3}D$HOq@4#LTk!_JUNcS`8%}HHiH$&tDnoZcY6;9iaf#L66HmKD*>EL zc*K@=k4-_i8CvLRof}hf2in!&!^#Qx(*Zwl8Mvui1NhJ?F-eTab2HFR@Zz zqhMTZw}7-|1ex~#pR}s}0wYx9EE1VeSwI;c*|Lf$bUqnF4hqq{{Cn zlw?$1Nb6Ql^OdwgVjoZAhZG`V6_s(Eh4(tJ7(!5-B6wx-iukhHPs8Z@!I%G6dOpE9 zi7BCX^bRQoaw=lkKx!vDpIvsw7m-H}AXU5u3inISn)aaCF&OO_p?Y~4O8Ym5!^dP?$<6GuiT1j zc}~JF=xs&6NI-s;(d?tq|G(7=y_v??d4NB)K(7z$uhzC9(oeX8Wgm+>ykz$87P<%* z$Bzb3z0<55eEA(yU#+PNq`8=v6YnGe+9oEMk2gOMXe>P(_rQ)q#S^EN%KIr)HUMii zn%MhvpHFb^(na0LUWXQ1d4~`sP&QWVWz*vECgvl~0VU~r1rCRKAD?Ix2bN8tc8akf zF)r?#J+p4OQ?jv6m1tZ5-%F>$?C7A%i5kTbm61g zHvh)=B*Rw9%sU}xG80SCMSi$H%1J>g1?KieWD`HOre@?zpQ_+hS}07tF98Mj~WFeW*`*l zAdCPI|3_1kfsGmk7!x5HkL}eeGrlC+_r!l*kSWX<)% zgIeT^ef%{HdV*M~f+?bWfz4_WpO*g7agFo-x$^G4%I;{*n5vQ$$L~!`@%=PY%s_2I>3|m5?Mk-dCSSCA*TsqMoI*pz0aCXrqPu0 zYb?!FE63RWLL`J)?^ashK9um)O=G<2eOC4E$vZgmNm&#aG;$I5PTSoh>2MI<&A0$j z2eej;@MC54rnU<}4~8Z|BK}BBrmJIlNr}>)a4E<=-3&6gNt?PMvDy+=hJ?YRVq65l z$*LuRNI|m|7IpUG=Ro-x&Bx4#4QW&Ix_Z;~U-~8I!17f8VOH9tLcBa|Gra1K{u1Un z#WrH+hT2kBpgf44^Ex?p}HYFO&wW$M#>bK590j`N>38=o>45b3?lN-#`y+8^HL zI2Q=NP!}(()`GSs8kUtGt@B`@mtMbiL9A^lf~4{|K9Kupw9mMg!=0I~&S)>amJc<( zXD*%9`y6t;y8hR_@LrJr87)QDw~kUCevH>19B{R(akXi}|JpZ}dEb#~823SGCV6sf z@ZP;7Kk~U*=C-8c-hLa*-hNgKcFX3{1a|rV!XYo{mia)8lh)?5vimdQ%eQr!%dD^? zXa*02+t?lzbRSANcs^^2$NT`bPxGJP<03a#n?dDjH)Z16qAYVDdkV?3l7^k=YNonb zccsbH_U!{VALJfN4B=2=Vk$ZYwQw!R_+~S$fsQgxQIac@VO2-AsaX7Fg0;9WM=g{! z?VU-siKSxd?YBE74%A=S&*U!siOj<(C&(sJcPfaVP@yAKHNofpP!3r zr_VkIo(2nX+QQnu%_do^&)cV9%;c&e7-4^=>J&8gt@?^o)b*}(7+JSzh`JoGr*YmEw5x^8x1X~Uxwwk{YCh)34sXC*d+Xky#} za01hkf3BqdQ-NeXw?n;W*|YKVLA|A?8&MfWgR%gjiLu3I>by5Xw(fzQpU=ZtW~x+S zGQvP$d@j}e0sbh`)79VK@^z}F6v8LpnJJueu&fCG_<^hGX~?^2khoYd>Ke{AxYAD6 zwHj$T^ME2Sh19BzQsmYpF)x7~2qGx#Sj)`vpxqW~BgX#wqeJV(;#Vh3Uqo?rin|iC zFA@}VWgvllf~K2BOuBZ5*fnpbnrBa?u`f{p+FX~2f84hQ#Zg{R1`e2{*EXo?`B`R% zcUJ__0ZiJMa?%+F^w}Nm%<5-cqf*Zw!BwL-$vnZj=_y96O8c{Qs5K-0r+5Gb1A1QN zCV2Os_2?JBq7^6own`J1AqtxmDEgA}8f@W%iq+oV;Ij{`7IqT-ab5ta1HwiRrxR6I#`67$67jFU(V#|nlzGG z1R&OA+V9wC?@huB_!(`IQjzi298Ac_FzcF*b(-B7hZkbYp_TGY;ZAt{YN3^{{vAYJi+oc#|M6BdcsWP_f+?sygM z+YWcXbQ|mrXQRD152e$igqKENK6CmoJ5DZ}JMYiQB3W>s!mWSe&}v@Ok;*c@NzA-G zI{Pe`epVDc2uJ_?eyZo8KOt*K8#NRR1R^}%I|l|n&1bl>NzB+@GL5o9PPCO%uscX@ z(S$_Oz}XD{iY4IKLORcPEs;dB z3RJ}P_D-FMH5#M%7KIzPB=vQSi+_!M5fX=Kv+A8BlyiDI5%);2%(-89?siMiMVTp_ zZ5=WVPt@d)%&3tcPUNSbESdKJTHym5D05j&#z=lWKg-VtzQTuM45%WTPqlBgF3vT` zZnj`kk(O7m^mY|Coz7^gWx>wi;be63#HLHd060r|xcbaX1%1)+JB=bIm}>*~si-H} z5BDJ&XC5OK!4Xe4+4d+ejF;6_`P`7`kS?M`l=hiu1}iVJ+c(4dWZ+TgS>4(^*&A4U zyFvuNxGByMV6W|{Kd@W~gt3k)D5b_6QNy|gi0iAE^r4UC4^yWhkzGj+e${AC)xCML zcOa83l~iXEw(!`r-A!jzo{5jxA=se}&j^nxK(3b=6NwDhg^?6q$yYOH%ux1A(+K=5 z3nhp3J;#0x0T(qr4NUBi77fjMjul0oJbZ-qpbpTUVF_Eh7a&j+FW3!{HH$-y2y`+A zmcm8|fp;2oY{{=hU3S((!lydm_h9WYb-z6*UoKvY{K+|(yE6@lKGIVcD_9S#@>d(J zAVS!e7Vd%$-&vxM)Pg0pj|ApjR@JFw-E^#%T4F9+ymW6w#RvHk z_hVQ01EICZ?@6&1@1PKL{Qw`^j#(3;E=6ZaL`44O?3Z>eziWw=79fK1VBW*hcx`QE zGGZGuJ=1q=Y7aFb=oZ2|5}qrE_l3$0xIj^Praj9K6c&Rx

gZlOSYE%ko#gq737`RY=r`Duv%&jPy05D_YS>m6S1t`S7Yy>9C{!!rE*i0Jn;p}sdWO0S^(&plG)L^V{ISFa zl~-PO0l#{mcvh+wkK+IjY_JiwVs0+=yAx2Ujcr+$oKYUM=1RDF=|DV~S*ids;gwy* zC;PP%B*!-9NJ0WDQ{>;bl(X4tdXJkc_B37l!BLo|t-av96-t{i0W})i@rI4)4S%*& zL-P+Uz;~}w_mkG;#hl=3t-ienqW>!tDQ{#aYqc$$=Q^ER&)UwIw(lvb2N>sTC28&N6TxjzNjZJ zhQAp~s}CA*;varn7qg_0iSTN*^Kg}gjRXn57ZwTtwbs$Su}kh4JbY{sSN=?NwSZy6 zPMGVT22UTcZ^qF{1nQ(v9eT>m{(;y-WK=D#!rSbB1i&4QL-;ekpz4IRdT|BV8fp>? z3gAfvHtOBimbteJvx+!Xw_KB9YISh`YFyR`6*)w?r=w#baICJKttTAZ%_U%_x}En5 zwiTX|YNe2*vdRo)h;6_dyd*c3i5M{i>Ifhno3u3GxH#Q?aZcL(v`?h-lu6gRSjXD5Hw88=xcU(zAz+p0R$AILGo`h zvP`VLI<~+4!$)kj=w!j_?Nkm}$m?zm;$S369dy$T;rKtT0Dd53q+UqNEkRX)tcRrQ zl7kop>mEgK(3PNj8X^|Z5Jzx~ks41ptQ~jiU=xoV3 zxQW8;49k&rOC&r9P44%XU;z|?P0USk!K$s3)m)fiN(T+rS`@0tuca8ykAO``)8qD^ zT3az8ZTOpi6LdoVYkgk^aJlZ|t(aMF%oeuscN$oYAm{#D=V4B0!ynjX=`@k40Aqtn<{++i2x z2ePiilP#NxMBm|Aa7Eje5)pgofUam(v=GxxLcvySgO#R-D1A)`G4l^TMg?j$fknw@ zsJTwT-;|YT(10wrSx1|x3_|1&rL4pY7~8}MlK&Z$vL3L%_^I(Ss#rh8`b{0;B~=_L zhc+(fdk2j8#9@q$#P6AzEPvD$;I!Gu%@jTUnS^)`OE(7-7UStZTF6zgD{ML{tFh zNR5G!H7qfzY*k!dmi!nq&@m8<*av)Bs(}*oZvpHkgSo^R_&7ok+ssE?k$!l@`F35X z{@jb9z-V52-q(!Zw4;x1Eji55C)0{FZd}50bPcPHVe9h!9a1728S1~l(0&rsLIqF{ zy0P9_uP`(ue_5ITJHp-%&4@Lu&9IkGp>tAP3jO!e^b)RE9M&Y>)-9tp;10m=qmhab zR6MX=FtaDEwDe`0Y1CRs2tgDFRVs>uSJQ<=G#MJg%YC`0^yd3dx%jz&E*^Fg!t)q* ziP;`xp{~Z)eoRj44ze}Fma6Qaa(t(ex5&~pFd^RbyH-PZ#JYWDy5Ov??OO73H z;QCkK-kOm4vuAU<=Eo#|3N0?FyCQxX6tVM}09SP6g{4wU4#2KbnR@;|`gi5rom7j@op8#MyF5=Vs z@xddlRonD>03rv>qB@6LOke{HcA22dZblz|=>D!nO(%9n%%v;SK^C8W%-q`@A7Opr ztwepYIKF>Ni9i0vOTFT5blI@X?x$;rk6&lovCTt@Dv6!Zt@IvO$9b!oUGh@cfusN-Jp$k-lh81JUAE zMRJvk8T2J7hv~J+Y17-S)@Vl5=7&y@8t*@cQj#3_d&WFdv~J;6|L1$`S=#8Vj2DFs zwZ`DRX;ZrN4rHuD(8!+@*{fdInkQfI3~;izxG5w!#$TfCPM=PUFR|=%_1%5meR;lU zsVIHaw)8c%gSj9TSIEOui+)jvUjw`pRfNBczE^Lb>c9^d&d~>a@JHE0^M@>?GU=Fd zUGRqO!tr0u+Fd2|41W=;^~MVuomQg0R=M{tz!k6R(H{|)*yQpiE^)ErX;*D!P=qOKHUuawz(Kpo0Ui9h#G%Eq8-kq0VI!ermUPtiDYgaYS%ULE@e(m#`l*u$tbQ z>e3eqbH#hW zOV{>3TLYdmFf+l)M)dWAT29^tO#GaaHwn!u!Wn;gZf#$xynmR9)W| zmdeJAJs$6oTi&pXpMr8-=ITw)dUDgnVss2S*otE6Jny1Q&8ooNLFy}S=A1+ys&h(- zQ>2`W06@yHf8hQzca&;vkw^dn`m*RirpffZez=Xc>WgcPxIf@f+3kMDAJ-Vv{FJm0MWDa z>pe- zXmEuxP@*&2B&OSiy=!afpHcBmO9sd;98|3s)JD$O_ze@xvR7YA@tcw6{)kPcovI;H z6Idw2++SD*#*3ZZIHhgG(w&I;pb=D15{`5r1)Of+MAsreM&f@}Z#X=?P?#?Vyu~eP zY@+51V5fR%fJPG`0YM%O7_lTn!gR3BP6`}TX%p5oo|yMx&W>i=S2JyUOz)&*O&`fG zpe~L*nivFV^XYZ^CmhtwQUCV>!l!q|9bxN;Bg-00)mGFqe&T4*ddbnJ!zYBQ!lj)H zMfY!3V3b~gNznI8Hp)YZ99N~b&&=Z#T~qbnbgq<2A#F0$o3gj(c^hx!%E9RSN4>%o z`6g`z5$^BP^2aFKgVEjIp7D{<#Sq|JW;|{asnza>>$~IoLDTqph}+g+EZX74E$PMW-W8`^ zJc0V$x~sezFL28Hyw0Jkp!D{oO+&4a^8Jq^K@2mS5Fp}))K+a(A@nHx=~*^i424O zXW@yu18PZ&h>Y_PiJ1I!q)KqTBSldYZs1Z(NZF}Mot+nqsy`F*?-m3bGc$xW2OGoJC4 zv38^w)e%CHl?P_7{jq>i?GWgV&oV%-dOfwyMkOpLTZdHDu8oj^GH(K4$Qj%&B)7r3 zzZ#0Ag5W61KQd=R{B%7&r-4uY*%8awcZ#V+_oWcmZ)9@^GOzYe0yk zjlj~>x(AxifOwTPFD4gzbgQZ^I-4r~2A^XYeI)4XB_n7x4@SE~{?jYeoUTFqmtS`p zG|+$m1nJSN000000000005ONl?98V;hUVdUTf78^a*$SPWxvH_f6V>*K(^7(bMr?K z00K{e?e$S7CbUM|>GibB?$Xg2ucjk?F!S#HLGIfr)3I!hCpaRIhZ+#9M!V(eR-gG? zFj&@7T37^~2?I0mIe{?PPi`8V5NC!1-OAwbiiEUCZl*q7zPeev-?h}A0VaKhW)toU z^vy2a1#6wB;9^IyulkNkQ?A+8h)?#DV($8AGOAl=j)VVfeKfL1+4@%vd#I{-VfNhv-tk1>p+4PwZh680D=TJ1=#7z73PWhruTTJ^G;2qY`U7HyP^Bh zdcmQjei;)U9~x#1Rc!&7e4P2XMxeVKl&+8_$^Evl(s${rwR4w*IOtEq5nYE6YA>>G z6(TjcRDa#3_-*3)og5tX8hF=9pw6Dzri8}+yi_%DN_$C3tL=)eqZ;4yO)&jowS^J7 zW6{{@fpb*2+Ay@c2fKmhS*HnVrBxc;v_-(PiNCir^C2QL9-wyBG8VIMkeqhplonYj zKn^ToGha*t*huzJJs<5bqIkqJ>_GhG&TRVGS+aEPWoqZk^~V#}yjY&_qNdz&IA!n> zxKmNo4ty+0`ItZ2giE-Nws;I(Kr?49+bF)B?e{`nSqy;&9-zr=D9WROdyZI&&jBZ8 z7Nw@I;%tX=B2?@A8?1HRPC4r=OPJv~11EbUE@#kiPIBGIP{v+9kjDP1>&eJtUkbN& zh2Xe2skz!pPx_asj4^taNshUdNjs?Frk7~VMh++n9)iK^s+TiT$+`}$XW;n^uvzRN z|1z=)W%l?qzfjLC*&Sp$)$a2z?ypKzn<|RaC=K$0-{U!AhK4!SQN=9x0`QZF)H_^v zGS?EMF}M8MwE19TpRgcLDMPrlK?w_UjW!;e;SrU$3)mt&i?0!hlf;i~=n)w2!09D;L znk6Ed-6#ZS&{8YTj>N!im!b2Sb9gHh+Ic@7=}6MaDvVcp^bOR$$jN&TDZVl_#D^u8 zS)aG%&P}!Hzp~U!1ez@Ra%5h7%0Q@6pV{H9P+q+v7*Da=7Ji>wE@pzc_Zv-Vo*g#j zmT!|NZISwY0qK{xJxcVkO#U&b%Bv-ZKf}j2Yk_Nb?0S)w2#mMW5&^RGH%FpmaZ^f+ zGRipExR#o%IbNt27p*Jjab5T@pC9H#9eWmR&mr2 zRLR#nE)iSl3MLD{53$u%2_JCgwaD~ups4v5Ect8tuWngTN< zaQc}Sk`I8n?zbaho|Lt!KpE)(V4U^S(Bx);aS z_x5?my64zxo>ffvg8mS#&3j=RD-VcnX>BdIMPLgXN1p9`^u6s~3_x1Jr*FR7DqGyT z1>@eQrjLh~O`2G~_0dX0cqdEP5TO(NCp6l0{jxc-1s#2$N_{w#wE%n2veRsLsm}y6 z4i?EKC!JqEQ9AX%-FmJL`()z3MG9t%@U|oVUB_6n(nv^ZZY}9 zEi~;>DsAnhFTK7!81%A4HX%ngNk=}eyA~{VaeVVqG@d|5wwV6L3Y0jYsc2xob9CrN zRYts;FgW|AZb-~YFEHMlm-vxtuj8AaWMl&QPGntR6$o~ESZ3;j$VM~L2=uD4&GOK} zR~ripY(rHw_#;i6^Yvozp{^BZ<;2ZsPr#9YmGMN2I8|_U9lmqrP<}KWM6rX)KgHcz z5<77m(F@H{eZ`z%x?~ywiC>ZJy5j@3;|F$Zk+pb7qFZJSPpPD632v0#d^#3{nb4@g zU09?DX4v*K7$>s_f0^V|m*t90acx!y1${f3fhDeQtYVAG3xAP8lXpga^pOu>_sB?8UIlNOf?NEx!KR=4 zch~Ny_(Q)`R4mNKLVTBhbT)S->fw>72qnM6T@v=@{Az76*6Iye74O>#bvrF7$vQ^| zACcW{LK@!;NKti(cJfRSg20s4Ai*a5@6a^9Q7lgEhsSkER=*0I`DlLhZzGcEpqW`P z^hq=ne0Q1Y4-J^rKuNnFSZnBpd*daUJ-7()t?K<>iJ;GWtA1xlVD5J}VM1Q2d$yUX zQalPz!v)a zb2T3OI6H3FSWlEP)e3uL=mrpXA`S!J0}_um?TfvoThTA-1hIKT2%rWIm*h}_edoc? zfUjZWdy0=m)x=`a{WDd zD4T&wt+81^jDzL7fYo__ss8{%g7Nxov#z&7lyJkljzXKF;erLf+)I@@o)wv3ESx)` z`F?x4dA64DA|tuu_W8w^Hszl!Xwe2=a0PmCR~O+Gl`mRoWH&-cXNQ`Q(sm+Z@gcBs z(VdQWaNuJf`wplOf}eno$Yhl-_bRNZcqzCPa;y%IV)xsGz*buYcC=gbXR@0d`mv0t zdmQCN$zA1h8bx|k!&LSC2h6}Zftd`>0SQ(X#nI~F* z5EkrkwEq7-xQ{VyT4+t5B!s+#W^|7CrQOKIzib1+t@R-7I5K#1Up+y2F3!aqr*qYb z2hwV_`LAG(9RF(g1Loov!~5qs#{8!{?do z^(;GR{3S{|aB8@K!rahm0)dGI?;bBN2aiqTpUYUDbVTFqYR|3Y$QXQOQui?E3a928 zCLi#`mWd2-!~CPX{-bJB@CnfLI95m3djUt#M3jOTW8mduu>F@eoD)8jk+EVeZKe=N zRyTv(Hae4Zw8>JJSA&S=(wjBj`3y*(H_gyr0eEQA0l&;QqSyf`r@`9vj)FGhp=A^Z z@Tj7dqo(fh#u1Ga#=*%uu5ZnFq`)JB(tS9z7f6hn>EV8?wrei5)S4IbwZd%`m0QxH z^5oD6$1*?q2qY{BD-^7&t$59D(nh$wH%Z$`ef;AFt^6#Lqq&L&PFhl%6Y!Ypz8J&XqVe{DEDZ=^>(@7+Gyrzt7!^ zo2yv)XeJOxhK9l4CmF@Dm$HM!Gp1jyNSz{C`{4`7;ekWLmqjQbgn-NPyw z^5OKv_`bF|rYTG=O0(uT_O!pnapCVdnnl@&M3X!^%$RX^WDm#L(s!~UHK&St#VqB=(?PGGIAAJl3De< z!-SZ}iX>8ZS{rn3r{dB;gu(`8mU$RN+$$V;-~nF$oaVo{5-W-z>;{m4=&UIk*kyEV zMyF|eV9U<0+2lcx{Q(`RFkA`u0-7Hg)%_gWD+c$8LIAxsg_4|>>YrMe0Ohp2|MYA_ z5(^-0>$p0q{z^d*lgrWbS}X@Noth)5mC)J{&~NgkhiHw+*HVnywZOFv_=y!A1Um(m zTy+>=hMPj9fI65RC9Pp8B~w1LhjptZbWEg`fpRw3UWIAkYlRHjJqITzU<2P~AaCjs zvbvBqs!s`vTL)K78vV&zj)j4}9g^qtZOc{dc~WP zFNgq8wV$&VUeK&f(mE*oUOYb7EFG9)G_zg1c}@|sbH&t%s2(kq4v&9(jJp_dg%{%; z$w;m+Ju|;?MsNn!g$fatk)Gf1<^) zFtY8AmdRON9~BqckOQ!XBH}OXd<`>{x|8!-~aAKS2G7#QyA@=#rEu3=S=~r28^d{>L|!2`FWw!!XfT^RZgRO*%Ev zSN>K$e4hP}Oc*$B!ymMw=R9Oo^7ws1LW)Pt2Yew)Mo$hYhloG`el^TbV|wo42crUv zKvbel8`HWJdYmZhP0*H)R5DiCawM?R2IE^Vi?J|gS|-HYZsJ>a)3zuBklUuYx~PPO zP}|Pnn9JAin=9wJZvhpU4PO|AXuPJsx#y6$Bu-++AZaGpv%NX6IPEwyg_ZJ(KOGo2 zCgg=_6-3qBrVri98t(>k`6wEVU(8IzX< zbb&)I`S-8bb$Dd0y9Z=96LCMd=IghF)3h3#(<}wdUhA86qIXAPSeaJfUAgr(T~dq? z#ko{zJF|lcz;q~1tP5Jos9TmEJKG=5RO_r>myz>J;h;sSZP~}?@+3@{lTAgVxYc7Ta2QSa;-eEH7VB!k&95msno>vUGBu{?HRUJgFZZ|(IigC@-e8aHr>+!gi)tDd1=N-b&k(xLlb%tZ(8a9# z6_K~?1!q?`b*`Q&_}t9{r^WtJ@WMer%UBFUt|>o5k#+V z*aCpAU^|&@ZtJgEHCSao3{eL;6{{bc8GShb4f|W6xS_V>>#SZdxPVKE56a}{)Bg@x zC$X_xYAk(e4e~b<%n!ag-h=i(a(DL&##qd&;U4%c!7AN#&1;TQ(iClgoGSdyHW5MoCEXFwIg@94B$UM<-I9`?X)lc&*_8B z3c3#FjlpZ|mz6g%7xvQDGjy_Na{x(~9?b=ATxJ)%9@sGeA5%@`2w=+F;_8*IL9V}7 z@IRuLmZdp8OxyCcGJ`2Be;*9@>$-neOulvXH`0Q4-OatuCvM`NTHdtX7DW}NZ#@AZ9( zNmDi;z$~KZ3?a`}gs_XS;g&LkhySO2{YJ3<(XTT`U}_6R+d2Qa_In7J9{4P}tR=vv zaKaFuG=fxYq6DwM;6{ z+>XB(T6RGoLW?zm!ezUubx1xzfcZu;VL#o-^il+3@x;4*#E^uz}7d4tbNr|0le>pg_TF4H3N<%ThG_9 zuj)IrsK;sbGU7+m_hFd*t7-P1xtSV!YNA~Kxg=E_1TSil{9Q)%<(AuOfp1~!bgCOl z&R_uL#{PW;;ljMvaY*f@h6NFVEjN1!##A%vSq`(Rj01(@nmt4 zKTUU$ivi{?j$=^#fXPxKGDT6qqGcJ~D>=M|-a`0J0~gZ7<&x!)W5godu=HqW9C~9p zPlaRZpfdzgzHdk$ClBwg{A|bpCBVvT{N6ALRdEq)`IENoJke&jrNZ@?4-pKEc%(M7 z)O(0YeZ1E+2jEY9SCO`aVam@FvB^*Hs5?l<1pVPs8%Ja=SVKmLj{TBK97JuOtCQ__ z>uDIlCz>;(9btU&1lSjuisd$X&lu{rJ{QM{(>@kb|Expb#vcp7PX9RUltnyl_#IHLbPec!2 z)q#%-?emX5(;=7^FMn=O}l<8ubGmR}hbRi4*bIbSipe@f&wF!9g>_eCP zGy%dAa#5Rf9YlkfeUaDU7gr;Hri}*|G=?O?W}HEUI|W^bh*B5^g7I}1 zuF=l6k&>mUJHSq4ewG#e?(4|k_h*Bpl%r$&BSZ4^3QmZ7-=LI<%~rvio7g4nT2^Gw zTrxJdw+Z>Ryz>sZSd%qHLuJ59g96DGC^S2c8Y+g4fAZ3=K`eF@S>e1JN(*@O>7wx5 zUXkM^(M=%Kr7JO#3JKFYWem5UrdH_o2Y6u)rw7PooY7EWb!N?w@`rme9l0^IM?a$v z;yg)Z5kjI@ejuxT-3?Gmwo0Pr%{WB-js|Dzq&O9J?x6qA8L4T zvfPsLcj%;%@OrK(!OL;G;(Zpia1gz2x-?IV;*InX9{&b&FWm7SX|G-%;Rlx`KBr{E z$n;}-d3!@5eLbirg?3bYT7tvNTt2Y;&M)nVOODwJz6kM(c{dl=YOymw-N&?NF+!C< zE>63haq5zsM*3J%8#3eY?u;eW#icn$9w-UZN0IK=rgEpWHH_mUM?U(y6@+hlkan^l{B>RzTVN?Nyev=y3z?z%E8n8@rlbY*g(@K z=hNr(AHv7DSS7cr9GRnRCE9Ww@t$wM&tQ%c3w4P04NvNtQ6=&P_%w&kF*(QLjH!%O z{_}tYt+F=YEOPgIP;%DOiI~2URjRoTGTjmJo7|e0s!VrQc_9;{bUzKjY2_^WfQijn z!eiCY9X2gFii$CaGTlNQmJ9A=^(K|&ReLG?Wz9gzcpH0Q z-HI+2h8P+S@TYsQ_r%gvaxEMN!>P-O%n1SdW1sf1-5mcFcOGedN87@^iw?uisqZct@*EZvDZC=!|2b-OLm~ zl`)+V7HuA4GRTIfBmhc4wZEQEp(T`fM^cY~gd#!c2As}1&u1`hDfE@B9?TgFPJC}0+g?=BxNuLB@+T2yui;-mER&W(LU?+> zW+`qhX}{Xub!Qk$fI;NBr_qGmFeq$1S=)egP}J(6XFo0j9FTneGVo2f_NkUL+YHK# z?;eyJKO#1$|H{aEnx_7u^#$GFHe6UE;P*|!bm}^|UN*jc&E^Um^%(p4ceR>^HeoK@ zQu?n-XNC!yu;EZ#>{I8H$OeHUO=|B02{DVnxR)|%I89mqeT)=UiiQ?tPM}sICl?SA zAua3%q^Tp3+;EU81-{!8=>WJ2DXy>`w~IQq%$$iPl*yr3*iiRo_E=H^j;hdebxMO@ zDwHJ5W{o3c+SkwV z$c}FKZOz@k-4OfSvPXjbT61uS$x~N%a_&!LG(4_`6yi5jO9MAaDY<1p-^^CM~j1_n$j_JqEH99FJKIK zc?RtjQ6<=BO3HXD9i&5RDXW0akC@un1e{OIB|-wg?@C73AHt`r<7}B49XH0~GNA9Z zOo$-X@2% z7n7zVpQ?tCoKxNp(uPxJ*5GwJ_!;DHhqhQ~86u+Cdp;J*NAMZ#iA~Ep5gm!d5f)Og z!Y3%h)X-6*S!NFVy{nJYFNP zHRM_z@f-jlCo{=yX*R(Y!6}J%^FkI>O_+2cabdQ1o6hxpR*|d-bKvp96U}*nd4X;Q zk1elR4P8l+!8>)#5s*6^Z(HpIc*lk&;X`s2LVRc0!Di)PYqbZ0E|i`%vyGngYj8t2 zKUNNqZGmCm8L#&V@CDsFTp#J0m&-_#{L&{_lPf=&8;6V-(_Fa*8-{whnQwomZMd}jR86flT&5V*8j!s z>EM7Cz&36nU(t|^*GCS7cYsispj}XScF%tWuEh5)#4n>1QO3C{KUZvL2k3~cj*N$XE%FxaIxhYRQu@0X-SRU>u+Q`giKG=dCz5cLO?$N%_Fj@LYFgwqWdySRyjCOOkBx-+C59hL z@fO8%^Cd?HIucXTKGwSx0TX}Dv0;>Eet;$4TdxDmQvsW_S>Ps?d+$4Sioj!?$3C zMN#=KtHqwfX+8Evs? z9qKMw*PSLq>mUfk$Gs2D5)`1B$+MMwGaiWlR~mNf;I+;D_?I@Mqn)3Qj`CCvhTz7K z_;)t?KDDjX?s0MWQ`so`g<4kr_6u-HX}Jl7m=@(TwkoguuR}N(26zM)+*F&u`Q566 z#Gark^27t)Y^-s22qRvsp$6Am&=zS=y}~GOs!BiQExRYHI}S*>y7mQV5e+}Q7PH#3 zp!KY3bLOZHj+1pm*D`)LrY~t_t{MP#-|R>au1CGZa8Iu0Z_OoxUxV~HXn_3^06Q*E z=Yol4jez4z8<7r&I+E^1!(4jaGGL&OHTlRlcKeyJ_`!lUe_KqDA~F?}4yU#x6U@&s zw!Ydl4i(VJ`Q!om7Clk**%`;)!^?qXNCw-yhlFMmy$7gzYy;=>7=hE-I5sYivSzeS zLyAM>OMMU`WJa5wyH7K~PasVr#r~p#5XvpYzIE`%ot)mOyYSt@O!=4>Zqp$!MG4~j zu4sFYUoel#X!}MwmI;F!L$rr`XKiG*d_G)*`Lqw!Xce`XT=FDSVUT%EMavKebKvq%cnS_rmi{)@A|YXR9HU6?NSK$3| zsF8?zfCcesLUT$dJ94^~(i6}UzWdcnlW7Oas5Kw$>4JBbUPfnkyRN@giiZCPQ{5zy zLP_%tb{`pT5Vw}oi!8>Q<%D|;=-;X#^k~B7=1jv@a=6PzL2b;iY zl&+!M!JXz)+XrROl_4+A|Ktj85V=!y+|T)6MaN0Fe8Juun#OR%48Ia)y6}Bnqb=U_G%JHm&}#*EIy0neICcP^HY=yck?!YXyKKR^NJlx~RD&9N?8 zDDVBPxh4NX9=!@c4V@D+0-Hn~QsD7c`MUs3i)Zj)Iq$XTk_os?Z`U0*ItQl~fpZCa zxOe}OP?JE5Qdxbd&IAawox;JaF3<1DSeF#;3kM-k3zQd}w7}c_wcEX)QvjplNQdq- z!fF<{^Z;0oBFYcu5KvDf@;emIrNTq0Nju{SI1x&eFik)`h!PhrxRjFA5wI9)v1KmV zD_dz8g){a0xCK@6v9V7)aDzRhkH@rd?;)p&W!LuT?hDco_DP}dllSVfA6rApXFj-l{#8Izwx{LpSS0{r zEt=NHF0wk=6@Fp?;(P&p&$+0vjEu*jtke!CjUp5Em*ncS$jMZ-ZuRvRHc>PQ6Zged zB)MmT?U#KHJ@83xjvGn>!F!t|#!PgIehV(*#5GnC=fNTFq-M&E1dc&HyMA|FZ=Bs; z!f$&{SGVN%fV!_!iG8IDa-EqvQ$(+x!9_TY`QTp7>vlyWX#E8Yo9n$nuU__-VGkS~ ziWb&yZ0Z1=FeseSICozK+Mv?xH9a8+bbS8A=uM25u4Y3tskk3Gi?YwadZ;r^D&9^cQ{4qV;Mn)Q~O zgKHR>jD+HIMfn^4yXNF-{5(}KI{i61t#6*C`2Nlc`1FHFaLdczjTx`+r(PP3T>Cfz zQfi+2>LY8Mm@wD`P7GgCI*QW68|WOdExJ;@fOR0H2e2(CqUp0uxzzb!9>$5X6Sclg z&v{RhUpidosvya5KN3b5_B>gmpxlsfVRCb%C}PyDR5Gg^f#N0g_JJ7EA>p=TyDiqr7EVO?0E6UNPZpxM-i2t zH+sfPL(gJV_>)~$_rbZ8EqdJt$OpftBPMVGdtU*^dSK6qu{kCw#q7r`Z{>+<=(vY* zIttil+PH4)-W*{LXNqHO@1=R{*B$vZPfjHuer8|!aP+K9lHmT+s{A^K=Y#sg`Ty*1g-;$*eV_OnT$b9{lAY*>$=M za)Tnxz{(ClSW8DJ|CE}>uXuMVMu#g(JWTX~n*CU0PK6S@;cemV<3DkK=dn~c0Y8L< z0!DW7(al#PAoOpPPEe~ak4(Jx%-^K78?JZkE<%?z+PjO2?Q7g4YXva2y*SJ`(`4yF z34JZ=qcWXLAu8 zYkILOGPKot(TTps*qwvqsC5DFw(3jbEBrc;J3=gxP`fHxU0Rl2{^td?X7Sl_^md*c zZ>4b>{bd!pwPNL&l+$NSvD@DlOAkBC2K}7gs>IeNEQd+9FFlGXm+6B;^pYff$%Qs` zXvU9$lXSK{U`m#e%Gq`jRkLVQmG`BlArm>!ATz!t+aC{ty1XpJK zGtNt+o%1Xczq57-huCC_P**@q;_Fu+Qr>17ode5AA_JyPPcG!oc1(KNFJ=O}euy$= zF^6T1`RyjT7C8y;+Ob)hHTE%R?|sFnY5aCIF7V=4C61oqbT#$(2&yMJvySe|zw_L@ zgd`c^b~swa6SmioG`nGDDDL65%v$Lcq88WJSeSeNhso-+c<-a3W-Kr;#+;j%grpRn zE)=n!3*P>I;X#-na; zkC2h@2q0XEr&jQbVWM$t5Z+uJbp!(5oCwtEOv~&Y0DBStTjXE+wB%Fs&EGZ)4E(-x zCu^01G?U7i8RJ!Mfk)DuacA;4kWb@MXGLnhXn>!Tg>Nk4HvVHLjUp}g+%bKrF1AO~ zS2H_H_N{o<{~GM=B$kVN*t}xbKzwQCOf~tMdA(o_<68EID-zQP6M|e2ktpgG%PLh; z3ADM%&G^1r%VZr}5mEXYDGeK|C^92OoYJ57WDkK^VvGJoWfbURI=e^@Tfnz2TE_EJ z^jUjc8@=oa^Ei7T{ZG{iB?V(ep9&QX5rA|J&xha2T0Z0CujcexOhQ0tN+qKsOnmRB zp|WH<1%5WaZrM+ZHh#GF@c`31j3QR^?i>kW$$|BSwd$$#+(Mv$4tH+x3BHupS<4Ux z8P(}mrXT3`G{6z0$2Nxtc%_JsV6pl5c7t6LHze1kX48L7W+6FT68K>>>ki$RY{AS{ z;xGVTbV(+HIKR*|O~G|=p6g!GW=lS~>+nQs$9>dYp?>bQ#1}=*%bheXBpbSlJ00}s zU71GoEE?drcdL=|PzD`QJ}rO^iyiTG%zU0+{H*AJ7|Iw0<^li)*Y$@Z0>TE+NxZ&2 z*)fVEE{{e!_MC_$_2l1}*FDYrurG`q6A|P=yYe$l>2&Mp5}^aV!T7U%bU#f~w(cQ$ zrp?;WBM~%LUwe9_X?phV5zMI(&oc;EC+N6jfx)$FxquC=Pt4C1=xm@~cu%nOdS?$(KF<1JcAFA0_g& zj}3Z<{SSxe)%r*OocqjZmLK#hu)+A7$Clnu*!MG8TJ}68DR{r7gC~uc(+JLUsdM}H z?}wA+YE&s@+@;B8Z zoK;(IYq{SsqKz1tfB_w1@ruI2A$12u>TG28!(E?B7cXYSuw zF*pajQ5UY^YKu@7O1uwQh9KU4h`{K)mwqnXbk+4*&it#uXbLAy5xK9-LU6$d zbkF*sG5dV;Srp-l@URqE(s=5-%dDR1pzOljt&A9&*!Io?Cy7L!ZQ(-&Tz$EC_#ysI zJw~%v+Q;9vvuX629)qT0c3S*WXn=y)OY6Y5!)xs%1gl zN{UWJW1b~5|BG|YBO?esm#kXiXh(;;aMQiz6 zK;MWGXMXNtWxJxC;m9ws&_0Jk$zW^2Pcg>|Nl3l_#mY6(q$b;GK(cySJd|C&Hs8>} ze5w|*Ze{E~Ulu0(MNv5*%&+fxSF23bRkcDH>=l>4Yv$K<*t+(Y*w{)o?RzhRWQM44 zF2g5>iGT7r4}#P6G8GRSLn-jbD2@7lO>_cx$J5IZAN8At*={OB$WXgzH-Z~PK0?>n z#SY4Fx=edtcZ=Ja=lN*)sD0|(*j;cE(aPmT$WgrwO9E=s)sqs~r|FC0>#$?Dtc3Q0 zU^X!~M&g0hU}P(#KJ{uNj*!lW6?o{DaIgT*8G=sf4v5yJJ4!7gF5n!g!iEJj$2X_n zcwinTC#Xfpds=8nG(okLryrcy1a0#ur3MD&m5ZHpQHE{>EaBgH?k<;k%KF@uG(1Dm zP6+$V3sYyfotmn&5qqWUgGAH6UeJhZPk1VVzSD)Dz>!lMA|pGMG}MT|FzY}Yo@OIz zYKwv6XU8UAH~+`__Mp8h;+HXWrXzWFTm+d>mLDw#np0i_gSewkJ)t`PEp=_&qS4|p zrl4260QYvLdOG)>#X(i0!HOM^$IN_*z0t{epU!r~;>j+VUX z8(j`U@ngb{cl12uM?E0D7#gX2WsoR{Hw@Zs8uz{6JlgX202Q!QDNq>ZTta{`1Y_O> zFHCej)y&iNtAc~;=%)_#GXXxJ3R&B2zGha>Xep!P5qdKnCyYLvK|pPaS8Y+3xkaWu z)Ll1=IP=5J?UeVigxYW9($=qECd&t~eW-5B0ZGo8^Q@LiVR129+*T;=0PN5%j#N7S zHg-&F@6t+88A;@)|AS0dX0f?CU6<+x%qR;$yqG8=>N`I`1tAf%AakS%lR7C>1*S_K z6XghhURMKRL6@;)BcP7}LIY;sXfXYT1S=!qOAswNx|ii7*QPp!k@#dn+f&0F5b&T+ zEU?=c5D3h?=5D3-F>K}1b5Q8sr-x4SSyz^+{TN;QG<16a- z$0r6`w?Vcl97)cT)TPL` zg+_{1RM45`dMb%wlDk2`CWk-_0h0<0PGoIp4qzshTy|y1JgYlqYd|2HOY)ONJ(*wxId}LKS@&1GXUDy;9|QI*c6stkZ7C!(2JjS(qGQi zxRB&JfvsRtnrex6m|DetD3`1v$_`~7b*^)R^7`R739YHI<`ZuO$KmwL6{z}LInZEk z{FxQ${>rej$vS8U4McBWGEd)Er;9@HXxcaRw^3Mx>hT{dVjE2%ky}nHtksbL`cUpQ zv7B+mv`qU(Go7Dwi}$q`lUwOQzywvpM9S4_UU>&w{tQP#%jd^1iqsi$>!7@|+BUQQ zR=84@?hBPR#)NFjgWCd1YQa$Wl@%6yn37qgh457_k}O#1sxk*MK@{Xy@4%-HjNN%F z!%aGSYB^L!6vaNg^zvnFyOKU+g3C66gQjA!tELxqr52VrL0%7U#&NhuKO3PyXfGUL zd|cqkG|yAEx557$^i&}5x3aXA&|z-rGx9Ja?ootpf^f)$9G6hu)ZmBX@f!~K{>o*f@BTArOX9@CJYZqKX|4Z_v z8RU|z!_)-`FD7c?Ug=j9D*IGi@6x{uYGj>SqWh64n3b&yZ_9VQpL);HEn!@}Wo*MP zu+{u^x=kE#SyEwe{Bi@;<|C*1W+W9KzvV^9wgF>Ef9(gB?jNvroCxigdu=Xe#9QO+ zs;mP%R@}cVM;;_%>J9Q@I$pzUbUb0Tm;C?O$!BXjVz}!YcpXT0keVv@Flz6>E`SYP zj-oU{&9v^~IOp;wAH~X7mv169KAiPO%Uk8t^5I@JeoM%DN0%f+G*fJ55TGt%Yb-}w zz~tKWcL&KFIL|?#q(u3>uA^A9PF9_@LB^T1)EBZ?z@B?|@!gpK{qJ%f=(C?80V+0p z$Xs%aMt6QGsSl+Tk!t^)~;A(6A0-o1G-V==Mi=TXc&>Kk8D7Y!ER_0d&~ zmO7`EgxvW@`v&v#!s|daU1+jpQ1;PvR%vw{a1tAHi9FAT7K*Js_zgFwY+#U$p6`rv zkWuZ-9818uuf0&aFQ_-)yr2l@6PB{zEiOd)d-7+l&!vxwGqk5g5`XsoijM(sd@d;- zYXNi}s1y?WLT)Fp&!UfHp(qf2qdW;%^$7$q#7YYT z#pC=_XJKQHQ<_EWfllyl@l+3JP7Ws{3B)}C)-iTmQj{A8j5jC<_a=XnOCr#t&B5b%%9(4K} zEfi*CDVaC#>!ML9wW*PVu+qng@+cSHIHYhRuvpu|r=mDVfay0>aBgEWDd68L_@$`< zEy3RMX3+1eEqO^&)r8E);mxP4T`PA^&06dr8}S%&I}U{=-d{jP%ZSv(tPL;;9ZvCa zbgDsAgR;nuURXK_5#2X`Y)nn&RB!ylijnv_PkJDKNE2mZ_Oq}iDBvMSl3b2}+UW&a9?6+rZJGaozgciT&fcCT z;Poza&FFqC$pORZ5?#rOCD?~8woHI^%4nN@*>7s%$5Qu_GJ^1_z{>Z-SxP4E#iRR= zGIT8Z6zC1PYI0P!(Z-fkt33_tilTl-bfPB_j2oHksdza1cnE@vWb%2I=JrCiZ^>`H*dxdqo^PA8*pmm+ zcpB2Wy<@9D=mQM_7@YP3*JcB+o?mHY^bIU?;hXj`S&Mre#B^zo}d)!A_z4 z$sdDRsp*Nql6*20v8O54sp701p0lexDyHKQ9f%!o9Wuc*g)Pk^*uJy>U zljq?f+t>!rlWQPED+e51`G{h(5{$?5& z#2lZQuMlGL5}mS{L+W?^NNu0A(u%Px29rviXz|a?62a%#i$)IO;pE~L&8D}dBMtG4 z(VA%Vj(o~qzx@BhW8zl@Z2};e!ezyH(=_|YfX6dGcC@ZzOqh^Qf3zy`lFMS($O`-I z`B5X#`MiqyVj`e%tjq}MdaRS__I374EY#d8zR?ppR)FPlolouRRISgB@^5LE;Y0vb z2Nk_^E>aglml}}?Ji!3PcY9I#pWEE}rQQvVg(gb!UnJ_@lyuPd@cG0Ui#Gz3)25wF ztE5TJgTtwupbHTo7vl2zX3IXd(?>)-LbzexJv-Y_r|x>Vy5-y!UsCY_LjuQGe^VhO z5SHt8!%c=)0r8jN*BRXS3rA-FYMjC*!j{WaO<%O#Ay%EB--JQs!&G#jKpAv~Vu#r} zy{N6YiF_BfMQ@HwYRBtK15d%l>xjwgaHO|c)Hkft zCx>0^K}&ZWg_RJHSp-}=!OzimI9NSQ0R2hLX0r=N_Q1E$jIP%HM?-)j6n=*PQ`DY_ z!Zr+SRtQuWI0hanHzkF~Kv7P-UCAv?qkbfeITg>ci8Ls$i`&&*VJ?yuGZz13{~_VU zr&BL;448-;S>fm!iV^1tHxH_(*J9ncQYcle?#j_pE#3k+2L1MW%y^GGt#d{+4lNy! zt7U)5FH}I=+aD|xfAxRq&etEr_a(%H7st`fyG>==%->Z5n7mJ?o%Qu);=rDlF&_O( za?Y~eV^4(OW*)^8R*<835Sjcls(IV+bO!Db&PfwX5X4W z27I;zHK)CyAx&lUZ_t6%{mu&8q+j3~khMXqJtg%hP6hi&VI{Uq(iAn~Lq&U-PF-ow z?Bh!31eb+n347!OU%rd6ez-OLU|_>VDGi)t0|3t7lnb%Mr96RjB^&jYKx!cnEYZ7tW7cung4mO?XX=3>!LoM)dzJHEAi=#nN81edek|xv++W#NTpLe-q ze6k<@sOH*{DC>OeH&`vj!^OF<-cv81j&(rpTV=|(>Rin`X#GF?I8p__IqEXwP{_U zwD!@4PjI$N0{-jGxPJep$DYRsjv-(1t69}nGB#FCs5u;eLb4syr_JJr;k!Q6s|REB zgLdcIqoo`TAP>S~riKA#;TMb)d6f_*J#*$PX@t25iyR}?zvoAS@nIb63ZcwS^5pfV z%+7q~x4{e*UXsf&iby8|@bV6Izl9<|FN zaZG;HSOO4Phg^E2x#ky_vGj_MsHb{3gllOV{vAYafHRB0Rz!sQ4a$cDZ}t&+lsK5n zCBPViMEcl}S#I=`T&*@(1a5$b42JO{-m1(Zr4BBJE<#Esx>k_jq)H>8%HwGd|1m-S-;<-m=nx@csdc;26U<$QYQ_XKwCH-5N`HMprLEgf1&pxBmX{iW9*M zxv(Z3BOBItEmJOJ32j!B!qv8J`Tn80`c&t(?LVuS8;5Om%eK*EjIygPHNg`MD1G+r z5zTMN$}$FDEp5b=rDB^YVb7{hSOt>r$a#0Y;$XPGMY>7v1Rpq(v><0_~2onQIl@KEgD6l|R zy}PE+Y(pO`6y+!Hb(uzZa#h6AzYds}BuVh%LUsKsqa{)h4lrZvNE00ghw7od{1PGP z5DPI?mA26SB{w!m}qme3sz)s{A!*Ro0jGq|h~SP~{u)L@BTT zS6vGMK9wx<^rkWDTL_iTD7!k9IWp1i!qQ{X{LBhmtnR`O-vYp`cBxreja9KXGYL#h z>MQT;;o0*XZ2F$6oIsCq*htlDAInMEYe5@5jA$H40)&1u6{?vvEYdol?JfU{yBan9 zj77r;3ff1u=2QsNB=;aLUJ7StFL8NK4xwq|fQGr=bsA+hmjXd$A2vlQE7NL$Z!2QT z?@&6?APn8V7>nklq<1#-Y(ZBMBB>Je3y6Sp>Uq^c32EO(P4v0zjIBBzlK0ilTmx0@ zXaSS^dNEu4>1|k>$V5 zV)Cjkc3`TX0xCFmNy#*02GCG=yO2KOGG+9A1>e}6bbs?hKf4R73CMQGo z`_sFWuG z!s}-&2bm>@C_||KLBbRBghY1gF*M}Zl&G=yUYk1%NBdH3gv&lJvfvruxGPbS+?owR z^vBjtOkmG23Cz0@LKIEGAV22HDH3qI|9zSm>fzsx1Y1NEH4F&Q9;0Qfo@^HwBespjk%s5<7iEQ{=(n68PiR|YEFa3~Aq z2|A}K8}30BnK{^9g>r5`iVCF1*+joX+EN`2ucd6l^RRJBW8Stq8n>Q~$J)gI%R=}u zwdiI@v~RT#?NIvjo>&(uLGV*ZS;TORW!B{3Gju)9++uqS{vNOgzCY8Y@&3?(t z+{cbQr1Eq5JN#Y&?V%xcXR3OqR?&05+*^=L4ShQI5|(F=JQ9a-!0V){Bo~!e``x~R z?*;>Ch{jNyX?VaMVcOZ_l?Wf15_zWi81v=82Ro;ufpN0?=@Q&Q&VeT*;%1V(%nq8W?%;E3;CyK4vOx_Uc1pd|hdT0=a}!Yub&M>sAJg&tNJ$o9>>B zpAXkp=<*AcFlNWov_>9YVWP(BN{nWw0Gc1*(q>%-lCLYV$ko(byt=g2SV6Khe=9@h2 zFzqIc!W~-7x-`X8vF!t}pK9lNEbx@Iri{-RRt>2bos>z`(7Tt4Mm#MkWQMPHp!hp@ zd)xo+art-bmvgpH!9l95pu;xcYws*Sw_G-xq3K!3>m)02@J(3GT(t1vRKqT(vr@0Z z7CZ{QJ_fIF9)Wu_0!)cbEGA8U-b|`q(+D)grT$u;0@q_rALxZ`6qi_wodiOD5{kR; z%a~}V6>X!If+MzUHJBol7CSaWX=WdXAR*i;rNmv0RZng6A+JSk2r77{gz*WN-KViIZUvS=>Eh5>n2RWOj z*uI(Ad9Eig{=kPE8*J~xTxYRZA!yEn^U*dWPC6!4OttQdV_mvjKbzRAUDF`T#~S1! z*BoIy+eW-?2Vb){3q$|Vw#P0ekk%`oHMM%e%?3t$VlrO370rV{@{CY89HZw@CWZwr z)HF3?P+%0*GHgPpOuLerIWmfzgi_>M_;R)M3Q95n0hbgIY- z$OMYuJ<3Jg7>}ZjuxN5*GLXKU3%Vw0WU0gJRD(*I^|)}xS>!_!LJJu))Lm_AkWj?| z++o@ay*uWA(zS+J;(SpV7o<{~d=U@B$cS&AbOd{|qnjOIjcgdK0v}rm+$#^pZ*pn~ zcOKc#FyHoSmHW0y7DtvJ;a`j!iyA>AhVv_O)T*5-m8s{_mqQVn-FR@Myr~LOE77=# zIyD@w*=d}Tttgmu9#aWH? zKKJ__zAnBQ&|sQ7_h&y|yOgOwOo@joZR?{U#I!{W$Iil#}!D?vNO;I!QFkOFkc2R5MUHVqjjcf)6$ zQ;c|cM!Twm?Zrv8NKqyyF#E6XKJdvXS$_3hVp%X{mb<7o(+K)lzb|*o`8JNgj*c#W zm=w}(PhAS?o_Vj}iV=Yfml5djhvLo&vx~;3#>dY14X=o1m3N1QRPRb9|E{T(zug-*?c)=4@L~BUBs6p z9)RiX9|d&G2hRNJmni7)%14Oe?nW&A2^8D##_T&s#tYKuVJx=Vd9kWk%i(siu z?HnSMgxbQ$LGBI~{u+3Bn6*>)J?%DfZiMSZY-ns&Zb?W-bCW0;17NwNWEGQ@bZM8^ zKIzbOTC<5M-w59wPbP&Xb1(%JoZl)ErY}VlQdS<*^#DfoK|189MOJ7H%FZfNG3$q( z>|W~P*p0Cn35mtc>W>L`FC<{gF2X+^^IU*QaQj02JS@pH+n0uh*5cIdteZ*=5Wj{R zYitA{JEhbi6hv0BwLB~v@7_k>aM@3qu=rPGH&t!v@w%-{2Z_vQY+%`HS+GrR(xA1~ zK>y0_T%K|IsMC2#U$)etuc2iKc;YglPD=nKVP%Qqii*d;UT-Z}9@5li1opbNqg2Z} zVy3j*_&&Mx+rPsY>50JsiGllr6955g3;zqCehSqiJO2s1Mcp&jDv@|REA94pcA82S z1gCzQ4-G#i$ea`8|4AG?e_oe#1K2Rvhr#_j4H@lzRa$Gz z0RKPmq8hjlcahhxBgY1ylxjd0sm1TplpP?aVyt$FLt?-#aIzQYKOv(^BpI-T%2Y7h ze9vCWM_m=;>yV_YIYSc=#7Z0mSt&KcF&YD?4BI};dUmH^Z=BeBNYkDWkiPJLJ~Xwj z^O>UM!ApA`tWy}}#0we!-XnBdP#w<}AER30ca%|_f+gaanbT}3)t8fAcC~OTvtBg= z9%%UpFj_Iopx~Zp_t;xC%_OzaEXl}$^}?dk-6M%HVZRg}LW;xUEkJ$qWv^8U#xUFD z1iD~uWzq-`E{r}Wz7$dPc0A6l4oYe_nPOoiHRi&@9=Z*t29_Txn!{ZpZF^axh~ z#7f+da^3FUhgkhnu)Z!GMp!R2n$k0_-E4!CLXXl2Q7+?4$K&j=?$7E)$n5~NyaEUE z9)A%o`%@1Ns-@i$u5)0L$?>BP><;t#E^e?B7Ptk#h$m1NY{}(9g}%xJIvs|+)369?yI{xO>VT4+GU!Gye z$P19uzz^`E^nV9Uh2p`mYLfE6|7`avxGqNq_?&@&- zte^WYXTD=ff6lAjnbT(f3B0+xS!#ijBM=HZ$}Y(ci!|OQs3F|HC+9{GU>+{kkyHMq zA-L4iVHYl7upbU!wfH_(QZ;RlqHNp-_phFuO=#SS^U`+B6~5;fOcWjsl)!B2@K^HJ zp^SmoIp@DtwZv52PHc$di>A*?Y>r@S^=-mtCA3t_>T1t=tPv!yk+s|&*Ll$r7PuH6 zc$U{Xt&BA-=%?6XvvBTecAOxI+!@69>ERvoIe=<}#*8{R)teJk*_u>tvhd!6-SY<- z>6ZsUUXt{Qc&|nP2$A-S94Ph_?rc`~#i^S1O~(BR z?VRk*BtLj)dKj6CCX6lGhJV}QNYJdusbsVLTVA&$usO3v2OWzCo2ut|;t$4yOe0#) zXQ{M`8K^Yjc&fN}ErB&f9vPtTOx^0oI=GMmI}5eYZg`1dwxg&^863oz(h+d{HWiqoxoR zcpNz0C!m^*IHVIJ+n<)M1qF+LI$Rw`mPsHZ22~H>-UxICLH#}?sIJ``6Hd_hXjE>a zVX+UC|4HBH@+rbQk+~^zN@0vvF;81LC|2w|9shW2H#oAjSf0-dr+^V}6~_7t=Sl^y%31r`k1p--gEkuk-6>R?b?*E*!M+fqoVw>^;)*~Y8HuZGn09^0UMK!O5I z^vq2r#EnCHo`N753{hC*+sLA0ZaLL6kMT_luq8L04R{=ItG zne5!>IvI_WYIy0$@^qBf(?VZfXf`Io(c@*uf6j}zy^czL5}$rt2b=z zz$QLys<1b78d~v8WN&i1<%id_Sv(0WR5SeDn9qdYrih5)R(vO)_kGd(b3yRks2n1- z`wx<#>{0>CNgj3|Mk2<7&l{?V#XC-yR_dSfVBn}HNaUbQ=R2qOy&;55ZKeeF*DQPW zKrLIj$pXjpBo6JR{*gSKrT-J=}NAUT4Q+eaH^l1bQ=4Ijv7 zYo&dlR%a5u<}c63;+ai|z}6}i@@&uyWrnN?{lu^w=AVC>MDCT(h-a`3RUSkklvi^&q(C3Z;8kO`lS6iSBiUqG3EI%|7Zd{R#|QVzN*K5 z<+g3C4Tcc95Mq=)QeAa{OpeRYW?}WTt3-t?2?pr(x1$fiB8MpIlc4AkTU1rW=-+Ku z7z1rF4w|-7d3HcG;Cq<04l?}3QeIOo$IQei4s_QKM@+e`#g zy^8M}w7#d*afyz`z@m#s&O#So+AKsCY0aOnB4h^S@TF)n7 zxSr;xj&YH>r=3&O`1`>!E?%?Uwi;AI@;0R59|92r{Yf?M*xDh4Z3LvU?jf9&q^q)% zkl#eEP&)^_D}F?_o-jvf5dCj-Iu?Tjb`N^K!t@1Iekw~JO+uOq9-_a|M-V3hCB8qr zY?hTj1>Q~EjibC%HqNP|w#dHdVmR7OclUh~D-wcv%OuMp2#WA*DUm|3{xVCLc7I5E z4gB8hsgnbpY>#Ktq-V|intM#H%}%q=@Ol>*QisCB{VBiRvg|j zck|li^^JB#3ZzG}yg{SIZLMuaLhqO|y~!QfsSA!(lbptsPyB(wOJM@Al00CkvEh5! z-85~f`y!J4sF}qDjJp6XyX+s5&YTr@pJ`FeT#?<;E$cU=Qy8NH+{BJ(k*!AgE7v9n z=pdTPTzVjffC-JTl<|6xt~e3}eQ(8p2=?lV++IMr{jv7hY462U%m4m3W23Hjl~94& zgPCjpo@__%j#=}58t<1+l;qnxOChQ}08(rv>WA&A_K|d7e)w4{wz~(*AM88>RrKf1 zMz|+uV6xUwW5-3uYWDUhdO`#qoq^84e398h#^IY|kby(GE^Oho5xLC*f$+CTfF^^w zHN_sw1L6MaPwmbB=4>{y-4&Z2&x~_#eJ$!&!Pku|6d3y=W+9BZa79}pq|qObG-;6+ zyO4&fJJ^{}EJ(!A+LW7lkJLoMA&d2bo3~4N&43UMzZJQ1da_LgL%?-VQAb7O!qy|+ zR8kqw^Uz8Px(NlG?(_lJ<=~BS9@LE0F_zmQZEHy&yOSW=54y zpw75*TlN_=DwRUJ)%DJ-qq3C@B7K=awtN4`6@}N(icpXxp}V_og?#O{dm_N;5eGlx zUHTdBWG9vjE3w5}Xx}_4BRTJxb zXR9Y{^72AiiTKgVBSX*D*$DCwG4WnV_UK0IbMB7FU@b<%(y|?c{3VVJWj3sPWc5HR z>^W;@Oe_EkX+@EZr1+YaZ=w_0ek@L*!$(d)@u-4)%{UYCHp870)ANw3tuD7IXaPY+-U#sNTUI2CdV7bLT#C1%> zboA#zR44l5x}AFEYcTDWS^fHO6QZU0lvV2ZXL{7F(|m|ERGKWAoCx24%#CZhJIg0u z3+95G+I~CUs&;*=s<0Qeq&y`X&>Kr;r=$q9)r$Z$I8vqyU5#V~7&6AOtaXjPJPDbJnlB({g6=2AhCrvCzVtzyaTP$Y< zQ78I0PoNglhf)R0djrcCyq8w^>}&M^s}>rMB;nOtJQqftQn$1OFN#yYDaocl<1ll5 zvFRLZh))TWmUkE*__16d+JXTH0eM2A0 zEuSUwZR3b*1rhW}@ouYIL1OZicVfSB{Oe5Oa%vqGilCssDkA`U_YAO?QpLH%MFOl( zvlcAj!@<-Hl6kkC7FD#ZF(e`Z!t{4#6O5Q~3Mll4T->MEqY0%K$DHA50j%x2s?_F) zX6%Y>K)y-;y3H=TC_q~upWpX6h%5*1v&--{W^)rV_ z+XOxAsNyaeWeVImm=yHlAv#0HZ6H*R)V&J^DH~%{XlVZ;xg%vWjV4rm>bLK6J5aqS z=75ZLM&xG5?{hnuYb!ULVhDv|0BV6jMP;0iI%$XWA3yCtY-m=+nLa?khuJ+CM&fik zB|dqW@~QbQS=Zruu))bK<#-l-1se%^*CrvuUXo9CiU?=L5$lRbb{?&+*n$c9YSzhkg7!pmP=36V`5kHoWU%U1_L}AA~Y00A`ond2sq-XR*E$AkN z27Eg^72cW!-rIZwIJ5m|N&Qt`D6dsD#-j&5p{$4JNMC*5(ylqpP)L`?q4R^9yJXM7 z$nefy3z$_;7Ls8*;rlaQ3frncpHSg9X**fV@9)Pm**#~?YS56qRWX;*=&f99M$)ei z=m~3Dv#dxdA>i$^(QChaH4#Oa=mhk*n*$7co0JA`=aCvwJcHxe_hsGo#N|f{$CO}# zzlyYT!&RVE))f+SEvzKCT*BqxxxB+FRIy$WFNiV2W(AEEs?9>`${)z8e zInpc6a$3d;4gJqlEhSKGcpO;2Q@bb6N@rmKGcQCzTkcN42{gd2sA5f9$;}4c{>;Tj$Yj4j8MUwM0xIJcfj?z!&>5=f84L5>=vc zK2vEJgAmrrpCM(y2x6(4<6yunGYHWO`ShlreN>357{aUWZ^RWCw!m(n{{mn0wW2Qt z{9(3wT*Tz|Y6RRfVXnfL6Wk=F>Iy%%mxbZNv}`vLuSurlAQ73gg97snjiZ38uTFOJ zZ2v-MJY(nVNo1j%5G%5a7U;dH{*zwI7M}6SVC-mK|7{T-KgK)`q8aYiRy)EO5X<`5 zg8>K7>SNXlCSe@1$tEu&@Yg6n5z!9JJndE0Qd>b33hU}`)sZ@|VePL9u$h-zLY`1& z*n21I7L$RRh`s!d$|U%g8<&X29wAa0{S%Q@PRtsCXC`7BFlc;<6&OH6Ng^MiQ-G7{ zCm3%KdXiVr4²W{$Xs1Qk3wWEY}B}&vOZLln?kw}FvXfn!{hb6JJQw-8UTW0ci z#9e;KpjGH-%8I6l)kjIrx0rOt8O(4;Z^K;7Zkw;sMr#Bjh1#t9C)?qL{qQL2Lp_gV z8vcnH-aj%mQ$(&FRaZ-c9bJ)oK-0i&XjMs;vqrrrXKUI&jc4aY9f6<=KPCLu-Bk}= zGxP$zlhVTLsw1?#>ikNt+%%9i82+zpUc0HE%e1?x`uHxZtqTWz=}%C`)69oL#nf0T zVH%8ka%AHU$uP`5s>QFruHTt5>H7g4q%l77>LPkqI+0NCedHWIy04DB^>c>I6 zO$|OY`FT~d?Q}|}%#&5f)+J#*PQ=PEbp}!B{8=XXm92&+r)f1?^RZOn{Yu_-tlG`Tc7*(V?-OfO?|yv9o*7`YT*^Xc&4xLko54v-pNuDSY2LK^}KPi z?ZzHoUqWWncOcc5l<ghO0|^_|m%ML>!G+07hZQTQQzUg+$Ldj?%EZWKI&3+h7UWE*$C|twFMl}>2`7>^5Y-!T4IwKyB_dvP zh$Sq*zSP;qt!<9MTBV@dk&%P(nJ6JT&a&l4+$O1NJjppA8a+>bd!+@PxBRu5EH$`x z9w23aUAHaHO9mfDFFv)st`hpUPGh-uAKV`HgFN+vShMdShPzfb#J(6Bxm@Z{>4AS; zxbeBhpVR)1sShQTL0A_5vsug2`taJt6t~Xrv?`74L6mQ!D6FSvU#OQFRKSPOt94{vr&}d)ojba^$^x=aL0p#jun22r@pM393q> zRt){gzeUr7_aM-mlcP}kFoo=U*xR+;*PCBn(~&4cWBvVf6nyfYW)%6Xm~lA;(|%ar zvRk1W_CW@}W4~}`V}RUOU{1yxI-q@?@YkJFHi4-AFwOiYU(cud)tu(6Rx>>3CPr$4 z`Mc(tyi2@Cz$bH<6b(9im9_O2U!Nc>@(PjtLp3pLs%3hxGm}-Ys-cn135iQjZt)>! z?q6tZZU%T1xY#@&#k1c_-x9dci2auHcPfwjYx-fr z(zRhev&Jor+~HUlQli!^QFoWu{rYVZrAvBix-X4sgpMG@^=xin4aJq{!H-4?ezz! z#`l)%t>u@b`4yDhqxQYc@7PvJ0?cyhuM+EM2OtP^~A&YM>FKvRga^ED9=0APjk{Dhd9CyrS--iuJ-|7(+Ew!*zT{R}M+gkNjl z@!`$&z!jq7v)j4Kp5M7f0pAs|^M@rkZ;{y94+8vECzBqt?w4dMiaKzeHueDcN$J=^qxzVO>*8@Xs z>ml4nA{HxXnK*PZxC4H8SPEF3RyW*@E;IaolD5}oq=Fd&7dBXzh7R+es#8(qQ(Ai4 zM++VEQ^Vi+CD7MuX-7U>U>8gjdj@TxNiLUZ<@5vp{B{nZz=;8m#sUGZae^vvz`tUp z5Q_XiTkYPs8IDSFa(?l~+w`c!NMkk6vz_KbCRw!lGXA!9%Hg(WMeABe1J5bYm@7^^ zFCTe;0YsWRR@9@*WQ!4@Cx-?>xxJc!|Gd(nfr z^}e;j9((V>LwJty!215py82&KgAe#$VIii3N3&Jv`aT?o{q41qjJ@Eljg7`Rn zd`WbiPsJZ%GPyDR@3$``e+hZi-LDtoBh)Z7{SjM=bLOFMpj42ZPIf+MDkCm=l*!Ii zccvy%tZm|$xzhs3lEh#bc(s-&HNOV6+Q()%a&kxNNz;&6LO45G;RLV zUnv)}2mmJ68CySkxreVZ2zeN~me$;PM17$v~P>c zh}C-NH%@2^(Gx?)5;n1wS0mObjBV*bv1ASiK0rNI81}Zz94C!Zl5| zZgse1Jq58oF(X8>W&pior^3Y9NGT#JFav!qejZ?KH=SXGokOk<2U!|6~_M6@~}-=ay=8 zKl;x%WQ0dKCR!r?=RZ06N6&uete#!fGaOWA?&~y?h^c%iP_V5|PPMxljqT^vTLM7N z?aPE^D)T!j(+I#3rwQsy>I+`_qh7BBicjPD+Jdn?$zu$)(MC2(Iwef73Mmb=URe-C zFfi6gbFaU#;F#qy&reACXUTgrH9^t|xruY-^VSLY1qs;cf#@ABI@SKx`!>a_BAIp8 z+)CUGc?~=ETJXsiP(AT9m^O3Ac+PpZT_=XZg^~K4$npw+G2_NwhYp1b&jQ5hU0OjX z8?kJ*Q#ng8%2Q3#a-b*ztK3a)s%qoA#<>(YNq}bRz@<-1R891F$mUqA>b=vyVOA4? zpfu$>%(?B(2TDh5Q*P-)tb<&7jDOGi-J-jOYu|aUl;|2wh6AE_CCw{ zkrH*octOz{N*g#m=Wq~neLYgtOm#J|mcTt^1aW5M)4Uw45POhv47sn>qFV~QM2Eu! zBG1K?f|4vT9t%b4fOO8G15g-+p@UiW&8_)}x%su&&K?gCKwqlpFM>VU7y=f1wKk|k zb)(evhO9*t27^BtJE7bBwwSGKe*cpa6?Z>f{X3H%#j#5`P`5u}qM=g(GI;S`V7J%| zoSiw-S=0PLZ<~BInkB6gPib2~joU{cB%LhzS^8{j%s6pf-LD&Ut1L4gg#Ocr%~Zm@ zHYpqD_9O!YpXSo(+rtx6DqcDv*2VWeQro!v0^k|7cqiM|p^L1IH-!&Y!GXI=tkYgr z7LZno=RwYwPv#&O_am^7g4IxqmDje#P(iNw=UqnwZt;eYrdwqaD`$f;e>D2d@AA+S}=nK*q!}UjANG{ zH>JUHzNOUdJlR$=^Mqo;qSe{)6Si0a&|qLcm10o|JaX$Qb6WGd(IAL9?J4CNU>ThA#1hzY%#mpIj#;JWrL_O+fk-s9JN->t zvX+JXO}$S%%fLqNy<_S4!8QJw^jBHZ1N3arVjXqF>5YP;{&%lvn2%s(g|T%~7~QuWT4&J6^@t|G8>fQ~h@Fa4Y{Kh`pbV3e;TBeiLW zH0-G!7b)r6F&6Mx-GwMq^ORhKw`QJis2*A%+pdIGsL3hi&Rw8#HAK+qQx%LDRO}P7 z215Duyurkb1vBJdDT0s}drUDUgQ{4b3+pKvT;~td10E&vk^uX6FIkjiYMB1~ix)d* zIs*HGyf6f3*nSgdBc{cQ=5}mxn8bs5ur{vnQe{{OxrdsK>F(B?{rAZaupSFJ1eZ1p)$d(j z6j}_U1rix|j?&H3htaUL(-nV(EWp|k8);lr;u+`H*Oz+u))Q~QM2?QL{OpetQ9)(e zX%VD;Euf~944~}MclgMkBDatuH!+?IO#W?yWDu?eRpN{zX}D2H%SKOM^3iVZj#j#V zy~W6eAR~@;43$5P9Q8X#ok~CAIy5*6xGrG5-@w#NwE4q7HHfkJoR~DCL$wmx&Qjry z42k8>E%qGu9iq;TwC%?>yi~m2#U9LmmK=gdLuk; z`5Cm_w&=sB6=mp*A#Iyimb3GyH9STPC@-hDTzcFAgh|O^P>UjE(0;vhwTe{D?H)Gj_V8rrO zE+XG0h^WdmW~Fu)&lEMGCo#U?W;4SB?l5u$ztw0)@+1B=9ql08qQtRA_1+_}g;AE6 z^SF$yGe3tHkK;~dDd-6Doz0QZy)Q9~{G)q`7(J1jQz zPey1rg$J!c8UIYBf=`$R_C==Ut4lw(?6v)~x?NM`;gL`*lRs;^_+CkhH6eD2dJ9vI zxjbV=K+yN@J0|^XeTieysYf9t!^%2p|k zDbWJuyz__6(wD4Dci03C@qSkH{6pu&+Pd4lL;T4U8Mwj3o?`*2$9%p9No=^E^mfKr zr+0Y`5;=neb(@JYg8-FNy__Lqdh@z8+>wJZxR_~pgOS4JfF#yE0r&5f^MpPUyK~d0B-Kk4gINdi!+3w%Ta@Bf(P?oI-n94HV+)iAIIy(bCXb z1#I1nv)E#>+7Bx0+{hL5ZVW(P<&NBnM;sjF@oh>@O4Y_;J^B1|6uAQc{@rLg=%v+{(g(q2i(2kaMOxhu}bahuY>I2wV&?bv?hFIDo z5Jb^;2&zEu^~^989wB(X0gpAG`ct_0K5n<uPw9wFVkj7kq(hC-$Z=j zy)4BroQmY{?-~4LV<^hx14;l&c1$a#JSb>g1g@Tk1=OG!Cg}r0AaX_zht27MMU@-* z?0l6uQbqpZhy92E-QAK&e!qt{mz8N6{$T9SdpAur&axwWtBi-t064t8ph)koEJpUK z^#n0E3XvFO4LWPp&yo?I3SW)2^E}w%j6A`#=s3|dY}mRNa=(fFW$o0yN+!l!0NdMi zg<3tE_rBYc?fnbh&JG$Sd6@qH%rk0sS1P z;H(%OCyrsy-{o_K-EJ-w8da^@m1Xk%m^Sl)#b0JKRX`Q)P_pXw70aC3Dw_~{xA|%* zTaNelyQS{rseGmC-dQQrHL%6vhAoOH`muaw4`IF<a?-%AoyFn{leeijhE;J1Xj>Jb=am1}@Q1nBVA+lu1Q?A_yRoCBTSzS3amv`_Q}9!OscKQuEgAu1MU^u5hG5HpJI@5 zm}VN+MNXSv5ha%fZj5V{>N%4_ntY(P$f7&4EO}G%#1z=%6Drq3(xLd|QB#N#AAZz~ zNb1ck*HZeSQEv}e%CPiodT3iUzln1Lp`ZJKTmpAJUG~rS@_N5`m^Rd$j19U!y`k9kIc0NUguK+2` zYBw8{^G3qLo4-&rje1Z>ZIR1#1MiD}y@aWzJLZfO{+S$dwM7^mYU{{#W63^aZd4v* zl4vipkSkMba~CQ0<$5*@Dh%d?7f#Gh{X_ClE%qwPz725sQ2N~eFInStXkf75EA6>aM3m@3M~8V^E{e)Ht_ zGKy-zGmytZ*v6W_mE-O`Z~4_#U7`SVSb>Rkg`LxA$t2&e9dVG@D13CA44o;;a|tF~ zrkf~r-$+I8e4vdKo(X%GpWJl+*x zWHLR1u7~F0vX@%jxtd#UU>US>$kMxi8Bl#t$^8_q9O3W}r05l^%z}|$?*b&NLyycp z_Lh2NgjOumF`aUI03%*eHUL^UMS`PTDu@*%7|NOD5SahkQclDg?Vow3WW_s-@p8;u zwT6`5yTfF^HiCYtH4{}Eujnfx{rMVaSqFt29R=RpI}6XAk~|~itucMU%*bUT|%5Wfv-T-wzc|? z!Y(%Vh?(8Gsqtxj;oigDv z_g(S%m6_elK1cX?4YI)r+#`Pl1N?bol5Otp`f?u7$yh~R%FqE`Rr35ZxeAeX>qh8D z5|AI!mU&|VgJXYU#fk%CC6Ax1tFC0|p+@^r+S7G#A%hdwuIK^`0b}33qEdvSMpf(0 z@NfGNb~WaesP(Japrh*?!t$n-OF)*NYNXXl@I@@}M;raLflg#?*ru9&vm7+lkEPNb zmy#Okg!D;O52d}|5?DP%&^p>>(52YXOImxd`&Qspa_*KFJ5WbHy5`7A0a zC1W6myH6nkf_v7A zL{GIN8DBZNbeBAPf5-0QNRJ!vkOKQ^)7F#LtI|O;di5?8Nl zsQ-1f4^;3JU3wHDaQfT%5EkF*OTFBwt1*qLr3raVn|G%kUOV3|J6*>qSQ1qx0b8p#x?_fl- zz4BhBvV3zqQA%vWeacZfdQ81ULzzAiZ_{+7=jR9Wfr?jDRi>t_@cq@-bLh5Kvl`MY z<5@6sqKnv+AJgu6(P20*;{TIE6!A|u6VLdrl(R$H^C-8^)duWWp5)pwB$KoKIJez9 zqVyp1mA4ptG?73O=EcYwN}(3hYgw-~0ehM+#Hi~k^mEDgD!$#|%`!Jv*2wBh139q2 z^`GWLmhfh9(-$L$N8T^cJ|q}Db03mH`rBi#S0tXvB6Szd(6rzdQ@#`t7Jm_IwtW8^ z3xS`B()j57I5sINSh$pJmHR$)p-+8aCm(J|H{oh1>Z;1aLHhB!hj@uTS>()!jSGW2iewl95f!Asx z6=%D8fypFeyS3j<(#)P*q(}$tb&#AQEIX9mW-@F~{H~jbLc{X?T1ByNJ3&coS6M+xlgz5O$5hV+W+l z;($nn^Ex_VX*yMZ1Ol2>YE&%vL<^d3qk!2 zqG;7cRR86B+zRoIhMGK^=KzTlz*1;IRG(4jlJ%EXBU*TpDoPUK1%rusdoS)Y40D|M zIg9qvp(P`a*~fD*fA;Y9YM*J2xp$OotAXPC!a$@*9>CkwQl#jMN29)4goMVNT1F%8 zA1poV($pMaiy-5#o}{Mjbw74cVg1{6{g%LWf3^}af(GqXXj@*S%(3O;6OM#y+;lgg z{^?`9w4G%2!k1?Q8zcfou>beey{_4Z-~N5MUc5{7 z>!ovzL@(0XYcc-DO^TJ{jC#kzPolleigrgbtpkI`@52Ew0l<6JM@(vL4q#XtTcvcr z)We(`lUkw|UdZ@uWnjU~ka}lOWcjdLR6pNvSj;sbv}Ms}Z_uuqok2^QMpcTwd{0}u zqU-`x;x#S7+`q70`t6dY4L!pMHCjVJ>B~pt*0; zJ+BUbDR>~SbokMk#F!g+mw>|v_D|0R)XW9{Uo6^ZJ@e}wm*-~ONiA~Ik;6-xQK~1? zb3#v*XR?d347UX+%nb>}imm9r#`w>Emrol|wC5=6Y#=yv?|L>xqQ%62ZZRNb+Wk6AuqmA9!cZo8bxgPJ*avC|QA=Xm4y zt&OT7VNB#s9f0-oErvhQfz66{A*<%kJ4pVForLp<^g{I3Y{Y!SH#wh~cUnx*%{T9= z#EBltF>u?AkNFn7i1Q6?`G^;bro4kkDJ_yMYPzD8;AKMZ9}}$b72RP74%nr6RzgEClN&)0@2;4kbrqWw1!2l862zQ3ZhHBG`Chgca9MdkCy zsS#~9zC2u9Fa>^!QT2u<@)~Z(eSQbCi?vWuax+PIXF?I9em4{yXH!hU#y<{zsM}@$ zOUJ|BihV^3=cbxEngDcRUg@~;nRnK3Jw3FQc9-y>*qpC~4IG;SFR{m0`ZC*GmHX~P zXr?>UyhAfxP&J-pby!^-ZY@e%gCu;HdG>LWpBrZLB|&9%aZyB?M{JLFAeN(u@7ip3 zIm~yX;b{VQ{oe5&FhxcB(S0IwR_|u&4(Mh^fe(L*(=+JXT#mZCl~Ty#4Z3FTDYJxY z%y<~-TvV18cPG45xD-I>vT7{gPP z-9Nj!CufTvPAq-EC#SKPJ!6iRG_hZXWHHEiGYFA%qVauT`Ahmkv(b10ArbUb5Umex zXu~8}ejLl7_NuY)lb<%snFsg8v@8}Sa zdTtJ}JFS7($z4e;?ME;8b_#FIvIh)@yKPg}dA}_dSrF;b)IB02FjIhB7~7WcwC}>> z@EzV?p1i`Jm+>H?W?k)6GF5a5v20I%!ao3h?KaCGM%@mJsR2?qaj@~EF22d5H&bbI zvNcIK03q4@&h4AuPQTLBVs()A~}%hH>0Kb_Dq&Le!s>t0Ii-MiWcL? zZLM0)6AxB8iz-xj{zA3GqRYIqe}c5heMOWeE;V$hE5JJccDp<>Q{pis#>FMWRv^^K z!_YPP0(xhM9SL(w!Dck)@>HJiA9qZYI?93G|58l`FofJP(FFn~ZAj|##I3qFq*GhK zBYjLW)>kv*UeT-zfQdEK7ZK`l=qS5_4s;TrA@ZbMa@|tAxvJxH)$OwOAHVd=I%RFhl8PYrn)-Q3aW?q)N`O zRQe)C90rQumm+Td700xe*g4>F$kjjzRUVV&EC6W8F^7MY>37NVVG-`Nr>Idr*2aqLc!l0G z<72qN9=1i&`2yf1hO7JHk;M0wFIRbBv^YY^c*S3jB2#gf6@AZI;27)j0FMxxKzrAbpxf*?-0M zw#%C?Q!d&0kOVM9TlQLuWG2B-o>`=|h`H9)E#5kQ;wG|O#LBkGiE*HzX@}I}DpMS* zP(7FS>C2+SIb8vXm@CluqL3}SnJ;{+%M@SW3f5hMM9DH+pV-_Xh1;bb4e^9x!7L1J z6pEhB34B$_GWGRV*hbQ>YG32RvBZW0#;EwNd+*3qY2BLqgSG<5pag>hVrW^=rotdh zT)jsslR5QUSAMo}%%j}4vn^u3yFn}3F{0;z}PsRXTvjnw6-D{wF3?E~eO$lYhqpex6r_hM>ehPBF-yH{*w4+|c)wqVtq0c%nez*)kH(aT5hg+ z#K|SC3^Eu@b7DmTG17ikR=La9qn-0Y_fY~BN+p(z@XmcAI9qa2{qvTWKaCd+)Ei%MES&v2H-sS^M0Qi?)qQ3CV{f}IYZL6}z(P!UCXxi2H zC%4+hKhhFf8lzVL0BD}XAK?Ex4to6n$nqWj0FapB1^xgqMpph8mH>u-|M#u`0U4Dg Ae*gdg literal 0 HcmV?d00001 diff --git a/static-site/publications/agentic-language-development/pages/p02.webp b/static-site/publications/agentic-language-development/pages/p02.webp new file mode 100644 index 0000000000000000000000000000000000000000..81de8d4466158e9ad5be02f09715345edf8e68fc GIT binary patch literal 103462 zcmd?QV_;OIb=>oFEAp=&P8pqPpT2B9!0nXF9>NfoY1tk|6jEnUW+5NeYNb63W8- z;Giw--t7@TVG>%1sXhBB1TD|s_Xr_r-1OMJYWhIO{Hbn%7G%-AO%L^qUZOV`vwfFe z->$m%S!;J&-p7XawKmpJTR?jH5^2XF!e-Z24y_pLmE5rI74 z+|RpDV*uuJECBHFISx<(c)nx4BEIXz2mF2w zGVc1G0%8E#fW7xWJ_FFZ*#MXT{r8gBD*)m7A6q^kKb1ZtJ`ta4?f{>@v%bH#JS79( zJ`vxqVz=4}0RpFh#TSW>M!*|D;S;I*R)1wb{*5<5z&t_X{8sWKM~bjvl=RV^%x9V` z_W%34`tPhUZ}XQU|3es3!dhKP-c$eAu#i`s`2MFLN>S>4{>QkkWZn~fAKgj6vyD%C zt!7hnj9`5tnW@+CNO?-#yX&nh2kQJxYy=Jdx@Omr@rA$JkYB974s*Zz-#jMmHo`ay%*KtLH3dPA9K=vLD0^4>iIuBiwA0@O$TE#pOV#D z4*gBY`*EkQr{3iNR?wbkA4UV4?w^P!DTg)lZ|V@^Z#|!ov&atT;^18JmCpss`~Pbw zPeUk2bczG?c)xXz5`6z#&|MqX_-m1+ix_Ew`+nY3XMq%a`aIoT5Q`dxGn#(YAG6j zI{(KtOs;A~?a~58PI#;jHQVyKD~;nCeL_`icD_k(0Rv$Y5OSp+MTmE&RLYN7i|vuS zkftu&n&eU0qU_18b#zENx%?{JzoagiO6vmHKsaI!dUsg}X`Qmvk!OMU$rOu~+I759RSPv8-BxqJI{C!|(wE$1*;st_AFXSML_vTfNh@wmlJyWFX&nnUCTwHAuhl3*EDK)? zgY$_YOz{Itro5yK(X!_#6z|WA4*jLMw`B-*EKs-y2br|g-IT_YLVN?|>c zTfi;|UPcxU*C-lI4%w5y*v>8?JLSK|xD^uI2^Dm01~bx{3&oh;;99-YXEz_}gS**L zJB7|u&>lMLv7kL|pF3+&dLDve$!MC~$<&na*(vQt3Vrt{BK0ysm?o`%_2-ab)tcwe zi9LxvIF7F+Qq7@3RuhHu39ZMER(pVoENRG|D#Br)mx9k<8%SoOZ{$|wUh+mbokfdw zB0tNxJkiB#e6{mVb;MT@+iyK_EVJrYPp&iAkJ-<0 zC_E{Per6}-V3y61!;PY4Xy62Y4-w5LlUo)Bb>8AG^>OK zDO~8>@{s_PjZC@|pevo-PRYX)J_=+(cWeoAlcRDCY9H_X(&CU1+)xr_l~QR?a(~j@ zRp$!77a0MY2sogu;-l3=bKJ6p6`QmRT#l?nOl_sDDk=zt$iwb-EyK_E-fHXUXXwp8 zBBrw+$WMRN)W*4#xmZvPn{qo%!UA_4QQQOa{J}C`FrYWNoTdHaVMbg#$Ap@cc)7)T z3eMzaohTg~f=O}f;l|~RBn|+&gb2EE0sL*%QjOolX~Q6S9@6CDV#RPk++KWDyR4(E zL>Q=UMd98%6pjg8D+$~k%D#!ZW^)LCcttK{AZPzmQOs-kHU*Q)Kh@QOUVh{cRx}9( zUaE9rklFj_W@%fe3$kUout_6e)vkt``k__p4jTkZ(!>h|scpCUktZzT3*8_PP+OQ6 z5CoiwJ}|)PfL8_S+EG8z-&U%)ByPbtV*sNqv;woW>;SvSdR6K z`2@iZyuXn-MZ;EhJK;Z}^$!sC1_GB^_~#1$3zbE%V+7V0UURK_R(#zE=jbQ(%O1;q z^vE9!DEysB((SCg{w$?P+u&f$7Iw-=ANUvi>p!mrinTMkl}(m6kuI%16q^3VK=MyV zMvSALmZU=D0oxP4qyJrd#gW>XXQwOu?8C!d{`oC4XXalDkodRBs^C#ukUM|t*dLAx ze`EjMU%H%(7}1$#mTz4Il9#)+w%f}8LPrO!5NZXBh9cAuzZMa$LVy2^zp59BOFfER zQ{0D5mCJf`@5wNjZS&WE?)$Iu(5a(rUDjrz<{#($u^n;^e50{$B=Wzn^ykr!OHg1T z50DB5{We_mdkS+DTQVOArSqh(n7?bKXvZ&G&!t8V&747bkDsa@MD~AhvDgb0Gu&HS zanAUOa25J{tf!ZI5fs{K@v`aIs zyN81cT97*6^0Ubzz%hRK6#o2uyf`q6q89iFX74tz+Dcm>NB+dram0j%o%?QMmlB`; zVBw@l3FT%KWzKoqKpp;FO9p-L*IYZ_aPhR$33XvpGEv?=$K?3RCceBR_(E8QWw+3-zA+c9vt? z3qU>rO%t68VDk*7UBjIfXrAE(yZBa1YYlEHPkN66Pi2UO@tuc)G!>gNi;a;OanOTb zw=BEw1EEoJiCm>Hxq&}-dFZ5-&zIo=vi2AzEhW*`M4*;qoIfOg0eqgArozCqw-YNb zY}V$_TJKQ%vkR637H6*B<-p3}E2)Id>(=gQ>MzIr9SY5uPk=NdSX6ni_cC4#6W#QWN~F6pVJvq$a{KWvua zH1(eE3$YG(=vfio&kPIG(lY3WxE^|!q-RN+dMuE>4d$SC(uq?^x>*%(8Z60EPw}}& zxh=OFFA7{V(ULcm9DK1ukCcgL84$Gm19g1OK}2FeYN?Yr;BgJUph7T9 z32_c%c7t`OO*~wv3YsCDM*+R94e&^=BC^#QLNIzAQv}MAYWZ+G$B!~@q0R+Fyr;H~ zBxRY>Y}6Y_Dl+N&ZE)8Jr*8`I&zxnK6^?jnCA$#19VVNQ@8eIZ)>85lBKWV`J%aD& z@w_3#`Y>Zw#zipvY7&60SY{MB3$z5E&i{fj!Za`H(pB z1A6VR077_e_Tg^2-GL+H*`@c=8cfubQos*nY@2B z!{p$~F(E4GC`iEFqJQfS*o(F=|5GFKBtC#W^2fdWZv{Eo1wj5kcHh=A!=nGGO*d>I z*jKX%;KW0O(>Phm=koe*s{Eh((gd0^1~;I8VDA4#!GG)id6M_V%C&qvbMiPfZ>?E0 zzNpO?;x?rQl!c41x&VeH^6}0mxG3Big|mIr_ZU9=EhEx4{9NS-iI6f7r```AWe~1;B zM~kKnRH{uFTBztf{M%_?w>Fj+W+#~(?A{5&2sfW_bZkp{HT&S()=oPB)WoytW9&Tt z!ioQ_e}uAPm%aSEko@y$&DKGD`xk2bf0PqJPLd!l2DGt;Y4Kx!<4F?O*^(-!+e5zT zLrd$h$m2uDruOWZ>Sm3S*R4+B2Wb&U7b8v9ADH=dq#jQy6NHa4BnWs%jFt5%W}pa%cN4acxFEpY|gYB{Kj*9Km)`>}S-O63&I!iRvYJ$m0W4GZXN| z?YSM!i%ZXqLDq<;rLSp*ka%)dOMo@dz=34Hu)w59nljKxeYZ+}pDdoNRYj{CJzjZ^ zWu!R1&7F)sKT%z;(`3XkG$yQQ@?-dPQ|ei%0g4X{J&jf#26dAX_>vKEtFR;+R}onq z?`*w$oS1^#vPXoRU(YiXvu%Bbxw1;@t&m&*R1|&`iK#GYUC7o&pajTBj#B&&cu8!5 z4yg9&F)YbA$HiiJNbsYMqI4O6d#xGQtVX7n26<0eXYEjiV|TjV&r_a@Y-!1(;6|`0PVa;vgmDb) zH>E?LdKr)9)#>vG@r}K?817avW_5`7FHN@ILN!n}`$5s0PXtqs=2s+tAWLmd7a?rK z+qpK}mj@4Qup2_^;`3cSUbU)*BeEL`8NXi$kFH&(Cx4F5;Fn-=iVbvps zLOaQzvKij3YqSEtRYlx&%6^YnuUO!URIzndYFSeeeI*i)ku+?yawCEqx@{SUeN8on zDPtspp}YIO&~tI8cDUKmG|A&`TEBPWQm6t}l^nlxdWTzV;4rXCH`Yy)I$KfMq=399 zvyl@2sswkEcN3AW^!j4?rZWs@!CuAya-e?{w&5F7vRk{e7#WvKGCx|sKcv~9ar|T0 z*Zu0gS8hrujemoQ8=w~U!{JTEy>u)g7{U4$@FKlR0saFgKRpa0rI6SIP1#Mzx}<9a zu61e5&FBpNik&K_&~{$eDqJWHtZpf+KldA(KAo9FEChhbrmQz^>hASVjyV42we#7@ zIu!@L%UGl{R+tFc z{9W~Y!1ek6{+yP3V)rOG%vOy~}ZpsZ3Lq{xJx24~NHaU?9yG7|N<%~&An)*dx7 z;E>PpF8&Yc&=_qJt#&5srbT=i&JohyRQ*a2#O5mu7JbH3<@#aIGl}!pQHl!#hItUZ z_(E4h{9lDqa#=O}tn;jpO+Glws4(!$sEHEmo(neG;if7=y5D^e%lou9*lrJj; zYZ82`Ki*MW@9^N^5J%CW4pi2dbj^wi&Hy4G!9VE`25(IEh*j*Fd^cf2`~@{X`xwW6 z2Go7Oz@V~+eFtq9t|Wz7P^N8o=G_vp-c}x4b3)-Qo2yDNK=x(H*@EXhyp&>%8dNgB zyiC%W+b@Lz9=t2rh+MgpkGzN^hkB2y&E`uECP-6+t1-MUWc`+w2%q-1R`Y}^H<{f( zXz+-35!v#fT62picDoRxj zc98h{Nh1?Cegk}EFaiqowTjgZt4ZCe=X{?6%>|)BTB{;J!2-S5|B7#c=!_o!0}7_- zNB}SO!k4-%mzyWn_B!-ZG=RxCxys>ZMfzfTx0dq5T|5izgB!fFn2}jGB70((aHWRUJ+H#lev%`OA2N8K3eI;Dm4jR|a8Ly{U zT|&Tc%a*@-&Ine$OlMBh~TsvcKnD<<5V|WP*yC_eWf>l5Bwc=0tECDI+tx`;={vit* z8;y`K1ISWi5%Jga7aEG57bl0#gR!ubz(IR7 z0#rznnzoI-DoOzR`|87CNX5D#oJ*k|5tNwg6v@wpUj(1zR8f;gsrsO8Ef*9F2{wRb z;J~34=te|hM#Zb?AWx1A^@%l&QIJ|OB27F;g%+YS!uIhj!ekw69`@Pi%HwiA2l zFU}*YGJR>Yh98Ny{SNA^d%%o7b(hUn2YZ_IWz{7Xd>y~E!KmG72R}vIQ&6{77E6!0 z>rGr;cr4ea-bvMT9>o5vwBCb&y=n1xiCmCE(xt%lWW|;|t?_@A`ice%s!{qgtw?C> z*8a5Jl(=OnTv>*?o3~N$5HKmr{AdGQbxB~egE-;}2uCX2vl|E9^LUSyr@5e05wEL_ z_i#_q9U$X~TmtVvQD^DJ3?CYQjXD7@#a0yY666;6it6r9Wd?M3fd0~F4MkX|=6BGC zXdUKuI$Y6qxi}djC0Kw^4g~Rm{9A%Y-Ib~L34hHBtkiq*c;yuK4k317eT7dw^k&8{ z`GgBi3CelR{%)+_&-%=i>xK7x5lu#yiT99hn)y@FeBxbII0vr!-Y-q`yIVFBg-&3d zLRnj)KV^ty?TyU+B1*TX&Tg2xm1=~PO3Q*XBniG-e0+9p$FE%@(h5ZPd^Zj`rV>15f*9@-s&SAS-s0xFgCtkZVPEqxd6W-3qI$EAhEze{NcguQaGembIoJN^Hq>h~Z7^7y;0^FMl^(ZA3h ze<`|4lmqv`!oDafmOQFRfJ`zw8g!LL7bsMN%I+;hkkEqhSjyS`~-G7l~Fs+5}rvpQP&o0 z6nkAnk~v3c9a*j}gbVa%qP95P;L3YvStmBkE9`e^a0<`Jj{ie3qlN+v$ttWk$`n)P zZ_BG})198u6uo)J<}H7zwn15$M=lNtkO?3g$-3;B_Q0V}Xk*$laU>i6^qG@EretiS z%WfXN=^om(*aFW0!~0U8U}k9RE1}}3W(P%XOgRToAv2lNC&@Ax>Az(J1Z-y5Fnj3#`4Lun-k2})Q)7^6CE4QT^#RlJ2 zaV}xb^%oCFRhvL3nnHNP?wcdYa%dKSVc`^}9?wmoxOZoX_C+=wa)E`F&sOn^4*8pW zQ1+Na8}vvG9OUUQ;7ud+TK<4pKc0IK^c>f)(r;i4@LxN~{6c5aW3=;}tq8tJ1*NwQ zD?s-^ELEAi7*g_(d;d@n?X%P;=W1zUJ!Jh$=Ok$+RXZ`_8bm`-!bgd<0YiyHGFKMm zB2V!xQWK!Q8TLtPA$=<$Gh;Uq8D3OH?|HD9K9|rXH|381%V)h6y4r3_1dc}DUM7}_ zJ>j|ib&cq<8MS91%!1M7ET**Pz3i-XT97#2V`u%?NDzpD^{hPy1SI)Mjq;f}$I zW+_B-Ie12m(Zz>0gf3HcqHtr57X12f294+28ni(YcRx6cIyJU=kAWQk?oF~*96Q^rvDN;Vh#?o+n#=6KC(h;@R>K*bl$VCEVrKk_vv7P zajE9%JV4mMm1HfoV`om`WZptND5E8gv`-xzE7bx-!RcQ4|7l^#KzMvz_SK{;$(FC( z6UjEG$r|B$hTtabfNWMO<;GFZF`;>KG=G+>?5 zO>gAPP%ee9r^r2`K51*^mg!}BtRs4e@-6ywpV2}SiWa?dT>U^gwB@GE7J2FMjOiys zL`pBwchI|;2d`I}7fOf-zpTu?OuJu0Xkebb=Vk)b$wzAdw0Xy{k^Ws6#iIl&{sdKf zNQE41P$r|Lu2+M1IH5Dn@N^+vh^_dNX?pV=v155Wc@7p!EJ*O-`?>~PDJ*C%%KLo`j#+~&V*mVWb8^A25kC( zIq6_Bs1g0bqH|5C6d|8Q!945fAQ_@1{2yml!mzC_mvGx}wvb(-;))H65SzNnSmK?f zm`I{nu2?F_%3rkm16Rvt3y;RUKnk@Ej?(edzl^EM+Zo1y{5i;xKS6#gf@koXwwh@R zut8#0hmhmr7ae^`#zoimio;7kC|O}KF>$LwiThrd8p_Ui@>M;)mcPKJ0CD}P!Bg_> zP@Z{W;Pd&-+AhBm+iZZ@uz=I@;9vKzse^%Ji}!WbU)zNldE@X*g4~k?NT*46kvO4{ z(tG1)MvN_)RNL^SKc1ezJ&5QJZ$XV+%Y}G_N|sIG0GyYWVCo95jbCG!b7b0!!qdTo zj;?BnWsKUrO<=Kb8%7jp$xoVQ-P{&Qoq;^j;*wKV*_H)bLdg|G%5Q-(38<$QJ91{% zcHA`k!Guo8j<-0n+=$k7O0K!8?2I##D=WBl2ii}g_nmfJ;>QdjIzqu-3x*Qd`B^#H z=$?9FVP(a%CEF*hDBaU=Fm9$enAAJK))+a6T0uUp#vk$2Ssla8B0po(B2RxwcPue} z+`OT_&w<{0By;M;PKK-`M#4ngSuV1^g_-ydK%!&ZeHo!_60`rJ+5h~SqSR%2$UJjo z+cVLg=O@mUOt#nD$d+n%yfwb5H(Ol~DJ2#RP@ z#!t~-vg7Ac^be6MHNGIDE~?5e=4W0h;X3yYg}n@QHI(*KqWeO5N}INn19glqd?_9W+t3%gtGn|XGsXHt^Cal|D%WnP*Xtnx#e4wveKR-n14x1;6Ir` zrZEvhjj%FIHg=>LeubFCs}ysz@Q1iSXrWj!#YHsl+)~2`1^amn!lmM{>x0zGD(8_V zKTceI3rcba$LehP!w_Jb+&r3R#FBW6r)*U9apAaRH_G9HMMom)DF(aPw>ntaH)Hmw zcFw%sov2Tc6T`sg1R~fbnDOnwOdJf>57!Ld7jax@O!AC!E_AP6*gB-6Rul4kH7NC! z5SQ)PZ3h@pTIyEY>D5VOZLWI=pMD~ZCHa)`if`$V0NfQO^SC_aCC($|#(Qv{<3OpQmR^h+W;wA*B*TTWzKQYiSi13e*HACqp6>yjk2m4!bY5<_uK2k^ zSAu=6owmm&f~;&+_^)}31fcmAO+3*p;xTNNOQ=P8S-#4