Skip to content

Commit a0285ae

Browse files
Merge pull request #50 from nfdi4cat/HendrikBorgelt-patch-1
Fix asset paths and update site metadata
2 parents b8cdd06 + 42ed4d3 commit a0285ae

7 files changed

Lines changed: 13 additions & 12 deletions

File tree

docs/coremeta4cat-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This page lists projects, data repositories, and communities that have adopted C
99

1010
<div style="text-align: center;">
1111
<a>
12-
<img src="/CoreMeta4Cat/images/CoreMeta4Cat_Picture.png" alt="CoreMeta4Cat logo" style="width: 40%;">
12+
<img src="images/CoreMeta4Cat_Picture.png" alt="CoreMeta4Cat logo" style="width: 40%;">
1313
</a>
1414
</div>
1515

@@ -19,7 +19,7 @@ This page lists projects, data repositories, and communities that have adopted C
1919

2020
<div style="text-align: center;">
2121
<a>
22-
<img src="/CoreMeta4Cat/images/nfdi4cat-logo.png" alt="nfdi4cat-logo" style="width: 40%;">
22+
<img src="images/nfdi4cat-logo.png" alt="nfdi4cat-logo" style="width: 40%;">
2323
</a>
2424
</div>
2525

docs/design-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This page explains the key structural decisions behind CoreMeta4Cat — how the
99

1010
<div style="text-align: center;">
1111
<a>
12-
<img src="/images/CoreMeta4Cat_Picture.png" alt="CoreMeta4Cat logo" style="width: 40%;">
12+
<img src="images/CoreMeta4Cat_Picture.png" alt="CoreMeta4Cat logo" style="width: 40%;">
1313
</a>
1414
</div>
1515
---

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Adopting a new metadata standard does not have to mean changing how you work ove
99

1010
<div style="text-align: center;">
1111
<a>
12-
<img src="/images/CoreMeta4Cat_Picture.png" alt="CoreMeta4Cat logo" style="width: 40%;">
12+
<img src="images/CoreMeta4Cat_Picture.png" alt="CoreMeta4Cat logo" style="width: 40%;">
1313
</a>
1414
</div>
1515

@@ -40,7 +40,7 @@ Level 4 ──► Validate records against the full CoreMeta4Cat schema
4040
To help you understand which terms exist and how they relate to each other, CoreMeta4Cat provides a reference Excel workbook. This workbook is **not a data entry form to fill in** — it is a structured overview of the CoreMeta4Cat vocabulary hierarchy, organised by data class, that you can use as a lookup reference when designing or annotating your own data sheets.
4141

4242
<div style="text-align: center; margin: 1.5em 0;">
43-
<a href="../assets/coremeta4cat_vocabulary.xlsx"
43+
<a href="assets/coremeta4cat_vocabulary.xlsx"
4444
style="display: inline-block; padding: 0.7em 1.6em; background: #1976d2; color: white;
4545
border-radius: 4px; text-decoration: none; font-weight: bold;">
4646
⬇ Download the CoreMeta4Cat vocabulary reference workbook

docs/how-to-extend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This page explains how to add new entries to the CoreMeta4Cat schema — new pre
99

1010
<div style="text-align: center;">
1111
<a>
12-
<img src="/images/CoreMeta4Cat_Picture.png" alt="CoreMeta4Cat logo" style="width: 40%;">
12+
<img src="images/CoreMeta4Cat_Picture.png" alt="CoreMeta4Cat logo" style="width: 40%;">
1313
</a>
1414
</div>
1515

docs/schema/coremeta4cat.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17420,7 +17420,7 @@ classes:
1742017420
class_uri: qudt:Quantity
1742117421
metamodel_version: 1.7.0
1742217422
source_file: coremeta4cat.yaml
17423-
source_file_date: '2026-04-23T21:51:58'
17423+
source_file_date: '2026-04-27T16:40:09'
1742417424
source_file_size: 6739
17425-
generation_date: '2026-04-23T22:47:01'
17425+
generation_date: '2026-04-27T17:47:17'
1742617426

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ theme:
1212
- navigation.instant
1313
- navigation.instant.progress
1414
- navigation.tracking
15-
logo: /images/CoreMeta4Cat_Picture.png
15+
logo: images/CoreMeta4Cat_Picture.png
1616

1717
# for adding extra css/js see https://www.mkdocs.org/user-guide/customizing-your-theme/
1818

@@ -61,8 +61,9 @@ exclude_docs: |
6161
extra_css:
6262
- stylesheets//no-details-box.css
6363

64-
site_url: https://HendrikBorgelt.github.io/CoreMeta4Cat
65-
repo_url: https://github.com/HendrikBorgelt/CoreMeta4Cat
64+
site_url: https://nfdi4cat.github.io/CoreMeta4Cat
65+
repo_url: https://github.com/nfdi4cat/CoreMeta4Cat
66+
use_directory_urls: true
6667

6768
# enable version selector for multi-version support
6869
extra:

scripts/generate_schema_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def generate_markdown_for_main_class(schema: dict, main_class: str, output_file:
355355
if class_uri:
356356
md += f"**CURIE:** [`{class_uri}`]({class_uri})\n\n"
357357

358-
md += (f'<iframe\n src="/assets/metadata_{main_class.lower()}_hierarchy.html"\n'
358+
md += (f'<iframe\n src="assets/metadata_{main_class.lower()}_hierarchy.html"\n'
359359
f' width="100%"\n height= "470vh"\n'
360360
f' style="border: 2px solid #5C88DA; background-color: #F0F8FF;\n "\n'
361361
f' allowfullscreen\n></iframe>')

0 commit comments

Comments
 (0)