From 0453a7fcae916e03743deee799865d8553b95689 Mon Sep 17 00:00:00 2001 From: Tasha Snow Date: Mon, 13 Nov 2023 21:09:25 -0700 Subject: [PATCH] Added tutorial recordings (#77) * updating recent tutorials * move best practices * added YouTube links --- book/_toc.yml | 5 ++--- book/content/hub_best_practices.md | 19 +++++++++++++++++++ book/recorded/index.md | 3 ++- book/tutorials/index.md | 1 + 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 book/content/hub_best_practices.md diff --git a/book/_toc.yml b/book/_toc.yml index 1f2d268..0b733fc 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -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 @@ -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 diff --git a/book/content/hub_best_practices.md b/book/content/hub_best_practices.md new file mode 100644 index 0000000..92d1059 --- /dev/null +++ b/book/content/hub_best_practices.md @@ -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) + diff --git a/book/recorded/index.md b/book/recorded/index.md index d519638..9297275 100644 --- a/book/recorded/index.md +++ b/book/recorded/index.md @@ -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) | | | diff --git a/book/tutorials/index.md b/book/tutorials/index.md index 6f2480a..343c6bd 100644 --- a/book/tutorials/index.md +++ b/book/tutorials/index.md @@ -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) \ No newline at end of file