From 45186b50d77ba10933c99bb9de4a63af51aafdd1 Mon Sep 17 00:00:00 2001 From: Fadi Shawki Date: Mon, 29 Jan 2024 19:36:17 +0100 Subject: [PATCH] 2024/01/29 - Writing on initial implementation? --- orbitmines.com/src/routes/Paper.tsx | 2 +- orbitmines.com/src/routes/papers/2024.RewritingRays.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/orbitmines.com/src/routes/Paper.tsx b/orbitmines.com/src/routes/Paper.tsx index fa1862a..9ce1cbd 100644 --- a/orbitmines.com/src/routes/Paper.tsx +++ b/orbitmines.com/src/routes/Paper.tsx @@ -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 = () => { diff --git a/orbitmines.com/src/routes/papers/2024.RewritingRays.tsx b/orbitmines.com/src/routes/papers/2024.RewritingRays.tsx index 9e14704..58cc100 100644 --- a/orbitmines.com/src/routes/papers/2024.RewritingRays.tsx +++ b/orbitmines.com/src/routes/papers/2024.RewritingRays.tsx @@ -41,7 +41,7 @@ const RewritingRays = () => { const paper: Omit = { ...REWRITING_RAYS.reference, subtitle: renderable("", (value: any) => <> - A technical deep dive into the initial implementation of Rays {}. + A technical deep dive into Rays {}. Demonstrated by an implementation of . ), pdf: { fonts: [JetBrainsMono],