-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.Rmd
43 lines (27 loc) · 1.42 KB
/
README.Rmd
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
---
title: "Readme"
author: "Agustín Nieto"
date: "22/7/2021"
output:
md_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# TalleR
Este es un repositorio para el desarrollo de un taller sobre Web
Scraping y Text Mining con R. Su objetivo es introducir, a quienes lo
cursen, en el análisis computacional de la conflictividad social
visibilizada en la prensa digital.
- [Ir al Programa del TalleR](https://github.com/agusnieto77/TalleR/blob/main/Programa.md)
- [Ir al 1er Encuentro](https://github.com/agusnieto77/TalleR/blob/main/encuentros/Primer_encuentro.md)
- [Ir al 2do Encuentro](https://github.com/agusnieto77/TalleR/blob/main/encuentros/Segundo_encuentro.md)
- [Ir al 3er Encuentro](https://github.com/agusnieto77/TalleR/blob/main/encuentros/Tercer_encuentro.md)
- [Ir a los Recursos online](https://github.com/agusnieto77/TalleR/blob/main/recursos/recursos_online.md)
- [Ir a los Scripts](https://github.com/agusnieto77/TalleR/tree/main/scripts)
- [Ir a la Bibliografía recomendada](https://github.com/agusnieto77/TalleR/blob/main/Bibliografia.md)
## Grabación de los encuentros
- [Video del 1er encuentro (jueves 22/07)](https://youtu.be/rdqbaU2oFw0)
- [Video del 2do encuentro (jueves 29/07)](https://youtu.be/Ks2A6rqrgEo)
- [Video del 3er encuentro (jueves 05/08)](https://youtu.be/u7mK1ktYL08)
- [Video del 4to encuentro (jueves 12/08)](https://youtu.be/jcuWz-HuJHY)