Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bootstrap styling to table #261

Merged
merged 1 commit into from
May 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions learn.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ El **e-Epi-training kit** es una estrategia para el aprendizaje en línea que pe
| -------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Análisis de Brotes y Modelamiento en Salud Pública | [{{< fa regular window-maximize title="Website">}}](https://epiverse-trace.github.io/epimodelac/) | [{{< fa brands github title="GitHub Repository" >}}](https://github.com/epiverse-trace/epimodelac/) | [{{< fa solid person-chalkboard title="Instructor view">}}](https://epiverse-trace.github.io/epimodelac/instructor/index.html) | [![Static Badge](https://img.shields.io/badge/pre-alpha-991b1b)](https://carpentries.github.io/lesson-development-training/lesson-design.html#iterative-development) |

: {.striped .hover}

### Tutorials in English

| Tutorial | Site | Repository | Instructor Schedule | Development stage |
Expand All @@ -47,12 +49,16 @@ El **e-Epi-training kit** es una estrategia para el aprendizaje en línea que pe
| Real-time analysis and forecasting for outbreak analytics with R | [{{< fa regular window-maximize title="Website">}}](https://epiverse-trace.github.io/tutorials-middle/) | [{{< fa brands github title="GitHub Repository" >}}](https://github.com/epiverse-trace/tutorials-middle) | [{{< fa solid person-chalkboard title="Instructor view">}}](https://epiverse-trace.github.io/tutorials-middle/instructor/index.html) | [![Static Badge](https://img.shields.io/badge/pre-alpha-991b1b)](https://carpentries.github.io/lesson-development-training/lesson-design.html#iterative-development) |
| Scenario modelling for outbreak analytics with R | [{{< fa regular window-maximize title="Website">}}](https://epiverse-trace.github.io/tutorials-late/) | [{{< fa brands github title="GitHub Repository" >}}](https://github.com/epiverse-trace/tutorials-late) | [{{< fa solid person-chalkboard title="Instructor view">}}](https://epiverse-trace.github.io/tutorials-late/instructor/index.html) | [![Static Badge](https://img.shields.io/badge/pre-alpha-991b1b)](https://carpentries.github.io/lesson-development-training/lesson-design.html#iterative-development) |

: {.striped .hover}

### How-to guides in English

| Material | Site | Repository | Instructor schedule | Development stage |
| ------------------------------------------- | --------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| How-to guides for Outbreak Analytics with R | [{{< fa regular window-maximize title="Website" >}}](https://epiverse-trace.github.io/howto/) | [{{< fa brands github title="GitHub Repository" >}}](https://github.com/epiverse-trace/howto) | | [![Static Badge](https://img.shields.io/badge/pre-alpha-991b1b)](https://carpentries.github.io/lesson-development-training/lesson-design.html#iterative-development) |

: {.striped .hover}

## Research Software Curriculum

The focus of these workshops is on best practices for your outbreak analytics R projects and data. This uses command line utilities and complementary R packages to improve the openness, reproducibility, and sustainability of your analysis project.
Expand All @@ -62,6 +68,8 @@ The focus of these workshops is on best practices for your outbreak analytics R
| Version Control with Git in Rstudio | [{{< fa regular window-maximize title="Website" >}}](https://epiverse-trace.github.io/git-rstudio-basics/) | [{{< fa brands github title="GitHub Repository" >}}](https://github.com/epiverse-trace/git-rstudio-basics/) | [{{< fa solid person-chalkboard title="Instructor view">}}](https://epiverse-trace.github.io/git-rstudio-basics/instructor/index.html) | [![Static Badge](https://img.shields.io/badge/alpha-991b1b)](https://carpentries.github.io/lesson-development-training/lesson-design.html#iterative-development) |
| Improve your code for Epidemic Analysis with R | [{{< fa regular window-maximize title="Website" >}}](https://epiverse-trace.github.io/research-compendium/) | [{{< fa brands github title="GitHub Repository" >}}](https://github.com/epiverse-trace/research-compendium) | [{{< fa solid person-chalkboard title="Instructor view">}}](https://epiverse-trace.github.io/research-compendium/instructor/index.html) | [![Static Badge](https://img.shields.io/badge/pre-alpha-991b1b)](https://carpentries.github.io/lesson-development-training/lesson-design.html#iterative-development) |

: {.striped .hover}

Para **Tutoriales en Español** recomendamos la [curricula del Software Carpentry en Español](https://software-carpentry.org/lessons/) con tutoriales sobre La terminal de Unix, Control de versiones con R, y R para análisis cientificos reproducible

## Your questions
Expand Down
Loading