From 274ce5f7da0ef0c2aa9990cb6e44f774158cbd63 Mon Sep 17 00:00:00 2001 From: Viviana Greco Date: Wed, 13 Dec 2023 18:52:57 +0000 Subject: [PATCH 1/2] Add W1D1_Tutorial6 for professional development --- .../W1D1_Instructions/W1D1_Tutorial6.ipynb | 130 ++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 tutorials/W1D1_Instructions/W1D1_Tutorial6.ipynb diff --git a/tutorials/W1D1_Instructions/W1D1_Tutorial6.ipynb b/tutorials/W1D1_Instructions/W1D1_Tutorial6.ipynb new file mode 100644 index 00000000..1ffc04fe --- /dev/null +++ b/tutorials/W1D1_Instructions/W1D1_Tutorial6.ipynb @@ -0,0 +1,130 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "5e4db6b4", + "metadata": {}, + "source": [ + "\"Open   \"Open" + ] + }, + { + "cell_type": "markdown", + "id": "7b2d8f4e", + "metadata": {}, + "source": [ + "# Tutorial 6: Professional Developments\n", + "\n", + "**Week 1, Day 1: Instructions**\n", + "\n", + "**By Neuromatch**\n", + "\n", + "__Content creators:__ Viviana Greco\n", + "\n", + "__Content reviewers:__ Konstantine Tsafatinos\n", + "\n", + "__Production editors:__ Konstantine Tsafatinos\n", + "\n", + "
\n", + "\n", + "Acknowledgments: [Climatematch]" + ] + }, + { + "cell_type": "markdown", + "id": "59bcefaf", + "metadata": {}, + "source": [ + "___\n", + "\n", + "## Tutorial Objectives\n", + "\n", + "*Estimated timing of tutorial: [15 mins]*\n", + "\n", + "In this tutorial, you will learn how to build the professional development section and updating the repository with your new content.\n", + "\n", + "\n", + "You will: \n", + "\n", + "- learn where the professional development folder live\n", + "- learn how to update the *prof_dev_materials.yml* to reflect the newly created notebook.\n", + "\n", + "It is recommended that you read through all of tutorials 1 through 4 as this tutorial builds upon that knowledge." + ] + }, + { + "cell_type": "markdown", + "id": "160dd339", + "metadata": {}, + "source": [ + "---\n", + "\n", + "## Section 1: Folder Structure\n", + "\n", + "In the projects directory, you will find a subdirectory named professional_development (located at projects/professional_development). This subdirectory contains the following six files:\n", + "\n", + "- README.md\n", + "- career_features.md\n", + "- career_panels.md\n", + "- mentors.md\n", + "- prof_dev_material.yml\n", + "- impact_talks.ipynb\n", + "\n", + "We have included examples from our Computational Tools for Climate Science course. Please feel free to use them as a template and edit them to your needs." + ] + }, + { + "cell_type": "markdown", + "id": "eef90582", + "metadata": {}, + "source": [ + "---\n", + "\n", + "## Section 2: Add Content to the prof_dev_material.yml File\n", + "\n", + "The prof_dev_material.yml File is used in our scripts to help populate the book section \"Professional Development\" and create a table of contents. \n", + "\n", + "Ensure that the names of the six files listed above exactly match those specified in the prof_dev_material.yml file. This precise naming is necessary for the scripts to correctly identify and incorporate these files into the book.\n", + "\n", + "For guidance on the required file structure and naming, refer to the prof_dev_material.yml file within this template notebook. This file demonstrates the necessary layout and order for the content, which is essential for successfully build the \"Professional Development\" section of the book." + ] + }, + { + "cell_type": "markdown", + "id": "e7ec2499", + "metadata": {}, + "source": [ + "---\n", + "# Summary\n", + "\n", + "Congrats! You now know:\n", + "\n", + "1. where the professional development folder live\n", + "2. how to update the *prof_dev_materials.yml* \n", + "\n", + "Happy content creating!" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.9" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} From d671535b03a6f3bed8f303c2006cc952cbb93ff9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 13 Dec 2023 19:00:20 +0000 Subject: [PATCH 2/2] Process tutorial notebooks --- tutorials/README.md | 1 + tutorials/W1D1_Instructions/README.md | 2 + .../W1D1_Instructions/W1D1_Tutorial6.ipynb | 37 ++++- .../instructor/W1D1_Tutorial6.ipynb | 153 ++++++++++++++++++ .../student/W1D1_Tutorial6.ipynb | 153 ++++++++++++++++++ 5 files changed, 339 insertions(+), 7 deletions(-) create mode 100644 tutorials/W1D1_Instructions/instructor/W1D1_Tutorial6.ipynb create mode 100644 tutorials/W1D1_Instructions/student/W1D1_Tutorial6.ipynb diff --git a/tutorials/README.md b/tutorials/README.md index d9450184..51315255 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -18,6 +18,7 @@ Slides: [Intro](https://mfr.ca-1.osf.io/render?url=https://osf.io/rbx2a/?direct% | Tutorial 2 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial2.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial2.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial2.ipynb?flush_cache=true) | | Tutorial 3 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial3.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial3.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial3.ipynb?flush_cache=true) | | Tutorial 4 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial4.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial4.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial4.ipynb?flush_cache=true) | +| Tutorial 6 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial6.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial6.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial6.ipynb?flush_cache=true) | | Outro | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/W1D1_Outro.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/W1D1_Outro.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/W1D1_Outro.ipynb?flush_cache=true) | diff --git a/tutorials/W1D1_Instructions/README.md b/tutorials/W1D1_Instructions/README.md index 37ffecc3..d02078ff 100644 --- a/tutorials/W1D1_Instructions/README.md +++ b/tutorials/W1D1_Instructions/README.md @@ -9,6 +9,7 @@ | Tutorial 2 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial2.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial2.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial2.ipynb?flush_cache=true) | | Tutorial 3 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial3.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial3.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial3.ipynb?flush_cache=true) | | Tutorial 4 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial4.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial4.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial4.ipynb?flush_cache=true) | +| Tutorial 6 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial6.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial6.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial6.ipynb?flush_cache=true) | | Outro | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/W1D1_Outro.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/W1D1_Outro.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/W1D1_Outro.ipynb?flush_cache=true) | @@ -21,5 +22,6 @@ | Tutorial 2 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial2.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial2.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial2.ipynb?flush_cache=true) | | Tutorial 3 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial3.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial3.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial3.ipynb?flush_cache=true) | | Tutorial 4 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial4.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial4.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial4.ipynb?flush_cache=true) | +| Tutorial 6 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial6.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial6.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/student/W1D1_Tutorial6.ipynb?flush_cache=true) | | Outro | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/W1D1_Outro.ipynb) | [![Open In kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/neuromatch/course-content-template/main/tutorials/W1D1_Instructions/W1D1_Outro.ipynb) | [![View the notebook](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.jupyter.org/github/neuromatch/course-content-template/blob/main/tutorials/W1D1_Instructions/W1D1_Outro.ipynb?flush_cache=true) | diff --git a/tutorials/W1D1_Instructions/W1D1_Tutorial6.ipynb b/tutorials/W1D1_Instructions/W1D1_Tutorial6.ipynb index 1ffc04fe..c53a8137 100644 --- a/tutorials/W1D1_Instructions/W1D1_Tutorial6.ipynb +++ b/tutorials/W1D1_Instructions/W1D1_Tutorial6.ipynb @@ -3,7 +3,9 @@ { "cell_type": "markdown", "id": "5e4db6b4", - "metadata": {}, + "metadata": { + "execution": {} + }, "source": [ "\"Open   \"Open" ] @@ -11,7 +13,9 @@ { "cell_type": "markdown", "id": "7b2d8f4e", - "metadata": {}, + "metadata": { + "execution": {} + }, "source": [ "# Tutorial 6: Professional Developments\n", "\n", @@ -33,7 +37,9 @@ { "cell_type": "markdown", "id": "59bcefaf", - "metadata": {}, + "metadata": { + "execution": {} + }, "source": [ "___\n", "\n", @@ -55,7 +61,9 @@ { "cell_type": "markdown", "id": "160dd339", - "metadata": {}, + "metadata": { + "execution": {} + }, "source": [ "---\n", "\n", @@ -76,7 +84,9 @@ { "cell_type": "markdown", "id": "eef90582", - "metadata": {}, + "metadata": { + "execution": {} + }, "source": [ "---\n", "\n", @@ -92,7 +102,9 @@ { "cell_type": "markdown", "id": "e7ec2499", - "metadata": {}, + "metadata": { + "execution": {} + }, "source": [ "---\n", "# Summary\n", @@ -107,6 +119,17 @@ } ], "metadata": { + "colab": { + "collapsed_sections": [], + "include_colab_link": true, + "name": "W1D1_Tutorial6", + "toc_visible": true + }, + "kernel": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", @@ -122,7 +145,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.9" + "version": "3.9.18" } }, "nbformat": 4, diff --git a/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial6.ipynb b/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial6.ipynb new file mode 100644 index 00000000..537f351e --- /dev/null +++ b/tutorials/W1D1_Instructions/instructor/W1D1_Tutorial6.ipynb @@ -0,0 +1,153 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "5e4db6b4", + "metadata": { + "execution": {} + }, + "source": [ + "\"Open   \"Open" + ] + }, + { + "cell_type": "markdown", + "id": "7b2d8f4e", + "metadata": { + "execution": {} + }, + "source": [ + "# Tutorial 6: Professional Developments\n", + "\n", + "**Week 1, Day 1: Instructions**\n", + "\n", + "**By Neuromatch**\n", + "\n", + "__Content creators:__ Viviana Greco\n", + "\n", + "__Content reviewers:__ Konstantine Tsafatinos\n", + "\n", + "__Production editors:__ Konstantine Tsafatinos\n", + "\n", + "
\n", + "\n", + "Acknowledgments: [Climatematch]" + ] + }, + { + "cell_type": "markdown", + "id": "59bcefaf", + "metadata": { + "execution": {} + }, + "source": [ + "___\n", + "\n", + "## Tutorial Objectives\n", + "\n", + "*Estimated timing of tutorial: [15 mins]*\n", + "\n", + "In this tutorial, you will learn how to build the professional development section and updating the repository with your new content.\n", + "\n", + "\n", + "You will: \n", + "\n", + "- learn where the professional development folder live\n", + "- learn how to update the *prof_dev_materials.yml* to reflect the newly created notebook.\n", + "\n", + "It is recommended that you read through all of tutorials 1 through 4 as this tutorial builds upon that knowledge." + ] + }, + { + "cell_type": "markdown", + "id": "160dd339", + "metadata": { + "execution": {} + }, + "source": [ + "---\n", + "\n", + "## Section 1: Folder Structure\n", + "\n", + "In the projects directory, you will find a subdirectory named professional_development (located at projects/professional_development). This subdirectory contains the following six files:\n", + "\n", + "- README.md\n", + "- career_features.md\n", + "- career_panels.md\n", + "- mentors.md\n", + "- prof_dev_material.yml\n", + "- impact_talks.ipynb\n", + "\n", + "We have included examples from our Computational Tools for Climate Science course. Please feel free to use them as a template and edit them to your needs." + ] + }, + { + "cell_type": "markdown", + "id": "eef90582", + "metadata": { + "execution": {} + }, + "source": [ + "---\n", + "\n", + "## Section 2: Add Content to the prof_dev_material.yml File\n", + "\n", + "The prof_dev_material.yml File is used in our scripts to help populate the book section \"Professional Development\" and create a table of contents. \n", + "\n", + "Ensure that the names of the six files listed above exactly match those specified in the prof_dev_material.yml file. This precise naming is necessary for the scripts to correctly identify and incorporate these files into the book.\n", + "\n", + "For guidance on the required file structure and naming, refer to the prof_dev_material.yml file within this template notebook. This file demonstrates the necessary layout and order for the content, which is essential for successfully build the \"Professional Development\" section of the book." + ] + }, + { + "cell_type": "markdown", + "id": "e7ec2499", + "metadata": { + "execution": {} + }, + "source": [ + "---\n", + "# Summary\n", + "\n", + "Congrats! You now know:\n", + "\n", + "1. where the professional development folder live\n", + "2. how to update the *prof_dev_materials.yml* \n", + "\n", + "Happy content creating!" + ] + } + ], + "metadata": { + "colab": { + "collapsed_sections": [], + "include_colab_link": true, + "name": "W1D1_Tutorial6", + "toc_visible": true + }, + "kernel": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/tutorials/W1D1_Instructions/student/W1D1_Tutorial6.ipynb b/tutorials/W1D1_Instructions/student/W1D1_Tutorial6.ipynb new file mode 100644 index 00000000..bf0cffcc --- /dev/null +++ b/tutorials/W1D1_Instructions/student/W1D1_Tutorial6.ipynb @@ -0,0 +1,153 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "5e4db6b4", + "metadata": { + "execution": {} + }, + "source": [ + "\"Open   \"Open" + ] + }, + { + "cell_type": "markdown", + "id": "7b2d8f4e", + "metadata": { + "execution": {} + }, + "source": [ + "# Tutorial 6: Professional Developments\n", + "\n", + "**Week 1, Day 1: Instructions**\n", + "\n", + "**By Neuromatch**\n", + "\n", + "__Content creators:__ Viviana Greco\n", + "\n", + "__Content reviewers:__ Konstantine Tsafatinos\n", + "\n", + "__Production editors:__ Konstantine Tsafatinos\n", + "\n", + "
\n", + "\n", + "Acknowledgments: [Climatematch]" + ] + }, + { + "cell_type": "markdown", + "id": "59bcefaf", + "metadata": { + "execution": {} + }, + "source": [ + "___\n", + "\n", + "## Tutorial Objectives\n", + "\n", + "*Estimated timing of tutorial: [15 mins]*\n", + "\n", + "In this tutorial, you will learn how to build the professional development section and updating the repository with your new content.\n", + "\n", + "\n", + "You will: \n", + "\n", + "- learn where the professional development folder live\n", + "- learn how to update the *prof_dev_materials.yml* to reflect the newly created notebook.\n", + "\n", + "It is recommended that you read through all of tutorials 1 through 4 as this tutorial builds upon that knowledge." + ] + }, + { + "cell_type": "markdown", + "id": "160dd339", + "metadata": { + "execution": {} + }, + "source": [ + "---\n", + "\n", + "## Section 1: Folder Structure\n", + "\n", + "In the projects directory, you will find a subdirectory named professional_development (located at projects/professional_development). This subdirectory contains the following six files:\n", + "\n", + "- README.md\n", + "- career_features.md\n", + "- career_panels.md\n", + "- mentors.md\n", + "- prof_dev_material.yml\n", + "- impact_talks.ipynb\n", + "\n", + "We have included examples from our Computational Tools for Climate Science course. Please feel free to use them as a template and edit them to your needs." + ] + }, + { + "cell_type": "markdown", + "id": "eef90582", + "metadata": { + "execution": {} + }, + "source": [ + "---\n", + "\n", + "## Section 2: Add Content to the prof_dev_material.yml File\n", + "\n", + "The prof_dev_material.yml File is used in our scripts to help populate the book section \"Professional Development\" and create a table of contents. \n", + "\n", + "Ensure that the names of the six files listed above exactly match those specified in the prof_dev_material.yml file. This precise naming is necessary for the scripts to correctly identify and incorporate these files into the book.\n", + "\n", + "For guidance on the required file structure and naming, refer to the prof_dev_material.yml file within this template notebook. This file demonstrates the necessary layout and order for the content, which is essential for successfully build the \"Professional Development\" section of the book." + ] + }, + { + "cell_type": "markdown", + "id": "e7ec2499", + "metadata": { + "execution": {} + }, + "source": [ + "---\n", + "# Summary\n", + "\n", + "Congrats! You now know:\n", + "\n", + "1. where the professional development folder live\n", + "2. how to update the *prof_dev_materials.yml* \n", + "\n", + "Happy content creating!" + ] + } + ], + "metadata": { + "colab": { + "collapsed_sections": [], + "include_colab_link": true, + "name": "W1D1_Tutorial6", + "toc_visible": true + }, + "kernel": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}