Skip to content

Commit c98c5ea

Browse files
committed
Deploying to gh-pages from @ 8364ce3 🚀
1 parent ccfb3bd commit c98c5ea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,12 @@ <h2> Contents </h2>
367367
<h1>Python Workflow Definition<a class="headerlink" href="#python-workflow-definition" title="Link to this heading">#</a></h1>
368368
<p><a class="reference external" href="https://github.com/pythonworkflow/python-workflow-definition/actions/workflows/pipeline.yml"><img alt="Pipeline" src="https://github.com/pythonworkflow/python-workflow-definition/actions/workflows/pipeline.yml/badge.svg" /></a>
369369
<a class="reference external" href="https://mybinder.org/v2/gh/pythonworkflow/python-workflow-definition/HEAD"><img alt="Binder" src="https://mybinder.org/badge_logo.svg" /></a>
370-
<a class="reference external" href="https://arxiv.org/abs/2505.20366"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-2505.20366-b31b1b.svg" /></a>
371370
<a class="reference external" href="https://doi.org/10.5281/zenodo.15516179"><img alt="DOI" src="https://zenodo.org/badge/945869529.svg" /></a></p>
372371
<section id="definition">
373372
<h2>Definition<a class="headerlink" href="#definition" title="Link to this heading">#</a></h2>
374373
<p>In the Python Workflow Definition (PWD) each node represents a Python function, with the edges defining the connection
375374
between input and output of the different Python functions.</p>
375+
<p>Published in: <a class="reference external" href="https://doi.org/10.1039/D5DD00231A">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</a></p>
376376
</section>
377377
<section id="format">
378378
<h2>Format<a class="headerlink" href="#format" title="Link to this heading">#</a></h2>

_sources/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.

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)