|
1 | 1 | {:paths ["dev" "notebooks" "resources"]
|
2 | 2 | :deps {io.github.nextjournal/clerk {:mvn/version "0.8.442"}
|
| 3 | + io.github.nextjournal/clerk-slideshow {:git/sha "82b3b83ca456995250bdb99deceb5a24fdd75439"} |
3 | 4 |
|
4 | 5 | ;; input various external data formats
|
5 |
| - com.github.seancorfield/next.jdbc {:mvn/version "1.2.659"} |
6 |
| - meta-csv/meta-csv {:mvn/version "0.1.0"} |
7 |
| - org.xerial/sqlite-jdbc {:mvn/version "3.34.0"} |
8 |
| - dk.ative/docjure {:mvn/version "1.16.0"} |
9 |
| - clojusc/wordnet {:mvn/version "1.2.0"} |
10 |
| - clj-jgit/clj-jgit {:mvn/version "1.0.2"} |
| 6 | + com.github.seancorfield/next.jdbc {:mvn/version "1.2.659"} |
| 7 | + meta-csv/meta-csv {:mvn/version "0.1.0"} |
| 8 | + org.xerial/sqlite-jdbc {:mvn/version "3.34.0"} |
| 9 | + dk.ative/docjure {:mvn/version "1.16.0"} |
| 10 | + clojusc/wordnet {:mvn/version "1.2.0"} |
| 11 | + clj-jgit/clj-jgit {:mvn/version "1.0.2"} |
11 | 12 |
|
12 | 13 | ;; some statistical routines
|
13 | 14 | kixi/stats {:mvn/version "0.5.4"}
|
|
16 | 17 | sicmutils/sicmutils {:mvn/version "0.22.0"}
|
17 | 18 |
|
18 | 19 | ;; semantic web goodies and box/arrow graphs
|
19 |
| - jackrusher/mundaneum {:git/url "https://github.com/jackrusher/mundaneum/" |
20 |
| - :git/sha "d2c934a12388d88ddb3e53fef92ec2eef97d6140"} |
21 |
| - arrowic/arrowic {:mvn/version "0.1.1"} |
| 20 | + jackrusher/mundaneum {:git/url "https://github.com/jackrusher/mundaneum/" |
| 21 | + :git/sha "d2c934a12388d88ddb3e53fef92ec2eef97d6140"} |
| 22 | + arrowic/arrowic {:mvn/version "0.1.1"} |
22 | 23 |
|
23 | 24 | ;; 2D drawing routines
|
24 | 25 | clojure2d/clojure2d {:mvn/version "1.4.4"}
|
|
33 | 34 | ;; notebooks to be built, accepts globs patterns
|
34 | 35 | :exec-args {:bundle? false
|
35 | 36 | :paths ["index.md"
|
| 37 | + "notebooks/slideshow.md" |
36 | 38 | "notebooks/introduction.clj"
|
37 | 39 | "notebooks/data_science.clj"
|
38 | 40 | "notebooks/images.clj"
|
|
0 commit comments