Skip to content

Commit 4aa4b48

Browse files
committed
revert to prior core/lab -- web text shaping broke in latest!
1 parent 5a6bc3b commit 4aa4b48

3 files changed

Lines changed: 21 additions & 17 deletions

File tree

content/cerebellum.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,10 @@ This contribution of the cerebellum is summarized by its contributions to the _V
471471

472472
The VOR gain is a _multiplicative_ factor, and yet neurons generally can not directly drive multiplicative effects on other neurons. Instead, the way this is accomplished in these circuits is through an [[opponent]] organization, so that the modulatory neuron excites _both_ a _pull towards_ and a _push away_ from the target action. As the level of excitatory drive is modulated, the overall range of firing of these opponent neurons will vary as well, and it is this overall range that corresponds to the effective gain factor.
473473

474+
TODO: key point: eye motor commands must _anticipate_ the actual head movement, based on efferent copy, so this requires the forward model prediction -- not just a simple gain learning function, but actual anticipatory learning in the vestib -> motor pathways. Cerebellar cortex can be thought of modulating gain, by affecting learning in vestib cells.
475+
476+
TODO: key question of how zero visual motion as error signal translates into learning -- this zeroing out is probably true for many other cases..
477+
474478
Some of the relevant phenomena that a biologically-based model should account for includes:
475479

476480
* The asymmetry in VOR gain increases vs. decreases, in terms of rate of learning and duration of retention ([[@BoydenKatohRaymond04]]; [[@KukiHirataBlazquezEtAl04]]; [[@KimpoRinaldiKimEtAl14]]). We can understand these differences in terms of the rapid contribution of downbound cerebellar cortex LTD learning for gain increases, which decays relatively rapidly, versus slower, longer-lasting changes in the effective cerebellar nucleus neurons ([[@LisbergerPavelkoBroussard94]]).

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/compcogneuro/web
33
go 1.25.6
44

