Skip to content

Commit

Permalink
added paper builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi committed Oct 14, 2024
1 parent 0bf5841 commit 59e74fd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
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: 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
11 changes: 6 additions & 5 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ authors:
corresponding: true
orcid: 0000-0002-9839-1614
affiliation: 1
- name: Thomas Hartmann
orcid: 0000-0002-8298-8125
affiliation: 1
- name: Nathan Weisz
orcid: 0000-0001-7816-0037
affiliation: "1, 2"
- name: Thomas Hartmann
orcid: 0000-0002-8298-8125
affiliation: 1
affiliations:
- name: Paris-Lodron-University of Salzburg, Department of Psychology, Centre for Cognitive Neuroscience, Salzburg, Austria
index: 1
- name: Neuroscience Institute, Christian Doppler University Hospital, Paracelsus Medical University, Salzburg, Austria
index: 2
date: XX October 2024
date: 14 October 2024
bibliography: paper.bib
---

Expand All @@ -45,6 +45,7 @@ The electric signals generated by physiological activity exhibit both activity p
The IRASA algorithm has also been implemented as part of other software packages NeuroDSP `[@cole2019neurodsp]`, YASA `[@vallat2021open]` and FieldTrip `[@oostenveld2011fieldtrip]`.

# Acknowledgements
We want to thank Gianpaolo Demarchi, Patrick Reisinger and Mohammed Ameen for beta testing PyRASA and helpful comments that improved its development.
We want to thank Gianpaolo Demarchi, Patrick Reisinger and Mohammed Ameen for beta testing PyRASA and helpful comments that improved its development.
This project received financial support from the Land Salzburg through the BrainAge project (20102/F2400537-FPR).

# References

0 comments on commit 59e74fd

Please sign in to comment.