diff --git a/site/_quarto.yml b/site/_quarto.yml index 91471be4..66bb67a2 100644 --- a/site/_quarto.yml +++ b/site/_quarto.yml @@ -34,9 +34,11 @@ website: - section: "Chapters" contents: - href: mentat_collective/emmy/fdg_ch01.qmd - text: "Chapter 1" + text: "FDG Chapter 1" - href: mentat_collective/emmy/fdg_ch01_ys.qmd - text: "Chapter 1 Infix" + text: "FDG Chapter 1 Infix" + - href: mentat_collective/emmy/sicm_ch01.qmd + text: "SICM Chapter 1" format: html: diff --git a/src/mentat_collective/emmy/fdg_ch01.clj b/src/mentat_collective/emmy/fdg_ch01.clj index af0124dd..e5264385 100644 --- a/src/mentat_collective/emmy/fdg_ch01.clj +++ b/src/mentat_collective/emmy/fdg_ch01.clj @@ -1,7 +1,6 @@ ^{:kindly/hide-code true :clay {:title "Emmy, the Algebra System: Differential Geometry Chapter One" - :quarto {:author :kloimhardt - :type :post + :quarto {:type :draft :sidebar "emmy-fdg" :description "First chapter of the book \"Functional Differential Geometry\", the code is on-line executable." :date "2025-11-14" diff --git a/src/mentat_collective/emmy/fdg_prologue.clj b/src/mentat_collective/emmy/fdg_prologue.clj index 39fd3dac..c444e7e6 100644 --- a/src/mentat_collective/emmy/fdg_prologue.clj +++ b/src/mentat_collective/emmy/fdg_prologue.clj @@ -17,7 +17,7 @@ ;; [Functional Differential Geometry (FDG)](https://mitpress.mit.edu/9780262019347/functional-differential-geometry/). ;; The code snippets are executable, copy-paste them to the sidebar of the page. -;; The [Emmy](https://emmy.mentat.org) maintainer, [Sam Ritchie](https://roadtoreality.substack.com/), wrote the source for this page, namely the +;; [Sam Ritchie](https://roadtoreality.substack.com/), the [Emmy](https://emmy.mentat.org) maintainer along with [Colin Smith](https://github.com/littleredcomputer), wrote the source for this page, namely the ;; [LaTex version of FDG](https://github.com/mentat-collective/fdg-book/blob/main/scheme/org/prologue.org). ;; In adopting MIT-Scheme's `(define ...)`, I trust that Clojure people will bridge that gap quickly diff --git a/src/mentat_collective/emmy/sicm_ch01.clj b/src/mentat_collective/emmy/sicm_ch01.clj index ae65ec0a..fb88e9db 100644 --- a/src/mentat_collective/emmy/sicm_ch01.clj +++ b/src/mentat_collective/emmy/sicm_ch01.clj @@ -2,6 +2,7 @@ :clay {:title "Emmy, the Algebra System: Classical Mechanics Chapter One" :quarto {:author :kloimhardt :type :post + :sidebar "emmy-fdg" :date "2025-09-10" :image "sicm_ch01.png" :category :libs