-
Notifications
You must be signed in to change notification settings - Fork 1
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 #67 from nichollsh/joss
JOSS paper draft
- Loading branch information
Showing
17 changed files
with
2,031 additions
and
1,593 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
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,28 @@ | ||
name: Draft PDF | ||
on: | ||
push: | ||
paths: | ||
- docs/paper/** | ||
- .github/workflows/draft-pdf.yml | ||
|
||
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: docs/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: docs/paper/paper.pdf |
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
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 |
---|---|---|
|
@@ -40,3 +40,6 @@ __pycache__ | |
debug/ | ||
nogit* | ||
.osfcli.config | ||
|
||
# Paper | ||
paper/main.pdf |
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "AGNI" | ||
uuid = "ede838c1-9ec3-4ebe-8ae8-da4091b3f21c" | ||
authors = ["Harrison Nicholls <[email protected]>"] | ||
version = "0.8.1" | ||
version = "0.8.2" | ||
|
||
[deps] | ||
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" | ||
|
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 |
---|---|---|
|
@@ -7,17 +7,17 @@ | |
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Harrison Nicholls", | ||
"affiliation": "University of Oxford" | ||
"affiliation": "Department of Physics, University of Oxford, Parks Road, Oxford OX1 3PU, UK" | ||
} | ||
], | ||
"identifier": "", | ||
"codeRepository": "https://github.com/nichollsh/AGNI", | ||
"datePublished": "2024-09-13", | ||
"dateModified": "2024-09-13", | ||
"dateCreated": "2024-09-13", | ||
"description": "A 1D radiative-convective model for the atmospheres of hot terrestrial planets.", | ||
"keywords": "fortran, julia, physics, radiative-transfer, exoplanets, convection, radiation, planetary-science, atmosphere-model", | ||
"description": "A radiative-convective model for the atmospheres of rocky planets", | ||
"keywords": "physics, radiative transfer, exoplanets, astronomy, convection, radiation, planets, atmospheres", | ||
"license": "GPL v3.0", | ||
"title": "AGNI", | ||
"version": "0.8.1" | ||
"version": "0.8.2" | ||
} |
Oops, something went wrong.