-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
104 lines (104 loc) · 3.29 KB
/
CITATION.cff
File metadata and controls
104 lines (104 loc) · 3.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
cff-version: 1.2.0
title: "Real Cortical Cognitive Architecture (RCCA)"
message: "If you use this software, please cite it as below."
type: software
authors:
- family-names: "Moritz"
given-names: "Roessler"
orcid: "https://orcid.org/0009-0000-9942-5989"
email: "moritz.roessler@gmail.com"
repository-code: "https://github.com/269652/rcca"
url: "https://github.com/269652/rcca"
abstract: >-
Real Cortical Cognitive Architecture (RCCA) is a modular Python library
implementing a biologically-inspired cognitive architecture that integrates
cortical microcircuits, global workspace theory, and basal ganglia action
selection with consciousness emergence dynamics. The framework combines
canonical cortical processing (L4→L2/3→L5/6 microcircuits), Global Workspace
Theory for multi-modal integration, Default Mode Network recursive thinking
cycles, and basal ganglia actor-critic learning. RCCA is optimized for
resource-constrained environments including HP EliteBook systems through
4-bit quantization and memory-efficient processing pipelines.
keywords:
- cognitive-architecture
- consciousness
- global-workspace-theory
- cortical-microcircuits
- basal-ganglia
- default-mode-network
- pytorch
- neuroscience
- artificial-intelligence
- 4bit-quantization
license: MIT
version: "1.0.0"
date-released: 2026-01-08
preferred-citation:
type: article
authors:
- family-names: "Doe"
given-names: "John"
orcid: "https://orcid.org/0000-0000-0000-0000"
title: "RCCA: A Modular Framework for Consciousness Modeling with Cortical Microcircuits"
journal: "Journal of Cognitive Architecture"
volume: 1
issue: 1
start: 1
end: 25
year: 2024
doi: "10.1000/182"
references:
- type: article
authors:
- family-names: "Dehaene"
given-names: "Stanislas"
- family-names: "Changeux"
given-names: "Jean-Pierre"
title: "Experimental and theoretical approaches to conscious processing"
journal: "Neuron"
volume: 70
issue: 2
start: 200
end: 227
year: 2011
doi: "10.1016/j.neuron.2011.03.018"
- type: article
authors:
- family-names: "Douglas"
given-names: "Rodney J."
- family-names: "Martin"
given-names: "Kevan A.C."
title: "Neuronal circuits of the neocortex"
journal: "Annual Review of Neuroscience"
volume: 27
start: 419
end: 451
year: 2004
doi: "10.1146/annurev.neuro.27.070203.144152"
- type: article
authors:
- family-names: "Frank"
given-names: "Michael J."
title: "Dynamic dopamine modulation in the basal ganglia: a neurocomputational account of cognitive deficits in medicated and nonmedicated Parkinsonism"
journal: "Journal of Cognitive Neuroscience"
volume: 17
issue: 1
start: 51
end: 72
year: 2005
doi: "10.1162/0898929052880093"
- type: article
authors:
- family-names: "Buckner"
given-names: "Randy L."
- family-names: "Andrews-Hanna"
given-names: "Jessica R."
- family-names: "Schacter"
given-names: "Daniel L."
title: "The brain's default network: anatomy, function, and relevance to disease"
journal: "Annals of the New York Academy of Sciences"
volume: 1124
start: 1
end: 38
year: 2008
doi: "10.1196/annals.1440.011"