forked from andrewheiss/evalsp23.classes.andrewheiss.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.qmd
64 lines (46 loc) · 1.65 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
64
---
title: "Estrategias de investigación cuantitativa"
subtitle: "Sociología - Facultad de Ciencias Sociales de la Universidad de Chile"
details: |
SOC01020-1 • Segundo semestre 2024<br>Departamento de Sociología FACSO<br>Universidad de Chile
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(project_zips)
targets::tar_load(xaringan_slides)
targets::tar_load(xaringan_pdfs)
})
```
::: {.grid .course-details}
::: {.g-col-12 .g-col-sm-6 .g-col-md-4}
### Equipo docente
**Profesor**
- {{< fa user >}} [{{< var instructor.name >}}]({{< var instructor.url >}})
- {{< fa university >}} {{< var instructor.office >}}
- {{< fa envelope >}} <a href="mailto:[email protected]">[email protected]</a>
**Apoyos docente**
- {{< fa user >}} Daniela Olivares
- {{< fa envelope >}} <a href="mailto:[email protected]">[email protected]</a>
- {{< fa user >}} Kevin Carrasco
- {{< fa envelope >}} <a href="mailto:[email protected]">[email protected]</a>
:::
::: {.g-col-12 .g-col-sm-6 .g-col-md-4}
### Información del curso
- {{< fa calendar >}} {{< var course.days >}}
- {{< fa calendar-alt >}} {{< var course.dates >}}
- {{< fa clock >}} {{< var course.time >}}
- {{< fa location-dot >}} {{< var course.location >}}
:::
```{r echo=FALSE}
knitr::include_graphics(here::here("files", "img", "eval-flowchart.png"), error = FALSE)
```
:::