Skip to content

Commit 4c6e459

Browse files
fixes to the image linking and mermaid packages
the change in the schema was added to
1 parent 10e42ca commit 4c6e459

15 files changed

Lines changed: 87 additions & 92 deletions
162 Bytes
Binary file not shown.

docs/assets/metadata_characterization_hierarchy.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/assets/metadata_coremeta4cat_overview.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/assets/metadata_reaction_hierarchy.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/assets/metadata_simulation_hierarchy.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/assets/metadata_synthesis_hierarchy.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/characterization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2973,7 +2973,7 @@ interval rather than a point value. Provide the shared unit as a QUDT DefinedTer
29732973

29742974
**Cardinality:** Optional
29752975

2976-
**CURIE:** [`SIO:000008`](http://semanticscience.org/resource/SIO_000008)
2976+
**CURIE:** [`VOC4CAT:0008116`](https://w3id.org/nfdi4cat/voc4cat_0008116)
29772977

29782978
**Schema Reference:** [has_heating_rate](./elements/slots/has_heating_rate.md)
29792979

@@ -3161,7 +3161,7 @@ interval rather than a point value. Provide the shared unit as a QUDT DefinedTer
31613161

31623162
**Cardinality:** Optional
31633163

3164-
**CURIE:** [`SIO:000008`](http://semanticscience.org/resource/SIO_000008)
3164+
**CURIE:** [`VOC4CAT:0008116`](https://w3id.org/nfdi4cat/voc4cat_0008116)
31653165

31663166
**Schema Reference:** [has_heating_rate](./elements/slots/has_heating_rate.md)
31673167

@@ -3349,7 +3349,7 @@ interval rather than a point value. Provide the shared unit as a QUDT DefinedTer
33493349

33503350
**Cardinality:** Optional
33513351

3352-
**CURIE:** [`SIO:000008`](http://semanticscience.org/resource/SIO_000008)
3352+
**CURIE:** [`VOC4CAT:0008116`](https://w3id.org/nfdi4cat/voc4cat_0008116)
33533353

33543354
**Schema Reference:** [has_heating_rate](./elements/slots/has_heating_rate.md)
33553355

@@ -5356,7 +5356,7 @@ interval rather than a point value. Provide the shared unit as a QUDT DefinedTer
53565356

53575357
**Cardinality:** Optional, Multivalued
53585358

5359-
**CURIE:** [`coremeta4cat:heating_ramp`](https://w3id.org/nfdi4cat/coremeta4cat/heating_ramp)
5359+
**CURIE:** [`VOC4CAT:0008116`](https://w3id.org/nfdi4cat/voc4cat_0008116)
53605360

53615361
**Schema Reference:** [heating_ramp](./elements/slots/heating_ramp.md)
53625362

docs/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The model draws its terminology from [Voc4Cat](https://nfdi4cat.github.io/voc4ca
77
> CoreMeta4Cat is a living standard. Community feedback — submitted via the **Submit Term Feedback** button — continuously shapes the addition, revision, and removal of data fields.
88
99
<div style="text-align: center; margin: 1.5rem 0;">
10-
<img src="../images/CoreMeta4Cat_Picture.png" alt="CoreMeta4Cat model overview" style="width: 60%; border-radius: 8px;">
10+
<img src="./images/CoreMeta4Cat_Picture.png" alt="CoreMeta4Cat model overview" style="width: 60%; border-radius: 8px;">
1111
</div>
1212

1313
## Getting Started
@@ -35,13 +35,13 @@ Semantically enrich your data using the CoreMeta4Cat LinkML schema. Ideal for pr
3535

3636
<div class="grid cards" style="color: #1a1a2e; background: #eef2fb; font-size: 0.9rem;" markdown>
3737

38-
- **[<img src="../images/Synthesis.svg" width="30"> Synthesis](#synthesis)**
38+
- **[<img src="./images/Synthesis.svg" width="30"> Synthesis](#synthesis)**
3939

40-
- **[<img src="../images/Characterization.svg" width="30"> Characterization](#characterization)**
40+
- **[<img src="./images/Characterization.svg" width="30"> Characterization](#characterization)**
4141

42-
- **[<img src="../images/Reaction.svg" width="30"> Reaction](#reaction)**
42+
- **[<img src="./images/Reaction.svg" width="30"> Reaction](#reaction)**
4343

44-
- **[<img src="../images/Simulation.svg" width="30"> Simulation](#simulation)**
44+
- **[<img src="./images/Simulation.svg" width="30"> Simulation](#simulation)**
4545

4646

4747

@@ -68,7 +68,7 @@ The inner layer defines mandatory baseline metadata, enabling consistent categor
6868
## [Synthesis](synthesis.md)
6969
<div style="text-align: center;">
7070
<a href="synthesis">
71-
<img src="../images/Synthesis.svg" alt="Synthesis logo" style="width: 50%;">
71+
<img src="./images/Synthesis.svg" alt="Synthesis logo" style="width: 50%;">
7272
</a>
7373
</div>
7474

@@ -77,7 +77,7 @@ The Synthesis metadata group defines the minimal information required to documen
7777
## [Characterization](characterization.md)
7878
<div style="text-align: center;">
7979
<a href="characterization">
80-
<img src="../images/Characterization.svg" alt="Characterization logo" style="width: 50%;">
80+
<img src="./images/Characterization.svg" alt="Characterization logo" style="width: 50%;">
8181
</a>
8282
</div>
8383
The Characterization metadata group specifies the information needed to describe the physical and chemical nature of a catalyst. It covers equipment, techniques, sample preparation, and detailed method-specific parameters (e.g., XRD, XAS, IR, Raman, NMR, GC-MS, TEM). By standardizing reporting across many analytical methods, it ensures catalyst properties are consistently documented and interpretable.
@@ -86,7 +86,7 @@ The Characterization metadata group specifies the information needed to describe
8686

8787
<div style="text-align: center;">
8888
<a href="reaction">
89-
<img src="../images/Reaction.svg" alt="Reaction logo" style="width: 50%;">
89+
<img src="./images/Reaction.svg" alt="Reaction logo" style="width: 50%;">
9090
</a>
9191
</div>
9292

@@ -95,7 +95,7 @@ The Reaction metadata group defines the minimum information required to describe
9595
## [Simulation](simulation.md)
9696
<div style="text-align: center;">
9797
<a href="simulation">
98-
<img src="../images/Simulation.svg" alt="Simulation logo" style="width: 50%;">
98+
<img src="./images/Simulation.svg" alt="Simulation logo" style="width: 50%;">
9999
</a>
100100
</div>
101101

@@ -106,7 +106,7 @@ The Simulation metadata group specifies the essential information for reporting
106106
<iframe
107107
src="assets/metadata_coremeta4cat_overview.html"
108108
width="100%"
109-
height= "800vh"
109+
height= "455vh"
110110
style="border: 2px solid #5C88DA; background-color: #F0F8FF;
111111
"
112112
allowfullscreen

docs/reaction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -652,9 +652,8 @@ suspended in an upward-flowing gas or liquid stream.
652652
<summary><strong>product identification method</strong> (Mandatory, Multivalued)</summary>
653653

654654
**Description:** The analytical method used to identify and/or quantify reaction products.
655-
Should reference a CharacterizationTechnique instance (e.g. a GCMS or
656-
HPLC_MS object from coremeta4cat_characterization_ap). The abstract stub
657-
ProductIdentificationMethod is retained for backward compatibility.
655+
Should reference a CharacterizationTechnique instance (e.g. GCMS, HPLC_MS).
656+
The abstract stub ProductIdentificationMethod is retained for backward compatibility.
658657

659658
**Data Type:** ProductIdentificationMethod
660659

docs/schema/coremeta4cat.yaml

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ description: "The CoreMeta4Cat describes the minimum information which must be r
3030
\ SimulationMethod are\n modelled as Plan (from dcat_ap_plus), the protocol realized\
3131
\ by the Activity.\n\nThis file is the top-level aggregator. It imports coremeta4cat_common\
3232
\ (shared\nslots and enums) and the four subprofile modules.\n\nFull import hierarchy:\n\
33-
\ coremeta4cat.yaml (this file \u2014 aggregator + CatalysisDataset entry point)\n\
34-
\ +-- coremeta4cat_common.yaml (shared slots, enums)\n +-- chem_dcat_ap\
35-
\ (SubstanceSample, ChemicalSubstance, \u2026)\n +-- chemical_reaction_ap\n\
36-
\ +-- chemical_entities_ap\n +--\
37-
\ material_entities_ap\n +-- dcat_ap_plus (DCAT-AP-PLUS\
38-
\ base)\n +-- coremeta4cat_synthesis_ap (Step 3 \u2014 Synthesis, PreparationMethod,\
39-
\ mixins)\n +-- coremeta4cat_characterization_ap (Step 4 \u2014 Characterization,\
40-
\ 24 techniques, mixins)\n +-- coremeta4cat_reaction_ap (Step 5 \u2014\
41-
\ Reaction, 8 Reactor subclasses)\n +-- coremeta4cat_simulation_ap (Step\
42-
\ 6 \u2014 Simulation, 4 methods, 12 properties, mixins)"
33+
```\n coremeta4cat.yaml (this file \u2014 aggregator + CatalysisDataset entry\
34+
\ point)\n +-- coremeta4cat_common.yaml (shared slots, enums)\n \
35+
\ +-- chem_dcat_ap (SubstanceSample, ChemicalSubstance, \u2026)\n \
36+
\ +-- chemical_reaction_ap\n +-- chemical_entities_ap\n\
37+
\ +-- material_entities_ap\n \
38+
\ +-- dcat_ap_plus (DCAT-AP-PLUS base)\n +-- coremeta4cat_synthesis_ap\
39+
\ (Step 3 \u2014 Synthesis, PreparationMethod, mixins)\n +-- coremeta4cat_characterization_ap\
40+
\ (Step 4 \u2014 Characterization, 24 techniques, mixins)\n +-- coremeta4cat_reaction_ap\
41+
\ (Step 5 \u2014 Reaction, 8 Reactor subclasses)\n +-- coremeta4cat_simulation_ap\
42+
\ (Step 6 \u2014 Simulation, 4 methods, 12 properties, mixins)\n```"
4343
title: CoreMeta4cat Metadata Reference Model
4444
id: https://w3id.org/nfdi4cat/coremeta4cat
4545
version: 1.0.0
@@ -679,9 +679,9 @@ slots:
679679
description: Temperature ramp rate during a heating or cooling step.
680680
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
681681
mappings:
682-
- SIO:000008
682+
- VOC4CAT:0008116
683683
is_a: has_quantitative_attribute
684-
slot_uri: SIO:000008
684+
slot_uri: VOC4CAT:0008116
685685
owner: TemperatureProgramMixin
686686
domain_of:
687687
- TemperatureProgramMixin
@@ -886,9 +886,9 @@ slots:
886886
description: Temperature ramp rate during the calcination step.
887887
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
888888
mappings:
889-
- SIO:000008
889+
- VOC4CAT:0008116
890890
is_a: has_heating_rate
891-
slot_uri: SIO:000008
891+
slot_uri: VOC4CAT:0008116
892892
owner: CalcinationMixin
893893
domain_of:
894894
- CalcinationMixin
@@ -1482,8 +1482,8 @@ slots:
14821482
description: Chemical agent used to induce precipitation (e.g. NaOH, NH3).
14831483
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/synthesis/
14841484
mappings:
1485-
- coremeta4cat:precipitating_agent
1486-
slot_uri: coremeta4cat:precipitating_agent
1485+
- VOC4CAT:0008203
1486+
slot_uri: VOC4CAT:0008203
14871487
owner: PrecipitationMixin
14881488
domain_of:
14891489
- PrecipitationMixin
@@ -3486,8 +3486,8 @@ slots:
34863486
description: Temperature ramp rate in GC oven programme.
34873487
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/characterization/
34883488
mappings:
3489-
- coremeta4cat:heating_ramp
3490-
slot_uri: coremeta4cat:heating_ramp
3489+
- VOC4CAT:0008116
3490+
slot_uri: VOC4CAT:0008116
34913491
owner: GCMS
34923492
domain_of:
34933493
- GCMS
@@ -7594,11 +7594,9 @@ slots:
75947594
description: 'The analytical method used to identify and/or quantify reaction
75957595
products.
75967596

7597-
Should reference a CharacterizationTechnique instance (e.g. a GCMS or
7598-
7599-
HPLC_MS object from coremeta4cat_characterization_ap). The abstract stub
7597+
Should reference a CharacterizationTechnique instance (e.g. GCMS, HPLC_MS).
76007598

7601-
ProductIdentificationMethod is retained for backward compatibility.'
7599+
The abstract stub ProductIdentificationMethod is retained for backward compatibility.'
76027600
from_schema: https://w3id.org/nfdi4cat/coremeta4cat/reaction/
76037601
mappings:
76047602
- coremeta4cat:product_identification_method
@@ -13630,11 +13628,9 @@ classes:
1363013628
description: 'The analytical method used to identify and/or quantify reaction
1363113629
products.
1363213630

13633-
Should reference a CharacterizationTechnique instance (e.g. a GCMS or
13634-
13635-
HPLC_MS object from coremeta4cat_characterization_ap). The abstract stub
13631+
Should reference a CharacterizationTechnique instance (e.g. GCMS, HPLC_MS).
1363613632

13637-
ProductIdentificationMethod is retained for backward compatibility.'
13633+
The abstract stub ProductIdentificationMethod is retained for backward compatibility.'
1363813634
range: ProductIdentificationMethod
1363913635
required: true
1364013636
multivalued: true
@@ -17914,7 +17910,7 @@ classes:
1791417910
class_uri: qudt:Quantity
1791517911
metamodel_version: 1.7.0
1791617912
source_file: coremeta4cat.yaml
17917-
source_file_date: '2026-06-05T13:11:48'
17918-
source_file_size: 6777
17919-
generation_date: '2026-06-06T18:18:45'
17913+
source_file_date: '2026-06-07T17:29:03'
17914+
source_file_size: 6791
17915+
generation_date: '2026-06-07T17:58:47'
1792017916

0 commit comments

Comments
 (0)