diff --git a/README.md b/README.md index 46a73d8..6f73cb8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Participants leave a deeper understanding of how NSDF services integrate into th | **Session** | **Duration** | **Objective** | | :---------: | :----------: | :----------------------------------------------------------------------------------------------------------------------------------------: | -| [I](./hands-on/session%20II/Materials/README.md) | 30 mins | This session begins with an overview of the NSDF and addresses users' challenges identified through interviews. | -| [II](./hands-on/session%20II/Materials/README.md) | 1 hour | This session offers a hands-on experience with NSDF services, focusing on visualization and dashboard creation for Earth science datasets. | +| [I](./hands-on/session%20II/README.md) | 30 mins | This session begins with an overview of the NSDF and addresses users' challenges identified through interviews. | +| [II](./hands-on/session%20II/README.md) | 1 hour | This session offers a hands-on experience with NSDF services, focusing on visualization and dashboard creation for Earth science datasets. | | [III](./hands-on/session%20III/README.md) | 1 hour | This session delves deeper into NSDF services tailored for the management and analysis of datasets exceeding 100TB. | | [IV](./hands-on/session%20III/README.md) | 30 mins | This session concludes with an interactive Q&A, allowing attendees to discuss applications of NSDF in various research fields. | diff --git a/hands-on/session II/Materials/README.md b/hands-on/session II/README.md similarity index 97% rename from hands-on/session II/Materials/README.md rename to hands-on/session II/README.md index 6ae915b..2f19fb8 100644 --- a/hands-on/session II/Materials/README.md +++ b/hands-on/session II/README.md @@ -120,7 +120,7 @@ Now follow these steps to set up your virtual environment using GitHub codespace Verify that you are using the `main` branch, the repository name `nsdf-fabric/Tutorial_2024_IEEE_VIS` and the dev container configuration `NSDF Tutorial - Session II`. Then click on `Create Codespace`

- +
Figure 2. Creating GitHub codespaces.

@@ -128,7 +128,7 @@ Verify that you are using the `main` branch, the repository name `nsdf-fabric/Tu > :bulb: **Note:** This process may take a couple of minutes.

- +
Figure 3. Setting up your Codespace.

@@ -136,7 +136,7 @@ Verify that you are using the `main` branch, the repository name `nsdf-fabric/Tu After creating the codespace, execute the tutorial notebook (Tutorial.ipynb)

- +
Figure 4. VS Code in GitHub Codespaces.

@@ -182,6 +182,7 @@ This session provides detailed instructions for setting up and running the workf To build the docker image in your local machine: ``` +cd Materials docker build --platform linux/amd64 -t globalcomputinglab/somospie_openvisus . ``` @@ -197,7 +198,7 @@ To run: docker run -d -p 5000:5000 -p 8989:8989 --name tutorial --platform linux/amd64 globalcomputinglab/somospie_openvisus ``` -Follow this URL to run the Jupyter Notebook `Tutorial.ipynb`: +Follow this URL to run the Jupyter Notebook `1.Tutorial.ipynb`: ``` http://localhost:5000/ @@ -242,6 +243,7 @@ To install the dependencies in your local machine, use the following command: > :bulb: **Note:** Conda is mandatory in this step, use [this](https://www.anaconda.com/download/) link to install it ``` +cd Materials conda env create -f environment.yml ``` @@ -311,7 +313,7 @@ SOMOSPIE Resources: Copyright (c) 2024, Global Computing Lab Catalog Comparison Tool is distributed under terms of the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) with LLVM Exceptions. -See [LICENSE](LICENSE) for more details. +See [LICENSE](Materials/LICENSE) for more details. ## Authors