55
require (
6-
cogentcore.org/core v0.3.23
7-
cogentcore.org/lab v0.1.8
6+
cogentcore.org/core v0.3.22
7+
cogentcore.org/lab v0.1.7
88
github.com/emer/axon/v2 v2.0.0-dev0.3.5
99
github.com/emer/emergent/v2 v2.0.0-dev0.1.9
1010
)
@@ -21,14 +21,14 @@ require (
2121
github.com/bramvdbogaerde/go-scp v1.6.0 // indirect
2222
github.com/chewxy/math32 v1.11.1 // indirect
2323
github.com/cogentcore/readline v0.1.3 // indirect
24-
github.com/cogentcore/webgpu v0.23.1-0.20260410073005-a2ae7d757168 // indirect
24+
github.com/cogentcore/webgpu v0.23.0 // indirect
2525
github.com/cogentcore/yaegi v0.0.0-20260116172027-700fbf8949f3 // indirect
2626
github.com/dlclark/regexp2 v1.11.5 // indirect
2727
github.com/ericchiang/css v1.4.0 // indirect
2828
github.com/fsnotify/fsnotify v1.9.0 // indirect
2929
github.com/go-fonts/latin-modern v0.3.3 // indirect
30-
github.com/go-gl/glfw/v3.4/glfw v0.1.0-pre.1 // indirect
31-
github.com/go-text/typesetting v0.3.5-0.20260418130854-c41d02a44bec // indirect
30+
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728 // indirect
31+
github.com/go-text/typesetting v0.3.1-0.20250707124828-58cd3ef91251 // indirect
3232
github.com/gobwas/glob v0.2.3 // indirect
3333
github.com/gomarkdown/markdown v0.0.0-20250810172220-2e2c11897d1a // indirect
3434
github.com/gorilla/css v1.0.1 // indirect

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
codeberg.org/go-pdf/fpdf v0.11.0 h1:n3I8WISQ1cr0S2rvx9DOlE/GypbcimMWqLpel3slHmY=
22
codeberg.org/go-pdf/fpdf v0.11.0/go.mod h1:Y0DGRAdZ0OmnZPvjbMp/1bYxmIPxm0ws4tfoPOc4LjU=
3-
cogentcore.org/core v0.3.23 h1:50dQPFWNeJ9hI45rDCjRkvleJXdtfQjXfMIMOZgfC1M=
4-
cogentcore.org/core v0.3.23/go.mod h1:JUM27+rY4+89M1vJ4xA50re76RHF3PqxRqfgDfLj8Us=
5-
cogentcore.org/lab v0.1.8 h1:4G/lgGbuNYRhcwPgmFOguRm1y9Aubd12nBRqwxQzPdQ=
6-
cogentcore.org/lab v0.1.8/go.mod h1:nKUVnPLL6tDHNTH7yzu61tZZ4gz1k6JxCA1PzsXLPhs=
3+
cogentcore.org/core v0.3.22 h1:wKOzPgrRhX7qV7WWrDE68gJaJ/x50f5wWm79/rx50YQ=
4+
cogentcore.org/core v0.3.22/go.mod h1:IQBEleZr+h6O/UjnymY875ve9kY0yokLK8YJ/JUPPBg=
5+
cogentcore.org/lab v0.1.7 h1:2dGqhAK/Dt96+20a1qViFodn5P5rJW0FOM+WOUANEc4=
6+
cogentcore.org/lab v0.1.7/go.mod h1:tdgfMc4+sFfLLyyBmlxVSf3bFSmiTrP4SWRWJ4lPvso=
77
git.sr.ht/~sbinet/cmpimg v0.1.0 h1:E0zPRk2muWuCqSKSVZIWsgtU9pjsw3eKHi8VmQeScxo=
88
git.sr.ht/~sbinet/cmpimg v0.1.0/go.mod h1:FU12psLbF4TfNXkKH2ZZQ29crIqoiqTZmeQ7dkp/pxE=
99
github.com/Bios-Marcel/wastebasket/v2 v2.0.3 h1:TkoDPcSqluhLGE+EssHu7UGmLgUEkWg7kNyHyyJ3Q9g=
@@ -30,8 +30,8 @@ github.com/chewxy/math32 v1.11.1 h1:b7PGHlp8KjylDoU8RrcEsRuGZhJuz8haxnKfuMMRqy8=
3030
github.com/chewxy/math32 v1.11.1/go.mod h1:dOB2rcuFrCn6UHrze36WSLVPKtzPMRAQvBvUwkSsLqs=
3131
github.com/cogentcore/readline v0.1.3 h1:tYmjP3XHvsGwhsDLkAp+vBhkERmLFENZfftyPOR/PBE=
3232
github.com/cogentcore/readline v0.1.3/go.mod h1:IHVtJHSKXspK7CMg3OC/bbPEXxO++dFlug/vsPktvas=
33-
github.com/cogentcore/webgpu v0.23.1-0.20260410073005-a2ae7d757168 h1:K5en4IrBrolIAWvjrLuXRb9CvU1w+WMMi0Eu0KmcMfQ=
34-
github.com/cogentcore/webgpu v0.23.1-0.20260410073005-a2ae7d757168/go.mod h1:DQLhF8pM/WkdaGpX6pKmZJPYsoR9x+hohhA1nnNuCa8=
33+
github.com/cogentcore/webgpu v0.23.0 h1:hrjnnuDZAPSRsqBjQAsJOyg2COGztIkBbxL87r0Q9KE=
34+
github.com/cogentcore/webgpu v0.23.0/go.mod h1:ciqaxChrmRRMU1SnI5OE12Cn3QWvOKO+e5nSy+N9S1o=
3535
github.com/cogentcore/yaegi v0.0.0-20260116172027-700fbf8949f3 h1:y3Djpt/g3QTjFdj8cpvy/r8FsZsEa7PqHGjgsKXbta0=
3636
github.com/cogentcore/yaegi v0.0.0-20260116172027-700fbf8949f3/go.mod h1:XkOm++pRmWlk85p+hw71ZItfTeRdzqG23+2xjP9eb+M=
3737
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -50,12 +50,12 @@ github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S
5050
github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
5151
github.com/go-fonts/latin-modern v0.3.3 h1:g2xNgI8yzdNzIVm+qvbMryB6yGPe0pSMss8QT3QwlJ0=
5252
github.com/go-fonts/latin-modern v0.3.3/go.mod h1:tHaiWDGze4EPB0Go4cLT5M3QzRY3peya09Z/8KSCrpY=
53-
github.com/go-gl/glfw/v3.4/glfw v0.1.0-pre.1 h1:nIVzcwqIaO1mK8LFr0fGkKpgQD4wJDDHRyv4t5k40Ps=
54-
github.com/go-gl/glfw/v3.4/glfw v0.1.0-pre.1/go.mod h1:T5Dn0JwIJOX1euPZ/iT4tq6nFYtmukjcYa7937HuYK8=
55-
github.com/go-text/typesetting v0.3.5-0.20260418130854-c41d02a44bec h1:qkk9+cZlaY8920dQrhY8GoI91N72f58XmJgGDkkDiaA=
56-
github.com/go-text/typesetting v0.3.5-0.20260418130854-c41d02a44bec/go.mod h1:yW47fmJYxJsPcyNWEOGM2lNx766ZKw0cilos3XaD5YY=
57-
github.com/go-text/typesetting-utils v0.0.0-20260327125527-fbf04b32d9ad h1:J6fi06yzug4KkyQo0hK7UZVFBIlCh7iaG38sGq7THaY=
58-
github.com/go-text/typesetting-utils v0.0.0-20260327125527-fbf04b32d9ad/go.mod h1:3/62I4La/HBRX9TcTpBj4eipLiwzf+vhI+7whTc9V7o=
53+
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728 h1:RkGhqHxEVAvPM0/R+8g7XRwQnHatO0KAuVcwHo8q9W8=
54+
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728/go.mod h1:SyRD8YfuKk+ZXlDqYiqe1qMSqjNgtHzBTG810KUagMc=
55+
github.com/go-text/typesetting v0.3.1-0.20250707124828-58cd3ef91251 h1:QRcFLinlR2DKeVdwo/hwyz9S5HSzUiXnV0pzX/dhKOg=
56+
github.com/go-text/typesetting v0.3.1-0.20250707124828-58cd3ef91251/go.mod h1:Fle5OPkxGUxdWDeCpKpvSCE31gEoTGBh63ASvTmSXBA=
57+
github.com/go-text/typesetting-utils v0.0.0-20250527170436-63e4acdcf075 h1:zRaPuzKe/+Euzz3WwE0YwjXAX4IwvGPRH6abtmRI/4M=
58+
github.com/go-text/typesetting-utils v0.0.0-20250527170436-63e4acdcf075/go.mod h1:DDxDdQEnB70R8owOx3LVpEFvpMK9eeH1o2r0yZhFI9o=
5959
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
6060
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
6161
github.com/gomarkdown/markdown v0.0.0-20250810172220-2e2c11897d1a h1:l7A0loSszR5zHd/qK53ZIHMO8b3bBSmENnQ6eKnUT0A=

0 commit comments

Comments
 (0)