Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W2D5 #360

Merged
merged 3 commits into from
Jul 3, 2024
Merged

W2D5 #360

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Slides: [Intro](https://mfr.ca-1.osf.io/render?url=https://osf.io/7k4pv/?direct%

## W2D5 - Mysteries

[YouTube Playlist](https://www.youtube.com/playlist?list=PLkBQOLLbi18OTyAW4eH1CyCGezU1MyDaG)
[YouTube Playlist](https://www.youtube.com/playlist?list=PLkBQOLLbi18NRcW-7qrR8_8kOeJnepQwZ)

Slides: [Intro](https://mfr.ca-1.osf.io/render?url=https://osf.io/v7ber/?direct%26mode=render%26action=download%26mode=render) | [Tutorials](https://mfr.ca-1.osf.io/render?url=https://osf.io/s3py5/?direct%26mode=render%26action=download%26mode=render) | [Outro](https://mfr.ca-1.osf.io/render?url=https://osf.io/98qfs/?direct%26mode=render%26action=download%26mode=render)

Expand Down
69 changes: 64 additions & 5 deletions tutorials/W2D5_Mysteries/W2D5_Intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,61 @@
"execution": {}
},
"source": [
"# Introduction to Consciousness and Ethics\n",
"\n",
"**Week 2, Day 5: Mysteries**\n",
"\n",
"**By Neuromatch Academy**\n",
"\n",
"__Content creators:__ Megan Peters, Joseph LeDoux, Matthias Michel, Daniel Dennett"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Install and import feedback gadget\n",
"\n",
"!pip install vibecheck datatops --quiet\n",
"\n",
"from vibecheck import DatatopsContentReviewContainer\n",
"def content_review(notebook_section: str):\n",
" return DatatopsContentReviewContainer(\n",
" \"\", # No text prompt\n",
" notebook_section,\n",
" {\n",
" \"url\": \"https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab\",\n",
" \"name\": \"neuromatch_neuroai\",\n",
" \"user_key\": \"wb2cxze8\",\n",
" },\n",
" ).render()\n",
"\n",
"feedback_prefix = \"W2D5_Intro\""
]
},
{
"cell_type": "markdown",
"metadata": {
"execution": {}
},
"source": [
"## Prerequisites\n",
"\n",
"For this day, the prerequisites are your sincere inner-child curiosity, flexibility in collaborative discussion, and willingness to discover intriguing ideas! Be prepared to actively participate in the activities as the quality of the insights you will get from this day crucially depends on the joint interaction."
]
},
{
"cell_type": "markdown",
"metadata": {
"execution": {}
},
"source": [
"## Video"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -45,7 +91,7 @@
},
"outputs": [],
"source": [
"# @title Video\n",
"# @title Intro Video\n",
"\n",
"from ipywidgets import widgets\n",
"from IPython.display import YouTubeVideo\n",
Expand Down Expand Up @@ -90,6 +136,19 @@
"display(tabs)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Submit your feedback\n",
"content_review(f\"{feedback_prefix}_intro_video\")"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand All @@ -112,13 +171,13 @@
},
"outputs": [],
"source": [
"# @markdown\n",
"# @title Intro Video Slides\n",
"\n",
"from IPython.display import IFrame\n",
"from ipywidgets import widgets\n",
"out = widgets.Output()\n",
"\n",
"link_id = \"fsxe9\"\n",
"link_id = \"v7ber\"\n",
"\n",
"with out:\n",
" print(f\"If you want to download the slides: https://osf.io/download/{link_id}/\")\n",
Expand Down
45 changes: 41 additions & 4 deletions tutorials/W2D5_Mysteries/W2D5_Outro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,44 @@
},
"outputs": [],
"source": [
"# @title Video\n",
"# @title Install and import feedback gadget\n",
"\n",
"!pip install vibecheck datatops --quiet\n",
"\n",
"from vibecheck import DatatopsContentReviewContainer\n",
"def content_review(notebook_section: str):\n",
" return DatatopsContentReviewContainer(\n",
" \"\", # No text prompt\n",
" notebook_section,\n",
" {\n",
" \"url\": \"https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab\",\n",
" \"name\": \"neuromatch_neuroai\",\n",
" \"user_key\": \"wb2cxze8\",\n",
" },\n",
" ).render()\n",
"\n",
"feedback_prefix = \"W2D5_Outro\""
]
},
{
"cell_type": "markdown",
"metadata": {
"execution": {}
},
"source": [
"## Video"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"execution": {}
},
"outputs": [],
"source": [
"# @title Outro Video\n",
"\n",
"from ipywidgets import widgets\n",
"from IPython.display import YouTubeVideo\n",
Expand Down Expand Up @@ -93,13 +130,13 @@
},
"outputs": [],
"source": [
"# @markdown\n",
"# @title Outro Video Slides\n",
"\n",
"from IPython.display import IFrame\n",
"from ipywidgets import widgets\n",
"out = widgets.Output()\n",
"\n",
"link_id = \"yabgm\"\n",
"link_id = \"98qfs\"\n",
"\n",
"with out:\n",
" print(f\"If you want to download the slides: https://osf.io/download/{link_id}/\")\n",
Expand All @@ -113,7 +150,7 @@
"execution": {}
},
"source": [
"# Daily survey\n",
"## Daily survey\n",
"\n",
"Don't forget to complete your reflections and content check in the daily survey! Please be patient after logging in as there is a small delay before you will be redirected to the survey.\n",
"\n",
Expand Down
Loading