Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

papers: add open-schools and futures to PAPER_MAP + importance ranking

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+12
+12
papers/cli.mjs
··· 160 160 title: "CalArts, Callouts, and Papers", 161 161 psycho: true, 162 162 }, 163 + "arxiv-open-schools": { 164 + base: "open-schools", 165 + siteName: "open-schools-26-arxiv", 166 + title: "Get Closed Source Out of Schools", 167 + }, 168 + "arxiv-futures": { 169 + base: "futures", 170 + siteName: "five-years-from-now-26-arxiv", 171 + title: "Five Years from Now", 172 + }, 163 173 }; 164 174 165 175 function texName(base, lang) { ··· 352 362 "network-audit-26-arxiv": 15, 353 363 "kidlisp-reference-26-arxiv": 16, 354 364 "citation-diversity-audit-26": 17, 365 + "open-schools-26-arxiv": 18, 366 + "five-years-from-now-26-arxiv": 19, 355 367 }; 356 368 357 369 // Collect deployed English PDFs sorted by importance