Skip to content

Commit afc6121

Browse files
Merge pull request #701 from jhudsl/emailsum_25
Updating times and config
2 parents 1d22d8c + c11949c commit afc6121

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ default:
22
course_name_long: "Epi/Biostats Summer Institute - Introduction to R for Public Health Researchers 140.604.79"
33
course_dates: "June 9-20th, 2025"
44
course_time: "1:30 p.m. - 5:00 pm ET"
5+
last_session_time: "3:50pm - 5:00pm"
56
final_due_date: "Friday June 27th at 11:59 pm ET"
67
grades_due: "January 24th"
78
holiday: "In recognition of [Juneteenth](https://en.wikipedia.org/wiki/Juneteenth), there will be **no class on June 19th**."

index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The course will provide students with **“hands-on” training** for analyzing
4444
## Class
4545
***
4646

47-
* `r config::get("course_dates")` 1:30PM-4:50PM on Zoom
47+
* `r config::get("course_dates")` `r config::get("course_time")` on Zoom
4848
<!-- * (`r config::get("holiday")`) -->
4949
* Zoom link will be emailed prior to the first class.
5050
* [Installation Instructions](https://jhudatascience.org/intro_to_r/docs/module_details/day0.html) - This is **required** before the course, but we can help you on the first day (or before) if you have trouble.

materials_schedule.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output:
44
html_document
55
---
66

7-
<!-- `r config::get("holiday")` -->
7+
`r config::get("holiday")`
88

99
There is an assignment due before class to [install software](modules/Setup/Setup.html) and we recommend completing HW 1 (uploading a screenshot showing that you finished the Swirl module indicated below) before class, but all other assignments will be due `r config::get("final_due_date")`. You are welcome to turn assignments in earlier if you wish.
1010

@@ -18,7 +18,7 @@ There is an assignment due before class to [install software](modules/Setup/Setu
1818
| 2:30pm - 2:40pm | Break |
1919
| 2:40pm - 3:40pm | Session 2 |
2020
| 3:40pm - 3:50pm | Break |
21-
| 3:50pm - 4:50pm | Session 3 |
21+
| `r config::get("last_session_time")` | Session 3 |
2222

2323
*Note: Timing is approximate*
2424

syllabus.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ By the end of the course, students should be comfortable:
3939
### When
4040

4141
- **Dates:** `r config::get("course_dates")`
42-
<!-- (`r config::get("holiday")`) -->
42+
(`r config::get("holiday")`)
4343
- **Time:** `r config::get("course_time")`
4444
- **Assignments due:** <span style="background-color: yellow;">`r config::get("final_due_date")` </span>
4545

@@ -58,7 +58,7 @@ By the end of the course, students should be comfortable:
5858
### Instruction Team
5959

6060
- **Instructors:** `r config::get("instructors")`
61-
- **Teaching Assistants:** `r config::get("ta")`
61+
- **Teaching Assistant(s):** `r config::get("ta")`
6262

6363
<br>
6464

0 commit comments

Comments
 (0)