Skip to content

Commit 023365f

Browse files
authored
Merge pull request #6 from mvoelken-hub/Dev-Marc
upload text xlsx
2 parents 3598cd0 + 279d5f1 commit 023365f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/coremeta4cat/schema/coremeta4cat_reaction_ap.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ classes:
166166
Electrochemical reactor used in electrocatalytic experiments, including
167167
H-cells, flow cells, and membrane electrode assemblies.
168168
169+
slots:
170+
- anode
171+
- cathode
169172
CSTR:
170173
is_a: ChemicalReactor
171174
class_uri: VOC4CAT:0007019
@@ -316,3 +319,11 @@ slots:
316319
required: true
317320
multivalued: true
318321
inlined_as_list: true
322+
anode:
323+
description: The electrode where oxidation occurs in an electrochemical cell. It is the positive electrode in an electrolytic cell, while it is the negative electrode in a galvanic cell.
324+
slot_uri: VOC4CAT:0007254
325+
required: true
326+
cathode:
327+
description: The electrode where reduction occurs in an electrochemical cell. It is the negative electrode in an electrolytic cell, while it is the positive electrode in a galvanic cell.
328+
slot_uri: VOC4CAT:0007255
329+
required: true

0 commit comments

Comments
 (0)