Skip to content

Commit

Permalink
Added tutorial recordings (#77)
Browse files Browse the repository at this point in the history
* updating recent tutorials

* move best practices

* added YouTube links
  • Loading branch information
tsnow03 authored Nov 14, 2023
1 parent 3864da5 commit 0453a7f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
5 changes: 2 additions & 3 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ parts:
chapters:
- file: content/about
- file: content/mission
- file: content/Getting_Started.md
- file: content/Getting_Started
- file: content/hub_best_practices
- file: content/Code_of_Conduct
- file: content/citing_cryocloud
- caption: Cloud Training
Expand Down Expand Up @@ -53,9 +54,7 @@ parts:
- caption: Reference
chapters:
- file: reference/glossary
- file: reference/hub_best_practices.md
- file: reference/IS2-resources
- file: reference/bibliography
- file: reference/open_science
- file: reference/open_source_software
- file: reference/questions
19 changes: 19 additions & 0 deletions book/content/hub_best_practices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CryoCloud Best Practices

* Who and how you can access the CryoCloud - Setup instructions in [Getting Started section](../content/Getting_Started.md)

* To save money for us, when you finish on the Hub, go to File > Hub Control Panel > push Stop Server
* Hub will automatically shut off after 90 min of no use or logging off otherwise

* Keep personal storage to <10 Gb unless you talk to us about it
* We recommend that you stream data (no download) or download and delete automatically where possible
* It costs $90 a month to store 2 Tb of data
* We need to apply for more cloud credits if our users need more storage

* Pip installs on your hub last only for that session
* If multiple people use a missing package, let us know and we will add it to everyone's environment
* Guidance for adding packages in [Contributing/Workflows](../contributing/workflow.md)
* Otherwise you have two options to maintain shareability and replicability:
* Install on each use with `%pip install packagename` run in the first cell of your Jupyter notebook
* Use own additional environment using instructions in [Python Installation and Environments](../how_tos/background/python.md)

3 changes: 2 additions & 1 deletion book/recorded/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ All live tutorial recordings available via the [CryoCloud YouTube](https://www.y

| Topics | Date | Recording |
| --- | --- | ---|
| [ICESat-2 Hackweek CryoCloud demo](https://bit.ly/44ScC1B) | Aug 7, 2023 | [Recording](https://www.youtube.com/watch?v=ub86G53V12s)
| [ICESat-2 Science Team CryoCloud workshop](https://bit.ly/44ScC1B) | Oct 4, 2023 | [Recording](https://youtu.be/pLWMCHanFR8) |
| [ICESat-2 Hackweek CryoCloud demo](https://bit.ly/44ScC1B) | Aug 7, 2023 | [Recording](https://www.youtube.com/watch?v=ub86G53V12s) |
| [FOGSS Workshop cryosphere software tutorials](https://doi.org/10.5281/zenodo.7812488) | Mar 24, 2023 | [Recording](https://youtu.be/WcZCVjSKTYo) |
| [ICESat-2 Science Team getting started on CryoCloud](https://doi.org/10.5281/zenodo.7474855) | Dec 2, 2022 | [Recording](https://youtu.be/QNrDlwiomgc) |
| |
1 change: 1 addition & 0 deletions book/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ All live tutorial recordings available via CryoCloud YouTube. Or see the table b
| --- | --- |
| [NASA data access and subglacial lake investigation using ice-surface height anomalies](https://book.cryointhecloud.com/tutorials/IS2_ATL15_surface_height_anomalies/IS2_ATL15_surface_height_anomalies.html) | [Recording](https://youtu.be/HnGsCKyxkPo)
| [ICESat-2 and Landsat cloud access and data integration](https://book.cryointhecloud.com/tutorials/IS2_cloud_Landsat_integration.html) | [Recording](https://youtu.be/QNrDlwiomgc)
| [ICESat-2 ATL10-h5coro large-scale time series](https://book.cryointhecloud.com/external/ICESAT2_ATL10-h5coro_large_scale_time_series.html) | [Recording](https://youtu.be/iSRjtXoflRU)

0 comments on commit 0453a7f

Please sign in to comment.