Skip to content

Commit

Permalink
test paper draft
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Dec 12, 2023
1 parent 30eab22 commit 3404951
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -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
45 changes: 45 additions & 0 deletions paper.bib
Original file line number Diff line number Diff line change
@@ -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;}
37 changes: 37 additions & 0 deletions paper.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3404951

Please sign in to comment.