-
Notifications
You must be signed in to change notification settings - Fork 4
[DO NOT MERGE] JOSS paper draft #235
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
Draft
JoshuaLampert
wants to merge
42
commits into
main
Choose a base branch
from
paper-2025-joss
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 22 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
d7f411f
add first JOSS paper draft
JoshuaLampert c5855fc
add missing dashes
JoshuaLampert 20a5d2e
add first two sections
JoshuaLampert 8c8c859
add features section
JoshuaLampert cf8dbef
typos and abbreviation
JoshuaLampert 158739e
unified months
JoshuaLampert b998d51
section on related research and software
JoshuaLampert cae93fd
exclude bib file from typos
JoshuaLampert 376a784
add tags
JoshuaLampert 074db48
some small changes
JoshuaLampert f53d470
Apply suggestions from code review
JoshuaLampert 234addf
Update paper/paper.md
JoshuaLampert 81ad3a6
Update paper/paper.md
JoshuaLampert 4052f55
Update paper/paper.md
JoshuaLampert 3455467
Apply suggestions from code review
JoshuaLampert e5db237
Apply suggestions from code review
JoshuaLampert c68cae1
Update paper/paper.md
JoshuaLampert 1945c44
Update paper/paper.md
JoshuaLampert 7fc3d0b
Update paper/paper.md
JoshuaLampert 7642281
address target users more clearly
JoshuaLampert b7a713e
Merge branch 'main' into paper-2025-joss
JoshuaLampert e320fea
Update paper/paper.md
JoshuaLampert 5dcf1d0
Update paper/paper.md
JoshuaLampert 066017d
Merge branch 'main' into paper-2025-joss
JoshuaLampert 91244b3
add date to Basilisk website reference
ranocha b07bdb8
more other codes
ranocha f251c16
reformulate
ranocha d7581b7
add reference to Oceananigans.jl and TrixiShallowWater.jl
JoshuaLampert 3b0d1ea
Merge branch 'main' into paper-2025-joss
ranocha a9f5127
Merge branch 'main' into paper-2025-joss
JoshuaLampert 3088913
fix typo
JoshuaLampert 2ae926f
Merge branch 'paper-2025-joss' of https://github.com/JoshuaLampert/Di…
JoshuaLampert 0c68b2b
Merge branch 'main' into paper-2025-joss
JoshuaLampert 634701f
add arXiv DOIs
JoshuaLampert 3aa77a7
Merge branch 'paper-2025-joss' of https://github.com/JoshuaLampert/Di…
JoshuaLampert 32e0edc
Merge branch 'main' into paper-2025-joss
JoshuaLampert a087a65
add references to additional Julia packages
JoshuaLampert 59323ec
fix package name
JoshuaLampert f5c9954
add reference to ShallowWaters.jl
JoshuaLampert 2ee9bec
accidentally deleted WaterWaves1D.jl
JoshuaLampert 60e1e99
Merge branch 'main' into paper-2025-joss
JoshuaLampert 441b6a3
update paper reference
JoshuaLampert 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,33 @@ | ||
| name: Build JOSS paper draft PDF | ||
|
|
||
| on: | ||
| push: | ||
| paths: | ||
| - paper/** | ||
| - .github/workflows/PaperDraft.yml | ||
| pull_request: | ||
| paths: | ||
| - paper/** | ||
| - .github/workflows/PaperDraft.yml | ||
|
|
||
| jobs: | ||
| paper: | ||
| runs-on: ubuntu-latest | ||
| name: JOSS 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 |
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 |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| [default.extend-words] | ||
| ater = "ater" # Needed for {D}ispersive{S}hallow{W}ater.jl | ||
|
|
||
| [files] | ||
| extend-exclude = ["paper/paper.bib"] |
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.