-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30eab22
commit 3404951
Showing
3 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |