diff --git a/.gitignore b/.gitignore
index 7ee594b1..59798563 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,24 @@
+# R / RStudio (local)
.Rproj.user
.Rhistory
.RData
.Ruserdata
+# Hugo (derivados)
public/
-
resources/
+.hugo_build.lock
+
+# macOS
+.DS_Store
+**/.DS_Store
+._*
+.AppleDouble
+.LSOverride
+
+# Windows
+Thumbs.db
+Desktop.ini
+# Editores
*~
diff --git a/assets/css/main.css b/assets/css/main.css
new file mode 100644
index 00000000..628fda68
--- /dev/null
+++ b/assets/css/main.css
@@ -0,0 +1,60 @@
+/* assets/css/main.css — Tailwind v4 + integración Hugo */
+@import "tailwindcss";
+/* MUY IMPORTANTE para HugoBlox: usa el “Árbol de uso” de Hugo */
+@source "hugo_stats.json";
+
+/* --- tus estilos custom (copiados de assets/scss/custom.scss) --- */
+/* (son CSS plano, no usan features SCSS, así que podés pegarlos tal cual) */
+
+footer .social-icons{
+ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; align-items:center;
+ width:100%; margin:0 auto;
+}
+footer .social-icons a{ display:inline-flex; text-decoration:none; }
+footer .social-icons i{ font-size:1.6rem; }
+
+.social-icons svg, .network-icon svg, .author-links svg{
+ width:1.6rem; height:1.6rem; display:inline-block; vertical-align:middle;
+}
+
+/* Paleta por tema */
+:root{ --md-social-color:#b23a2a; }
+html.dark, :root[data-bs-theme="dark"]{ --md-social-color:#cfd8f3; }
+
+footer .social-icons a, .author-links a{ color:var(--md-social-color); }
+
+footer .social-icons svg, .network-icon svg, .author-links svg{
+ width:1.6rem; height:1.6rem; display:inline-block; vertical-align:middle;
+ color:inherit !important;
+}
+footer .social-icons svg *, .network-icon svg *, .author-links svg *{
+ fill:currentColor !important; stroke:currentColor !important;
+}
+footer .social-icons a[href*="bsky.app"],
+.author-links a[href*="bsky.app"]{ color:#b23a2a !important; }
+
+footer .social-icons a:hover, .author-links a:hover{ opacity:.85; }
+footer .social-icons a[href*="bsky.app"] .brand-icon svg,
+.author-links a[href*="bsky.app"] .brand-icon svg{ transform:scale(.92); transform-origin:50% 50%; }
+
+/* Embeds responsivos */
+.md-embed{ position:relative; display:block; width:100%; max-width:100%; margin:1rem 0; overflow:hidden; }
+.md-embed::before{ content:""; display:block; padding-top:56.25%; }
+.md-embed>iframe, .md-embed>video, .md-embed>embed, .md-embed>object{
+ position:absolute; inset:0; width:100%; height:100%; border:0;
+}
+.md-embed.is-4x3::before{ padding-top:75%; }
+.md-embed.is-bleed{ margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); width:100vw; }
+@supports (aspect-ratio: 1 / 1){
+ .md-embed::before{ display:none; padding-top:0; }
+ .md-embed>iframe{ position:relative; height:auto; aspect-ratio:16/9; }
+ .md-embed.is-4x3>iframe{ aspect-ratio:4/3; }
+}
+@media (max-width: 640px){
+ .md-embed>iframe{ max-height:80vh; }
+}
+/* Parche global Slides “crudos” */
+.article-container iframe[src*="docs.google.com/presentation"],
+.page-body iframe[src*="docs.google.com/presentation"]{
+ width:100% !important; height:auto !important; aspect-ratio:16/9; border:0;
+}
diff --git a/assets/media/1naranjaazul.png b/assets/media/1naranjaazul.png
new file mode 100644
index 00000000..0d9c8d9e
Binary files /dev/null and b/assets/media/1naranjaazul.png differ
diff --git a/assets/media/2azulrojo.png b/assets/media/2azulrojo.png
new file mode 100644
index 00000000..0113732a
Binary files /dev/null and b/assets/media/2azulrojo.png differ
diff --git a/assets/media/2naranjaazul.png b/assets/media/2naranjaazul.png
new file mode 100644
index 00000000..6ca46d23
Binary files /dev/null and b/assets/media/2naranjaazul.png differ
diff --git a/assets/media/3azulrojo.png b/assets/media/3azulrojo.png
new file mode 100644
index 00000000..402eb8c0
Binary files /dev/null and b/assets/media/3azulrojo.png differ
diff --git a/assets/media/bg-triangles.svg b/assets/media/bg-triangles.svg
new file mode 100644
index 00000000..c2d584a5
--- /dev/null
+++ b/assets/media/bg-triangles.svg
@@ -0,0 +1 @@
+
diff --git a/assets/media/build-website.png b/assets/media/build-website.png
new file mode 100644
index 00000000..c8064cee
Binary files /dev/null and b/assets/media/build-website.png differ
diff --git a/assets/media/organigramaMD apaisado-05.png b/assets/media/organigramaMD apaisado-05.png
new file mode 100644
index 00000000..262e1f87
Binary files /dev/null and b/assets/media/organigramaMD apaisado-05.png differ
diff --git a/assets/media/organigramaMD2025-04.png b/assets/media/organigramaMD2025-04.png
new file mode 100644
index 00000000..358a4669
Binary files /dev/null and b/assets/media/organigramaMD2025-04.png differ
diff --git a/assets/media/organigramaapaisado.png b/assets/media/organigramaapaisado.png
new file mode 100644
index 00000000..114d1ec1
Binary files /dev/null and b/assets/media/organigramaapaisado.png differ
diff --git a/assets/media/prueba-home.jpg b/assets/media/prueba-home.jpg
new file mode 100644
index 00000000..38a8641c
Binary files /dev/null and b/assets/media/prueba-home.jpg differ
diff --git a/assets/media/prueba-home2.jpg b/assets/media/prueba-home2.jpg
new file mode 100644
index 00000000..3ef867ee
Binary files /dev/null and b/assets/media/prueba-home2.jpg differ
diff --git a/assets/media/quienesomos.jpg b/assets/media/quienesomos.jpg
new file mode 100644
index 00000000..59dcf8d1
Binary files /dev/null and b/assets/media/quienesomos.jpg differ
diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss
deleted file mode 100644
index d18741e9..00000000
--- a/assets/scss/custom.scss
+++ /dev/null
@@ -1,120 +0,0 @@
-/* Footer: centrar bloque de RRSS */
-footer .social-icons{
- display: flex;
- flex-wrap: wrap;
- gap: 10px;
- justify-content: center;
- align-items: center;
- width: 100%;
- margin: 0 auto;
-}
-footer .social-icons a{
- display: inline-flex;
- text-decoration: none;
-}
-footer .social-icons i{
- font-size: 1.6rem;
-}
-
-/* Asegurar tamaño de SVGs en sociales (footer + profiles) */
-.social-icons svg,
-.network-icon svg,
-.author-links svg {
- width: 1.6rem;
- height: 1.6rem;
- display: inline-block;
- vertical-align: middle;
-}
-
-/* ====== RRSS coherentes en color (incl. Bluesky) ====== */
-
-/* Paleta por tema */
-:root { --md-social-color: #b23a2a; } /* Light */
-html.dark, :root[data-bs-theme="dark"] { --md-social-color: #cfd8f3; } /* Dark */
-
-footer .social-icons a,
-.author-links a { color: var(--md-social-color); }
-
-/* Todos los SVG de redes: tamaño + heredan color del enlace */
-footer .social-icons svg,
-.network-icon svg,
-.author-links svg {
- width: 1.6rem;
- height: 1.6rem;
- display: inline-block;
- vertical-align: middle;
- color: inherit !important; /* <-- clave */
-}
-
-/* Y sus nodos internos pintan con currentColor */
-footer .social-icons svg *,
-.network-icon svg *,
-.author-links svg * {
- fill: currentColor !important;
- stroke: currentColor !important;
-}
-
-/* Neutralizar cualquier regla vieja específica de Bluesky */
-footer .social-icons a[href*="bsky.app"],
-.author-links a[href*="bsky.app"] { color: #b23a2a !important; }
-
-/* Hover genérico (si lo querés) */
-footer .social-icons a:hover,
-.author-links a:hover { opacity: .85; }
-
-
-/* 5) Ajuste óptico (opcional) para Bluesky */
-footer .social-icons a[href*="bsky.app"] .brand-icon svg,
-.author-links a[href*="bsky.app"] .brand-icon svg {
- transform: scale(.92);
- transform-origin: 50% 50%;
-}
-
-/* ===== Embeds responsivos ===== */
-.md-embed {
- position: relative;
- display: block;
- width: 100%;
- max-width: 100%;
- margin: 1rem 0;
- overflow: hidden;
-}
-/* 16:9 por defecto */
-.md-embed::before { content: ""; display: block; padding-top: 56.25%; }
-.md-embed > iframe,
-.md-embed > video,
-.md-embed > embed,
-.md-embed > object {
- position: absolute;
- inset: 0;
- width: 100%;
- height: 100%;
- border: 0;
-}
-/* 4:3 opcional */
-.md-embed.is-4x3::before { padding-top: 75%; }
-/* Full-bleed opcional (ancho total de viewport) */
-.md-embed.is-bleed {
- margin-left: calc(50% - 50vw);
- margin-right: calc(50% - 50vw);
- width: 100vw;
-}
-/* Mejora con aspect-ratio cuando el navegador lo soporta */
-@supports (aspect-ratio: 1 / 1) {
- .md-embed::before { display: none; padding-top: 0; }
- .md-embed > iframe { position: relative; height: auto; aspect-ratio: 16 / 9; }
- .md-embed.is-4x3 > iframe { aspect-ratio: 4 / 3; }
-}
-/* Móvil: evitar iframes exageradamente altos */
-@media (max-width: 640px) {
- .md-embed > iframe { max-height: 80vh; }
-}
-
-/* ===== Parche global: iframes de Slides “crudos” (sin wrapper) ===== */
-.article-container iframe[src*="docs.google.com/presentation"],
-.page-body iframe[src*="docs.google.com/presentation"] {
- width: 100% !important;
- height: auto !important;
- aspect-ratio: 16 / 9;
- border: 0;
-}
diff --git a/config.toml b/config.toml
index a7e5af26..1b36651b 100644
--- a/config.toml
+++ b/config.toml
@@ -1,42 +1,21 @@
-# Configuration of Academic
-# Documentation: https://sourcethemes.com/academic/
-#
-# This file is formatted using TOML syntax - learn more at https://learnxinyminutes.com/docs/toml/
-# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
-
-# Title of your site
title = "MetaDocencia"
-
-# The URL of your site.
-# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "https://www.metadocencia.org/"
-
-# Enter a copyright notice to display in the site footer.
-# To display a copyright symbol, type `©`. For current year, type `{year}`.
copyright = ""
-############################
-## Advanced options below ##
-############################
-
-# Name of Academic theme folder in `themes/`.
-#theme = "hugo-academic"
-
-# Get last modified date for content from Git?
enableGitInfo = false
-
-# Default language to use (if you setup multilingual support)
defaultContentLanguage = "es"
-hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
+hasCJKLanguage = false
defaultContentLanguageInSubdir = false
-removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issues/5687
-
-summaryLength = 30 # Listing summary length in words. Also, see `abstract_length` in `params.toml`.
-paginate = 10 # Number of items per page in paginated lists.
+removePathAccents = true
+summaryLength = 30
enableEmoji = true
footnotereturnlinkcontents = "^"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
+# 🔁 Reemplaza paginate por pagination.pagerSize
+[pagination]
+ pagerSize = 10
+
[outputs]
home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]
section = [ "HTML", "RSS" ]
@@ -52,9 +31,9 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
- unsafe = true # Enable user to embed HTML snippets in Markdown content.
+ unsafe = true
[markup.highlight]
- codeFences = false # Disable Hugo's code highlighter as it conflicts with Academic's highligher.
+ codeFences = false
[markup.tableOfContents]
startLevel = 2
endLevel = 3
@@ -62,9 +41,8 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
[imaging]
resampleFilter = "lanczos"
quality = 90
- anchor = "smart" # Anchor for cropping. Options include Smart and Center.
+ anchor = "smart"
-# Taxonomies.
[taxonomies]
tag = "tags"
category = "categories"
@@ -74,12 +52,17 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
[blackfriday]
fractions = false
- # ----------------------------------------------------
-# Seguridad: permitir getenv "WC_POST_CSS" para Hugo Blox
+# Back-compat: algunos parciales miran este campo
+googleAnalytics = ""
+
+# GA4 (nuevo)
+[services]
+ [services.googleAnalytics]
+ id = "" # Cuando tengas tu G-XXXX, colocalo aquí
+
+
+# Seguridad
[security]
enableInlineShortcodes = false
-
[security.funcs]
- # Whitelist de variables de entorno permitidas en partials
getenv = ["^HUGO_", "^CI$", "^WC_POST_CSS$"]
-# ----------------------------------------------------
diff --git a/config/_default/module.yaml b/config/_default/module.yaml
index 1b01b5e0..1650ca29 100644
--- a/config/_default/module.yaml
+++ b/config/_default/module.yaml
@@ -1,5 +1,4 @@
imports:
- - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-core
- - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5
+ - path: github.com/HugoBlox/theme-landing-page
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
diff --git a/config/_default/params.yaml b/config/_default/params.yaml
index d143c874..1d8c750a 100644
--- a/config/_default/params.yaml
+++ b/config/_default/params.yaml
@@ -5,7 +5,7 @@
appearance:
mode: "auto" # "light" | "dark" | "auto"
theme_day: "metadocencia_theme" # nombre del tema claro en data/themes/*.toml
- theme_night: "metadocencia_theme_dark" # tema oscuro accesible que creaste
+ theme_night: "metadocencia_theme" # tema oscuro accesible que creaste
# Tipografías (opcional)
font: ""
diff --git a/content/en/home/about.md b/content/en/_archive/about.md
similarity index 100%
rename from content/en/home/about.md
rename to content/en/_archive/about.md
diff --git a/content/en/home/accomplishments.md b/content/en/_archive/accomplishments.md
similarity index 100%
rename from content/en/home/accomplishments.md
rename to content/en/_archive/accomplishments.md
diff --git a/content/en/home/donate.md b/content/en/_archive/donate.md
similarity index 100%
rename from content/en/home/donate.md
rename to content/en/_archive/donate.md
diff --git a/content/en/home/equipo.md b/content/en/_archive/equipo.md
similarity index 100%
rename from content/en/home/equipo.md
rename to content/en/_archive/equipo.md
diff --git a/content/en/home/experience.md b/content/en/_archive/experience.md
similarity index 100%
rename from content/en/home/experience.md
rename to content/en/_archive/experience.md
diff --git a/content/en/home/featured.md b/content/en/_archive/featured.md
similarity index 100%
rename from content/en/home/featured.md
rename to content/en/_archive/featured.md
diff --git a/content/en/home/hero.md b/content/en/_archive/hero.md
similarity index 100%
rename from content/en/home/hero.md
rename to content/en/_archive/hero.md
diff --git a/content/en/home/index.md b/content/en/_archive/index (2).md
similarity index 100%
rename from content/en/home/index.md
rename to content/en/_archive/index (2).md
diff --git a/content/en/home/prensa.md b/content/en/_archive/prensa.md
similarity index 100%
rename from content/en/home/prensa.md
rename to content/en/_archive/prensa.md
diff --git a/content/en/home/publicaciones.md b/content/en/_archive/publicaciones.md
similarity index 100%
rename from content/en/home/publicaciones.md
rename to content/en/_archive/publicaciones.md
diff --git a/content/en/home/publications.md b/content/en/_archive/publications.md
similarity index 100%
rename from content/en/home/publications.md
rename to content/en/_archive/publications.md
diff --git a/content/en/home/skills.md b/content/en/_archive/skills.md
similarity index 100%
rename from content/en/home/skills.md
rename to content/en/_archive/skills.md
diff --git a/content/en/home/slider.md b/content/en/_archive/slider.md
similarity index 100%
rename from content/en/home/slider.md
rename to content/en/_archive/slider.md
diff --git a/content/en/home/sponsors.md b/content/en/_archive/sponsors.md
similarity index 100%
rename from content/en/home/sponsors.md
rename to content/en/_archive/sponsors.md
diff --git a/content/en/home/tags.md b/content/en/_archive/tags.md
similarity index 100%
rename from content/en/home/tags.md
rename to content/en/_archive/tags.md
diff --git a/content/en/_index.md b/content/en/_index.md
new file mode 100644
index 00000000..88057e8e
--- /dev/null
+++ b/content/en/_index.md
@@ -0,0 +1,81 @@
+---
+title: "Home"
+type: landing
+
+design:
+ spacing: "6rem"
+
+sections:
+ - block: hero
+ content:
+ title: Potenciemos a América Latina en el mapa de la investigación global
+ primary_action:
+ text: Súmate
+ url: /suscripcion/
+ design:
+ spacing:
+ padding: [0, 0, 0, 0]
+ margin: [0, 0, 0, 0]
+ background:
+ image:
+ filename: 3azulrojo.png
+ filters:
+ brightness: 0.5
+ text_color_light: true
+
+ - block: cta-image-paragraph
+ id: solutions
+ content:
+ items:
+ - title: "Quiénes somos"
+ text: "MetaDocencia es una organización sin fines de lucro fundada en 2020. Nuestra comunidad construye capacidades científicas locales para transformar la ciencia global. Hacemos crecer la ciencia en red, desde América Latina hacia el mundo."
+ image: "quienesomos.jpg"
+ button:
+ text: "Conócenos"
+ url: "/institucional/"
+ - title: "Qué hacemos"
+ text: "Trabajamos para que la producción, comunicación y aplicación de saberes científicos y técnicos sean globalmente equitativos."
+ features:
+ - "Impulsamos infraestructura"
+ - "Formamos a personas investigadoras"
+ - "Construimos comunidad"
+ image: "organigramaapaisado.png"
+ button:
+ text: "Conoce nuestros proyectos"
+ url: "/proyectos/"
+ design:
+ css_class: "bg-gray-100 dark:bg-gray-900"
+
+ - block: stats
+ content:
+ items:
+ - statistic: "NN"
+ description: "Proyectos
financiados"
+ - statistic: "+1500"
+ description: "personas
formadas"
+ - statistic: "+1000"
+ description: "personas en la
comunidad de Slack"
+ design:
+ spacing:
+ padding: ["1rem", 0, "1rem", 0]
+ css_class: "bg-gray-100 dark:bg-gray-900"
+
+ - block: testimonials
+ content:
+ items:
+ - name: "Julio Zetter"
+ role: "Coordinador en Jefe de la base de datos y hemeroteca virtual SciELO México"
+ image: "juliozetter.jpeg"
+ text: "No cabe más que agradecer… Gracias por tanto MetaDocencia"
+
+ - block: cta-card
+ content:
+ title: "Apoya a la ciencia latinoamericana"
+ text: "Aquí te contamos cómo"
+ button:
+ text: "Súmate"
+ url: "/donar/"
+ design:
+ card:
+ css_class: "bg-primary-700 text-white"
+---
diff --git a/content/en/categorias/categorias.md b/content/en/categorias/categorias.md
deleted file mode 100644
index 97daf6e4..00000000
--- a/content/en/categorias/categorias.md
+++ /dev/null
@@ -1,78 +0,0 @@
-+++
-# A Projects section created with the Portfolio widget.
-widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/
-headless = true # This file represents a page section.
-active = true # Activate this widget? true/false
-weight = 1 # Order that this section will appear.
-
-title = "Categories"
-subtitle = ""
-
-[content]
- # Page type to display. E.g. project.
- page_type = "Categories"
-
- # Filter toolbar (optional).
- # Add or remove as many filters (`[[content.filter_button]]` instances) as you like.
- # To show all items, set `tag` to "*".
- # To filter by a specific tag, set `tag` to an existing tag name.
- # To remove toolbar, delete/comment all instances of `[[content.filter_button]]` below.
-
- # Default filter index (e.g. 0 corresponds to the first `[[filter_button]]` instance below).
- filter_default = 0
-
-# [[content.filter_button]]
-# name = "Next events"
-# tag = "Next events"
-
-# [[content.filter_button]]
-# name = "previous events"
-# tag = "previous events"
-
-
-[design]
- # Choose how many columns the section has. Valid values: 1 or 2.
- columns = "1"
-
- # Toggle between the various page layout types.
- # 1 = List
- # 3 = Card
- # 5 = Showcase
- view = 3
-
- # For Showcase view, flip alternate rows?
- flip_alt_rows = true
-
-[design.background]
- # Apply a background color, gradient, or image.
- # Uncomment (by removing `#`) an option to apply it.
- # Choose a light or dark text color by setting `text_color_light`.
- # Any HTML color name or Hex value is valid.
-
- # Background color.
- # color = "navy"
-
- # Background gradient.
- # gradient_start = "DeepSkyBlue"
- # gradient_end = "SkyBlue"
-
- # Background image.
- # image = "background.jpg" # Name of image in `static/img/`.
- # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
-
- # Text color (true=light or false=dark).
- # text_color_light = true
-
-[advanced]
- # Custom CSS.
- css_style = ""
-
- # CSS class.
- css_class = ""
-+++
-
-
Browse our blog post tags: -
Browse our blog post tags -: -
2022 was a very special year for the MetaDocencia community 🍎. After two years of growing by fostering education in virtual environments, we consolidated that experience and became stronger to face new challenges to come 🚀. -In this report we share our year of changes, growth, consolidation and learning, along with resources for the entire community 📍.
-Since our establishment as a voluntary organization in 2020, MetaDocencia had a great community of collaborators, who made valuable contributions to our present 👐.
-Since the end of 2021 we have fiscal sponsorship from Code for Science & Society (CS&S) and funding from the Chan Zuckerberg Initiative (CZI), as we shared in this post 🤝.
-In 2022, we completed the first stage of our transition to a much more inclusive and engaging organization that no longer relies on volunteer labor to function. We also shared the news of our expanding team, which gives us solid foundations to continue growing! 🌟
-After the first open job search in our history, we incorporated new people and roles, reorganizing tasks and functions in the following current work teams, which will also function in 2023 🗃️:
-Teaching: Ire, Iván, Jesi, Lau, Marie, Moni, Nico, Pato, Romi, Laurel, Meli y Paz (coordinates).
Communication: Juli, Laurel (coordinates)
Communities: Meli, Laurel (coordinates)
Accesibility: Iván, Marie, Pato (coordinates)
Community Guidelines: Moni, Romi, Paz (coordinates)
Administration: Romi, Paz (coordinates)
Infrastructure: Ire, Meli (coordinates)
Impact Measurement: Jesi, Meli (coordinates)
Executive Direction: Lau y Nico
We also re-organized processes, meetings and documents to record and improve the collaborative work on a daily basis 🌱. In the link we share a document that structures our teamwork since 2022:
-🔗 Guidelines to strengthen collaborative work in MetaDocencia (in Spanish)
-At the end of the year, we shared a virtual meeting with music and games, in which we chose the sounds that best represented our year, we presented a significant object for each person, and we toasted to celebrate everything we had lived.
-It is a pleasure to work as a team!
-
In the image, the entire MetaDocencia team. In order of appearance, from left to right and from top to bottom:
-Row 1: Patricia Loto, Laura Ascenzi, Irene Vazano, Jesica Formoso;
Row 2: Monica Alonso, Melissa Black, Romina Pendino, Laura Ación;
Row 3: Julián Buede, Nicolás Palopoli, Paz Miguez, Mariela Rajngewerc;
Row 4: Iván Poggio and Pancho, his dog 🐶.
In 2022 we announced that the collaborative proposal described in this blogpost was approved for funding by the Chan Zuckerberg Initiative ⚡.
-Our goal is to create a collaborative cloud infrastructure service that enables community-based cloud-native workflows in the biosciences. We will promote values of open and inclusive community practices, the infrastructure that enables these practices, and a “train the trainers” approach that empowers community leaders to share expertise in cloud infrastructure with others in their communities. Our focus will be on communities in Latin America and Africa, and we hope to learn how this model could be extended to other global communities that are historically marginalized from large-scale scientific infrastructure projects.
-This is a collaborative effort between 2i2c, The Carpentries, Center for Scientific Collaboration and Community Engagement, Invest in Open Infrastructure, Open Life Science and MetaDocencia.
- -From the exchange between Laura Ación, Gonzalo Peña-Castellanos and Fernando Pérez, and with the technical assistance of Laurel, Melissa and Julián, we compiled this publication in which we analyze the barriers of access to open science in Latin America and which actions to take to promote participation in the creative process for all people 🚧🗺️.
-Also available in Spanish and Portuguese.
-Our purpose is to open the debate on how we can make the development of open source and open science a more global effort, in which all cultures are truly welcomed as equals. -The conversation continued during the CZI Open Science 2022 Annual Meeting that we report in the events section.
-During the second half of 2022 we began to collaboratively develop our governance. We intended to design a transparent model for strategic decision-making, designed from and for our cultural and regional context.
-After
-32 internal activities
8 open meetings
7 specialists participated as speakers
+55 hours of synchronous work
+4 months of exchange
… we agreed and defined our inner work guidelines, governance bodies and collaboration agreements.
-Watch the video summary of the process
- -The implementation of our new governance began in December 2022, with the constitution of a new Advisory Committee (AC) and the organization of its first meeting according to the updated operating principles. The AC, together with the Executive Team, the Coordination Team and other work teams, articulate their work so that decision making and the development of activities strengthen MetaDocencia’s work and mission.
-We plan to review our governance after the first year of implementation, challenging ourselves to keep an open perspective and to question what is not working.
-In 2023, we will publish and make available the principles of our governance.
-Huge thanks to all the people and communities who participated and supported the development of our governance! 👏
-Speakers at open meetings: Beatriz Busaniche, Fabrizio Scrollini, Malvika Sharan and Andrea Sánchez-Tapia (with Spanish-English live interpretation), Andrés Piazza, Mayra Botta, Diego Pando.
-MetaDocencia Governance Team: Irene Vazano, Iván Poggio, Jesica Formoso, Laura Ación, Laura Ascenzi, Melissa Black, Mónica Alonso, Nicolás Palopoli, Paz Míguez, Romina Pendino.
-🔗 Read more about the development of our governance:.
-🔗 Documentation of our governance (English). Also available in Spanish.
-We started 2022 offering two editions of the workshops Introduction to Online Teaching Essentials and one edition of the Zoom Workshop, some of our first synchronous online workshops to introduce effective teaching practices.
-Also during the first semester we taught several online workshops based on the R programming language: one edition of Generating Interactive Tutorials with the {learnr} Package, designed to create interactive educational tutorials (offered in partnership with R-Ladies Johannesbourg); plus two editions of From Spreadsheets to R, together with the Software Sustainability Institute (United Kingdom), to assist in the transition to R for working with data; and three a la carte versions of these two workshops, co-organized as meetups with local chapters of R-Ladies Argentina. These activities were led by Paola Corrales, Elio Campitelli and Yanina Bellini Saibene, who co-founded MetaDocencia, and collaborated with MetaDocencia until the end of May 2022.
-They also led the Book Club in Spanish Teaching Tech Together. It was composed of eight meetings with presentations and moderation by different people who collaborated with MetaDocencia. The goal was to share and deepen on Enseñando Tecnología en Comunidad, the Spanish version of the book by Greg Wilson, who participated in the last of these meetings, with simultaneous interpretation Spanish-English 📚.
-Although some of these courses and events are no longer active, the materials remain available on the web for those who wish to learn more or replicate the experience.
-Yanina, Paola and Nicolás Palopoli led the third The Carpentries Train-the-Trainer Workshop organized by MetaDocencia fully in Spanish. As in previous occasions, at the end of the workshop we certified 12 people from 5 countries as Carpentries instructors.
-In the last quarter of 2022 we conducted internal pilot editions of new training proposals, such as the upcoming MetaEvaluations: teaching by evaluating, developed by Romina Pendino, Irene Vazano and the course design team 🌟.
-We started to update our courses following our Stylebook, with design improved by Julian. Look what a nice new presentation template we have! 😍.
-🧑🏫 The first updated workshop was Introduction to Online Teaching Essentials: we renamed it Present! Resources for Active Meetings, we took the pandemic out of it and introduced new resources for managing synchronous teaching spaces whether in face-to-face, hybrid or online environments.
-🧑💻 Our team also developed a proposal for those who want to learn how to use Zoom with the NVDA screen reader, oriented to visually impaired people and teachers of visually impaired people, which is our new Accessible Zoom with Screen Reader 🆕.
-The open editions of the workshops ¡Present! Resources for Active Meetings were led by Irene Vazano, Nicolás Palopoli and Laura Ación; and Accessible Zoom with Screen Reader was led by Iván Poggio and Irene Vazano.
-More Than 100 People Registered for our Open Editions!
-Those who attended gave us very good feedback to continue working on adjusting our proposals for 2023, when we will launch new workshops: Ethics and Social Impacts of Artificial Intelligence and Resources for learning and teaching Bioinformatics, among others! 💯.
-The Impact Measurement team, integrated by Jesica Formoso, Melissa Black, Nicolás Palopoli and Debora Burin, is investigating the effect of MetaDocencia courses and workshops to measure the impact of this type of training on teachers’ perception of their effectiveness in transmitting knowledge 🕵️.
-That’s why we may ask participants in our workshops to complete an online survey about their self-perception as teachers, giving consent to use the responses for research.
-The study is funded by MetaDocencia through CZI funding (Grant Number 2021-239366), with fiscal sponsorship from Code for Science & Society and is conducted in collaboration with the University of Buenos Aires UBACYT 2020 project code 20020190100077BA.
-In 2023 we intend to share the results with the community, applying open science principles to manage and publish the information responsibly.
-In 2022 we took a systematic approach to share our publications in Zenodo 🤯:
-🔗 https://zenodo.org/communities/metadocencia/
-If you are interested in adding posts that are related to MetaDocencia to our community on the platform, send them to info@metadocencia.org 🤗.
-We also summarized our description in a prospectus to introduce ourselves to non-Spanish speaking communities 📃.
-In addition, new posts with useful information for our community are periodically published in our Blog https://www.metadocencia.org/post/ . We also invite you to publish news in this section by sending us your text to info@metadocencia.org ✍️.
-Here are some posts shared this year to continue learning together 🤓:
-In this publication, Jesica Formoso and Laurel Ascenzi share reflections on the spaces for growth and orientation of the next training proposals, recovering the contribution of who attended our courses between March 2020 and October 2021. Through a word cloud we tried to answer the question “what do we gain from a virtual meeting: content or experience?”
-🔗 Read more: https://www.metadocencia.org/en/post/word-cloud/
-On the International Day of Persons with Disabilities, Mariela Rajngewerc and Patricia A. Loto shared some tips for generating accessible presentations 🙋🥰. In the publication you can download a checklist to reviewcompliance with the suggestions.
-🔗 Read more (in Spanish): https://www.metadocencia.org/post/presentaciones-accesibles/
-In this publication, Romina Pendino and Nicolás Palopoli recommend possible ways to organize windows to avoid losing sight of any communication channel with people who attend our courses.
-🔗 Read more (in Spanish): https://www.metadocencia.org/post/organizar-ventanas
-MetaDocencia and OLS were traveling around Argentina! Our co-executive director Nicolás Palopoli and OLS researcher and program coordinator Paz Bernaldo shared the individual and joint efforts of our communities at the XII Argentinean Congress of Bioinformatics and Computational Biology (Corrientes, Nov. 24-25) and at the XVI Biologists in Network Meeting (Mar del Plata, Nov. 14-15), respectively.
-Melissa Black and Laurel Ascenzi represented MetaDocencia at the First #OpenScience Ibero-American Congress. The event was meant to generate a space for Ibero-American dialogue between academia, the State, and civil society on the right to science and the importance of promoting a transformation in the way science is understood from an inclusive, open, participatory, and responsible perspective.
-🔗 Presentation: https://zenodo.org/record/7311765#.Y39fOUzwT
-The Einstein Foundation invited us to participate in its virtual symposium on Global Dynamics in Responsible Research (web en inglés) in which we developed the following activities:
-🔗 Presentation: https://zenodo.org/record/7388194#.Y480rnaZNPY
-🔗 Presentation: https://zenodo.org/record/7387392#.Y49TR3aZNPY
-Nicolas Palopoli, representing several co-authors of our team, presented the work done during the first two years of MetaDocencia at the international statistics teaching conference ICOTS-11.
-🔗 Bilingual presentation: http://tiny.cc/metadocencia-icots11
-MetaDocencia was part of the Chan Zuckerberg Initiative (CZI) Open Science 2022 Annual Meeting, which took place in California, USA, on September 18-21 2022, along with funded and affiliated projects. As co-executive director of this project, Laura Ación attended the meeting in person.
-Besides participating in various sessions and sharing with colleagues from other global communities, Laura co-organized and co-moderated a panel on “Building and Supporting Open Source Science Communities in Africa and Latin America” together with Emmy Tsang (Open Life Science/Invest in Open Infrastructure).
-Panelists: -- Selene L. Fernández Valverde (CABANAnet, Mexico) -- Angela Okune (Code for Science and Society, United States) -- Anelda van der Walt (Talarify, South Africa) -- Thomas Mboa (Mboa Lab, Cameroon) -- Fernán Federici (Pontificia Universidad Católica de Chile e Instituto iBio Millenium, Chile)
-This plenary panel highlighted the idea that everyone should be able to contribute, participate and benefit from the development of science and technology 💡. This principle is fundamental to open science and open source as global efforts.
-In this thread we shared some of the ideas discussed to continue empowering ideas collaboratively 💪.
-- -[ESP] 🧵 Compartimos algunas ideas que se desarrollaron en el Fireside Chat “Construir y apoyar comunidades científicas de código abierto en África y América Latina” #CZIOpenSci 2022 @cziscience, moderado magistralmente por @emmy_ft (@openlifesci @investinopen) y @_lacion_ 👏👏👏 pic.twitter.com/udwAye7G5M
— MetaDocencia (@metadocencia) September 21, 2022
How they found out about these events:
-
The participants represented different communities:
-
In addition, we received recognitions and appearances in mass media ✨:
-The Software Sustainability Institute (SSI) announced the 18 Fellows for 2023 and Melissa Black was selected through a collaboration with Open Life Science (OLS). She will therefore be part of the first cohort of OLS/SSI Fellows. Congratulations! 🎉
-🔗 In this document you can see her work proposal called “EspañOLS: empowering Open Science ambassadors in Spanish-speaking communities” 👏.
-🔗 More information about the profiles and selection in the official ISS announcement.
-Our co-founder Laura Ación was nominated for the Democracy Awards in the Science and Technology (in Spanish) category!
-Since 2009, Caras y Caretas awards Argentine or Latin American people who stand out for their humanitarian and democratic values and for the quality of their works and activities in which they claim, defend and contribute to these values (in Spanish).
-Congratulations to the winner, Juan Pablo Paz, and to all the people who participated on behalf of our community.
-🔗 Access to article in Página 12 newspaper (in Spanish): https://t.co/9nK8VqjFrz
-Laura Ación was interviewed by different media:
-She was interviewed by the Medifé Foundation on Myths and Truths about Artificial Intelligence and big data. -🔗 Listen to the podcast (in Spanish): https://soundcloud.com/fundacionmedife/dra-laura-acion-dir
She was also interviewed by Rodrigo Lloret for Diario Perfil and shared her experience and view on social impacts of Artificial Intelligence. -🔗 Full article (in Spanish): “The problem arises when artificial intelligence messes with democracy, health or justice.”.
In 2022, we worked hard to promote access to information of interest and to connect with our entire community.
-🍎✨ We relaunched our institutional image, including the first redesign of our logo.
-🧑💻 We updated our website to offer a friendly and accessible navigation, adding the Consulting section for the development of new projects with other organizations;
-🥰 🥰 We generated content of interest for our community through our social media (Twitter, Facebook, Instagram, LinkedIn, Slack, ¡also YouTube!);
-💌 💌 We created our newsletter and renamed it collectively as Notes from MetaDocencia. To generate it, we collaboratively plan the agenda and share it also in English through Slack channels of international friend communities.
-⚛️ We also participated in activities and shared training, meeting and discussion spaces with more than a dozen communities of friends from Latin America, Europe, Africa, and the United States, with whom we collaborate on a daily basis and hope to continue strengthening ties in 2023. We promote and disseminate their projects and offers, to generate a network that enhances our mission and the mission of those who are working for open science.
-❤️ For the Collaborators Team, distributed in different cities, provinces and countries, we prepared and sent an end-of-year MetaDocente gift, to approach distances and stickers, give our appreciation for a whole year together, and also alfajores 😋.
-
Photos by Romi, Ire and Laurel
-🥂 In the end-of-year meeting we collaboratively built the wish for our entire community:
-“💫 We wish you a 2023 of learning and transformations, genuine connections with other people and communities, that allow us to build networks and shared spaces.”
-
In addition to new proposals for workshops and events organized by MetaDocencia, we have already confirmed participation in the csv,conf,7 and we are planning to participate in other conferences and events. We intend 2023 to be a year of exchange and learning together with communities that also seek to strengthen open science, to make the production, communication and application of scientific and technical knowledge globally equitable, in line with our vision of the future.
-We will also continue to promote this discussion, with the aim of enriching the debate and designing collective responses to asymmetries and inequities. In this way, we continue working to advance innovation with a local perspective that responsibly builds scientific and technical capacities, in line with our mission 🙌.
-Another wish for 2023 is to continue meeting in person, to get to know each other and share the joy of believing in what we do.
-We invite you to join us, be part of the community and participate in the proposals and opportunities to come 🌈.
-Navega por las categorías de nuestras publicaciones: -
Navega por las categorías de nuestras publicaciones: -
2022 fue un año muy especial para la comunidad de MetaDocencia 🍎. No solo porque la vuelta a la presencialidad se hizo sentir tras dos años de crecer impulsando la educación en entornos virtuales, sino porque consolidamos esa experiencia y nos fortalecimos para enfrentar nuevos desafíos por venir 🚀. -En este reporte compartimos nuestro año de cambios, crecimiento, consolidación y aprendizajes, junto a recursos accesibles para toda la comunidad 📍.
-Desde su nacimiento como organización voluntaria en 2020, MetaDocencia contó con una gran comunidad de colaboradores que hicieron aportes de mucho valor para llegar al momento actual de consolidación y formalización 👐.
-Desde fines de 2021 contamos con el apoyo fiscal de Code for Science & Society (CS&S) y financiamiento de la Chan Zuckerberg Initiative (CZI), como contamos en esta publicación 🤝.
-En 2022 completamos la primera etapa de nuestra transición hacia una organización mucho más inclusiva y participativa, que ya no depende del trabajo voluntario para funcionar. En este sentido, compartimos las incorporaciones y los cambios de un equipo en expansión, ¡que nos da bases sólidas para seguir creciendo! 🌟
-Luego de la primera búsqueda laboral abierta de nuestra historia, incorporamos nuevas personas y roles, reorganizando tareas y funciones en los siguientes equipos de trabajo, que siguen funcionando en 2023 (link a cada perfil solo la primera vez que se nombra)🗃️:
-Enseñanza: Ire, Iván, Jesi, Lau, Marie, Moni, Nico, Pato, Romi, Laurel, Meli y Paz (coordina).
Comunicación: Juli, Laurel (coordina)
Comunidades: Meli, Laurel (coordina)
Accesibilidad: Iván, Marie, Pato (coordina)
Pautas de Convivencia: Moni, Romi, Paz (coordina)
Administración: Romi, Paz (coordina)
Infraestructura: Ire, Meli (coordina)
Medición de Impacto: Jesi, Meli (coordina)
Dirección Ejecutiva: Lau y Nico
Además, se organizaron y formalizaron procesos, reuniones y documentos para ir registrando y mejorando cotidianamente la tarea colaborativa 🌱. Compartimos un documento que estructura nuestro trabajo en equipo desde 2022:
-🔗 Pautas para fortalecer el trabajo colaborativo en MetaDocencia
-A fin de año, compartimos una reunión virtual con música y juegos, en la que elegimos los sonidos que mejor representaban nuestro año, presentamos un objeto significativo para cada persona, reímos, nos emocionamos y brindamos para celebrar todo lo vivido.
-¡Es un placer trabajar en equipo!
-
En la imagen, todo el equipo de MetaDocencia. En orden de aparición, de izquierda a derecha y de arriba hacia abajo:
-Fila 1: Patricia Loto, Laura Ascenzi, Irene Vazano, Jesica Formoso;
Fila 2: Mónica Alonso, Melissa Black, Romina Pendino, Laura Ación;
Fila 3: Julián Buede, Nicolás Palopoli, Paz Mïguez, Mariela Rajngewerc;
Fila 4: Iván Poggio y su perro Pancho 🐶.
En 2022 anunciamos que la propuesta colaborativa descrita en esta publicación de nuestro blog resultó aprobada para financiación por la Chan Zuckerberg Initiative ⚡.
-Nuestro objetivo es crear un servicio comunitario de infraestructura en la nube y ofrecer procesos de trabajo en biociencias. Promoveremos como valores prácticas comunitarias abiertas e inclusivas, la infraestructura que permita estas prácticas y un enfoque de “formación de formadores”, que capacite a líderes de comunidades locales para compartir su experiencia en infraestructura en la nube con otras personas de sus comunidades. Nos centraremos en comunidades de América Latina y África, y esperamos aprender cómo este modelo podría extenderse a otras comunidades globales históricamente marginadas de los proyectos de infraestructura científica a gran escala. -Se trata de un esfuerzo de colaboración entre 2i2c, The Carpentries, Center for Scientific Collaboration and Community Engagement, Invest in Open Infrastructure, Open Life Science y MetaDocencia.
- - -A partir del intercambio entre Laura Ación, Gonzalo Peña-Castellanos y Fernando Pérez, y con la asistencia técnica de Laurel, Melissa y Julián, compilamos esta publicación en la que se analizan las barreras de acceso a la ciencia abierta en América Latina y qué acciones encarar para promover la apertura de la participación a todas las personas en el proceso creativo 🚧🗺️.
-También disponible en portugués e inglés.
-Nuestro propósito es abrir el debate sobre cómo podemos hacer que el desarrollo del código abierto y la ciencia abierta sea un esfuerzo más global, donde todas las culturas sean realmente bienvenidas como iguales. -La conversación continuó durante la CZI Open Science 2022 Annual Meeting que reportamos en la sección Participamos en eventos.
-En 2022, desde MetaDocencia nos propusimos encarar un proceso de aprendizaje colectivo y colaborativo para diseñar nuestra gobernanza. El objetivo fue elaborar un modelo transparente para la toma de decisiones estratégicas, pensado desde y para nuestro contexto cultural y regional.
-Después de
-32 actividades internas,
8 encuentros abiertos,
7 referentes y especialistas que se sumaron a participar,
10 personas involucradas activamente,
+55 horas de trabajo sincrónico,
+4 meses de intercambio…
… consensuamos y definimos una forma de trabajo interna, órganos de funcionamiento y pautas de colaboración.
-Mira el video con el relato del proceso:
- -La puesta en práctica de nuestra nueva gobernanza comenzó en diciembre de 2022, con la conformación de un nuevo Consejo Asesor (CA) y la convocatoria a una primera reunión de acuerdo a los principios de funcionamiento actualizados. El CA junto al Equipo Directivo, de Coordinación y otros equipos de trabajo, articulan para que la toma de decisiones y el desarrollo de actividades permitan potenciar el trabajo y la misión de MetaDocencia.
-Planeamos revisar la gobernanza luego del primer año de su puesta en práctica, por lo que también será un reto mantener la perspectiva abierta y permitirnos cuestionar aquello que no funcione.
-En 2023, publicaremos y pondremos a disposición las bases de funcionamiento de nuestra gobernanza.
-¡Gracias a todas las personas y comunidades que participaron y apoyaron el desarrollo de este gran proceso de aprendizaje colectivo! 💪
-Disertantes de encuentros abiertos: Beatriz Busaniche, Fabrizio Scrollini, Malvika Sharan y Andrea Sánchez-Tapia (con interpretación simultánea español-inglés), Andrés Piazza, Mayra Botta, Diego Pando.
-Equipo de Gobernanza de MetaDocencia: Irene Vazano, Iván Poggio, Jesica Formoso, Laura Ación, Laura Ascenzi, Melissa Black, Mónica Alonso, Nicolás Palopoli, Paz Míguez, Romina Pendino.
-🔗 Leer más sobre el avance del proceso de gobernanza.
-🔗 Documentación de nuestra gobernanza (español). También disponible en inglés.
-Comenzamos 2022 ofreciendo dos ediciones de Introducción al ABC para Enseñar Online y una edición del Taller de Zoom, algunos de nuestros primeros talleres sincrónicos en línea para presentar prácticas de enseñanza efectivas.
-Durante el primer semestre enseñamos varios talleres online basados en el lenguaje de programación R: una edición de Generando Tutoriales Interactivos con el Paquete {learnr}, destinado a crear tutoriales educativos interactivos (ofrecido en conjunto con R-Ladies Johannesbourg); dos ediciones de Desde las Hojas de Cálculo a R, junto con el Software Sustainability Institute (Reino Unido), para asistir en la transición a R para trabajar con datos; y tres versiones a la carta de estos dos talleres, co-organizados como meetups con grupos locales de R-Ladies Argentina. Estas actividades fueron lideradas por Paola Corrales, Elio Campitelli y Yanina Bellini Saibene, que co-fundaron MetaDocencia, y colaboraron con MetaDocencia hasta fin de mayo de 2022.
-También llevaron adelante el Club de Lectura de Enseñar Tecnología en Comunidad. Se trató de ocho encuentros con presentación y moderación de distintas personas que colaboraron con MetaDocencia. El objetivo fue compartir y profundizar sobre el libro Enseñando Tecnología en Comunidad de Greg Wilson, quien participó en el último de estos encuentros, con interpretación simultánea español-inglés 📚.
-Aunque algunos de estos cursos y eventos no están activos, los materiales permanecen disponibles en la web para quienes deseen conocer más y replicar la experiencia.
-Yanina, Paola y Nicolás Palopoli lideraron el tercer Taller de Entrenamiento de Instructores de The Carpentries organizado por MetaDocencia. Como en ocasiones anteriores, al final del taller certificamos como instructores de The Carpentries a 12 personas de 5 países.
-En el último trimestre de 2022 realizamos ediciones piloto internas de nuevas propuestas de formación, como el próximo MetaEvaluaciones: enseñar evaluando, con el desarrollo de Romina Pendino, Irene Vazano y el equipo de diseño de cursos 🌟.
-Comenzamos a actualizar nuestros cursos siguiendo nuestro Manual de Estilo, cuyo diseño fue mejorado por Julián. ¡Miren qué linda plantilla de presentaciones nueva que tenemos! 😍
-🧑🏫 El primer taller actualizado fue Introducción al ABC para enseñar online: lo renombramos ¡Presente! Recursos para encuentros activos, le sacamos la pandemia de encima e introducimos nuevos recursos para manejo de espacios de intercambio de conocimiento sincrónico ya sea en entornos presenciales, híbridos o en línea.
-🧑💻 También desarrollamos una propuesta para aprender el manejo de Zoom con el lector de pantalla NVDA orientado a personas con discapacidad visual y docentes de personas con discapacidad visual, que es nuestro nuevo Zoom Accesible con Lector de Pantalla 🆕.
-Se desarrollaron ediciones abiertas de los talleres ¡Presente! Recursos para encuentros activos, a cargo de Irene Vazano, Nicolás Palopoli y Laura Ación; y de Zoom Accesible con Lector de Pantalla, lideradas por Iván Poggio e Irene Vazano.
-A nuestras ediciones abiertas se inscribieron ¡más de 100 personas!
-Quienes asistieron nos dejaron muy buenas devoluciones para seguir trabajando en ajustar nuestras propuestas para 2023, en que lanzaremos cursos como Ética e Impactos Sociales de la Inteligencia Artificial y Recursos para aprender y enseñar Bioinformática 💯.
-El equipo de Medición de Impacto, integrado por Jesica Formoso, Melissa Black, Nicolás Palopoli y Debora Burin, está investigando el efecto de los cursos y talleres de MetaDocencia para medir cómo impacta este tipo de capacitación sobre la percepción docente acerca de su eficacia para transmitir conocimientos 🕵️.
-Para ello, es probable que les pidamos colaboración a quienes participan de nuestros talleres para completar un cuestionario online sobre aspectos de su auto-percepción como docentes, brindando consentimiento para utilizar las respuestas para investigación.
-El estudio es financiado por MetaDocencia, a través del financiamiento de CZI (Grant Number 2021-239366), con el patrocinio fiscal de Code for Science & Society y se realiza en colaboración con el proyecto de la Universidad de Buenos Aires UBACYT 2020 20020190100077BA.
-En 2023 pretendemos compartir los resultados con la comunidad, aplicando principios de ciencia abierta para manejar y publicar las informaciones responsablemente.
-En 2022 sistematizamos y disponibilizamos toda nuestra producción en Zenodo 🤯:
-🔗 https://zenodo.org/communities/metadocencia/
-Quienes tengan interés pueden enviarnos a info@metadocencia.org las publicaciones que se relacionan con MetaDocencia para sumarlas a nuestra comunidad en la plataforma 🤗.
-También sintetizamos nuestra descripción en un prospectus (en inglés) para presentarnos ante comunidades no hispanohablantes 📃.
-Además, en nuestro Blog https://www.metadocencia.org/post/ se publican periódicamente nuevas entradas con información útil para nuestra comunidad. Invitamos a quienes quieran publicar novedades en esta sección a enviarnos su texto a info@metadocencia.org ✍️
-A continuación, algunas publicaciones compartidas este año para seguir aprendiendo en comunidad 🤓:
-En el Día de las Personas con Discapacidad, Mariela Rajngewerc y Patricia Loto compartieron algunos consejos para generar presentaciones accesibles 🙋🥰. En la publicación se puede descargar una lista para chequear el cumplimiento de las sugerencias. -🔗 Leer más: https://www.metadocencia.org/post/presentaciones-accesibles/
-En esta publicación, Romina Pendino y Nicolás Palopoli recomiendan maneras posibles de organizar las ventanas para no perder de vista ningún canal de comunicación con quienes asisten a nuestros cursos. -🔗 Leer más: https://www.metadocencia.org/post/organizar-ventanas/
-En esta publicación, Jesica Formoso y Laurel Ascenzi comparten reflexiones sobre los espacios de crecimiento y orientación de las próximas propuestas de formación, recuperando el aporte de quienes fueron estudiantes de nuestros cursos entre marzo de 2020 y octubre de 2021. A través de una nube de palabras respondemos qué es lo que más nos llevamos de un encuentro sincrónico: ¿contenido o experiencia? -🔗 Leer más: https://www.metadocencia.org/post/nube-palabras/
-¡MetaDocencia y OLS estuvieron de viaje por Argentina! Nuestro co-director ejecutivo Nicolás Palopoli y la investigadora y coordinadora de programas de Open Life Science (OLS) Paz Bernaldo difundieron esfuerzos individuales y conjuntos de nuestras comunidades en el XII Congreso Argentino de Bioinformática y Biología Computacional (Corrientes, 24 y 25 de noviembre de 2022) y en el XVI Encuentro de Biólog@s en Red (Mar del Plata, 14 y 15 de noviembre de 2022), respectivamente.
-Melissa Black y Laurel Ascenzi estuvieron presentes representando a MetaDocencia en el Primer Congreso Iberoamericano de Ciencia Abierta. El evento se propuso generar un espacio de diálogo iberoamericano entre la academia, el Estado y la sociedad civil sobre el derecho a la ciencia y la importancia de promover transformaciones en la forma como se comprende la ciencia desde una mirada inclusiva, abierta, participativa y responsable. -🔗 Presentación: https://zenodo.org/record/7311765#.Y39fOUzwT
-La Fundación Einstein nos invitó a participar de su simposio virtual sobre Dinámica Global en Investigación Responsable (web en inglés) en el que desarrollamos las siguientes actividades:
-🔗 Presentación: https://zenodo.org/record/7388194#.Y480rnaZNPY
-🔗 Presentación: https://zenodo.org/record/7387392#.Y49TR3aZNPY
-Nicolás Palopoli, en representación de varios coautores de nuestro equipo, presentó el trabajo realizado durante los primeros dos años de MetaDocencia en la conferencia internacional de enseñanza de estadística ICOTS-11.
-🔗 Presentación bilingüe: http://tiny.cc/metadocencia-icots11
-Entre el 18 y el 21 de septiembre de 2022 se desarrolló la Reunión Anual de Ciencia Abierta de la Chan Zuckerberg Initiative (CZI) en California, Estados Unidos, en la que participaron proyectos financiados y afiliados. ¡MetaDocencia estuvo presente! Como co-directora ejecutiva de este proyecto, Laura Ación asistió en persona al encuentro.
-Además de participar en diversas sesiones y compartir con colegas de otras comunidades globales, Laura co-organizó y co-moderó un panel sobre “Construir y apoyar comunidades científicas de código abierto en África y América Latina” junto a Emmy Tsang (Open Life Science/Invest in Open Infrastructure). -Panelistas: -- Selene L. Fernández Valverde (CABANAnet, México) -- Angela Okune (Code for Science and Society, Estados Unidos) -- Anelda van der Walt (Talarify, Sudáfrica) -- Thomas Mboa (Mboa Lab, Camerún) -- Fernán Federici (Pontificia Universidad Católica de Chile e Instituto iBio Millenium, Chile)
-En este panel plenario se destacó la idea de que todo el mundo debe poder contribuir, participar y beneficiarse del desarrollo de la ciencia y la tecnología 💡. Este principio es fundamental para la ciencia abierta y el código abierto como esfuerzos globales.
-En este hilo compartimos algunas de las ideas e iniciativas propuestas 🧵 para seguir conversando y potenciando ideas en comunidad.
-- -[ESP] 🧵 Compartimos algunas ideas que se desarrollaron en el Fireside Chat “Construir y apoyar comunidades científicas de código abierto en África y América Latina” #CZIOpenSci 2022 @cziscience, moderado magistralmente por @emmy_ft (@openlifesci @investinopen) y @_lacion_ 👏👏👏 pic.twitter.com/udwAye7G5M
— MetaDocencia (@metadocencia) September 21, 2022
Se enteraron de la existencia de estos encuentros a través de:
-
Asistieron miembros de distintas comunidades:
-
Además, tuvimos reconocimientos y apariciones en medios de comunicación ✨:
-El Instituto para la Sostenibilidad del Software (SSI) comunicó las 18 personas becarias para 2023 y Melissa Black resultó seleccionada a través de una colaboración con Open Life Science (OLS), por lo que formará parte de la primera cohorte de becarios OLS/SSI. ¡Felicitaciones! 🎉
-🔗 En este documento se puede ver su propuesta de trabajo (inglés) denominada “EspañOLS: empowering Open Science ambassadors in Spanish-speaking communities” 👏.
-🔗 Más información sobre los perfiles y la selección en el anuncio oficial del SSI (en inglés).
-¡Nuestra co-fundadora Laura Ación fue ternada para los Premios Democracia en la categoría Ciencia y Tecnología!
-Desde 2009, Caras y Caretas premia a personas argentinas o latinoamericanas que se destaquen en sus valores humanitarios y democráticos y en la calidad de sus obras y actividades en las que se reivindique, defienda y se aporte a los siguientes valores.
-Felicitamos a quien resultó ganador de la terna, Juan Pablo Paz, y a todas las personas que participaron de parte de toda la comunidad MetaDocente.
-🔗 Acceso a nota en periódico Página 12: https://t.co/9nK8VqjFrz
-Laura Ación fue entrevistada por distintos medios periodísticos:
-Conversó con la Fundación Medifé sobre Mitos y Verdades sobre la Inteligencia Artificial y el big data. -🔗 Escuchar el podcast: https://soundcloud.com/fundacionmedife/dra-laura-acion-dir
También fue entrevistada por Rodrigo Lloret para la #AgendaAcadémica del Diario Perfil y compartió su experiencia y mirada sobre los impactos sociales de la Inteligencia Artificial. -🔗 Nota completa: “El problema surge cuando la inteligencia artificial se mete con la democracia, la salud o la justicia”.
En 2022 trabajamos mucho para promover el acceso a la información de interés y la vinculación con toda nuestra comunidad.
-🍎✨ Relanzamos nuestra imagen institucional, incluyendo el primer rediseño de nuestro logo.
-🧑💻 Realizamos una actualización de nuestro sitio web para ofrecer una navegación amigable y accesible, sumando la sección Consultoría para el desarrollo de nuevos proyectos con otras organizaciones;
-🥰 Gestionamos y conversamos a través de nuestras redes sociales (Twitter, Facebook, Instagram, LinkedIn, Slack, ¡también YouTube!) y generamos contenidos de interés para nuestra comunidad;
-💌 Creamos nuestro newsletter y lo renombramos en forma colectiva como los Apuntes MetaDocentes. Para generarlo, planificamos colaborativamente la agenda y lo compartimos también en inglés a través de canales de Slack de comunidades internacionales amigas.
-⚛️ También participamos de actividades y compartimos espacios de capacitación, encuentro y discusión con más de una decena de comunidades amigas de Latinoamérica, Europa, Africa y Estados Unidos con las que colaboramos a diario y esperamos seguir estrechando lazos en 2023. Promovemos y difundimos sus proyectos y búsquedas, para generar una red que potencie nuestra misión y la de quienes están trabajando por la ciencia abierta.
-❤️ Para el equipo de colaboradores, distribuido en distintas ciudades, provincias y países, preparamos y enviamos un presente MetaDocente de fin de año, para acercar distancias y stickers, agradecimientos por el año compartido y también alfajores 😋.
-
Fotos de Romi, Ire y Laurel
-🥂 En el brindis de fin de año construimos de manera colaborativa el deseo para toda nuestra comunidad:
-“💫 Por un 2023 de nuevos aprendizajes y transformaciones, conexiones genuinas con otras personas y comunidades, que nos permitan construir redes y espacios compartidos.”
-
Además de nuevas propuestas de cursos y eventos organizados por MetaDocencia, ya tenemos participación confirmada en la csv,conf,7 y estamos planificando participar en otras conferencias y eventos. Nos proponemos que 2023 sea un año de intercambio y aprendizaje junto a comunidades que también buscan fortalecer la ciencia abierta para que la producción, la comunicación y la aplicación de saberes científicos y técnicos sean globalmente equitativos, en línea con nuestra visión de futuro.
-También seguiremos promoviendo esta discusión, con el propósito de enriquecer el debate y diseñar respuestas colectivas a las asimetrías e inequidades. De esta manera, seguimos trabajando por construir capacidades científicas y técnicas en forma responsable y con mirada local, en línea con nuestra misión 🙌.
-Otro anhelo para 2023 es seguir encontrándonos en persona, para conocernos y compartir la alegría de creer en lo que hacemos.
-Te invitamos a acompañarnos, ser parte y participar de las propuestas y oportunidades que vendrán 🌈.
-