|
18 | 18 | "\n",
|
19 | 19 | "**Reminders:** \n",
|
20 | 20 | " \n",
|
21 |
| - "**Please read our [Data Tutorials Best Practices Guide](https://nsidc.org/confluence/pages/viewpage.action?spaceKey=DAAC&title=Data+Tutorials+Best+Practices+Guide) and our [Pedagogy Guide](https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/pedagogy_guide.md) before creating your tutorial. The pedagogy guide outlines best practices for creating and delivering code-based tutorials in a notebook format.**\n", |
| 21 | + "**Please read our [Contribution Guide](https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/contributor_guide.md) and our [Pedagogy Guide](https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/pedagogy_guide.md) before creating your tutorial. The pedagogy guide outlines best practices for creating and delivering code-based tutorials in a notebook format.**\n", |
22 | 22 | "\n",
|
23 |
| - "**Please identify which libraries/packages you will be using in the tutorial and work with the Data Use and Education team to make sure they are included in the \"tutorials\" environment. See section 3ci of the [Data Tutorials Best Practice Guide](https://nsidc.org/confluence/pages/viewpage.action?spaceKey=DAAC&title=Data+Tutorials+Best+Practices+Guide#DataTutorialsBestPracticesGuide-Stepsneededtopublishanewtutorial).**" |
| 23 | + "**We recommend that before starting to develop the tutorial, it is a good idea to review the libraries that are in already in the [tutorials environment](https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/binder/environment.yml) and to use these within your new tutorial if possible. If the tutorial includes the use of a new package or library, consult with the NSIDC Data Use and Education team via Github Issue on whether an existing library can be used instead. If not, work with NSIDC to modify the environment yml file.**" |
24 | 24 | ]
|
25 | 25 | },
|
26 | 26 | {
|
|
56 | 56 | "\n",
|
57 | 57 | "List the objectives and/or skills gained upon completion of the tutorial.\n",
|
58 | 58 | "\n",
|
59 |
| - "*After completing this notebook you should be able to...* " |
| 59 | + "*After completing this notebook you will be able to...* " |
60 | 60 | ]
|
61 | 61 | },
|
62 | 62 | {
|
|
68 | 68 | "\n",
|
69 | 69 | "Please describe necessary set-up steps required before running the notebook. \n",
|
70 | 70 | "\n",
|
71 |
| - "Include guidance for using the \"tutorials\" environment and point to the main repo [README](https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/README.md) for setup instructions.\n", |
| 71 | + "Include guidance for using the tutorials environment and point to the main repo [README](https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/README.md) for setup instructions.\n", |
72 | 72 | "\n",
|
73 | 73 | "Indicate whether an Earthdata Login is required for data access, and include the [link](https://urs.earthdata.nasa.gov/) for registration. Current recommended practice for authentication is to create a .netrc file in your home directory following [these instructions](https://nsidc.org/support/how/how-do-i-programmatically-request-data-services) (Step 1) and to use the .netrc file for authentication when required for data access during the tutorial.\n",
|
74 | 74 | "\n",
|
|
145 | 145 | "source": [
|
146 | 146 | "### **Authentication/Earthdata Login (optional - for NASA Earthdata only)**\n",
|
147 | 147 | "\n",
|
148 |
| - "Different libraries will have different methods for authenticating via Earthdata Login. The following cell contains an example of the authentication process used by the [earthdata python client for NASA CMR](https://github.com/nsidc/earthdata) (if you are using a different library, yours will be different). The process requires having created a .netrc file in your home directory following [these instructions](https://nsidc.org/support/how/how-do-i-programmatically-request-data-services) (Step 1). The earthdata library's \"login\" method is called while passing the argument \"strategy=netrc\". If no .netrc file is found, the method will provide interactive cells for entering Earthdata Login credentials within the notebook." |
| 148 | + "Different libraries will have different methods for authenticating via Earthdata Login. The following cell contains an example of the authentication process used by the [earthaccess python client for NASA CMR](https://github.com/nsidc/earthdata) (if you are using a different library, yours will be different). The process requires having created a .netrc file in your home directory following [these instructions](https://nsidc.org/support/how/how-do-i-programmatically-request-data-services) (Step 1). The earthaccess library's \"login\" method is called while passing the argument \"strategy=netrc\". If no .netrc file is found, the method will provide interactive cells for entering Earthdata Login credentials within the notebook." |
149 | 149 | ]
|
150 | 150 | },
|
151 | 151 | {
|
|
251 | 251 | "name": "python",
|
252 | 252 | "nbconvert_exporter": "python",
|
253 | 253 | "pygments_lexer": "ipython3",
|
254 |
| - "version": "3.9.9" |
| 254 | + "version": "3.9.13" |
255 | 255 | }
|
256 | 256 | },
|
257 | 257 | "nbformat": 4,
|
|
0 commit comments