From 3404951d8d51675a6bd4ae8826d4967952337ae0 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 12 Dec 2023 11:10:06 +0100 Subject: [PATCH] test paper draft --- .github/workflows/draft-pdf.yml | 23 +++++++++++++++++ paper.bib | 45 +++++++++++++++++++++++++++++++++ paper.md | 37 +++++++++++++++++++++++++++ 3 files changed, 105 insertions(+) create mode 100644 .github/workflows/draft-pdf.yml create mode 100644 paper.bib create mode 100644 paper.md diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml new file mode 100644 index 0000000..6a508b7 --- /dev/null +++ b/.github/workflows/draft-pdf.yml @@ -0,0 +1,23 @@ +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@v1 + 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 diff --git a/paper.bib b/paper.bib new file mode 100644 index 0000000..481477c --- /dev/null +++ b/paper.bib @@ -0,0 +1,45 @@ + +@Article{Quast2016, + author = {Quast, Raphael and Wagner, Wolfgang}, + journal = {Applied Optics}, + title = {Analytical solution for first-order scattering in bistatic radiative transfer interaction problems of layered media}, + year = {2016}, + issn = {1539-4522}, + month = jul, + number = {20}, + pages = {5379}, + volume = {55}, + doi = {10.1364/ao.55.005379}, + publisher = {The Optical Society}, +} + + +@Article{Quast2019, + author = {Quast, Raphael and Albergel, Clément and Calvet, Jean-Christophe and Wagner, Wolfgang}, + journal = {Remote Sensing}, + title = {A Generic First-Order Radiative Transfer Modelling Approach for the Inversion of Soil and Vegetation Parameters from Scatterometer Observations}, + year = {2019}, + issn = {2072-4292}, + month = feb, + number = {3}, + pages = {285}, + volume = {11}, + doi = {10.3390/rs11030285}, + publisher = {MDPI AG}, +} + + +@Article{Quast2023, + author = {Quast, Raphael and Wagner, Wolfgang and Bauer-Marschallinger, Bernhard and Vreugdenhil, Mariette}, + journal = {Remote Sensing of Environment}, + title = {Soil moisture retrieval from Sentinel-1 using a first-order radiative transfer model—A case-study over the Po-Valley}, + year = {2023}, + issn = {0034-4257}, + month = sep, + pages = {113651}, + volume = {295}, + doi = {10.1016/j.rse.2023.113651}, + publisher = {Elsevier BV}, +} + +@Comment{jabref-meta: databaseType:bibtex;} diff --git a/paper.md b/paper.md new file mode 100644 index 0000000..eb74edb --- /dev/null +++ b/paper.md @@ -0,0 +1,37 @@ +--- +title: 'rt1_model: A Python package for single-layer bistatic first-order radiative transfer scattering calculations.' + +tags: + - python + - remote sensing + - soil moisture + - radiative transfer + +authors: + - name: Raphael Quast + orcid: 0000-0003-0419-4546 + affiliation: TU Wien, Department of Geodesy and Geoinformation, Research Unit Remote Sensing + +date: 12 December 2023 + +bibliography: paper.bib + +--- + +# Summary + +TODO: A nice summary + + +# Statement of need + +TODO + +Have a look at the papers: @Quast2016, @Quast2019, @Quast2023 + + +# Acknowledgements + +We acknowledge contributions from ... + +# References