From 33f3150273724e37e9775f72fc5da3231581be6d Mon Sep 17 00:00:00 2001 From: Phong Le Date: Tue, 12 Nov 2024 08:19:04 -0500 Subject: [PATCH] update docker link and slides --- README.md | 4 ++-- docs/slides.Rmd | 31 +++++++++++++++++++++++++++---- docs/slides.html | 31 +++++++++++++++++++++++++++---- notebooks/domain.html | 19 ------------------- 4 files changed, 56 insertions(+), 29 deletions(-) delete mode 100644 notebooks/domain.html diff --git a/README.md b/README.md index 494ef76..d5de72b 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ The tutorial will be run in a `docker` container. The container includes the `te 1. **Pull the `docker` image:** Make sure to pull the Docker container for this tutorial: ```bash -docker pull --platform linux/amd64 metsi/ideas-watersheds-all-hands-2024:v0 +docker pull --platform linux/amd64 metsi/ideas-watersheds-all-hands-2024:latest ``` 2. **Run the container:** Start the container and open the Jupyter Notebook interface: ```bash -docker run --rm -it -p 8888:8888 metsi/ideas-watersheds-all-hands-2024:v0 +docker run -p 8888:8888 metsi/ideas-watersheds-all-hands-2024:latest ``` 3. **Access Jupyter notebooks:** diff --git a/docs/slides.Rmd b/docs/slides.Rmd index 783a11e..ba623f0 100644 --- a/docs/slides.Rmd +++ b/docs/slides.Rmd @@ -63,7 +63,7 @@ output: - Pull the `docker` `r fontawesome::fa("docker")` image ```{bash, eval=FALSE} -docker pull --platform linux/amd64 metsi/ideas-watersheds-all-hands-2024:v0 +docker pull --platform linux/amd64 metsi/ideas-watersheds-all-hands-2024:latest ```
@@ -71,7 +71,7 @@ docker pull --platform linux/amd64 metsi/ideas-watersheds-all-hands-2024:v0 - Run the `docker` container to start the `JupyterLab` server ```{bash, eval=FALSE} -docker run -p 8888:8888 metsi/ideas-watersheds-all-hands-2024:v0 +docker run -p 8888:8888 metsi/ideas-watersheds-all-hands-2024:latest ``` --- @@ -87,6 +87,16 @@ docker run -p 8888:8888 metsi/ideas-watersheds-all-hands-2024:v0 - .content-box-purple[`jupyter`] to edit/run notebooks inside the container with VSCode. +--- +# Outlines +
+ +.large[ +- Integrated hydrology model (2D & 3D) +- Transport model over the entire domain (2D & 3D) +- Transport model over the river network (1D) +] + --- class: phong-dark # .brand-orange[Integrated hydrology model] @@ -186,11 +196,14 @@ $$ \frac{\partial \Theta_g}{\partial t} + \nabla \cdot \vec{\mathbf{q}_g} = Q_g$ ] +.font70[ +- **PK:** [`Process kernels`](https://amanzi.github.io/ats/stable/input_spec/process_kernels/index.html) +- **MPC:** [`Multi-process-couplers`](https://amanzi.github.io/ats/stable/input_spec/process_kernels/mpcs/index.html) +] + -- .pull-right-12[ -

- .font70[ ```xml @@ -204,6 +217,16 @@ $$ \frac{\partial \Theta_g}{\partial t} + \nabla \cdot \vec{\mathbf{q}_g} = Q_g$ + +OTHER CODES... + + + + + + + OTHER CODES... + ``` ]] diff --git a/docs/slides.html b/docs/slides.html index e254372..901dd35 100644 --- a/docs/slides.html +++ b/docs/slides.html @@ -86,7 +86,7 @@ ```bash -docker pull --platform linux/amd64 metsi/ideas-watersheds-all-hands-2024:v0 +docker pull --platform linux/amd64 metsi/ideas-watersheds-all-hands-2024:latest ``` <br> @@ -95,7 +95,7 @@ ```bash -docker run -p 8888:8888 metsi/ideas-watersheds-all-hands-2024:v0 +docker run -p 8888:8888 metsi/ideas-watersheds-all-hands-2024:latest ``` --- @@ -111,6 +111,16 @@ - .content-box-purple[`jupyter`] to edit/run notebooks inside the container with VSCode. +--- +# Outlines +<br> + +.large[ +- Integrated hydrology model (2D & 3D) +- Transport model over the entire domain (2D & 3D) +- Transport model over the river network (1D) +] + --- class: phong-dark # .brand-orange[Integrated hydrology model] @@ -210,11 +220,14 @@ <iframe src="imgs/dependency.html" width="700" height="600" frameborder="0"></iframe> ] +.font70[ +- **PK:** [`Process kernels`](https://amanzi.github.io/ats/stable/input_spec/process_kernels/index.html) +- **MPC:** [`Multi-process-couplers`](https://amanzi.github.io/ats/stable/input_spec/process_kernels/mpcs/index.html) +] + -- .pull-right-12[ -<br> <br> - .font70[ ```xml <ParameterList name="PK tree"> @@ -228,6 +241,16 @@ </ParameterList> </ParameterList> </ParameterList> + +OTHER CODES... + +<ParameterList name="PKs"> + <ParameterList name="flow coupler"> + <Parameter name="PK type" type="string" value="coupled water" /> + <Parameter name="PKs order" type="Array(string)" value="{flow, overland flow}" /> + </ParameterList> + OTHER CODES... +</ParameterList> ``` ]] diff --git a/notebooks/domain.html b/notebooks/domain.html deleted file mode 100644 index a629c84..0000000 --- a/notebooks/domain.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - -
- - - -