Skip to content

Commit b87d8d3

Browse files
committed
2 parents 0870369 + 2735945 commit b87d8d3

2 files changed

Lines changed: 24 additions & 15 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ monchi_perfil.jpg
1616
monchi_perfil.pptx
1717
pruebaignore.pptx
1818
pruebaignore2.pptx
19+
.DS_Store

AEET_2025/reproducible_science.qmd

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,37 +22,45 @@ bibliography: references_git.bib
2222
## Introduction
2323

2424
The objectives of this workshop are:
25-
- Effective collaboration, using the version control Git within RStudio.
26-
- Pushing local changes in R to a remote repository.
27-
- Sharing reproducible research with the community through GitHub.
28-
- Meet Quarto and learn the anatomy of a qmd file to authoring Quarto documents
29-
- Basic functionalities of Quarto, enabling attendees to create good-looking and easily shareable documents.
25+
26+
- Effective collaboration, using the version control Git within RStudio.
27+
28+
- Pushing local changes in R to a remote repository. - Sharing reproducible research with the community through GitHub.
29+
30+
- Meet Quarto and learn the anatomy of a qmd file to authoring Quarto documents
31+
32+
- Basic functionalities of Quarto, enabling attendees to create good-looking and easily shareable documents.
3033

3134
### Workshop structure
3235

3336
| Bloques | Tiempo estimado |
3437
|----------------------------------------|-----------------|
35-
| Introducción | 15 min |
36-
| Instalación | 25 min |
37-
| Repositorios y proyectos | 20 min |
38-
| Flujo de trabajo en Git y GitHub | 1 h |
39-
| Descanso | 20 min |
40-
| La he liado ¿cómo deshago los cambios? | 35 min |
41-
| ¿Cómo se puede trabajar paralelamente? | 30 min |
42-
| Descanso | 10 min |
43-
| Otros comandos útiles | 15 min |
38+
| Introducción a Git | 15 min |
39+
| Instalación Git | 15 min |
40+
| Crear un repositorios/proyecto | 15 min |
41+
| Flujo de trabajo en Git y GitHub | 45 h |
42+
| *Descanso* | 30 min |
43+
| Introducción a Quarto | 15 min |
44+
| Estructura de un documento Quarto | 15 min |
45+
| Crear un documento Quarto | 40 min |
46+
| *Mini descanso* | 10 min |
47+
| Colaborar en GiHub | 30 min |
4448
| Otras utilidades de Github | 10 min |
4549

4650
## Who we are?
4751

48-
Verónica Cruz Alonso (veronica.cral@gmail.com), Elena Quintero () and Guillermo Fandos
52+
Verónica Cruz Alonso (veronica.cral\@gmail.com), Elena Quintero (elenaquintero.qb\@gmail.com) and Guillermo Fandos ()
4953

5054
And you... who are you?
5155

5256
![QR](images/mentimeter_qr_code.png) <https://www.menti.com/8fnfxiwrk7>
5357

5458
## Introducción
5559

60+
Probably, at some point, you’ve struggled with broken scripts that no longer work, repeated the same calculations multiple times to update a manuscript, or dealt with co-authors’ comments while working on different versions of a document. To help avoid these situations and other challenges in scientific workflows, this workshop explores the powerful combination of GitHub and Quarto in RStudio to author scientific documents. The aim is to foster among researchers the adoption of open and reproducible practices while improving their project and data management skills. In particular, we will introduce the version control system Git, the remote repository GitHub, and the publishing framework Quarto. Quarto is the next generation of R Markdown for publishing dynamic documents with multi-lingual programming language support. These tools are becoming increasingly useful in ecology, as they allow the creation of reproducible documents —including text and analyses— while tracking changes in R and facilitating collaboration among multiple users.
61+
62+
### Git
63+
5664
Git (<https://git-scm.com/>) y GitHub ([https://github.com/](#0){.uri}) están ganando cada vez más importancia en diversos campos de estudio a medida que el volumen de datos aumenta y los análisis se hacen más complejos. Aprenderemos cómo Git puede usarse para controlar la trazabilidad de los cambios realizados en proyectos o archivos y veremos cómo este control de versiones es especialmente útil en proyectos colaborativos mediante el uso de un servidor de alojamiento en línea como GitHub.
5765

5866
Aunque existen multitud de manuales disponibles gratuitamente sobre cómo utilizar Git y GitHub, estas herramientas son complejas. El propósito original de Git era ayudar a grupos de desarrolladores informáticos a trabajar en colaboración en grandes proyectos de software, por lo que puede resultar enrevesado, hay múltiples soluciones para el mismo problema y tiene una curva de aprendizaje pronunciada. Sin embargo, Git y GitHub nos pueden ayudar a solucionar algunos problemas comunes derivados de la creación de diferentes versiones que pueden ser un poco molestos:

0 commit comments

Comments
 (0)