Skip to content

Commit eea7999

Browse files
Merge pull request #18 from nfdi4cat/doc-updates
Doc updates
2 parents eee4f80 + 9930e71 commit eea7999

41 files changed

Lines changed: 35802 additions & 4684 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated part of documentation
2-
/docs/elements/*.md
2+
/docs/elements/**/*.md
33
# linkml-run-examples output (not useful to have in git in its current form)
44
/examples/output/
55

-56.9 KB
Binary file not shown.

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Contributing to CatCore
1+
# Contributing to CoreMeta4Cat
22

33
:+1: First of all: Thank you for taking the time to contribute!
44

55
The following is a set of guidelines for contributing to
6-
CatCore. These guidelines are not strict rules.
6+
CoreMeta4Cat. These guidelines are not strict rules.
77
Use your best judgment, and feel free to propose changes to this document
88
in a pull request.
99

@@ -22,7 +22,7 @@ in a pull request.
2222

2323
## Code of Conduct
2424

25-
The CatCore team strives to create a
25+
The CoreMeta4Cat team strives to create a
2626
welcoming environment for editors, users and other contributors.
2727
Please carefully read our [Code of Conduct](CODE_OF_CONDUCT.md).
2828

@@ -73,7 +73,7 @@ Please submit a [Pull Request][pulls] to submit a new term for consideration.
7373
- Never work on the main branch, always work on an issue/feature branch
7474
- Core developers can work on branches off origin rather than forks
7575
- Always create a PR on a branch to maximize transparency of what you are doing
76-
- PRs should be reviewed and merged in a timely fashion by the CatCore technical leads
76+
- PRs should be reviewed and merged in a timely fashion by the CoreMeta4Cat technical leads
7777
- PRs that do not pass GitHub actions should never be merged
7878
- In the case of git conflicts, the contributor should try and resolve the conflict
7979
- If a PR fails a GitHub action check, the contributor should try and resolve the issue in a timely fashion
@@ -115,7 +115,7 @@ Core developers should read the material on the [LinkML site](https://linkml.io/
115115
[about-branches]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches
116116
[about-issues]: https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues
117117
[about-pulls]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
118-
[issues]: https://github.com/HendrikBorgelt/CatCore/issues/
119-
[pulls]: https://github.com/HendrikBorgelt/CatCore/pulls/
118+
[issues]: https://github.com/nfdi4cat/CoreMeta4Cat/issues/
119+
[pulls]: https://github.com/nfdi4cat/CoreMeta4Cat/pulls/
120120

121121
We recommend also reading [GitHub Pull Requests: 10 Tips to Know](https://blog.mergify.com/github-pull-requests-10-tips-to-know/)

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
1-
<a href="https://github.com/dalito/linkml-project-copier"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json" alt="Copier Badge" style="max-width:100%;"/></a>
21

3-
# CatCore
2+
[![Build and test](https://github.com/nfdi4cat/CoreMeta4Cat/actions/workflows/main.yaml/badge.svg)](https://github.com/nfdi4cat/CoreMeta4Cat/actions/workflows/main.yaml)
3+
[![Copier Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json)](https://github.com/linkml/linkml-project-copier)
44

5-
A metadata reference collection for catalysis related research
5+
6+
# CoreMeta4Cat
7+
8+
CoreMeta4Cat is a community-driven metadata initiative under NFDI4Cat that defines the minimum information required for reporting catalysis research data. Built on the FAIR principles — Findable, Accessible, Interoperable, and Reusable — it provides a shared language for researchers to describe, share, and discover catalysis datasets across institutions and disciplines.
9+
10+
The model draws its terminology from Voc4Cat, NFDI4Cat's controlled vocabulary for catalysis, ensuring standardized semantic representation. Fields are classified as Mandatory, Recommended, or Optional, helping users meet minimum quality thresholds while leaving room for richer annotation.
11+
12+
CoreMeta4Cat is a living standard. Community feedback — submitted via the Submit Term Feedback button on the GitHub pages — continuously shapes the addition, revision, and removal of data fields.
13+
14+
CoreMeta4Cat is currently developed in parallel as an Excel metadata field template as well as a LinkML schema.
15+
16+
### Excel Template
17+
18+
The Excel file can be found in [docs/assets](docs/assets/FF_20250627_Overview_metadata.xlsx)
19+
20+
### LinkML Schema
21+
22+
The LinkML Schema can be found in [src/catcore/schema/](src/catcore/schema), but we recommend to use the documentation if you are not familiar with reading native LinkML Schema, which can be found on our [GitHub pages](https://nfdi4cat.github.io/CoreMeta4Cat/):
23+
24+
* [Reaction](https://nfdi4cat.github.io/CoreMeta4Cat/reaction/)
25+
* [Characterization](https://nfdi4cat.github.io/CoreMeta4Cat/characterization/)
26+
* [Synthesis](https://nfdi4cat.github.io/CoreMeta4Cat/synthesis/)
27+
* [Simulation](https://nfdi4cat.github.io/CoreMeta4Cat/simulation/)
628

729
## Documentation Website
830

9-
[https://HendrikBorgelt.github.io/CoreMeta4Cat/](https://HendrikBorgelt.github.io/CoreMeta4Cat/)
31+
[nfdi4cat.github.io/CoreMeta4Cat/](nfdi4cat.github.io/CoreMeta4Cat/)
1032

1133
## Repository Structure
1234

0 commit comments

Comments
 (0)