Skip to content

Commit 7b71b39

Browse files
committed
aeet2025
1 parent 9eb5226 commit 7b71b39

2 files changed

Lines changed: 15 additions & 7 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: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,21 @@ 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
|----------------------------------------|-----------------|
3538
| Introducción | 15 min |
36-
| Instalación | 25 min |
39+
| Instalación Git | 25 min |
3740
| Repositorios y proyectos | 20 min |
3841
| Flujo de trabajo en Git y GitHub | 1 h |
3942
| Descanso | 20 min |
@@ -45,14 +48,18 @@ The objectives of this workshop are:
4548

4649
## Who we are?
4750

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

5053
And you... who are you?
5154

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

5457
## Introducción
5558

59+
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.
60+
61+
### Git
62+
5663
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.
5764

5865
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)