From 156ce3fdddc1cdae4ceb3aa9319178984dcb0d3e Mon Sep 17 00:00:00 2001 From: taddyb Date: Wed, 25 Oct 2023 10:35:18 -0400 Subject: [PATCH] renamed_dir --- docs/projects/bindas_2023.md | 26 -------------------------- docs/projects/feng_2023.md | 17 ----------------- docs/projects/index.md | 36 ------------------------------------ mkdocs.yml | 9 +++++---- 4 files changed, 5 insertions(+), 83 deletions(-) delete mode 100644 docs/projects/bindas_2023.md delete mode 100644 docs/projects/feng_2023.md delete mode 100644 docs/projects/index.md diff --git a/docs/projects/bindas_2023.md b/docs/projects/bindas_2023.md deleted file mode 100644 index 550518e..0000000 --- a/docs/projects/bindas_2023.md +++ /dev/null @@ -1,26 +0,0 @@ -# $\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/projects/feng_2023.md b/docs/projects/feng_2023.md deleted file mode 100644 index a6ed155..0000000 --- a/docs/projects/feng_2023.md +++ /dev/null @@ -1,17 +0,0 @@ -#$\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/projects/index.md b/docs/projects/index.md deleted file mode 100644 index c8f5db4..0000000 --- a/docs/projects/index.md +++ /dev/null @@ -1,36 +0,0 @@ -# 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 - - diff --git a/mkdocs.yml b/mkdocs.yml index df4d12d..85b7627 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -136,10 +136,11 @@ nav: # - Plugins: # - docs/plugins/index.md # - HydroDL: docs/plugins/hydrodl.md - - Code: - - projects/index.md - - HBV: projects/feng_2023.md - - Muskingum-Cunge: projects/bindas_2023.md + - Codes: + - codes/index.md + - HBV: codes/feng_2023.md + - Muskingum-Cunge: codes/bindas_2023.md + - Test Project: codes/test.md extra_javascript: # - javascripts/plots.js