Skip to content

Commit 4616613

Browse files
committed
Update
1 parent 29028bd commit 4616613

3 files changed

Lines changed: 18 additions & 21 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
name: Paper Draft
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Build draft PDF
1616
uses: openjournals/openjournals-draft-action@master
1717
with:
1818
journal: joss
1919
# This should be the path to the paper within your repo.
2020
paper-path: joss_paper/paper.md
2121
- name: Upload
22-
uses: actions/upload-artifact@v4
22+
uses: actions/upload-artifact@v7
2323
with:
2424
name: paper
2525
# This is the output path where Pandoc will write the compiled

joss_paper/paper.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,23 @@ authors:
4242
- name: Steve Schulze
4343
orcid: 0000-0001-6797-1889
4444
affiliation: "8"
45-
46-
4745
affiliations:
48-
- index: 1
49-
name: McWilliams Center for Cosmology and Astrophysics, Department of Physics, Carnegie Mellon University, Pittsburgh, PA 15213, USA
50-
- index: 2
51-
name: Pittsburgh Particle Physics, Astrophysics, and Cosmology Center (PITT PACC). Physics and Astronomy Department, University of Pittsburgh, Pittsburgh, PA 15260, USA
52-
- index: 3
53-
name: Space Telescope Science Institute, 3700 San Martin Drive, Baltimore, Maryland 21218, USA
54-
- index: 4
55-
name: DiRAC Institute and the Department of Astronomy, University of Washington, 3910 15th Ave NE, Seattle, WA 98195, USA
56-
- index 5:
57-
name: Las Cumbres Observatory, 6740 Cortona Drive, Suite 102, Goleta, CA 93117, USA
58-
- index: 6
59-
name: Kavli Institute for Cosmology, University of Cambridge, Madingley Road, CB3 0HA, UK
60-
- index: 7
61-
name: Institute of Astronomy, University of Cambridge, Madingley Road, CB3 0HA, UK
62-
- index: 8
63-
name: Department of Particle Physics and Astrophysics, Weizmann Institute of Science, 234 Herzl St, 76100 Rehovot, Israel
64-
46+
- name: McWilliams Center for Cosmology and Astrophysics, Department of Physics, Carnegie Mellon University, Pittsburgh, PA 15213, USA
47+
index: 1
48+
- name: Pittsburgh Particle Physics, Astrophysics, and Cosmology Center (PITT PACC). Physics and Astronomy Department, University of Pittsburgh, Pittsburgh, PA 15260, USA
49+
index: 2
50+
- name: Space Telescope Science Institute, 3700 San Martin Drive, Baltimore, Maryland 21218, USA
51+
index: 3
52+
- name: DiRAC Institute and the Department of Astronomy, University of Washington, 3910 15th Ave NE, Seattle, WA 98195, USA
53+
index: 4
54+
- name: Las Cumbres Observatory, 6740 Cortona Drive, Suite 102, Goleta, CA 93117, USA
55+
index: 5
56+
- name: Kavli Institute for Cosmology, University of Cambridge, Madingley Road, CB3 0HA, UK
57+
index: 6
58+
- name: Institute of Astronomy, University of Cambridge, Madingley Road, CB3 0HA, UK
59+
index: 7
60+
- name: Department of Particle Physics and Astrophysics, Weizmann Institute of Science, 234 Herzl St, 76100 Rehovot, Israel
61+
index: 8
6562
date: 16 March 2026
6663
bibliography: paper.bib
6764
---

0 commit comments

Comments
 (0)