-
Notifications
You must be signed in to change notification settings - Fork 40
start of a JOSS paper #1658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
start of a JOSS paper #1658
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
20bcbc6
start of a JOSS paper
zingale 0a94076
Merge branch 'development' into joss_paper
zingale aff4225
fix title
zingale beac53d
Merge branch 'development' into joss_paper
zingale 53de453
Merge branch 'development' into joss_paper
zingale ebbc4a6
Merge branch 'development' into joss_paper
zingale 31d6550
more work on the JOSS paper
zingale 671081f
add JOSS paper builder action
zingale d991904
fix path
zingale e2ccfc9
fix bib path
zingale 4aac0b7
fix again
zingale d604d66
yet again...
zingale 5972f50
try again
zingale 704b2db
fix artifact location
zingale 640c001
add cites
zingale 3661849
some more work
zingale ef838c0
fix
zingale e335c81
another fix
zingale 2b26b10
Merge branch 'development' into joss_paper
zingale fc64e37
more intro work
zingale 36c9319
more cites
zingale a22ab2f
fix bibtex
zingale 900ac23
more citation fixes
zingale 79462bd
Merge branch 'development' into joss_paper
zingale 4da787d
Potential fix for code scanning alert no. 35: Workflow does not conta…
zingale 4f5e637
some tweaks
zingale bc01a5d
another attempt
zingale 40fe3d7
does this work??
zingale 088b86f
more work on references
zingale 2f976fc
more paper
zingale 995fa27
some fixes
zingale 6e5df86
fix refs
zingale 148f92e
more work
zingale 226d28d
finish a pass
zingale 6dc5525
add section
zingale 8f6569b
a few more sections
zingale 182d21d
a bit more
zingale 9758458
fix some cites
zingale c043d72
Update paper/paper.md
zingale c15a18c
My Updates (#1823)
dwillcox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,28 @@ | ||
| name: Draft PDF | ||
| on: [push] | ||
| permissions: | ||
| contents: read | ||
|
|
||
| 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 | ||
|
|
||
| # see https://github.com/marketplace/actions/open-journals-pdf-generator | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.