Skip to content

Commit

Permalink
Merge branch 'main' of github.com:TomWagg/cogsworth into kicks
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWagg committed Nov 5, 2024
2 parents d37ce7c + e81a00e commit fcf7c26
Show file tree
Hide file tree
Showing 12 changed files with 859 additions and 644 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/joss_pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Draft JOSS PDF

on:
push:
paths:
- paper/JOSS/**
- .github/workflows/joss_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
paper-path: paper/JOSS/paper.md
- name: Upload
uses: actions/upload-artifact@v4
with:
name: paper
path: paper/JOSS/paper.pdf
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,13 @@ how_much_code.sh
*.h5
*.out
*.npy

paper/ApJS/*
!paper/ApJS/*.tex
!paper/ApJS/*.cls
!paper/ApJS/*.bst
!paper/ApJS/*.pdf
!paper/ApJS/figures
!paper/ApJS/styles

scratch/
106 changes: 89 additions & 17 deletions docs/case_studies/binaries_and_potentials.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit fcf7c26

Please sign in to comment.