Skip to content

Commit

Permalink
link to Statista for inspiration
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jan 18, 2025
1 parent b02e9b0 commit bfcc75b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Probably not realistic to make visualizations that are as fancy as these ones ma
- [New York Times Graphics](https://www.nytimes.com/spotlight/graphics)
- [Our World in Data](https://ourworldindata.org/)
- [ProPublica News Apps](https://www.propublica.org/newsapps/)
- [Statista]({{statista_url}})
- [Visual Capitalist](https://www.visualcapitalist.com/)

### Storing data
Expand Down
3 changes: 3 additions & 0 deletions extras/lib/school.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class SchoolText:
r_credit: str
assignment_cutoff_name: str
python_for_mbas: str
statista_url: str
final_project_proposal: str
attendance_url: str
words: List[str]
Expand Down Expand Up @@ -67,6 +68,7 @@ class SchoolText:
r_credit="https://www.registrar.columbia.edu/content/grade-options#auditing",
assignment_cutoff_name="`Until` date",
python_for_mbas="https://clio.columbia.edu/catalog/15536430",
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",
words=[
Expand Down Expand Up @@ -109,6 +111,7 @@ class SchoolText:
r_credit="https://www.nyu.edu/students/student-information-and-resources/registration-records-and-graduation/transcripts-certifications-grades/grades.html",
assignment_cutoff_name="`End Date`",
python_for_mbas="https://bobcat.library.nyu.edu/permalink/f/ci13eu/nyu_aleph008975996",
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",
words=[
Expand Down

0 comments on commit bfcc75b

Please sign in to comment.