diff options
Diffstat (limited to 'thesis.bib')
| -rw-r--r-- | thesis.bib | 73 |
1 files changed, 71 insertions, 2 deletions
@@ -634,8 +634,7 @@ URL = {https://doi.org/10.1007/BF02214313} # Metodos, Procedimientos, Herramientas @online{github, - author = {{GitHub}}, - title = {{GitHub's Frequently Asked Questions}}, + title = {GitHub's Frequently Asked Questions}, url = {https://resources.github.com/faq/}, urldate = {2023-06-07}, } @@ -748,3 +747,73 @@ URL = {https://doi.org/10.1007/BF02214313} urldate = {2023-06-05} } +@online{metodologia-kdd, + title = {What is data mining}, + url = {https://www.ibm.com/topics/data-mining}, + urldate = {2023-06-05} +} + +@book{casella_statistical_2002, + address = {Australia ; Pacific Grove, CA}, + edition = {2nd ed}, + title = {Statistical inference}, + isbn = {978-0-534-24312-8}, + publisher = {Thomson Learning}, + author = {Casella, George and Berger, Roger L.}, + year = {2002}, + keywords = {Mathematical statistics, Probabilities}, +} + +@article{larman_iterative_2003, + title = {Iterative and incremental developments. a brief history}, + volume = {36}, + issn = {0018-9162}, + url = {http://ieeexplore.ieee.org/document/1204375/}, + doi = {10.1109/MC.2003.1204375}, + number = {6}, + urldate = {2023-06-08}, + journal = {Computer}, + author = {Larman, C. and Basili, V.R.}, + month = jun, + year = {2003}, + pages = {47--56}, +} + + +@online{metodologia-agil, + title = {Manifesto for Agile Software Development}, + url = {http://agilemanifesto.org/}, + urldate = {2023-06-05} +} + +@article{kruchten_41_1995, + title = {The 4+1 {View} {Model} of architecture}, + volume = {12}, + issn = {07407459}, + url = {http://ieeexplore.ieee.org/document/469759/}, + doi = {10.1109/52.469759}, + number = {6}, + urldate = {2023-06-08}, + journal = {IEEE Software}, + author = {Kruchten, P.B.}, + month = nov, + year = {1995}, + pages = {42--50} +} + +@article{codd_relational_1970, + title = {A relational model of data for large shared data banks}, + volume = {13}, + issn = {0001-0782, 1557-7317}, + url = {https://dl.acm.org/doi/10.1145/362384.362685}, + doi = {10.1145/362384.362685}, + language = {en}, + number = {6}, + urldate = {2023-06-08}, + journal = {Communications of the ACM}, + author = {Codd, E. F.}, + month = jun, + year = {1970}, + pages = {377--387} +} + |
