From 2f659544ebd20540fde776d79e85d773a5b44d41 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 29 May 2025 08:16:54 +0200 Subject: [PATCH 1/3] Create CITATION.cff --- CITATION.cff | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..e534244 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,40 @@ +cff-version: "1.2.0" +authors: +- family-names: Janssen + given-names: Jan + orcid: "https://orcid.org/0000-0001-9948-7119" +- family-names: George + given-names: Janine + orcid: "https://orcid.org/0000-0001-8907-0336" +- family-names: Geiger + given-names: Julian + orcid: "https://orcid.org/0000-0003-0023-1960" +- family-names: Bercx + given-names: Marnik + orcid: "https://orcid.org/0000-0001-8470-1012" +- family-names: Wang + given-names: Xing +- family-names: Ertural + given-names: Christina + orcid: "https://orcid.org/0000-0002-7696-5824" +- family-names: Schaarschmidt + given-names: Joerg + orcid: "https://orcid.org/0000-0002-4389-2366" +- family-names: Ganose + given-names: Alex + orcid: "https://orcid.org/0000-0002-4486-3321" +- family-names: Pizzi + given-names: Giovanni + orcid: "https://orcid.org/0000-0002-3583-4377" +- family-names: Hickel + given-names: Tilmann + orcid: "https://orcid.org/0000-0003-0698-4891" +- family-names: Neugebauer + given-names: Joerg + orcid: "https://orcid.org/0000-0002-7903-2472" +title: "A Python workflow definition for computational materials design" +version: 0.1.1 +doi: 10.5281/zenodo.15516180 +date-released: 2025-05-26 +license: bsd-3-clause +url: "https://github.com/pythonworkflow/python-workflow-definition" From c263dd9d82b50f0758b97531f6eeed6996d5b8f6 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 29 May 2025 08:21:16 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 738f1e4..ed69be4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Python Workflow Definition [![Pipeline](https://github.com/pythonworkflow/python-workflow-definition/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pythonworkflow/python-workflow-definition/actions/workflows/pipeline.yml) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pythonworkflow/python-workflow-definition/HEAD) +[![DOI](https://zenodo.org/badge/945869529.svg)](https://doi.org/10.5281/zenodo.15516179) +[![arXiv](https://img.shields.io/badge/arXiv-2505.20366-b31b1b.svg)](https://arxiv.org/abs/2505.20366) ## Definition In the Python Workflow Definition (PWD) each node represents a Python function, with the edges defining the connection From f871eb7dba346d30ba3d8b9d099a1950b028c4c2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 29 May 2025 08:24:05 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed69be4..0d91d9b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Python Workflow Definition [![Pipeline](https://github.com/pythonworkflow/python-workflow-definition/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pythonworkflow/python-workflow-definition/actions/workflows/pipeline.yml) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pythonworkflow/python-workflow-definition/HEAD) -[![DOI](https://zenodo.org/badge/945869529.svg)](https://doi.org/10.5281/zenodo.15516179) [![arXiv](https://img.shields.io/badge/arXiv-2505.20366-b31b1b.svg)](https://arxiv.org/abs/2505.20366) +[![DOI](https://zenodo.org/badge/945869529.svg)](https://doi.org/10.5281/zenodo.15516179) ## Definition In the Python Workflow Definition (PWD) each node represents a Python function, with the edges defining the connection