Skip to content
Draft
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0fbbc8b
added barebones paper.md
JensKrumsieck Oct 29, 2025
e9e69a2
Merge branch 'main' into paper/joss
JensKrumsieck Oct 29, 2025
60a03ef
Merge branch 'main' into paper/joss
JensKrumsieck Oct 29, 2025
fa4898f
summary
JensKrumsieck Oct 29, 2025
d761682
...
JensKrumsieck Oct 29, 2025
a6d9660
added dfg
JensKrumsieck Oct 29, 2025
735475a
added bib file
JensKrumsieck Oct 29, 2025
efb8b9e
comma
JensKrumsieck Oct 29, 2025
4578fe0
added ci
JensKrumsieck Oct 29, 2025
08d7c1e
fix path
JensKrumsieck Oct 29, 2025
9e8d019
fix
JensKrumsieck Oct 29, 2025
e6fd308
yml fix
JensKrumsieck Oct 29, 2025
7614212
Merge branch 'main' into paper/joss
JensKrumsieck Oct 29, 2025
8f2df5b
minor fixes
JensKrumsieck Oct 29, 2025
df52301
added placeholder text
JensKrumsieck Oct 29, 2025
9dd557d
first paragraph SoN
JensKrumsieck Oct 29, 2025
6b674b0
added some content
JensKrumsieck Oct 29, 2025
9f9be30
add more content
aleidel Oct 29, 2025
e1d96b8
changed image path
JensKrumsieck Oct 29, 2025
ff1536a
small changes to test how figures work in pdf
JensKrumsieck Oct 29, 2025
7a9ea73
added content
JensKrumsieck Oct 29, 2025
3b129d6
added paragrah
JensKrumsieck Oct 29, 2025
d766d56
added rors
JensKrumsieck Oct 29, 2025
304755a
added signs
JensKrumsieck Oct 29, 2025
ab6efff
first draft connect
aleidel Oct 29, 2025
fddd88d
streamlined text
JensKrumsieck Oct 29, 2025
28c9cac
punctuation
JensKrumsieck Oct 29, 2025
17b3cf2
restruct
JensKrumsieck Oct 29, 2025
a019db4
add fig
JensKrumsieck Oct 29, 2025
90d8348
Merge branch 'main' into paper/joss
JensKrumsieck Apr 16, 2026
8901985
reboot process, added neccessary information
JensKrumsieck Apr 16, 2026
14e9128
updated summary block
JensKrumsieck Apr 16, 2026
4198f18
a minor
JensKrumsieck Apr 16, 2026
ddbbf3b
brought old draft into correct structure
JensKrumsieck Apr 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Draft PDF
on:
push:
branches: ["paper/joss"]
paths:
- paper/**
- .github/workflows/draft-pdf.yml

jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
paper-path: paper.md
- name: Upload
uses: actions/upload-artifact@v4
with:
name: paper
path: paper.pdf
Comment thread Fixed
3 changes: 3 additions & 0 deletions paper/paper.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@article{wörstbröt,
title = delete me!
}
58 changes: 58 additions & 0 deletions paper/paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: 'SciWin-Client: something subtitle'

tags:
- CWL
- workflow
- FAIRagro

authors:
- name: Jens Krumsieck
orcid: 0000-0001-6242-5846
affiliation: 1
- name: Antonia Leidel
orcid: 0009-0007-1765-0527
affiliation: 2
- name: Harald von Waldow
orcid: ...
affiliation: 1
- name: Patrick König
orcid: 0000-0002-8948-6793
affiliation: 3
- name: Xaver Stiensmeier
orcid: 0009-0005-3274-122X
affiliation: 4
- name: Florian Hoedt
orcid: 0000-0002-6068-1659
affiliation: 5

affiliations:
- name: Johann Heinrich von Thünen-Institute, Braunschweig, Germany
index: 1
- name: Leibniz Institute of Plant Genetics and Crop Plant Research, Gatersleben, Germany
index: 2
- name: Helmholtz Centre for Infection Research, Braunschweig, Germany
index: 3
- name: University Bielefeld, Bielefeld, Germany
index: 4
- name: PowerCo ??
index: 5

date: XX XXXX 202X
bibliography: paper.bib
---

# Summary
SciWIn-Client is a command-line tool developed as part of FAIRagro's Scientific Workflow Infrastructure (SciWIn). It is designed to streamline the creation, execution and management of reproducible computational Workflows using the Common Workflow Language (CWL).
SciWIn-Client allows researchers to create and modify CWL CommandLineTools and workflows with minimal amount of work. It supports local and remote workflow execution within containerized environments enabling consitent results across different systems.
By integrating with Git it promotes transparent and collaborative workflow development helping researchers to share their work in a reproducible and substainable way.
...

# Statement of Need

# ...?

# Acknowledgements
We gratefully acknowledge the financial support of the German Research Foundation (DFG) – project number 501899475.

# References
Loading