Skip to content

Commit 8f2df5b

Browse files
committed
minor fixes
1 parent 7614212 commit 8f2df5b

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Draft PDF
2-
permissions:
3-
contents: read
2+
43
on:
54
push:
65
branches: ["paper/joss"]
@@ -10,6 +9,9 @@ on:
109

1110
jobs:
1211
paper:
12+
permissions:
13+
contents: read
14+
pull-requests: write
1315
runs-on: ubuntu-latest
1416
name: Paper Draft
1517
steps:
@@ -24,4 +26,4 @@ jobs:
2426
uses: actions/upload-artifact@v4
2527
with:
2628
name: paper
27-
path: paper.pdf
29+
path: paper/paper.pdf

paper/paper.bib

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
@article{wörstbröt,
2-
title = delete me!
1+
@article{Pearson:2017,
2+
url = {http://adsabs.harvard.edu/abs/2017arXiv170304627P},
3+
Archiveprefix = {arXiv},
4+
Author = {{Pearson}, S. and {Price-Whelan}, A.~M. and {Johnston}, K.~V.},
5+
Eprint = {1703.04627},
6+
Journal = {ArXiv e-prints},
7+
Keywords = {Astrophysics - Astrophysics of Galaxies},
8+
Month = mar,
9+
Title = {{Gaps in Globular Cluster Streams: Pal 5 and the Galactic Bar}},
10+
Year = 2017
311
}

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors:
1414
orcid: 0009-0007-1765-0527
1515
affiliation: 2
1616
- name: Harald von Waldow
17-
orcid: ...
17+
orcid: 0000-0003-4800-2833
1818
affiliation: 1
1919
- name: Patrick König
2020
orcid: 0000-0002-8948-6793

0 commit comments

Comments
 (0)