diff --git a/content/community/_index.es.md b/content/community/_index.es.md new file mode 100644 index 000000000..052b9267a --- /dev/null +++ b/content/community/_index.es.md @@ -0,0 +1,11 @@ +--- +title: | + Nuestra comunidad + + es nuestro mejor activo +partials: + - community.html + - mailkimp.html +--- + +Estamos construyendo una comunidad global amigable y diversa de personas que usan y desarrollan software de diversos ámbitos de investigación. Nuestro objetivo es desarrollar la capacidad de personas novatas, expertas y todas las personas en el medio. Nuestros participantes proceden del mundo académico, la administración pública, la industria y las organizaciones sin ánimo de lucro. Nos complace contar con particpaciones que respeten nuestro [código de conducta](/code-of-conduct). La [Guía de contribución a la comunidad rOpenSci](https://contributing.ropensci.org/) describe muchas formas de participar. \ No newline at end of file diff --git a/themes/ropensci/assets/_snippets/commcalls.en.md b/themes/ropensci/assets/_snippets/commcalls.en.md new file mode 100644 index 000000000..fcce55d55 --- /dev/null +++ b/themes/ropensci/assets/_snippets/commcalls.en.md @@ -0,0 +1,4 @@ +Our quarterly community calls are open to everyone. +They're an opportunity to connect with rOpenSci community members around the world. +Join us for lively discussions with experts on both technical and social topics, like development, review, security and maintenance of R packages, applications of our packages in open science, or developing a code of conduct. +Every Community Call becomes a rich resource with video and collaborative notes. \ No newline at end of file diff --git a/themes/ropensci/assets/_snippets/commcalls.es.md b/themes/ropensci/assets/_snippets/commcalls.es.md new file mode 100644 index 000000000..989bb35b4 --- /dev/null +++ b/themes/ropensci/assets/_snippets/commcalls.es.md @@ -0,0 +1,8 @@ +Nuestras llamadas con la comunidad están abiertas a todo el mundo. +Son una oportunidad para conectar con otras personas de rOpenSci de todo el mundo. +Sumate a animados debates con personas expertas sobre temas tanto técnicos como sociales, como el desarrollo, la revisión, la seguridad y el mantenimiento de los paquetes de R, las aplicaciones de paquetes en la ciencia abierta o el desarrollo de un código de conducta. +Cada llamada se convierte en un rico recurso con vídeo y notas de colaboración. +Our community calls are open to everyone. +They're an opportunity to connect with rOpenSci community members around the world. +Join us for lively discussions with experts on both technical and social topics, like development, review, security and maintenance of R packages, applications of our packages in open science, or developing a code of conduct. +Every Community Call becomes a rich resource with video and collaborative notes. \ No newline at end of file diff --git a/themes/ropensci/i18n/en.toml b/themes/ropensci/i18n/en.toml index 10e9e5599..bc13ed8c9 100644 --- a/themes/ropensci/i18n/en.toml +++ b/themes/ropensci/i18n/en.toml @@ -46,6 +46,9 @@ [Read-more] other = 'Read more' +[Catch-up-with-past-calls] + other = 'Catch up with past calls' + [Projects] other = 'Projects' diff --git a/themes/ropensci/i18n/es.toml b/themes/ropensci/i18n/es.toml index 598d6fcda..5d56a373f 100644 --- a/themes/ropensci/i18n/es.toml +++ b/themes/ropensci/i18n/es.toml @@ -49,6 +49,9 @@ [Read-more] other = 'Lee más' +[Catch-up-with-past-calls] + other = 'Seminarios anteriores' + [Projects] other = 'Proyectos' diff --git a/themes/ropensci/i18n/fr.toml b/themes/ropensci/i18n/fr.toml index ac98e7314..c0bb276cf 100644 --- a/themes/ropensci/i18n/fr.toml +++ b/themes/ropensci/i18n/fr.toml @@ -46,6 +46,11 @@ [Read-more] other = 'Lire plus' +[Catch-up-with-past-calls] + other = 'Appels précédents' + +[Community-calls] + other = 'Appels avec la communauté' [Projects] other = 'Projets' diff --git a/themes/ropensci/layouts/community/list.html b/themes/ropensci/layouts/community/list.html index 005c66600..59e48031e 100644 --- a/themes/ropensci/layouts/community/list.html +++ b/themes/ropensci/layouts/community/list.html @@ -30,11 +30,17 @@

-

Community Calls

+

{{ i18n "Community-calls" }}

- Our quarterly community calls are open to everyone. They're an opportunity to connect with rOpenSci community members around the world. Join us for lively discussions with experts on both technical and social topics, like development, review, security and maintenance of R packages, applications of our packages in open science, or developing a code of conduct. Every Community Call becomes a rich resource with video and collaborative notes. + {{ $path := (printf "_snippets/commcalls.%s.md" .Language.Lang) }} + {{ with resources.Get $path }} + {{ .Content | markdownify }} + {{ else }} + {{ errorf "Unable to get page Resources" }} + {{ end }} +

- Catch up with past calls + {{ partial "translate-url" (dict "name" "commcalls" "Site" .Site "class" "link-arrow" )}}{{ i18n "Catch-up-with-past-calls" }}