Skip to content

Commit

Permalink
Merge pull request #66 from LatinR/update_2024_commitee
Browse files Browse the repository at this point in the history
Update 2024 commitee
  • Loading branch information
mauroloprete authored Oct 14, 2024
2 parents 974372e + e74ede8 commit 0985e02
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
6 changes: 3 additions & 3 deletions R/functions-team.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ generate_card <- function(person, class_group = "card-header-team") {
get_info_committe <- function(){
# Run code below when we need to update
# url_sheets_comite <- "https://docs.google.com/spreadsheets/d/1gKo5WEZoxpqoE4NVrHUjcuZfs2y9gMHG-bt318NqREE/edit?gid=171919892#gid=171919892"
#

# sheets_comite_raw <-
# googlesheets4::read_sheet(url_sheets_comite, "comite_cientifico")
#
# googlesheets4::read_sheet(url_sheets_comite, "Respuestas de formulario 1")

# sheets_comite_raw |>
# readr::write_rds(here::here("sobre/equipo/comite.rds"))

Expand Down
6 changes: 3 additions & 3 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ listing:

<!-- <center><a href='cronograma/programa/preliminar.qmd'><button type="button" class="btn btn-light btn-lg">Programa</button></a></center> -->

<center> <a href='blog/es/2024-08-01-inscripcion.html'><button type="button" class="btn btn-light btn-lg"><i class="fa-solid fa-user-plus"></i> Inscripción</button></a> <a href='blog/es/2024-07-09-presentacion-trabajos-2024.html'><button type="button" class="btn btn-light btn-lg"><i class="fa-solid fa-file-circle-plus"></i> Llamado a Presentación de Trabajos</button></a></center>
<center> <a href='blog/es/2024-08-01-inscripcion.html'><button type="button" class="btn btn-light btn-lg"><i class="fa-solid fa-user-plus"></i> Inscripción</button></a></center>

<br>
:::
Expand Down Expand Up @@ -99,7 +99,7 @@ generar_cards_keynotes(info_keynotes, col_info = "", width_col = "20%")

<!-- <center><a href='cronograma/programa/preliminar.qmd'><button type="button" class="btn btn-light btn-lg">Program</button></a></center> -->

<center> <a href='blog/en/2024-08-01-register.html'><button type="button" class="btn btn-light btn-lg"><i class="fa-solid fa-user-plus"></i> Register</button></a> <a href='blog/en/2024-07-09-call-for-papers-2024.html'><button type="button" class="btn btn-light btn-lg"><i class="fa-solid fa-file-circle-plus"></i> Call for papers</button></a></center>
<center> <a href='blog/en/2024-08-01-register.html'><button type="button" class="btn btn-light btn-lg"><i class="fa-solid fa-user-plus"></i> Register</button></a> </center>

<br>
:::
Expand Down Expand Up @@ -140,7 +140,7 @@ generar_cards_keynotes(info_keynotes, col_info = "", width_col = "20%")

<!-- <center><a href='cronograma/programa/preliminar.qmd'><button type="button" class="btn btn-light btn-lg">Programação</button></a></center> -->

<center> <a href='blog/pt/2024-08-01-inscricao.html'><button type="button" class="btn btn-light btn-lg"><i class="fa-solid fa-user-plus"></i> Inscrição</button></a> <a href='blog/pt/2024-07-09-apresentacao-trabalhos-2024.html'><button type="button" class="btn btn-light btn-lg"><i class="fa-solid fa-file-circle-plus"></i> Submissão de trabalhos</button></a></center>
<center> <a href='blog/pt/2024-08-01-inscricao.html'><button type="button" class="btn btn-light btn-lg"><i class="fa-solid fa-user-plus"></i> Inscrição</button></a> </center>


<br>
Expand Down
Binary file modified sobre/equipo/comite.rds
Binary file not shown.
20 changes: 13 additions & 7 deletions sobre/equipo/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,21 @@ chairs |>
### Comité Científico
:::

Comming soon.


```{r}
# bslib::layout_column_wrap(class = "cards-display",
# width = 1,
# gap = "0.5cm",
# height = 100,
# purrr::map(committe_list, .f = ~generate_card(.x, class_group = "card-header-comite"))
# )
committe_list <- get_info_committe()
committe_list |>
dplyr::select(name_complete, titles, icons) |>
reactable::reactable(
columns = list(
name_complete = reactable::colDef(name = "Nombre"),
titles = reactable::colDef(name = "Afiliación institucional"),
icons = reactable::colDef(name = "Contacto", html = TRUE)
),
pagination = FALSE
)
```


Expand Down

0 comments on commit 0985e02

Please sign in to comment.