Skip to content

Commit

Permalink
ORCID + action
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Sep 6, 2024
1 parent 784d6e2 commit 888eb45
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/paper.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: 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
4 changes: 3 additions & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ tags:
authors:
- name: Remi Delaporte-Mathurin
corresponding: true
orcid: 0000-0000-0000-0000
orcid: 0000-0003-1064-8882
affiliation: 1
- name: James Dark
orcid: 0000-0002-0456-7210
affiliation: "2, 3"
- name: Thomas Fuerst
orcid: 0000-0002-4719-141X
affiliation: 4

affiliations:
Expand Down

0 comments on commit 888eb45

Please sign in to comment.