Skip to content

Commit

Permalink
chore(paper): add rendering help
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed May 29, 2024
1 parent 6d4823d commit 0a675f9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ docs/source/examples_gallery/
docs/source/gen_modules/backreferences/
docs/source/sg_execution_times.rst

paper/pgf/
# Papers build artifacts
papers/eucap2024/pgf/
papers/joss/paper.pdf
papers/joss/paper.jats
18 changes: 18 additions & 0 deletions papers/joss/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# JOSS Paper

This folder contains the source files used to generate
the paper we submitted to the
[Journal of Open Source Software](https://joss.theoj.org/).

You can generate a draft version of the PDF with:

```bash
docker run --rm \
--volume $PWD/papers/joss:/data \
--user $(id -u):$(id -g) \
--env JOURNAL=joss \
openjournals/inara
```

The `$PWD/papers/joss` assumes that you are running
the command from the root directory of this repository.

0 comments on commit 0a675f9

Please sign in to comment.