Skip to content

Commit 6e94812

Browse files
Merge branch 'ClojureCivitas:main' into main
2 parents 3d97fad + d50ab06 commit 6e94812

58 files changed

Lines changed: 10323 additions & 455 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/render-and-publish-incremental.yml renamed to .github/workflows/render-and-publish-incremental.yml.bak

File renamed without changes.

.github/workflows/render-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
pip install plotly kaleido
26+
pip install --index-url https://download.pytorch.org/whl/cpu torch numpy
2627
2728
- name: Set up Java
2829
uses: actions/setup-java@v4

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.clj-kondo/
44
.quarto/
55
_site/
6-
.calva/output-window/
6+
.calva
77
.classpath
88
.clj-kondo/.cache
99
.cpcache
@@ -13,8 +13,7 @@ _site/
1313
.hgignore
1414
.java-version
1515
.lein-*
16-
.lsp/.cache
17-
.lsp/sqlite.db
16+
.lsp/
1817
.nrepl-history
1918
.nrepl-port
2019
.project

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ clojure -M:clay -A:markdown
138138
quarto preview site
139139
```
140140

141-
(`bb site-preview` will run these two commands for you.)
141+
(`bb preview` will run these two commands for you.)
142142

143143
This will open a browser displaying the site locally.
144144

deps.edn

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:deps
44
{org.clojure/clojure {:mvn/version "1.12.3"}
55
org.scicloj/noj {:mvn/version "2-beta18"}
6+
org.scicloj/tablecloth.time {:mvn/version "1.00-alpha-6"}
67
;; Tableplot can be removed after updating Noj:
78
org.scicloj/tableplot {:mvn/version "1-beta14"}
89
markdown-clj/markdown-clj {:mvn/version "1.12.4"}
@@ -14,8 +15,10 @@
1415
metosin/malli {:mvn/version "0.19.1"}
1516
clj-fuzzy/clj-fuzzy {:mvn/version "0.4.1"}
1617
clj-thamil/clj-thamil {:mvn/version "0.2.0"}
17-
org.scicloj/clay {:mvn/version "2.0.5"}
18-
org.scicloj/kindly {:mvn/version "4-beta21"}
18+
org.scicloj/clay {#_#_:mvn/version "2.0.5"
19+
:git/url "https://github.com/scicloj/clay"
20+
:git/sha "a52102ac993fa4f6b455e8f37d6a653030e69920"}
21+
org.scicloj/kindly {:mvn/version "4-beta23"}
1922
thi.ng/geom {:mvn/version "1.0.1"}
2023
org.eclipse.elk/org.eclipse.elk.core {:mvn/version "0.10.0"}
2124
org.eclipse.elk/org.eclipse.elk.graph {:mvn/version "0.10.0"}
@@ -48,6 +51,8 @@
4851
dev.data-star.clojure/malli-schemas {:mvn/version "1.0.0-RC4"}
4952
dev.data-star.clojure/http-kit-malli-schemas {:mvn/version "1.0.0-RC4"}
5053
dev.data-star.clojure/ring-malli-schemas {:mvn/version "1.0.0-RC4"}
54+
;; required by mentat_collective/emmy
55+
io.github.nextjournal/clerk {:mvn/version "0.18.1158"}
5156

5257
;; libraries for GIS work
5358
org.apache.sis.storage/sis-geotiff {:mvn/version "1.5"}
@@ -61,6 +66,8 @@
6166

6267
generateme/fastmath {:mvn/version "3.0.0-alpha4"}
6368
clojure2d/clojure2d {:mvn/version "1.5.0-alpha1"}
69+
org.scicloj/wadogo {:mvn/version "1.1.0-alpha1"}
70+
quil/quil {:mvn/version "4.3.1563"}
6471

6572
com.github.psambit9791/jdsp {:mvn/version "3.1.0"}
6673

@@ -74,8 +81,9 @@
7481
:deps/root "core"}
7582
com.hyperphor/multitool {:mvn/version "0.2.3"}
7683
datascript/datascript {:mvn/version "1.7.8"}
77-
io.github.pbaille/noon {:git/url "https://github.com/pbaille/noon.git"
78-
:git/sha "e63bb7c82671293c5610da6a02e3148a48ad71dd"}}
84+
;; io.github.pbaille/noon {:git/url "https://github.com/pbaille/noon.git"
85+
;; :git/sha "97677727bff20243dc15d5cafb821d4af9019842"}
86+
}
7987

8088
:mvn/repos {"osgeo" {:url "https://repo.osgeo.org/repository/release/"}}
8189

site/_quarto.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ website:
3535
text: "Prologue"
3636
- section: "Chapters"
3737
contents:
38-
- href: mentat_collective/emmy/fdg_ch01.qmd
39-
text: "FDG Chapter 1"
4038
- href: mentat_collective/emmy/sicm_original_ch01.qmd
4139
text: "SICM Chapter 1"
40+
- href: mentat_collective/emmy/fdg_ch01.qmd
41+
text: "FDG Chapter 1"
4242
- href: mentat_collective/emmy/fdg_ch02.qmd
4343
text: "FDG Chapter 2"
4444
- href: mentat_collective/emmy/fdg_ch03.qmd
@@ -47,6 +47,18 @@ website:
4747
text: "FDG Chapter 4"
4848
- href: mentat_collective/emmy/fdg_ch05.qmd
4949
text: "FDG Chapter 5"
50+
- href: mentat_collective/emmy/fdg_ch06.qmd
51+
text: "FDG Chapter 6"
52+
- href: mentat_collective/emmy/fdg_ch07.qmd
53+
text: "FDG Chapter 7"
54+
- href: mentat_collective/emmy/fdg_ch08.qmd
55+
text: "FDG Chapter 8"
56+
- href: mentat_collective/emmy/fdg_ch09.qmd
57+
text: "FDG Chapter 9"
58+
- href: mentat_collective/emmy/fdg_ch10.qmd
59+
text: "FDG Chapter 10"
60+
- href: mentat_collective/emmy/fdg_ch11.qmd
61+
text: "FDG Chapter 11"
5062
- href: mentat_collective/emmy/fdg_ch01_ys.qmd
5163
text: "FDG Ch01 Infix"
5264
- href: mentat_collective/emmy/sicm_ch01.qmd

site/db.edn

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
:name "Daniel Slutsky"
2525
:image "https://avatars.githubusercontent.com/u/5673102?v=4"
2626
:url "https://scicloj.github.io/contributors/daslu/"
27-
:affiliation [:scicloj :endor]
27+
:affiliation [:scicloj]
2828
:links [{:icon "github" :href "https://github.com/daslu"}]}
2929
{:id :danielsz
3030
:name "Daniel Szmulewicz"
@@ -176,6 +176,10 @@
176176
:image "https://avatars.githubusercontent.com/burinc"
177177
:links [{:icon "github" :href "https://github.com/burinc"}]
178178
:affiliation []}
179+
{:id :annieliu
180+
:name "Annie Liu"
181+
:url "https://github.com/humanni-e"
182+
:email "u3629374@connect.hku.hk"}
179183
{:id :proffitt
180184
:name "William Proffitt"
181185
:url "https://github.com/doogiecode"
@@ -202,7 +206,12 @@
202206
:name "Pierre Baille"
203207
:image "https://avatars.githubusercontent.com/u/4739483"
204208
:url "https://github.com/pbaille"
205-
:links []}]
209+
:links []}
210+
{:id :ezmiller
211+
:name "Ethan Miller"
212+
:image "https://avatars.githubusercontent.com/u/772738?v=4&size=64"
213+
:url "https://github.com/ezmiller"
214+
:links ["https://humanscodes.com"]}]
206215

207216
:affiliation
208217
[{:id :clojure.core

site/drafts.qmd

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
---
22
title: "Drafts"
33
listing:
4-
contents: [".", "!./*.qmd"]
5-
include:
6-
type: post
7-
draft: true
8-
sort:
9-
- "date desc"
10-
- "title desc"
11-
sort-ui: true
12-
filter-ui: true
13-
feed:
14-
type: metadata
4+
- contents: [".", "!./*.qmd"]
5+
include:
6+
type: post
7+
draft: true
8+
sort:
9+
- "date desc"
10+
- "title desc"
11+
sort-ui: true
12+
filter-ui: true
13+
- contents: [".", "!./*.qmd"]
14+
include:
15+
type: draft
16+
sort:
17+
- "date desc"
18+
- "title desc"
19+
sort-ui: true
20+
filter-ui: true
1521
---

site/volumetric_clouds/main.qmd

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,23 @@ This article gets you started with computing and rendering volumetric clouds.
3232

3333
## Dependencies
3434

35-
To download the required libraries, we use a `deps.edn` file with the following content:
35+
To download the required libraries, we use a `deps.edn` file with the following content.
36+
Replace the *natives-linux* classifier with *natives-macos* or *natives-windows* as required.
3637

3738
```Clojure
3839
{:deps
3940
{
40-
org.clojure/clojure {:mvn/version "1.12.3"}
41-
org.scicloj/noj {:mvn/version "2-beta18"}
42-
midje/midje {:mvn/version "1.10.10"}
43-
generateme/fastmath {:mvn/version "3.0.0-alpha4"}
44-
comb/comb {:mvn/version "1.0.0"}
41+
org.clojure/clojure {:mvn/version "1.12.3"}
42+
org.scicloj/noj {:mvn/version "2-beta18"}
43+
midje/midje {:mvn/version "1.10.10"}
44+
generateme/fastmath {:mvn/version "3.0.0-alpha4"}
45+
org.lwjgl/lwjgl {:mvn/version "3.4.0"}
46+
org.lwjgl/lwjgl$natives-linux {:mvn/version "3.4.0"}
47+
org.lwjgl/lwjgl-opengl {:mvn/version "3.4.0"}
48+
org.lwjgl/lwjgl-opengl$natives-linux {:mvn/version "3.4.0"}
49+
org.lwjgl/lwjgl-glfw {:mvn/version "3.4.0"}
50+
org.lwjgl/lwjgl-glfw$natives-linux {:mvn/version "3.4.0"}
51+
comb/comb {:mvn/version "1.0.0"}
4552
}
4653
}
4754
```

src/civitas/authors.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@
9090
:template "trestles")
9191
:author author
9292
:listing {:contents [".", "!./*.qmd"]
93-
:include {:type :post
94-
:author (str "{" (:name author) "}" "*")}
93+
:include {:author (str "{" (:name author) "}*")}
9594
:sort ["date desc" "title desc"]
9695
:sort-ui true
9796
:filter-ui true}}]

0 commit comments

Comments
 (0)