File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{:paths [" src" ]
2
2
3
3
:deps
4
- {org.clojure/clojure {:mvn/version " 1.12.0 " }
4
+ {org.clojure/clojure {:mvn/version " 1.12.1 " }
5
5
org.scicloj/noj {:mvn/version " 2-beta18" }
6
6
markdown-clj/markdown-clj {:mvn/version " 1.12.4" }
7
7
org.clojure/core.async {:mvn/version " 1.9.808-alpha1" }
11
11
metosin/malli {:mvn/version " 0.19.1" }
12
12
clj-fuzzy/clj-fuzzy {:mvn/version " 0.4.1" }
13
13
clj-thamil/clj-thamil {:mvn/version " 0.2.0" }
14
- org.scicloj/clay {:git/url " https://github.com/scicloj/clay"
15
- :git/sha " eca1251a004e36b1d152f7caa862545013bf6ebf" }
14
+ org.scicloj/clay {:mvn/version " 2-beta46" }
16
15
org.eclipse.elk/org.eclipse.elk.core {:mvn/version " 0.10.0" }
17
16
org.eclipse.elk/org.eclipse.elk.graph {:mvn/version " 0.10.0" }
18
17
org.eclipse.elk/org.eclipse.elk.graph.json {:mvn/version " 0.10.0" }
Original file line number Diff line number Diff line change 34
34
(let [affiliations (db/index-by :id (:affiliation @db/db))]
35
35
(into ^:kind/hiccup [:div ]
36
36
(comp (map #(card % affiliations))
37
- (partition-all 4 )
37
+ (partition-all 3 )
38
38
(map #(into [:div.card-group ] %)))
39
39
(->> (:author @db/db)
40
40
(sort-by :name ))))
You can’t perform that action at this time.
0 commit comments