Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
24 changes: 24 additions & 0 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Draft PDF
on: [push]

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
# This should be the path to the paper within your repo.
paper-path: docs/joss/paper.md
- name: Upload
uses: actions/upload-artifact@v4
with:
name: paper
# This is the output path where Pandoc will write the compiled
# PDF. Note, this should be the same directory as the input
# paper.md
path: paper.pdf
Empty file added docs/joss/paper.bib
Empty file.
42 changes: 42 additions & 0 deletions docs/joss/paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: 'rook: server-side grid operations for climate datasets'
tags:
- Python
- Earth System Grid Federation
authors:
- name: Carsten Ehbrecht
orcid:
affiliation: 1
- name: Ag Stevens
orcid:
affiliation: 2
affiliations:
- name: DKRZ
index: 1
ror: "03ztgj037"
- name: CEDA
index: 2
ror: "01y3mxb71"
date: 2026
bibliography: paper.bib
---

# Summary

# Statement of need

# State of the field

# Software design

# Research impact statement

# AI usage disclosure

# Acknowledgments

# References




Loading