Skip to content

Commit

Permalink
[Update] Moving and updating README file for session II
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdmarquez committed Aug 21, 2024
1 parent 9b49c39 commit edb0994
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Original file line number Diff line number Diff line change
Expand Up @@ -120,23 +120,23 @@ 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`

<p align="center">
<img src="files/docs/codespaces.png" width="800">
<img src="Materials/files/docs/codespaces.png" width="800">
<br>
<em>Figure 2. Creating GitHub codespaces.</em>
</p>

> :bulb: **Note:** This process may take a couple of minutes.
<p align="center">
<img src="files/docs/Creating_container.png" width="800">
<img src="Materials/files/docs/Creating_container.png" width="800">
<br>
<em>Figure 3. Setting up your Codespace.</em>
</p>

After creating the codespace, execute the tutorial notebook (Tutorial.ipynb)

<p align="center">
<img src="files/docs/vscode.png" width="800">
<img src="Materials/files/docs/vscode.png" width="800">
<br>
<em>Figure 4. VS Code in GitHub Codespaces.</em>
</p>
Expand Down Expand Up @@ -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 .
```

Expand All @@ -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/
Expand Down Expand Up @@ -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
```

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit edb0994

Please sign in to comment.