Skip to content

Commit

Permalink
Rephrase subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Apr 24, 2024
1 parent 2fdb836 commit 964905d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Reference is="reference" simple inline index={referenceCounter()} reference={{title: 'Aleks Kissinger\'s Chyp (Cospans of HYPergraphs)', link: 'https://github.com/akissinger/chyp', authors: [{name: 'Aleks Kissinger'}]}} />
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",
Expand Down Expand Up @@ -45,8 +47,8 @@ const AUniversalLanguage = () => {
const paper: Omit<PaperProps, 'children'> = {
...A_UNIVERSAL_LANGUAGE.reference,
subtitle: renderable<string>("", (value: any) => <>
One Ray to rule them all, One Ray to find them,<BR/> One Ray to bring them all, and in the darkness bind them.<BR/><div className="pt-15"/> Explore a technical deep dive into Rays {<Reference is="footnote" index={referenceCounter()} reference={{...ON_ORBITS.reference}}/>} <Reference is="footnote" index={referenceCounter()} reference={{title: 'github.com/orbitmines/ray', link: 'https://github.com/orbitmines/ray', authors: [{
...PROFILES.fadi_shawki}], organizations: [ORGANIZATIONS.github]}} />. Accompanied by a simple implementation of <Reference is="reference" simple inline index={referenceCounter()} reference={{title: 'Aleks Kissinger\'s Chyp (Cospans of HYPergraphs)', link: 'https://github.com/akissinger/chyp', authors: [{name: 'Aleks Kissinger'}]}} />.
One Ray to rule them all, One Ray to find them,<BR/> One Ray to bring them all, and in the darkness bind them.<BR/><div className="pt-15"/> An implementation of Rays <Reference is="footnote" index={referenceCounter()} reference={{...ON_ORBITS.reference}}/> <Reference is="footnote" index={referenceCounter()} reference={{title: 'github.com/orbitmines/ray', link: 'https://github.com/orbitmines/ray', authors: [{
...PROFILES.fadi_shawki}], organizations: [ORGANIZATIONS.github]}} />: A Universal Language.
</>),
pdf: {
fonts: [JetBrainsMono],
Expand Down

0 comments on commit 964905d

Please sign in to comment.