Skip to content

Commit

Permalink
add more alternatives for wait-listed students
Browse files Browse the repository at this point in the history
afeld committed Jan 22, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 15df723 commit 419f28d
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extras/lib/school.py
Original file line number Diff line number Diff line change
@@ -36,6 +36,7 @@ class SchoolText:
statista_url: str
final_project_proposal: str
attendance_url: str
course_search: str
words: List[str]


@@ -71,6 +72,7 @@ class SchoolText:
statista_url="https://clio.columbia.edu/catalog/11329105",
final_project_proposal="https://edstem.org",
attendance_url="https://community.canvaslms.com/t5/Canvas-Basics-Guide/What-is-the-Roll-Call-Attendance-Tool/ta-p/59#take_attendance",
course_search="https://vergil.columbia.edu/",
words=[
"canvaslms",
"colab",
@@ -114,6 +116,7 @@ class SchoolText:
statista_url="https://search.library.nyu.edu/permalink/01NYU_INST/1697t4d/alma990062490650107871",
final_project_proposal="https://edstem.org/us/courses/68651/discussion/5711987",
attendance_url="https://community.d2l.com/brightspace/kb/articles/3554-create-and-manage-attendance-registers#enter-attendance-data",
course_search="https://www.nyu.edu/students/student-information-and-resources/registration-records-and-graduation/albert-help/training/students/registration/course-search.html",
words=[
"bonus",
"brightspace",
@@ -138,6 +141,7 @@ class SchoolText:

# text that contains / is adjacent to words above, which are allowed for both schools
EXEMPT = [
".zoom.us/rec",
"- [google colab](https://colab.research.google.com/)",
"anaconda",
"built around it", # referring to Colab
1 change: 1 addition & 0 deletions joining_late.md
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ If you're not officially [registered](registration.md) for the course but want t

- [Attend class.](syllabus.md#course-information)
- Look through the [important links](index.md#important-links), including past lectures.
- [Recording](https://columbiauniversity.zoom.us/rec/play/dBBFt7QTwZTfETvu0_VQzqT_pt6K0-4PvrRJF0fDUVH8yKoIHP9WOCl8hGRSyIu3HEiKxPQ2woCwDQ-I.OGynUNH57slJqZki) of [Lecture 0](lecture_0.ipynb)
- You won't be able to access [{{lms_name}}]({{lms_url}}) or the [Ed Discussions]({{discussions_url}}).
- [Complete the Assignment(s) in {{coding_env_name}} as normal](assignments.md), waiting until you are registered to [submit](assignments.md#submission) them.

2 changes: 2 additions & 0 deletions registration.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

- [General info]({{registration}})
- [Registering from other schools]({{cross_registration}})
- There are lots of related courses around the University - [search]({{course_search}}) for "python".
- See also: [Resources](resources.md)

If you're waiting to get in, see [what you can do in the meantime](joining_late.md#while-youre-waiting).

0 comments on commit 419f28d

Please sign in to comment.