From 796609fde3238e632d3bc08fcb186134b661fe49 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Wed, 7 Jun 2023 13:34:45 -0500 Subject: Add tools explanation for section 1.3 --- thesis.bib | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) (limited to 'thesis.bib') diff --git a/thesis.bib b/thesis.bib index b8f1310..3f86bdf 100644 --- a/thesis.bib +++ b/thesis.bib @@ -630,3 +630,121 @@ URL = {https://doi.org/10.1007/BF02214313} file = {Chitti et al. - 2020 - Need for Interpretable Student Performance Predict.pdf:/home/mitsuo/.local/share/Zotero/storage/JJGSFRMJ/Chitti et al. - 2020 - Need for Interpretable Student Performance Predict.pdf:application/pdf}, } +# 10-generalidades +# Metodos, Procedimientos, Herramientas + +@online{github, + author = {{GitHub}}, + title = {{GitHub's Frequently Asked Questions}}, + url = {https://resources.github.com/faq/}, + urldate = {2023-06-07}, +} + +@online{bases-de-datos-bibliograficas, + title = {SCOPUS}, + url = {https://www.elsevier.com/es-es/solutions/scopus}, + urldate = {2023-06-05} +} + +@online{python, + title = {Python}, + url = {https://www.python.org}, + urldate = {2023-06-05} +} + +@online{matplotlib, + title = {Matplotlib}, + url = {https://matplotlib.org}, + urldate = {2023-06-05} +} + +@online{pandas, + title = {Pandas}, + url = {https://pandas.pydata.org}, + urldate = {2023-06-05} +} + +@online{poetry-python, + title = {Poetry-python}, + url = {https://python-poetry.org}, + urldate = {2023-06-05} +} + +@online{scikit-learn, + title = {Scikit-learn}, + url = {https://scikit-learn.org}, + urldate = {2023-06-05} +} + +@online{jupyter-notebooks, + title = {Jupyter Notebooks}, + url = {https://jupyter.org}, + urldate = {2023-06-05} +} + +@online{google-sheets, + title = {Google Sheets}, + url = {https://www.google.com/sheets/about/}, + urldate = {2023-06-05} +} + +@online{draw-io, + title = {Draw.io}, + url = {https://www.draw.io}, + urldate = {2023-06-05} +} + +@online{figma, + title = {Figma}, + url = {https://www.figma.com}, + urldate = {2023-06-05} +} + +@online{git, + title = {Git}, + url = {https://git-scm.com}, + urldate = {2023-06-05} +} + +@online{github, + title = {GitHub}, + url = {https://github.com}, + urldate = {2023-06-05} +} + +@online{aws, + title = {AWS}, + url = {https://aws.amazon.com}, + urldate = {2023-06-05} +} + +@online{visual-studio-code, + title = {Visual Studio Code}, + url = {https://code.visualstudio.com}, + urldate = {2023-06-05} +} + +@online{postgresql, + title = {PostgreSQL}, + url = {https://www.postgresql.org}, + urldate = {2023-06-05} +} + +@online{nginx, + title = {Nginx}, + url = {https://nginx.org}, + urldate = {2023-06-05} +} + +@online{markdown, + title = {Markdown}, + url = {https://daringfireball.net/projects/markdown/}, + urldate = {2023-06-05} +} + +@online{mermaid-diagrams, + title = {Mermaid diagrams}, + url = {https://mermaid.js.org/}, + urldate = {2023-06-05} +} + -- cgit v1.2.3