Skip to content

Commit af437cf

Browse files
committed
Deploying to gh-pages from @ b2601ef 🚀
1 parent d6dff50 commit af437cf

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

README.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,15 +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>
370371
<a class="reference external" href="https://doi.org/10.5281/zenodo.15516179"><img alt="DOI" src="https://zenodo.org/badge/945869529.svg" /></a></p>
371372
<section id="definition">
372373
<h2>Definition<a class="headerlink" href="#definition" title="Link to this heading">#</a></h2>
373374
<p>In the Python Workflow Definition (PWD) each node represents a Python function, with the edges defining the connection
374375
between input and output of the different Python functions.</p>
375-
<p>Publication:</p>
376-
<ul class="simple">
377-
<li><p><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></li>
378-
</ul>
379376
</section>
380377
<section id="format">
381378
<h2>Format<a class="headerlink" href="#format" title="Link to this heading">#</a></h2>

_sources/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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)
45
[![DOI](https://zenodo.org/badge/945869529.svg)](https://doi.org/10.5281/zenodo.15516179)
56

67
## Definition
78
In the Python Workflow Definition (PWD) each node represents a Python function, with the edges defining the connection
89
between input and output of the different Python functions.
910

10-
Publication:
11-
* [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)
12-
1311
## Format
1412
Each workflow consists of three files, a Python module which defines the individual Pythons, a JSON file which defines
1513
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)