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

JOSS submission [do not merge] #104

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7ad66e9
added workflow file
RemDelaporteMathurin Nov 26, 2024
6d3e72d
added initial draft
RemDelaporteMathurin Nov 26, 2024
4ba8cb7
jon's orcid
RemDelaporteMathurin Nov 26, 2024
3f4c7c0
added figure file
RemDelaporteMathurin Nov 26, 2024
18cf0a5
removed bib file
RemDelaporteMathurin Nov 26, 2024
3179d5a
proper reference
RemDelaporteMathurin Nov 26, 2024
882ea53
bibfile
RemDelaporteMathurin Nov 26, 2024
69fbd88
no ` `
RemDelaporteMathurin Nov 26, 2024
88c52e5
try list with blank lines
RemDelaporteMathurin Nov 26, 2024
b8f381e
openmc ref
RemDelaporteMathurin Nov 26, 2024
da38286
Update paper.md
RemDelaporteMathurin Nov 26, 2024
3600921
Jonathan instead of Jon
RemDelaporteMathurin Nov 26, 2024
54caffe
Apply suggestions from code review
RemDelaporteMathurin Nov 26, 2024
94b52ff
Update paper.md
RemDelaporteMathurin Nov 26, 2024
a60dbfd
Update paper.md
RemDelaporteMathurin Nov 27, 2024
eb0f852
Merge branch 'main' into joss
RemDelaporteMathurin Nov 27, 2024
b16b2f3
cite NeSST package
RemDelaporteMathurin Nov 27, 2024
8972fab
separate sections
RemDelaporteMathurin Nov 27, 2024
be1dfe2
added Figure
RemDelaporteMathurin Nov 27, 2024
05b778e
fixed figure refs
RemDelaporteMathurin Nov 27, 2024
d251f0a
line breaks
RemDelaporteMathurin Nov 27, 2024
2b1610f
fixed space
RemDelaporteMathurin Nov 27, 2024
9d92c23
fixed reference again
RemDelaporteMathurin Nov 27, 2024
e56a919
[skip ci] typo fix
shimwell Nov 28, 2024
469cc3f
[skip ci] typo fixUpdate paper.md
shimwell Nov 28, 2024
612f8fc
[skip ci] typo fix
shimwell Nov 28, 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
24 changes: 24 additions & 0 deletions .github/workflows/paper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Draft PDF
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.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.pdf
Binary file added 3d_tokamak_source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading