From 94afcd73c2464b6dc003998f3f81996e5905d952 Mon Sep 17 00:00:00 2001 From: David Linke Date: Tue, 12 Dec 2023 23:06:03 +0100 Subject: [PATCH] ID request markdoerr --- .zenodo.json | 5 +++++ idranges.toml | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/.zenodo.json b/.zenodo.json index b7aa9df..0b3c5e1 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -12,6 +12,11 @@ "name": "Moustakas, Nikolaos", "orcid": "0000-0002-6242-2167", "affiliation": "Leibniz Institute for Catalysis, Albert-Einstein-Str. 29 A, 18059 Rostock, Germany" + }, + { + "name": "Doerr, Mark", + "orcid": "0000-0003-3270-6895", + "affiliation": "Department of Biotechnology and Enzyme Catalysis, Institute of Biochemistry, University of Greifswald, Felix-Hausdorff-Str. 4, 17487 Greifswald, Germany" } ], "description": "

Voc4Cat is a SKOS vocabulary for the catalysis disciplines.

The vocabulary was created in the NFDI4Cat initiative. The first collection of terms was published in June 2023 with a focus on photo catalysis. Our goal is to continuously extend the vocabulary to other areas of catalysis and related disciplines like chemical engineering or materials science. The principles that we follow are summarized in the Voc4Cat Guidelines.

If you want to help us building a catalysis vocabulary, please come to our GitHub repository. Everyone is welcome! We tried to make contributing easy: Download the current vocabulary as Excel file, make your edits and upload the modified file in a pull request.

The voc4cat repository is based on voc4cat-template. The workflows use voc4cat-tool and GitHub features like pull requests, gh-actions, gh-pages etc. to minimize the workload for contributors and editors.

", diff --git a/idranges.toml b/idranges.toml index e133590..1801697 100644 --- a/idranges.toml +++ b/idranges.toml @@ -44,4 +44,11 @@ gh_name = "dalito" orcid = "0000-0002-5898-1820" ror_id = "https://ror.org/029hg0311" +[[vocabs.voc4cat.id_range]] +first_id = 6001 +last_id = 7000 +gh_name = "markdoerr" +orcid = "0000-0003-3270-6895" +ror_id = "https://ror.org/00r1edq15" + # Continue with as many [[vocabs.voc4cat.id_range]] sections as needed.