Skip to content

Commit

Permalink
add afiliciacion
Browse files Browse the repository at this point in the history
  • Loading branch information
elequintero committed Feb 18, 2025
1 parent 59e0f05 commit c46b5a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/miembros_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ create_profile_qmd <- function(form.table, row){

name <- pers.table$`Nombre y apellidos`
email <- pers.table$`Email`
inst <- pers.table$`Institución`
ciudad <- pers.table$`Ciudad`
pais <- pers.table$`País`
inves <- pers.table$`Resumen investigación (max. 3 frases)`
inter <- pers.table$`Intereses dentro del grupo (max. 4 intereses)`
web <- pers.table$`Pagina web`
Expand Down Expand Up @@ -59,6 +62,8 @@ create_profile_qmd <- function(form.table, row){
"", "\n",
":::{#person-profile}", "\n",
"\n",
"## Afiliación:\n",
paste0(inst, ", ", ciudad, ", ", pais), "\n\n",
"# Resumen de investigación:\n",
inves, "\n\n",
"# Interés profesional dentro del grupo:\n",
Expand Down

0 comments on commit c46b5a5

Please sign in to comment.