diff --git a/01-intro.Rmd b/01-intro.Rmd new file mode 100644 index 0000000..f97dff1 --- /dev/null +++ b/01-intro.Rmd @@ -0,0 +1,6 @@ +# Introducción + + +Este trabajo se trata de... + + diff --git a/02-datosabiertos.Rmd b/02-datosabiertos.Rmd new file mode 100644 index 0000000..215b767 --- /dev/null +++ b/02-datosabiertos.Rmd @@ -0,0 +1,5 @@ +# Datos abiertos + +## Problema + +## Solución \ No newline at end of file diff --git a/03-transparencia.Rmd b/03-transparencia.Rmd new file mode 100644 index 0000000..ce6979c --- /dev/null +++ b/03-transparencia.Rmd @@ -0,0 +1,12 @@ +# Transparencia + +## Problema + +## Solución + + +# Reproducibilidad + +## Problema + +## Solución \ No newline at end of file diff --git a/04-publibres.Rmd b/04-publibres.Rmd new file mode 100644 index 0000000..683a48f --- /dev/null +++ b/04-publibres.Rmd @@ -0,0 +1,5 @@ +# Publicaciones libres + +## Problema + +## Solución \ No newline at end of file diff --git a/05-conclusiones.Rmd b/05-conclusiones.Rmd new file mode 100644 index 0000000..21a2dc1 --- /dev/null +++ b/05-conclusiones.Rmd @@ -0,0 +1,4 @@ +# Conclusiones + + +Palabras finales... \ No newline at end of file diff --git a/99-referencias.Rmd b/99-referencias.Rmd new file mode 100644 index 0000000..71307b9 --- /dev/null +++ b/99-referencias.Rmd @@ -0,0 +1,3 @@ +`r if (knitr::is_html_output()) ' +# Referencias {-} +'` diff --git a/_bookdown.yml b/_bookdown.yml new file mode 100644 index 0000000..97841ab --- /dev/null +++ b/_bookdown.yml @@ -0,0 +1,22 @@ +book_filename: "lisa-book" +delete_merged_file: true +new_session: yes +language: + label: + fig: 'Figura ' + tab: 'Tabla ' + eq: 'Ecuación ' + thm: 'Teorema ' + lem: 'Lema ' + cor: 'Corolario ' + prp: 'Proposición ' + cnj: 'Conjectura ' + def: 'Definición ' + exm: 'Ejemplo ' + exr: 'Ejercicio ' + solution: 'Solución. ' + ui: + edit: Edit + chapter_name: 'Capítulo ' + appendix_name: 'Apéndice ' +output_dir: "docs" \ No newline at end of file diff --git a/_output.yml b/_output.yml new file mode 100644 index 0000000..5e58498 --- /dev/null +++ b/_output.yml @@ -0,0 +1,28 @@ +bookdown::gitbook: + highlight: tango + css: assets/lisa.css + pandoc_args: [ + "-M", "lang:es"] + includes: + before_body: assets/big-image.html + after_body: assets/footer.html + config: + toc: + collapse: section + before: | +