Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 13, 2024
1 parent 2a2e810 commit a5121f4
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 150 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/paper.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
name: Draft paper PDF
on:
push:
branches:
- main
- JOSS_paper
paths:
- docs/paper/**
- .github/workflows/paper.yml

jobs:
paper:
runs-on: ubuntu-latest
name: Generate paper draft
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
paper-path: docs/paper/paper.md
- name: Upload
uses: actions/upload-artifact@v4
with:
name: paper
# Output path where Pandoc will write the compiled PDF.
# Note, this should be the same directory as the input
# paper.md
path: docs/paper/paper.pdf
name: Draft paper PDF
on:
push:
branches:
- main
- JOSS_paper
paths:
- docs/paper/**
- .github/workflows/paper.yml

jobs:
paper:
runs-on: ubuntu-latest
name: Generate paper draft
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
paper-path: docs/paper/paper.md
- name: Upload
uses: actions/upload-artifact@v4
with:
name: paper
# Output path where Pandoc will write the compiled PDF.
# Note, this should be the same directory as the input
# paper.md
path: docs/paper/paper.pdf
4 changes: 2 additions & 2 deletions docs/paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ @misc{odcgeo
year = 2024,
url = {https://github.com/opendatacube/odc-geo},
}

@article{murray2012continental,
title={Continental scale mapping of tidal flats across East Asia using the Landsat archive},
author={Murray, Nicholas J and Phinn, Stuart R and Clemens, Robert S and Roelfsema, Chris M and Fuller, Richard A},
Expand Down Expand Up @@ -205,4 +205,4 @@ @article{vos2019coastsat
doi={10.1016/j.envsoft.2019.104528},
url={https://doi.org/10.1016/j.envsoft.2019.104528},
publisher={Elsevier}
}
}
Loading

0 comments on commit a5121f4

Please sign in to comment.