Skip to content

Commit 611ba0c

Browse files
committed
[res/subclasses.yml] Fix invalid type mapping
- fix typo in odml-type 'psychophysics' - fix whitespaces in 'model' RDF class names - rename 'OneCompartmentModel' to 'SingleCompartmentModel' - uppercase RDF class 'Protocol' - remove outdated 'carmen_min' entry
1 parent b9d90de commit 611ba0c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

odml/resources/section_subclasses.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
analysis: Analysis
2-
analysis/psth: PSTH
32
analysis/power_spectrum: PowerSpectrum
3+
analysis/psth: PSTH
44
cell: Cell
55
datacite/alternate_identifier: AlternateIdentifier
66
datacite/contributor: Contributer
@@ -31,7 +31,7 @@ experiment: Experiment
3131
experiment/behavior: Behavior
3232
experiment/electrophysiology: Electrophysiology
3333
experiment/imaging: Imaging
34-
experiment/pschophysics: Psychophysics
34+
experiment/psychophysics: Psychophysics
3535
hardware_properties: HardwareProperties
3636
hardware_settings: HardwareSettings
3737
hardware: Hardware
@@ -48,14 +48,14 @@ hardware/microscope: Microscope
4848
hardware/microscope_objective: MicroscopeObjective
4949
hardware/scanner: Scanner
5050
hardware/stimulus_isolator: StimulusIsolator
51-
model/lif: Leaky integrate and fire
52-
model/pif: perfect integrate and fire
53-
model/multi_compartment: Multi compartment model
54-
model/single_compartment: One compartment model
51+
model/lif: LeakyIntegrateAndFire
52+
model/pif: PerfectIntegrateAndFire
53+
model/multi_compartment: MultiCompartmentModel
54+
model/single_compartment: SingleCompartmentModel
5555
person: Person
5656
preparation: Preparation
5757
project: Project
58-
protocol: protocol
58+
protocol: Protocol
5959
recording: Recording
6060
setup: Setup
6161
stimulus: Stimulus
@@ -71,4 +71,3 @@ stimulus/sine_wave: Sinewave
7171
stimulus/square_wave: Squarewave
7272
stimulus/white_noise: Whitenoise
7373
subject: Subject
74-
carmen_mini: CarmenMini

0 commit comments

Comments
 (0)