Skip to content

Commit 89f3249

Browse files
Merge pull request #336 from ClojureCivitas/fix-vendekagon
update namespace to match directory
2 parents a3dc621 + 630c216 commit 89f3249

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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

File renamed without changes.

.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

src/vendekagon_labs/cancer_through_computation.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
:author "Benjamin Kamphaus"
88
:category :biology
99
:tags [:clojure :biology :creative-coding :science]
10-
;; :bibliography "references.bib"
10+
:bibliography "references.bib"
1111
}}}
12-
(ns biodecahedron.civitas.cancer-through-computation
12+
(ns vendekagon-labs.cancer-through-computation
1313
(:require [scicloj.clay.v2.api :as clay]))
1414

1515

0 commit comments

Comments
 (0)