Skip to content

Commit

Permalink
2024/01/29 - Writing on initial implementation?
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Jan 29, 2024
1 parent fcc65be commit 45186b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orbitmines.com/src/routes/Paper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import RewritingRays from "./papers/2024.RewritingRays";
const PAPERS: { [key: string]: any } = {
'on-intelligibility': OnIntelligibility,
'on-orbits-equivalence-and-inconsistencies': OnOrbits,
'rewriting-rays': RewritingRays,
'traversing-and-rewriting-of-arbitrary-rays': RewritingRays,
}

const Paper = () => {
Expand Down
2 changes: 1 addition & 1 deletion orbitmines.com/src/routes/papers/2024.RewritingRays.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const RewritingRays = () => {
const paper: Omit<PaperProps, 'children'> = {
...REWRITING_RAYS.reference,
subtitle: renderable<string>("", (value: any) => <>
A technical deep dive into the initial implementation of Rays {<Reference is="footnote" index={referenceCounter()} reference={{...ON_ORBITS.reference}}/>}.
A technical deep dive into Rays {<Reference is="footnote" index={referenceCounter()} reference={{...ON_ORBITS.reference}}/>}. Demonstrated by an 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'}]}} />.
</>),
pdf: {
fonts: [JetBrainsMono],
Expand Down

0 comments on commit 45186b5

Please sign in to comment.