Skip to content

Commit 8364ce3

Browse files
authored
Update citation (#144)
* Update README.md * Update README.md * Update CITATION.cff
1 parent b1266b7 commit 8364ce3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ authors:
3434
orcid: "https://orcid.org/0000-0002-7903-2472"
3535
title: "A Python workflow definition for computational materials design"
3636
version: 0.1.1
37-
doi: 10.5281/zenodo.15516180
38-
date-released: 2025-05-26
37+
doi: 10.1039/D5DD00231A
38+
date-released: 2025-10-25
3939
license: bsd-3-clause
4040
url: "https://github.com/pythonworkflow/python-workflow-definition"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Python Workflow Definition
22
[![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)
33
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pythonworkflow/python-workflow-definition/HEAD)
4-
[![arXiv](https://img.shields.io/badge/arXiv-2505.20366-b31b1b.svg)](https://arxiv.org/abs/2505.20366)
54
[![DOI](https://zenodo.org/badge/945869529.svg)](https://doi.org/10.5281/zenodo.15516179)
65

76
## Definition
87
In the Python Workflow Definition (PWD) each node represents a Python function, with the edges defining the connection
98
between input and output of the different Python functions.
109

10+
Published in: [J. Janssen, J. George, J. Geiger, M. Bercx, X. Wang, C. Ertural, J. Schaarschmidt, A.M. Ganose, G. Pizzi, T. Hickel and J. Neugebauer. A python workflow definition for computational materials design. Digital Discovery, 2025](https://doi.org/10.1039/D5DD00231A)
11+
1112
## Format
1213
Each workflow consists of three files, a Python module which defines the individual Pythons, a JSON file which defines
1314
the connections between the different Python functions and a conda environment file to define the software dependencies.

0 commit comments

Comments
 (0)