Skip to content

Commit

Permalink
Merge pull request #312 from DavidT3/paper/writeJOSSPaper
Browse files Browse the repository at this point in the history
Paper/write joss paper
  • Loading branch information
DavidT3 authored Oct 17, 2024
2 parents 47131c5 + 31af3d9 commit bb62dbd
Show file tree
Hide file tree
Showing 6 changed files with 530 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,44 @@ on:
# slightly more pretty
jobs:
paper:
# Sets up the run on the latest version of Ubuntu they have 'in stock'
runs-on: ubuntu-latest
# Names the job
name: Paper Draft
# Sets up the steps of the job, firstly we check out the master branch
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build TeX and PDF
uses: docker://openjournals/paperdraft:latest
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
args: '-k paper/paper.md'
# Sets the specific journal to be built for, and where the Markdown file lives
env:
GIT_SHA: $GITHUB_SHA
JOURNAL: joss
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: paper
path: 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

#jobs:
# paper:
# runs-on: ubuntu-latest
# # Names the job
# name: Paper Draft
# # Sets up the steps of the job, firstly we check out the master branch
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# # Then use the JOSS action to build the paper
# - name: Build draft PDF
# uses: openjournals/openjournals-draft-action@master
# # Sets the specific journal to be built for, and where the Markdown file lives
# uses: actions/checkout@v4
# - name: Build TeX and PDF
# uses: openjournals/openjournals-draft-action@v.1.0
# with:
# journal: joss
# paper-path: paper/paper.md
# args: '-k paper/paper.md'
# # Sets the specific journal to be built for, and where the Markdown file lives
# - name: Upload
# uses: actions/upload-artifact@v1
# uses: actions/upload-artifact@v4
# with:
# name: paper
# # This is the output path where Pandoc will write the compiled PDF
# path: paper/paper.pdf
# path: paper/
8 changes: 8 additions & 0 deletions paper/archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[//]: # (; from in-solar-system objects, to )
[//]: # (supernovae, to galaxies and galaxy clusters.)

[//]: # (Any such change will be recorded in the archive history, and processed )

[//]: # (observations version controlled, so that the data archive can have a specific version that refers to its exact state )

[//]: # (at any given time; this version can be referred to in published work using the data archive.)
Binary file added paper/current_paper.pdf
Binary file not shown.
Binary file added paper/figures/daxa_paper_flowchart.pdf
Binary file not shown.
Loading

0 comments on commit bb62dbd

Please sign in to comment.