Skip to content

Commit a9f60b3

Browse files
committed
-
1 parent dd0c383 commit a9f60b3

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.github/workflows/draft.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
ame: Draft PDF
2+
on: [push]
3+
4+
jobs:
5+
paper:
6+
runs-on: ubuntu-latest
7+
name: Paper Draft
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v4
11+
- name: Build draft PDF
12+
uses: openjournals/openjournals-draft-action@master
13+
with:
14+
journal: joss
15+
paper-path: paper/paper.md
16+
- name: Upload
17+
uses: actions/upload-artifact@v4
18+
with:
19+
name: paper
20+
path: paper/paper.pdf

paper/paper.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ While the main focus of the package is the implementation of recent algorithms t
4949
In addition, `sbijax` provides functionality for model diagnostics, posterior visualization and Markov Chain Monte Carlo (MCMC) sampling.
5050
The package uses the high-performance computing framework `JAX` as a backend [@jax2018github].
5151
Using `JAX` has several advantages, including a) that it uses the same syntax as `numpy` [@harris2020array] which enables a seamless transition for applied scientists who already are familiar with it,
52-
and b) that empirical evaluations have shown that `JAX` can be significantly faster than `PyTorch1 (see, e.g., @phan2019composable).
52+
and b) that empirical evaluations have shown that `JAX` can be significantly faster than `PyTorch` (see, e.g., @phan2019composable).
5353

5454
| Model | Class name | Reference |
5555
|------------------------------------------------|------------|-----------------------------|
@@ -88,4 +88,8 @@ are using `sbijax` for their experiments. @dirmeier2025causal proposed a novel f
8888

8989
No GenAI or other AI tools have been used in writing the software or this manuscript.
9090

91+
# Acknowledgements
92+
93+
This research was supported by the Swiss National Science Foundation (Grant No. $200021_208249$).
94+
9195
# References

0 commit comments

Comments
 (0)