├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── custom.md │ └── feature_request.md ├── .gitignore ├── LICENSE ├── Open_Data_Enlaces.Rmd ├── Open_Data_Enlaces.docx ├── Open_Data_Enlaces.html ├── Open_Data_Enlaces.pdf ├── README.md ├── Revisar_quien_ha_dado_estrella.R ├── docs ├── figs │ ├── Open_Data_Github.png │ ├── Open_Data_Github.svg │ ├── Open_Data_Web_Github.png │ ├── Open_Data_Web_Github.svg │ ├── Open_Data_Web_Netlify.png │ └── Open_Data_Web_Netlify.svg ├── footer_V2.html ├── index.docx ├── index.html ├── index.pdf ├── index.qmd └── index_files │ ├── figure-html │ ├── generar-QR-Github-1.png │ ├── generar-QR-Github-Pages-1.png │ └── generar-QR-Netlify-1.png │ └── libs │ ├── bootstrap │ ├── bootstrap-b0062235e0c922b53f3d14c86578becf.min.css │ ├── bootstrap-dark-27b283a5c0af286e77eceb9b2265537c.min.css │ ├── bootstrap-icons.css │ ├── bootstrap-icons.woff │ └── bootstrap.min.js │ ├── clipboard │ └── clipboard.min.js │ ├── font-awesome-6.5.2 │ ├── css │ │ ├── all.css │ │ ├── all.min.css │ │ ├── v4-shims.css │ │ └── v4-shims.min.css │ └── webfonts │ │ ├── fa-brands-400.ttf │ │ ├── fa-brands-400.woff2 │ │ ├── fa-regular-400.ttf │ │ ├── fa-regular-400.woff2 │ │ ├── fa-solid-900.ttf │ │ ├── fa-solid-900.woff2 │ │ ├── fa-v4compatibility.ttf │ │ └── fa-v4compatibility.woff2 │ └── quarto-html │ ├── anchor.min.js │ ├── axe │ └── axe-check.js │ ├── popper.min.js │ ├── quarto-syntax-highlighting-7b89279ff1a6dce999919e0e67d4d9ec.css │ ├── quarto-syntax-highlighting-dark-707d8167ce6003fca903bfe2be84ab7f.css │ ├── quarto.js │ ├── tabsets │ └── tabsets.js │ ├── tippy.css │ └── tippy.umd.min.js ├── footer.html ├── footer_V2.html └── revisar_links.R /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/LICENSE -------------------------------------------------------------------------------- /Open_Data_Enlaces.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/Open_Data_Enlaces.Rmd -------------------------------------------------------------------------------- /Open_Data_Enlaces.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/Open_Data_Enlaces.docx -------------------------------------------------------------------------------- /Open_Data_Enlaces.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/Open_Data_Enlaces.html -------------------------------------------------------------------------------- /Open_Data_Enlaces.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/Open_Data_Enlaces.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/README.md -------------------------------------------------------------------------------- /Revisar_quien_ha_dado_estrella.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/Revisar_quien_ha_dado_estrella.R -------------------------------------------------------------------------------- /docs/figs/Open_Data_Github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/figs/Open_Data_Github.png -------------------------------------------------------------------------------- /docs/figs/Open_Data_Github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/figs/Open_Data_Github.svg -------------------------------------------------------------------------------- /docs/figs/Open_Data_Web_Github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/figs/Open_Data_Web_Github.png -------------------------------------------------------------------------------- /docs/figs/Open_Data_Web_Github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/figs/Open_Data_Web_Github.svg -------------------------------------------------------------------------------- /docs/figs/Open_Data_Web_Netlify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/figs/Open_Data_Web_Netlify.png -------------------------------------------------------------------------------- /docs/figs/Open_Data_Web_Netlify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/figs/Open_Data_Web_Netlify.svg -------------------------------------------------------------------------------- /docs/footer_V2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/footer_V2.html -------------------------------------------------------------------------------- /docs/index.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index.docx -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index.pdf -------------------------------------------------------------------------------- /docs/index.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index.qmd -------------------------------------------------------------------------------- /docs/index_files/figure-html/generar-QR-Github-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/figure-html/generar-QR-Github-1.png -------------------------------------------------------------------------------- /docs/index_files/figure-html/generar-QR-Github-Pages-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/figure-html/generar-QR-Github-Pages-1.png -------------------------------------------------------------------------------- /docs/index_files/figure-html/generar-QR-Netlify-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/figure-html/generar-QR-Netlify-1.png -------------------------------------------------------------------------------- /docs/index_files/libs/bootstrap/bootstrap-b0062235e0c922b53f3d14c86578becf.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/bootstrap/bootstrap-b0062235e0c922b53f3d14c86578becf.min.css -------------------------------------------------------------------------------- /docs/index_files/libs/bootstrap/bootstrap-dark-27b283a5c0af286e77eceb9b2265537c.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/bootstrap/bootstrap-dark-27b283a5c0af286e77eceb9b2265537c.min.css -------------------------------------------------------------------------------- /docs/index_files/libs/bootstrap/bootstrap-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/bootstrap/bootstrap-icons.css -------------------------------------------------------------------------------- /docs/index_files/libs/bootstrap/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/bootstrap/bootstrap-icons.woff -------------------------------------------------------------------------------- /docs/index_files/libs/bootstrap/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/bootstrap/bootstrap.min.js -------------------------------------------------------------------------------- /docs/index_files/libs/clipboard/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/clipboard/clipboard.min.js -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/css/all.css -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/css/all.min.css -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/css/v4-shims.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/css/v4-shims.css -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/css/v4-shims.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/css/v4-shims.min.css -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /docs/index_files/libs/quarto-html/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/quarto-html/anchor.min.js -------------------------------------------------------------------------------- /docs/index_files/libs/quarto-html/axe/axe-check.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/quarto-html/axe/axe-check.js -------------------------------------------------------------------------------- /docs/index_files/libs/quarto-html/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/quarto-html/popper.min.js -------------------------------------------------------------------------------- /docs/index_files/libs/quarto-html/quarto-syntax-highlighting-7b89279ff1a6dce999919e0e67d4d9ec.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/quarto-html/quarto-syntax-highlighting-7b89279ff1a6dce999919e0e67d4d9ec.css -------------------------------------------------------------------------------- /docs/index_files/libs/quarto-html/quarto-syntax-highlighting-dark-707d8167ce6003fca903bfe2be84ab7f.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/quarto-html/quarto-syntax-highlighting-dark-707d8167ce6003fca903bfe2be84ab7f.css -------------------------------------------------------------------------------- /docs/index_files/libs/quarto-html/quarto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/quarto-html/quarto.js -------------------------------------------------------------------------------- /docs/index_files/libs/quarto-html/tabsets/tabsets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/quarto-html/tabsets/tabsets.js -------------------------------------------------------------------------------- /docs/index_files/libs/quarto-html/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/quarto-html/tippy.css -------------------------------------------------------------------------------- /docs/index_files/libs/quarto-html/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/docs/index_files/libs/quarto-html/tippy.umd.min.js -------------------------------------------------------------------------------- /footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/footer.html -------------------------------------------------------------------------------- /footer_V2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/footer_V2.html -------------------------------------------------------------------------------- /revisar_links.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/santiagomota/Open_Data/HEAD/revisar_links.R --------------------------------------------------------------------------------