-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.Rmd
More file actions
49 lines (35 loc) · 1.92 KB
/
index.Rmd
File metadata and controls
49 lines (35 loc) · 1.92 KB
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
---
title: "**Baltimore Community Data Science**"
output:
html_document
---
```{r setup, echo = FALSE, message = FALSE}
library(config)
knitr::opts_chunk$set(warning = FALSE, message = FALSE)
```
<br>
### **About**
`r config::get("course_name_long")` was developed in partnership with [SOURCE](https://source.jhu.edu/) at the Johns Hopkins Bloomberg School of Public Health. Their mission focuses on **social change**, **authentic relationships**, and **redistributing power**.
<br>
### **Logistics**
- Class sessions are `r config::get("terms")` (`r config::get("acad_year")`) `r config::get("course_time")`
- **Zoom** will be used for classes.
- **Slack** will be used for communication.
- Please refer to the [Syllabus](syllabus.html) for more details
<br>
### **Course Goals**
In this course, students partner with [community-based organizations (CBOs)](https://source.jhu.edu/about/partner-organizations) in Baltimore to work on a data science related goal. CBOs work with youths, advocate for resource equity, and meet other needs within their communities. Students will:
- Apply their data science knowledge in non-academic settings
- **Reflect on their role** as a statistician in society
- Learn more about being **mindful and ethical** practitioners of data science techniques **to advocate for social change**
- Develop critical service-learning, data science, and professional skills
- Develop **data science product(s)** such as a dashboard, data analysis, series of visualizations, etc.
- Create **training material** to help CBOs use and implement the product(s)
- Design **sustainability / maintenance plans** for CBOs to continue using the product(s) long-term
<br>
```{r, fig.align='center', fig.alt= "BCDC logo", echo = FALSE, out.width= "25%"}
knitr::include_graphics("resources/images/BCDS.png")
```
<div class = "center">
"Working with community-based organizations in Baltimore to support data science related goals"
</div>