-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
124 lines (119 loc) · 4.65 KB
/
Copy pathCITATION.cff
File metadata and controls
124 lines (119 loc) · 4.65 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# CITATION.cff — machine-readable citation metadata.
# https://citation-file-format.github.io
#
# If you use STIMscope in your research, please cite BOTH the software
# (this repository) and the preferred-citation below.
cff-version: 1.2.0
title: "STIMscope"
message: "If you use this software, please cite both the software (this repository) and the preferred-citation."
type: software
authors:
- given-names: "Hamid"
family-names: "Chorsi"
affiliation: "UCLA Department of Neurology / Department of Electrical and Computer Engineering"
- given-names: "Saray"
family-names: "Soldado-Magraner"
affiliation: "UCLA Department of Neurobiology"
- given-names: "Yan"
family-names: "Jin"
affiliation: "UCLA Department of Neurology"
- given-names: "Imaan"
family-names: "Soltanalipouryekesammak"
affiliation: "UCLA Department of Electrical and Computer Engineering"
- given-names: "Alex"
family-names: "Zheng"
affiliation: "UCLA Department of Computer Science"
- given-names: "Dejan"
family-names: "Markovic"
affiliation: "UCLA Department of Electrical and Computer Engineering"
- given-names: "Daniel H."
family-names: "Geschwind"
affiliation: "UCLA Department of Neurology"
- given-names: "Peyman"
family-names: "Golshani"
affiliation: "UCLA Department of Neurology"
- given-names: "Dean V."
family-names: "Buonomano"
affiliation: "UCLA Department of Neurobiology"
- given-names: "Daniel"
family-names: "Aharoni"
affiliation: "UCLA Department of Neurology"
license: "GPL-3.0"
repository-code: "https://github.com/Aharoni-Lab/STIMscope"
url: "https://github.com/Aharoni-Lab/STIMscope"
abstract: >
Spatio-Temporal Illumination Microscope (STIMscope): a one-photon
benchtop platform that integrates large-aperture tandem optics with
a small-pixel back-illuminated CMOS sensor, a digital micromirror
device (DMD) for patterned illumination, and a GPU-based processing
unit coordinated by a microcontroller for hardware-level
synchronization. Distributed as a Docker image for NVIDIA Jetson
alongside the accompanying CRISPI software pipeline.
preferred-citation:
type: article
title: "STIMscope: centimeter-scale all-optical imaging and patterned optogenetic manipulation at single-cell resolution"
authors:
- given-names: "Hamid"
family-names: "Chorsi"
affiliation: "UCLA Department of Neurology / Department of Electrical and Computer Engineering"
- given-names: "Saray"
family-names: "Soldado-Magraner"
affiliation: "UCLA Department of Neurobiology"
- given-names: "Yan"
family-names: "Jin"
affiliation: "UCLA Department of Neurology"
- given-names: "Imaan"
family-names: "Soltanalipouryekesammak"
affiliation: "UCLA Department of Electrical and Computer Engineering"
- given-names: "Alex"
family-names: "Zheng"
affiliation: "UCLA Department of Computer Science"
- given-names: "Dejan"
family-names: "Markovic"
affiliation: "UCLA Department of Electrical and Computer Engineering"
- given-names: "Daniel H."
family-names: "Geschwind"
affiliation: "UCLA Department of Neurology"
- given-names: "Peyman"
family-names: "Golshani"
affiliation: "UCLA Department of Neurology"
- given-names: "Dean V."
family-names: "Buonomano"
affiliation: "UCLA Department of Neurobiology"
- given-names: "Daniel"
family-names: "Aharoni"
affiliation: "UCLA Department of Neurology"
year: 2026
journal: "bioRxiv"
doi: "10.64898/2026.05.27.728160"
url: "https://www.biorxiv.org/content/10.64898/2026.05.27.728160v1"
license: "CC-BY-NC-ND-4.0"
# Hardware + standards the platform depends on.
references:
# DMD controller wire protocol.
- type: report
title: "DLPC3479 Software Programmer's Guide (DLPU081A)"
authors:
- name: "Texas Instruments"
institution:
name: "Texas Instruments"
notes: >
Wire-level I²C protocol for the TI DLP4710 DMD with the DLPC3479
controller used by the projector engine.
# Industrial camera SDK.
- type: software
title: "IDS Peak SDK"
authors:
- name: "IDS Imaging Development Systems GmbH"
url: "https://en.ids-imaging.com/download-peak.html"
notes: >
USB3 industrial camera SDK (GenICam node map) used for hardware
camera acquisition in the validated configuration.
# Camera transport / node-map standard.
- type: standard
title: "GenICam — Generic Interface for Cameras"
authors:
- name: "European Machine Vision Association (EMVA)"
notes: >
Standard behind the camera trigger / node-map abstraction
surfaced in the GUI's Sensor Settings dialog.