Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
b31dba1
paper template
ranocha Feb 20, 2025
f620754
build paper draft
ranocha Feb 20, 2025
5ce654c
draft action at master
ranocha Feb 20, 2025
ff973c5
no CI when changing the paper
ranocha Feb 20, 2025
1636637
build paper draft also on PR
ranocha Feb 20, 2025
75c3c87
ignore more CI
ranocha Feb 20, 2025
29fb5ae
update
ranocha Feb 20, 2025
9961c5b
Update paper/paper.md
ranocha Feb 21, 2025
c5cb4f0
First draft summary paper.md
SKopecz Feb 24, 2025
1049275
Update paper.md
SKopecz Feb 24, 2025
43cb7d2
additional references
SKopecz Feb 24, 2025
8be7e1c
Update paper.md
SKopecz Feb 24, 2025
6baf816
Update paper.bib
SKopecz Feb 24, 2025
2f43d49
added paper by torlo, oeffner, ranocha
SKopecz Feb 24, 2025
a36614d
ref to paper by torlo, oeffner, ranocha
SKopecz Feb 24, 2025
f85f54c
added paper benz, meister, zardo
SKopecz Feb 24, 2025
2f07d93
ref to benz, meister, zardo
SKopecz Feb 24, 2025
888df07
fix rebase
ranocha Feb 27, 2025
83436d7
fix typos
ranocha Feb 27, 2025
69a1a70
Update paper.bib
SKopecz Mar 3, 2025
816b7d0
Update paper.md
SKopecz Mar 3, 2025
2a250aa
Update paper.bib
SKopecz Mar 3, 2025
b0117d7
Update paper.md
SKopecz Mar 3, 2025
094a8bc
Update paper.bib
SKopecz Mar 3, 2025
9ac3808
Update paper.md
SKopecz Mar 3, 2025
fc31c14
Update paper.md
SKopecz Mar 3, 2025
c552457
Added reference and a short text on MPDeC.
SKopecz Apr 1, 2025
a588020
corrected typo
SKopecz Apr 1, 2025
35ee35c
First thoughts on realted software
SKopecz Apr 1, 2025
b649618
First features
SKopecz Apr 1, 2025
133f320
minor changes
SKopecz Apr 1, 2025
a4ee226
First draft statement of need
SKopecz Apr 2, 2025
fc00f71
revised features sectoin
SKopecz Apr 2, 2025
0c26a5b
restructured summary and statement of need
SKopecz Apr 2, 2025
45c615d
minor changes
SKopecz Apr 2, 2025
b294e95
typo
SKopecz Apr 2, 2025
c17b4fd
minor changes
SKopecz Apr 2, 2025
dcaaaa3
Merge branch 'main' into paper-2025-joss
ranocha Apr 2, 2025
4350564
minor revisions
ranocha Apr 2, 2025
82be02f
additional references
ranocha Apr 2, 2025
7ac358d
Sigal is no typo
ranocha Apr 2, 2025
9620817
fix citation
ranocha Apr 2, 2025
fd79db1
fix citation
ranocha Apr 2, 2025
107c024
Merge branch 'main' into paper-2025-joss
JoshuaLampert Apr 2, 2025
8d77367
Apply suggestions from code review
SKopecz Apr 3, 2025
b863c6b
Merge branch 'main' into paper-2025-joss
SKopecz Apr 3, 2025
2bf926e
Additional comments from review
SKopecz Apr 3, 2025
c4cb373
less focus on MPRK
SKopecz Apr 3, 2025
540cea8
typo
SKopecz Apr 3, 2025
e9514a1
cite Ortleb & Hundsdorfer 2017
SKopecz Apr 3, 2025
fe36fb9
minor change
SKopecz Apr 3, 2025
90f436e
Update paper/paper.md
SKopecz Apr 3, 2025
51fd725
minor revisions
ranocha Apr 4, 2025
961fb86
Apply suggestions from code review
ranocha Apr 4, 2025
4ea5f25
Added tags, updated date
SKopecz Apr 22, 2025
5677f49
Update paper/paper.md
ranocha Apr 22, 2025
040ea77
Merge branch 'main' into paper-2025-joss
SKopecz Apr 22, 2025
65f6040
Added missing DOIs
SKopecz Apr 23, 2025
750cb04
Merge branch 'main' into paper-2025-joss
ranocha May 24, 2025
e277e78
suggestions of JOSS reviewers
ranocha May 24, 2025
09e44d4
comment on issues with nonlinear solvers
ranocha May 24, 2025
3e9c661
fix typo
ranocha May 24, 2025
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
33 changes: 33 additions & 0 deletions .github/workflows/PaperDraft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Build JOSS paper draft PDF

on:
push:
paths:
- paper/**
- .github/workflows/draft-pdf.yml
pull_request:
paths:
- paper/**
- .github/workflows/draft-pdf.yml

jobs:
paper:
runs-on: ubuntu-latest
name: JOSS 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: paper/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/paper.pdf
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ docs/contributing.md
# environment.
Manifest.toml

run
run/*
**/run*
**/*.code-workspace
**/*.pb.gz
2 changes: 2 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[default.extend-words]
sigal = "sigal"
Loading