Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amygooch committed Aug 29, 2024
2 parents 91479e0 + e3a68a7 commit 6c0ccda
Show file tree
Hide file tree
Showing 94 changed files with 735 additions and 267 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- jack_develop

jobs:
build:
Expand All @@ -21,9 +22,9 @@ jobs:
- name: Build and push register app session II
uses: docker/build-push-action@v3
with:
context: hands-on/session II
context: hands-on/session II/
push: true
file: ./hands-on/session II/Dockerfile
file: ./hands-on/session II/Materials/Dockerfile
tags: ${{ secrets.DOCKERHUB_ORG }}/nsdf_tutorial:sessionII

- name: Build and push register app session III
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.DS_store
.DS_store
hands-on/session\ II/Materials/files/tif_files/
hands-on/session\ II/Materials/files/log.log
hands-on/session\ II/Materials/idx_data/Tennessee_terrain_parameters/
hands-on/session\ II/Materials/GEOtiled/geotiled/src/__pycache__
8 changes: 4 additions & 4 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 | 30 mins | This session begins with an overview of the NSDF and addresses users' challenges identified through interviews. |
| II | 1 hour | This session offers a hands-on experience with NSDF services, focusing on visualization and dashboard creation for Earth science datasets. |
| III | 1 hour | This session delves deeper into NSDF services tailored for the management and analysis of datasets exceeding 100TB. |
| IV | 30 mins | This session concludes with an interactive Q&A, allowing attendees to discuss applications of NSDF in various research fields. |
| [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. |
Loading

0 comments on commit 6c0ccda

Please sign in to comment.