forked from cursos-metodos-facso/metod1-MCS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
76 lines (58 loc) · 2.58 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
65
66
67
68
69
70
71
72
73
74
75
76
---
title: "Metodología Cuantitativa Avanzada"
subtitle: "Magister en Ciencias Sociales, mención Sociología de la Modernización"
lang: es
details: |
MCS7113 • Primer 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, eval=FALSE}
withr::with_dir(here::here(), {
targets::tar_load(project_zips)
targets::tar_load(xaringan_slides)
targets::tar_load(xaringan_pdfs)
})
```
::: {.home}
::: {.grid .course-details}
::: {.g-col-4}
### Profesores
- {{< fa user >}} [{{< var instructor.name >}}]({{< var instructor.url >}})
- {{< fa university >}} {{< var instructor.office >}}
- {{< fa envelope >}} <a href="mailto:{{< var instructor.email >}}">{{< var instructor.email >}}</a>
- {{< fa brands twitter >}} [{{< var instructor.twitter >}}](https://www.twitter.com/{{< var instructor.twitter >}})
--------------------------------------------------------------------------------
- {{< fa user >}} [{{< var instructor2.name >}}]({{< var instructor2.url >}})
- {{< fa university >}} {{< var instructor2.office >}}
- {{< fa envelope >}} <a href="mailto:{{< var instructor.email >}}">{{< var instructor2.email >}}</a>
- {{< fa brands twitter >}} [{{< var instructor2.twitter >}}](https://www.twitter.com/{{< var instructor2.twitter >}})
--------------------------------------------------------------------------------
- {{< fa user >}} [{{< var instructor3.name >}}]({{< var instructor3.url >}})
- {{< fa university >}} {{< var instructor3.office >}}
- {{< fa envelope >}} <a href="mailto:{{< var instructor3.email >}}">{{< var instructor3.email >}}</a>
- {{< fa brands twitter >}} [{{< var instructor3.twitter >}}](https://www.twitter.com/{{< var instructor3.twitter >}})
:::
::: {.g-col-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 >}}
<!-- - {{< fa brands slack >}} [Slack]({{< var course.slack >}}) -->
:::
::: {.g-col-4 .contact-policy}
### Contacto
{{< var instructor.contact_policy >}}
:::
:::
```{r eval=FALSE, echo=FALSE}
# knitr::include_graphics(here::here("files", "img", "eval-flowchart.png"), error = FALSE)
```
:::