This repository was archived by the owner on Aug 28, 2024. It is now read-only.
-
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 branch 'master' into oblate_coord_rot
- Loading branch information
Showing
16 changed files
with
414 additions
and
96 deletions.
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,23 @@ | ||
| on: [push] | ||
|
|
||
| jobs: | ||
| paper: | ||
| runs-on: ubuntu-latest | ||
| name: Paper Draft | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v3 | ||
| - 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 |
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
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,58 @@ | ||
| { | ||
| "description": "Official release for the Journal of Open Source Software.", | ||
| "license" : "GPLv3+", | ||
| "title": "profminton/swiftest: v2023.10.2", | ||
| "version": "v2023.10.2", | ||
| "upload_type": "software", | ||
| "publication_date": "2023-10-07", | ||
| "creators": [ | ||
| { | ||
| "name": "Carlisle Wishard", | ||
| "affiliation": [ | ||
| "Department of Earth, Atmospheric, and Planetary Sciences, Purdue University, USA", | ||
| "Evansville Museum of Arts, History & Science, USA" | ||
| ], | ||
| "orcid": "0009-0001-0733-3268" | ||
| }, | ||
| { | ||
| "name": "Jennifer Pouplin", | ||
| "affiliation": [ | ||
| "Department of Earth, Atmospheric, and Planetary Sciences, Purdue University, USA", | ||
| "School of Aeronautics and Astronautics, Purdue University, USA" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "Jacob Elliott", | ||
| "affiliation": "Department of Earth, Atmospheric, and Planetary Sciences, Purdue University, USA" | ||
| }, | ||
| { | ||
| "name": "Dana Singh", | ||
| "affiliation": "SAIC, Princeton, NJ, USA" | ||
| }, | ||
| { | ||
| "name": "Kaustub Anand", | ||
| "affiliation": [ | ||
| "Department of Earth, Atmospheric, and Planetary Sciences, Purdue University, USA", | ||
| "Department of Physics and Astronomy, Purdue University, USA" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "David Minton", | ||
| "affiliation": "Department of Earth, Atmospheric, and Planetary Sciences, Purdue University, USA", | ||
| "orcid": "0000-0003-1656-9704" | ||
| } | ||
| ], | ||
| "access_right": "open", | ||
| "related_identifiers": [ | ||
| { | ||
| "scheme": "url", | ||
| "identifier": "https://github.com/profminton/swiftest/tree/v2023.10.2", | ||
| "relation": "isSupplementTo" | ||
| }, | ||
| { | ||
| "scheme": "doi", | ||
| "identifier": "10.5281/zenodo.8417147", | ||
| "relation": "isVersionOf" | ||
| } | ||
| ] | ||
| } |
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,22 @@ | ||
| cff-version: 1.1.0 | ||
| message: "If you use this software, please cite it as below." | ||
| authors: | ||
| - name: Wishard | ||
| given-names: Carlislse | ||
| orcid: https://orcid.org/0009-0001-0733-3268 | ||
| - family-names: Pouplin | ||
| given-names: Jennifer | ||
| - family-names: Elliott | ||
| given-names: Jacob | ||
| - family-names: Dana | ||
| given-names: Singh | ||
| - family-names: Anand | ||
| given-names: Kaustub | ||
| - family-names: Minton | ||
| given-names: David | ||
| affiliation: "1" | ||
| orcid: https://orcid.org/0000-0003-1656-9704 | ||
| title: profminton/swiftest: v2023.10.2 | ||
| version: v2023.10.2 | ||
| date-released: 2023-10-07 | ||
|
|
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
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
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
Oops, something went wrong.