-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.qmd
63 lines (49 loc) Β· 1.88 KB
/
index.qmd
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
---
title: "Program Evaluation for Public Service"
subtitle: "Combine research design, causal inference, and econometric tools to measure the effects of social programs"
details: |
PMAP 8521 β’ Spring 2024<br>Andrew Young School of Policy Studies<br>Georgia State University
sidebar: false
toc: false
page-layout: full
format:
html:
template-partials:
- html/home/title-block.html
course-logo: /files/img/eval-hires.png
---
```{r set-dependencies, include=FALSE}
# Site-wide targets dependencies
withr::with_dir(here::here(), {
targets::tar_load(all_zipped_projects)
targets::tar_load(all_slides)
})
```
::::: {.home}
:::: {.grid .course-details}
::: {.g-col-12 .g-col-sm-6 .g-col-md-4}
### Instructor
- [{{< fa user >}}]{.fa-li} [{{< var instructor.name >}}]({{< var instructor.url >}})
- [{{< fa university >}}]{.fa-li} {{< var instructor.office >}}
- [{{< fa envelope >}}]{.fa-li} <a href='mailto:{{< var instructor.email >}}'>{{< var instructor.email >}}</a>
- [{{< iconify ph butterfly-bold size=1.2em title='Bluesky' >}}]{.fa-li} [Bluesky]({{< var instructor.bluesky >}})
- [{{< iconify bi mastodon size=1.1em title='Mastodon' >}}]{.fa-li} [Mastodon]({{< var instructor.mastodon >}})
:::
::: {.g-col-12 .g-col-sm-6 .g-col-md-4}
### Course details
- [{{< fa calendar >}}]{.fa-li} {{< var course.days >}}
- [{{< fa calendar-alt >}}]{.fa-li} {{< var course.dates >}}
- [{{< fa clock >}}]{.fa-li} {{< var course.time >}}
- [{{< fa location-dot >}}]{.fa-li} {{< var course.location >}}
:::
::: {.g-col-12 .g-col-md-4 .contact-policy}
### Contacting me
- [{{< fa calendar-check >}}]{.fa-li} [Schedule an appointment]({{< var instructor.appointment_url >}})
- [{{< fa brands slack >}}]{.fa-li} [Slack]({{< var course.slack >}})
{{< var instructor.contact_policy >}}
:::
::::
```{r echo=FALSE}
knitr::include_graphics(here::here("files", "img", "eval-flowchart.png"), error = FALSE)
```
:::::