-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #312 from DavidT3/paper/writeJOSSPaper
Paper/write joss paper
- Loading branch information
Showing
6 changed files
with
530 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
# 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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Oops, something went wrong.