Skip to content

Commit 5863cfb

Browse files
committed
no longer need duplicate title property with new version of core
1 parent 29b3e38 commit 5863cfb

9 files changed

Lines changed: 6 additions & 12 deletions

content/computational-cognitive-neuroscience.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
Name = "Computational Cognitive Neuroscience"
3-
Title = "Computational Cognitive Neuroscience"
43
Categories = ["Axon"]
54
bibfile = "ccnlab.json"
65
+++

content/error-backpropagation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $$
2929
\eta_j = \sum x_i w_{ij}
3030
$$
3131

32-
$\eta_j$ is the linear _net input_ to hidden unit unit $j$, computed as the dot product of sending activity $x_i$ times the synaptic weight values (see [[linear algebra]] for an illustration, and [[neuron#Computing input conductances]] for biological context).
32+
$\eta_j$ is the linear _net input_ to hidden unit $j$, computed as the dot product of sending activity $x_i$ times the synaptic weight values (see [[linear algebra]] for an illustration, and [[neuron#Computing input conductances]] for biological context).
3333

3434
The unit _activity_ (representing something like the expected rate of neural spiking in biological terms) is then a function of this net input:
3535

content/error-driven-learning.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
Name = "Error-driven learning"
3-
Title = "Error-driven learning"
43
Categories = ["Learning", "Computation"]
54
bibfile = "ccnlab.json"
65
+++

content/fsa-simulation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
+++
22
Categories = ["Learning", "Simulations"]
3-
title = "FSA simulation"
4-
name = "FSA simulation"
3+
Name = "FSA simulation"
54
bibfile = "ccnlab.json"
65
+++
76

content/generec.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
2-
title = "GeneRec"
3-
name = "GeneRec"
2+
Name = "GeneRec"
43
Categories = ["Learning", "Axon", "Computation"]
54
bibfile = "ccnlab.json"
65
+++

content/intro-book.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
+++
2-
Title = "Intro Book"
32
Name = "Intro Book"
43
Categories = ["Axon", "Textbooks"]
54
+++

content/stn.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
+++
22
Categories = ["Rubicon", "Neuroscience"]
3-
Title = "STN"
43
Name = "STN"
54
bibfile = "ccnlab.json"
65
+++

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/CompCogNeuro/CompCogNeuro.github.io
33
go 1.23.4
44

55
require (
6-
cogentcore.org/core v0.3.13-0.20250807185047-1bd7b2b389bc
6+
cogentcore.org/core v0.3.13-0.20250807231547-ae1e4f43215b
77
cogentcore.org/lab v0.1.3-0.20250807190249-488f5902d68d
88
github.com/cogentcore/yaegi v0.0.0-20250622201820-b7838bdd95eb
99
github.com/emer/axon/v2 v2.0.0-dev0.2.55

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cogentcore.org/core v0.3.13-0.20250807185047-1bd7b2b389bc h1:xIBPTRYBRFG3VGS1gc5bhxNhQrZY1p6EXlKxN02LUhE=
2-
cogentcore.org/core v0.3.13-0.20250807185047-1bd7b2b389bc/go.mod h1:8zfSRZhuM/4OTMt8i1Q8W0P2VcD1riw2AgEQNmv8wHQ=
1+
cogentcore.org/core v0.3.13-0.20250807231547-ae1e4f43215b h1:tU7qgAArL2VmAFghD6t8KfPUAzveTX5loP3+Dp4Vq90=
2+
cogentcore.org/core v0.3.13-0.20250807231547-ae1e4f43215b/go.mod h1:8zfSRZhuM/4OTMt8i1Q8W0P2VcD1riw2AgEQNmv8wHQ=
33
cogentcore.org/lab v0.1.3-0.20250807190249-488f5902d68d h1:Rb44jVTLUWdJHe1LQn07i7PbtaObSbCVFLKQLNPffvU=
44
cogentcore.org/lab v0.1.3-0.20250807190249-488f5902d68d/go.mod h1:6Zsyc5QAmiXieOgwkcvnQYZwSh23JV5x1i8ZHrTE7tw=
55
github.com/Bios-Marcel/wastebasket/v2 v2.0.3 h1:TkoDPcSqluhLGE+EssHu7UGmLgUEkWg7kNyHyyJ3Q9g=

0 commit comments

Comments
 (0)