Skip to content
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

Pulling changes from main into working branch for cleaning up the codebase #8

Merged
merged 21 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1616969
Updating part 1 of DRAKKAR tutorial notebook
erikvansebille Jan 28, 2024
d9d5d70
Working on summary and statement of need
michaeldenes Apr 15, 2024
577a37a
Updates to the statement of need and description of software
michaeldenes Apr 16, 2024
5be1b02
Updates to description, and kernel descriptions
michaeldenes Apr 18, 2024
47169c6
Updates to kernels text and initialisation map algorithms
michaeldenes Apr 22, 2024
1967685
Trying the draft JOSS pdf via github actions generator
michaeldenes Apr 22, 2024
22d4e01
Removing dollar signs for begin{equation} to see if pdf is generated
michaeldenes Apr 22, 2024
043e0cf
Algorithms for plastic release maps updates, + small typo fixes
michaeldenes Apr 22, 2024
ff475eb
Updates to the draft for revision
michaeldenes Apr 23, 2024
bd4ca1e
Missing the ds in the integral term of eqt1
michaeldenes Apr 23, 2024
c4efe7e
Move maths sections of paper to github readme
michaeldenes Apr 24, 2024
2dff0e2
Updates to paper and mainpage readme
michaeldenes Apr 24, 2024
2823f7f
Small changes to readme and paper file
michaeldenes Apr 24, 2024
78d0eaa
Adding URL links to references
michaeldenes Apr 26, 2024
44417b0
links don't need \url wrapper
michaeldenes Apr 26, 2024
b2a7c7b
Trying to get math equations to show correctly in github
michaeldenes Apr 26, 2024
0f9f8d2
Fixing mortality rate m_A in math
michaeldenes Apr 26, 2024
a2bac2d
small sentence changes to README
michaeldenes Apr 26, 2024
27fa2eb
Merge branch 'paper_writing' into main
michaeldenes Apr 26, 2024
e814de8
Merge pull request #6 from OceanParcels/main
michaeldenes Apr 26, 2024
d748b97
Merge pull request #7 from OceanParcels/paper_writing
michaeldenes Apr 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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@v1
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
207 changes: 206 additions & 1 deletion README.md

Large diffs are not rendered by default.

Binary file added paper/initialisation_maps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading