File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{:paths [" src" ]
22
33 :deps
4- {org.clojure/clojure {:mvn/version " 1.12.0 " }
4+ {org.clojure/clojure {:mvn/version " 1.12.1 " }
55 org.scicloj/noj {:mvn/version " 2-beta18" }
66 markdown-clj/markdown-clj {:mvn/version " 1.12.4" }
77 org.clojure/core.async {:mvn/version " 1.9.808-alpha1" }
1111 metosin/malli {:mvn/version " 0.19.1" }
1212 clj-fuzzy/clj-fuzzy {:mvn/version " 0.4.1" }
1313 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" }
1615 org.eclipse.elk/org.eclipse.elk.core {:mvn/version " 0.10.0" }
1716 org.eclipse.elk/org.eclipse.elk.graph {:mvn/version " 0.10.0" }
1817 org.eclipse.elk/org.eclipse.elk.graph.json {:mvn/version " 0.10.0" }
Original file line number Diff line number Diff line change 3434(let [affiliations (db/index-by :id (:affiliation @db/db))]
3535 (into ^:kind/hiccup [:div ]
3636 (comp (map #(card % affiliations))
37- (partition-all 4 )
37+ (partition-all 3 )
3838 (map #(into [:div.card-group ] %)))
3939 (->> (:author @db/db)
4040 (sort-by :name ))))
You can’t perform that action at this time.
0 commit comments