-
Notifications
You must be signed in to change notification settings - Fork 2
/
syllabus.Rmd
129 lines (82 loc) · 6.42 KB
/
syllabus.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
title: '**Syllabus**'
output:
pdf_document: default
html_document: default
---
```{r setup, echo = FALSE, message = FALSE}
library(config)
knitr::opts_chunk$set(warning = FALSE, message = FALSE)
```
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<!-- <a href="syllabus.pdf" target="_blank" download = "syllabus.pdf" ><button class="btn"><i class="fas fa-file-alt"></i> PDF version</button></a> -->
<br>
### Course Description
This course is focused on helping students learn how to apply their data science knowledge in non-academic settings. Students will partner with [community-based organizations (CBOs)](https://source.jhu.edu/about/partner-organizations) in Baltimore to work on a data science related goal. Students will focus on developing critical service-learning and professional skills as they work with CBOs to accomplish a data science related goal. _This course can feel uncomfortable: students are expected to be self motivated and work on solutions to problems without being told what to do._ While difficult, experiencing this kind of uncertainty is similar to working as a data scientist in academic settings or industry.
<br>
### Important Links
- **Class Website:** https://jhudatascience.org/Baltimore_Community_Course
- **Zoom link**: Instructors will send to registered students
- **Slack Workspace**: Instructors will send to registered students
<br>
### Logistics
* **Class Sessions:**
+ The course will meet `r config::get("course_time")` during `r config::get("terms")`.
+ Students who take the class must commit to **both** terms for project continuity.
+ Each term is worth 1.5 credit hours (3 total).
+ [Part I dates](`r config::get("catalog_pt1")`): `r config::get("catalog_pt1_dates")`
+ [Part II dates](`r config::get("catalog_pt2")`): `r config::get("catalog_pt2_dates")`
- **Location:**
+ Students will meet in class (virtually) once per week.
+ Students will work in groups outside of class on community-based projects virtually on Zoom.
- **CBO Meetings:**
+ This depends on the project goals, but students are expected to meet with CBO leadership for approximately 30 min - 1 hr every 2 weeks for the duration of the terms.
+ Meetings will also be supplemented by emails.
+ Keep in mind that CBO members are busy and staff may not be getting paid for this work.
- **Communication:**
+ Instructors and students will communicate through Slack.
+ Instructors will email you about how to connect to Slack.
<br>
### Instructors
- `r config::get("instructor_1")`
- `r config::get("instructor_2")`
- `r config::get("instructor_3")`
<br>
### Requirements
- Students are required to have some prior experience with R programming (or other languages) and need to have taken the following data science courses (or have equivalent experience):
+ 140.711 Advanced Data Science I and 140.712 Advanced Data Science II
- Instructor permission is required to enroll in the course.
<br>
### Schedule and Materials
Please see the [Schedule](schedule.html) tab.
<br>
### Expectations of Students
Students will work with CBO partners as a team (3-5) for the following deliverables:
- Learn about the partner CBO, the goals of the CBO, and how data may be helpful for these goals
- Discuss the data needs of the create a plan to work with the CBO
- Create a data science product that aligns with the goals of the CBO
- Create an implementation plan and training for the CBO
- Create a sustainability plan for the CBO to work with and continue to maintain the data science product respectively including narratives ("story") about the data product - what it means, the limitations etc.
- Additional possible training and thoughts for CBO partners on further future data-related initiatives
In addition to working on data science projects, students are also expected to individually hone their critical service-learning skills and professional skills. This involves participating in written exercises and discussions, as well as active work to stay organized and maintain communication with teammates and the CBO.
See the [project page](https://jhudatascience.org/Baltimore_Community_Course/projects.html) for more information about project guidelines.
<br>
### Expectations of CBOs
Partners will need to provide students with details on the project goals and uses, access to relevant data (could be de-identified or simulated if privacy is an issue), feedback about whether their goals are being met, and time and willingness to learn about how to use and possibly maintain the data product that the students work with them to create.
<br>
### Student Learning Objectives
Students who complete the course will be able to:
1) Describe the history of Johns Hopkins and the biostatistics department in the Baltimore community. Evaluate and discuss how this **historical context** and the **current context** influences our interactions with community members.
2) **Critically reflect** on their own service-learning project work and how their role as a statistician impacts the CBO, as well as the greater context of society and social structures (not just the course project).
3) Articulate what **critical service-learning** is and describe how it differs from traditional community service endeavors. Evaluate and discuss how other methods can cause harm to communities.
4) Understand more about how to successfully **navigate challenges** that occur when applying data cleaning, wrangling, analysis, collection planning, visualization, and communication skills to problems in **non-academic settings**, as the students **create** (with the guidance and help of the CBO) **data science products** for the goals of the assigned CBO project.
5) Work with others to **create an implementation plan** for the data science products that is viable and useful for the respective CBO members. Work with stakeholders at a high level to understand their needs as well as the limitations of the data.
6) Use teaching methods to **teach others** from various backgrounds and experiences to use data science techniques to work with data and communicate effectively about data.
7) Plan for CBO to continue to work with data science products in a **sustainable way** even after projects are over.
<br>
### Grading
Please see the [Evaluation](evaluation.html) tab.
<!-- ```{r, child="code_of_conduct.Rmd"} -->
<!-- ``` -->
<!-- ```{r, child="evaluation.Rmd"} -->
<!-- ``` -->