Skip to content

Commit

Permalink
Merge branch 'main' into arco_tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnow03 authored Dec 7, 2023
2 parents 2a57a08 + 984362e commit c4ece28
Show file tree
Hide file tree
Showing 20 changed files with 7,260 additions and 4 deletions.
7 changes: 4 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 @@ -46,6 +47,8 @@ parts:
- file: tutorials/IS2_ATL15_surface_height_anomalies/IS2_ATL15_surface_height_anomalies
- file: external/ICESAT2_ATL10-h5coro_large_scale_time_series
- file: tutorials/ARCOdata_writingZarrs
- file: tutorials/GrIMP/GrIMP_tutorial_AGU23
- file: tutorials/SlideRule_applications/SlideRule_applications
- caption: Contributing
chapters:
- file: contributing/index
Expand All @@ -54,9 +57,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) |
| |
Loading

0 comments on commit c4ece28

Please sign in to comment.