Skip to content

Commit

Permalink
Merge pull request #110 from afeld/no-live-stream
Browse files Browse the repository at this point in the history
stop offering live streaming
  • Loading branch information
afeld authored Aug 25, 2023
2 parents aec7484 + 92a65e3 commit a832534
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Produced and taught by [Aidan Feldman](https://api.afeld.me/). Largely based on
{% endif -%}
- Submitting assignments
- Viewing grades
- [Accessing class recordings](syllabus.html#class-recordings)
{% if id == "columbia" -%}
- [Ed]({{discussions_url}}), which is used for:
- Accouncements
Expand Down
2 changes: 1 addition & 1 deletion lecture_0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"\n",
"- Within 24 hours after you're enrolled via SSOL, you should be automatically added to CourseWorks.\n",
" - If you don't have access after that, [email the instructor](https://python-public-policy.afeld.me/en/{{school_slug}}/syllabus.html#instructor-information).\n",
"- Watch the [recording(s) of past lectures](https://python-public-policy.afeld.me/en/{{school_slug}}/syllabus.html#zoom) if you weren't present for them.\n",
"- Watch the [recording(s) of past lectures](https://python-public-policy.afeld.me/en/{{school_slug}}/syllabus.html#class-recordings) if you weren't present for them.\n",
" - Note [the coding environment changed since Lecture 0](https://edstem.org/us/courses/34344/discussion/2409842)\n",
"- Make sure to read through the pinned threads that appear at the top of the list of [Discussions]({{discussions_url}}), in case there's anything you missed.\n",
"- [Submit](https://python-public-policy.afeld.me/en/{{school_slug}}/assignments.html#submission) all [past assignments](https://python-public-policy.afeld.me/en/{{school_slug}}/syllabus.html#schedule).\n",
Expand Down
20 changes: 12 additions & 8 deletions syllabus.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,19 @@ By the end of the course, students will know:
- Email is also an option, though please only use for questions that aren't appropriate for others to see.
- We will try to respond within 24 hours, 48 hours max.

### Zoom
### Class recordings

You can find the link to the live stream in [{{lms_name}}]({{lms_url}}) under the Zoom tab. The recordings are under `Cloud Recordings`. Some caveats:
Everyone is expected to attend class in-person; see the [class policies](#class-policies). That said, recordings of the lectures are made available for reference purposes. To view:

- Everyone is expected to attend class in-person; see the [class policies](#class-policies).
- The streaming/recording is done on a best-effort basis; it's not guaranteed.
- The course is designed for the in-room experience, and therefore:
- The instructor won't interact with any Zoom participants.
- Office hours will not be recorded.
1. Open [{{lms_name}}]({{lms_url}})
1. Go to `Zoom` in the navigation
1. Click `Cloud Recordings`

Some caveats:

- Recordings are made on a best-effort basis; they are not guaranteed.
- The course is designed for the in-room experience.
- Office hours will not be recorded.

## Assignments and Evaluation

Expand Down Expand Up @@ -267,7 +271,7 @@ Letter grades for the entire course will be assigned as follows:
## Class Policies

- All submissions must be made from a Jupyter notebook file, following [these instructions](https://python-public-policy.afeld.me/en/{{school_slug}}/assignments.html).
- Attendance is mandatory, but most importantly, important. Learning programming requires commitment from the part of the student and the skills are built out of practice. If you are ill, injured, or have unexpected travel, you do not need permission to [participate in class remotely / watch the recording](#zoom).
- Attendance is mandatory, but most importantly, important. Learning programming requires commitment from the part of the student and the skills are built out of practice. If you are ill, injured, or have unexpected travel, please [watch the recording](#class-recordings).

### Sharing

Expand Down

0 comments on commit a832534

Please sign in to comment.