diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml new file mode 100644 index 0000000..d6f1774 --- /dev/null +++ b/.github/workflows/draft-pdf.yml @@ -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 \ No newline at end of file diff --git a/paper/paper.md b/paper/paper.md index e24ae01..52ab3df 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -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 --- @@ -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 \ No newline at end of file