diff --git a/docs/codes/bindas_2023.md b/docs/codes/bindas_2023.md new file mode 100644 index 0000000..550518e --- /dev/null +++ b/docs/codes/bindas_2023.md @@ -0,0 +1,26 @@ +# $\delta$ MC-Juniata-hydroDL2 + +!!! info + + This paper is currently in preprint + +## Code Release + +Will be released upon publication + +## Results + +Will be released upon publication + +## Bibtex Citation + + +```bibtex +@article{bindas2023improving, + title={Improving large-basin river routing using a differentiable Muskingum-Cunge model and physics-informed machine learning}, + author={Bindas, Tadd and Tsai, Wen-Ping and Liu, Jiangtao and Rahmani, Farshid and Feng, Dapeng and Bian, Yuchen and Lawson, Kathryn and Shen, Chaopeng}, + journal={Authorea Preprints}, + year={2023}, + publisher={Authorea} +} +``` diff --git a/docs/codes/feng_2023.md b/docs/codes/feng_2023.md new file mode 100644 index 0000000..a6ed155 --- /dev/null +++ b/docs/codes/feng_2023.md @@ -0,0 +1,17 @@ +#$\delta$ HBV-globe1.0-hydroDL + +Documentation coming soon + +## Bibtex Citation + +```bibtex +@article{feng2023deep, + title={Deep Dive into Global Hydrologic Simulations: Harnessing the Power of Deep Learning and Physics-informed Differentiable Models ($\delta$HBV-globe1. 0-hydroDL)}, + author={Feng, Dapeng and Beck, Hylke and de Bruijn, Jens and Sahu, Reetik Kumar and Satoh, Yusuke and Wada, Yoshihide and Liu, Jiangtao and Pan, Ming and Lawson, Kathryn and Shen, Chaopeng}, + journal={Geoscientific Model Development Discussions}, + volume={2023}, + pages={1--23}, + year={2023}, + publisher={G{\"o}ttingen, Germany} +} +``` diff --git a/docs/codes/index.md b/docs/codes/index.md new file mode 100644 index 0000000..c8f5db4 --- /dev/null +++ b/docs/codes/index.md @@ -0,0 +1,36 @@ +# Code + +See below for coding projects developed by the community that utilize HydroDL + +
+
+ +- $\delta$ HBV-globe1.0-hydroDL __(Feng et al. 2023)__ + + --- + + A differentiable implementation of the HBV Streamflow Model. + + [:octicons-arrow-right-24: Read More Here][feng_2023.md] + +
+
+ +
+
+ +- $\delta$ MC-Juniata-hydroDL2 __(Bindas et al. 2023)__ + + --- +![Manning's n recovery against USGS Data](../assets/project-figures/bindas_2023.png){align="left" width="250" loading=lazy } +A differentiable routing method that mimics the classical Muskingum-Cunge routing model over a river network but embeds an NN to infer parameterizations for Manning’s roughness (_n_). + + [:octicons-arrow-right-24: Read more info][bindas_2023.md] + +
+
+ + [feng_2023.md]: ../projects/feng_2023.md + [bindas_2023.md]: ../projects/bindas_2023.md + +