Skip to content

Commit

Permalink
add github latinr tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizmilz committed Nov 5, 2024
1 parent fc3a2a4 commit 36d8ae7
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ read_yaml_talks_pt <- function(){
}

if(!is.null(yaml_atual$event_url)){
cat(paste0("<b>Link do evento:</b> <a href='", yaml_atual$event_url, "'>", yaml_atual$event_url, "</a><br>"))
cat(paste0("<b>Link:</b> <a href='", yaml_atual$event_url, "'>", yaml_atual$event_url, "</a><br>"))
}

if(!is.null(yaml_atual$location)){
Expand Down
6 changes: 3 additions & 3 deletions talks/pt/2024-11-05-rOpenSci-traducao-pt/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ date: '2024-11-05'
event: "rOpenSci Community Call"
event_url: https://ropensci.org/commcalls/translation-portuguese/
links:
- icon: file
icon_pack: far
name: Informações
- icon: user-plus
icon_pack: fa
name: Informações + Participe
url: https://ropensci.org/commcalls/translation-portuguese/
- icon: images
icon_pack: far
Expand Down
Binary file added teaching/es/2024-11-18-latinR-GitHub/featured.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions teaching/es/2024-11-18-latinR-GitHub/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
toc: true
author:
- Yanina Bellini Saibene
- Beatriz Milz
categories: ["Tutorial", "Workshop", "GitHub", "ES"]
date: '2024-11-18'
event: "LatinR 2024"
event_url: https://latinr.org/cronograma/tutoriales/
links:
- icon: user-plus
icon_pack: fa
name: Inscrições
url: https://www.eventbrite.cl/e/introduccion-a-github-para-investigadoraes-tickets-1045617188157
- icon: github
icon_pack: fab
name: "GitHub Repository"
url: https://github.com/Git4Researchers/LatinR2024Workshop
- icon: book
icon_pack: fas
name: "Materials"
url: https://git4researchers.github.io/LatinR2024Workshop/
# - icon: images
# icon_pack: far
# name: Slides
# url:
location: Online
title: "Introducción a Github para Investigador(a|e)s"
image: featured.jpg
---

```{r}
#| echo: false
#| results: asis
source(here::here("R/utils.R"))
read_yaml_talks_pt()
```

0 comments on commit 36d8ae7

Please sign in to comment.