-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
136 lines (95 loc) · 2.6 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---
pagetitle: "LatinR 2023"
toc: false
page-layout: custom
# listing:
# - id: blog-es
# contents: blog/es/
# fields: [date, title]
# sort: "date desc"
# type: default
# page-size: 3
---
```{css echo=FALSE}
.card-header-keynote{
background-color: #FDC08666;
font-weight: bold;
}
.cards-display{
display: grid;
padding-left: 10%;
padding-right: 10%;
}
.html-fill-container > .html-fill-item {
flex: inherit;
}
```
::: {.content-visible when-profile="es"}
::: grid
::: {#banner .g-col-12}
# LatinR 2023
## Conferencia Latinoamericana sobre Uso de R en Investigación + Desarrollo
## 18 al 20 de octubre de 2023 - Montevideo, Uruguay
<center> {{< fa location-dot >}} Facultad de Ciencias Económicas y de Administración, UDELAR</center>
<br>
</section>
<center><a href='cronograma/programa/preliminar.qmd'><button type="button" class="btn btn-light btn-lg">Programa</button></a></center>
<br>
:::
:::
## Conferencistas
```{r}
#| results: asis
#| echo: false
source(here::here("R/generar-info-keynotes.R"))
info_keynotes <- generar_info_keynotes()
generar_cards_keynotes(info_keynotes, col_info = "", width_col = "20%")
```
<!-- ## Novedades -->
<!-- ::: {#blog-es} -->
<!-- ::: -->
:::
::: {.content-visible when-profile="en"}
::: grid
::: {#banner .g-col-12}
# LatinR 2023
## Latinamerican Conference About the Use of R in R&D
## October 18-20, 2023 - Montevideo, Uruguay
<center> {{< fa location-dot >}} Facultad de Ciencias Económicas y de Administración, UDELAR</center>
<br>
</section>
<center><a href='cronograma/programa/preliminar.qmd'><button type="button" class="btn btn-light btn-lg">Program</button></a></center>
<br>
:::
:::
## Keynotes
```{r}
#| results: asis
#| echo: false
source(here::here("R/generar-info-keynotes.R"))
info_keynotes <- generar_info_keynotes()
generar_cards_keynotes(info_keynotes, col_info = "", width_col = "20%")
```
:::
::: {.content-visible when-profile="pt"}
::: grid
::: {#banner .g-col-12}
# LatinR 2023
## Conferência Latino-Americana sobre o Uso de R em Pesquisa e Desenvolvimento
## 18 a 20 de outubro de 2023 - Montevideo, Uruguay
<center> {{< fa location-dot >}} Facultad de Ciencias Económicas y de Administración, UDELAR</center>
<br>
</section>
<center><a href='cronograma/programa/preliminar.qmd'><button type="button" class="btn btn-light btn-lg">Programação</button></a></center>
<br>
:::
:::
## Palestrantes principais
```{r}
#| results: asis
#| echo: false
source(here::here("R/generar-info-keynotes.R"))
info_keynotes <- generar_info_keynotes()
generar_cards_keynotes(info_keynotes, col_info = "", width_col = "20%")
```
:::