-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcontent.qmd
More file actions
58 lines (48 loc) · 1.36 KB
/
content.qmd
File metadata and controls
58 lines (48 loc) · 1.36 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
50
51
52
53
54
55
56
57
58
---
title: "Content"
listing:
- id: content-future
contents:
- content_data_futura.yaml
type: grid
fields: [image, date, title, event, subtitle]
sort: "date"
categories: cloud
sort-ui: true
filter-ui: true
page-size: 100
field-display-names:
event: "Event"
- id: content-past
contents:
- content_data_passado.yaml
type: grid
fields: [image, date, title, subtitle, event]
sort: "date desc"
categories: cloud
sort-ui: true
filter-ui: true
page-size: 100
field-display-names:
event: "Event"
page-layout: full
title-block-banner: false
toc: true
---
Presentations, workshops, and other content that I have created or participated in.
```{r}
#| echo: false
conteudo_futuro <- yaml::read_yaml("content_data_futura.yaml") |>
length()
conteudo_passado <- yaml::read_yaml("content_data_passado.yaml") |>
length()
```
For invitations, please email me at: [milz.bea\@gmail.com](mailto:milz.bea@gmail.com){.email}
## Future content
Here you can find links, slides and materials for **`r conteudo_futuro` future activities** that I will be participating in!
::: {#content-future}
:::
## Past content
Here you can find links, slides and materials for **`r conteudo_passado` past activities** that I have participated in **since 2018**!
::: {#content-past}
:::