Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix guidelines link & add link to step-by-step guide #92

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/improvement_guidelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
id: version
attributes:
label: Observed in version
description: "Please provide the version of the guidelines."
description: "Please provide the version of the guidelines (if known)."
validations:
required: false
- type: textarea
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
# A SKOS vocabulary for the catalysis disciplines

> **The first collection of terms was published in June 2023.**
> **Our goal is to grow the vocabulary to cover all subdisciplines of catalysis.**
> **Our goal is to continuously extend the vocabulary to cover all subdisciplines of catalysis.**
> **Please join if you like to help.**

The vocabulary has been created and maintained as part of the [NFDI4Cat](http://nfdi4cat.org) initiative and follows our [Voc4Cat Guidelines](https://doi.org/10.5281/zenodo.7669183).
The Voc4Cat vocabulary and its [guidelines](https://doi.org/10.5281/zenodo.13773255) have been created and are maintained as part of the [NFDI4Cat](http://nfdi4cat.org) initiative.

This repository was created from the template [voc4cat-template](https://github.com/nfdi4cat/voc4cat-template).
It uses the [voc4cat-tool](https://github.com/nfdi4cat/voc4cat-tool) and GitHub features like pull requests, actions, pages etc. to reduce the maintenance workload for contributors and editors.

## Basic principles

We tried hard to make contributing easy. The process is essentially *(see further below for details)*:
Voc4cat makes contributing easy for everyone with a GitHub account. The process is essentially *(see further below for details or browse through our [step-by-step guide](https://doi.org/10.5281/zenodo.13757351)*:

- Download the [most current vocabulary file (xlsx)](https://nfdi4cat.github.io/voc4cat/dev/voc4cat.xlsx),
- Edit the vocabulary file in Excel,
Expand Down Expand Up @@ -97,7 +97,7 @@ Here are the steps for submitting updates via Excel/xlsx.
- If you need to fix something, commit further changes to the pull request branch in your clone.
- If any commits have been made by the CI pipeline, pull the changes to your repo (via "Sync fork" button in GUI) before committing any additional changes.

Finally, when the proposed pull request is accepted, your changes will be integrated in the vocabularies in the folder `vocabularies`.
Finally, when the proposed pull request is accepted, your changes will be integrated in the vocabularies in the folder `vocabularies`.
The vocabularies are stored in split form using one folder per vocabulary.
Each concept, collection and concept scheme is stored in a separate file using the ID-part of the IRI as file name.

Expand Down