From 964905d0bdf526f5aa273bd27b73d114ee4531bc Mon Sep 17 00:00:00 2001 From: Fadi Shawki Date: Wed, 24 Apr 2024 11:22:18 +0200 Subject: [PATCH] Rephrase subtitle --- .../src/routes/papers/2024.AUniversalLanguage.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx b/orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx index 1b83ba9..a7c3784 100644 --- a/orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx +++ b/orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx @@ -12,10 +12,12 @@ import {Row} from "../../lib/layout/flexbox"; import Section from "../../lib/paper/layout/Section"; import {_2024_02_ORBITMINES_AS_A_GAME_PROJECT} from "../archive/2024.02.OrbitMines_as_a_Game_Project"; +// TODO Move Aleks Kissinger ref to same level as the others, covariance etc.. +// Accompanied by a simple implementation of export const A_UNIVERSAL_LANGUAGE: Content = { reference: { title: "A Universal Language", - subtitle: "One Ray to rule them all, One Ray to find them, One Ray to bring them all, and in the darkness bind them: Explore a technical deep dive into Rays. Accompanied by a simple implementation of Aleks Kissinger's Chyp (Cospans of HYPergraphs).", + subtitle: "One Ray to rule them all, One Ray to find them, One Ray to bring them all, and in the darkness bind them: An implementation of Rays: A Universal Language.", draft: true, link: 'https://orbitmines.com/papers/a-universal-language', year: "2024", @@ -45,8 +47,8 @@ const AUniversalLanguage = () => { const paper: Omit = { ...A_UNIVERSAL_LANGUAGE.reference, subtitle: renderable("", (value: any) => <> - One Ray to rule them all, One Ray to find them,
One Ray to bring them all, and in the darkness bind them.
Explore a technical deep dive into Rays {} . Accompanied by a simple implementation of . + One Ray to rule them all, One Ray to find them,
One Ray to bring them all, and in the darkness bind them.
An implementation of Rays : A Universal Language. ), pdf: { fonts: [JetBrainsMono],