forked from glimmerphoenix/plantilla-memoria-TFG-TFM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
memoria.bib
395 lines (351 loc) · 13.8 KB
/
memoria.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
% Bibliografía
% Este fichero contiene la bibliografía de la memoria
% Está en un formato que se conoce como BibTex.
% Hay muchos sitios web que exportan referencias en formato BibTeX.
% Prueba a buscar en http://scholar.google.com por referencias
% y verás que lo puedes hacer de manera sencilla.
% Más información:
% http://texblog.org/2014/04/22/using-google-scholar-to-download-bibtex-citations/
% Existen varias posibilidades para referenciar diferentes tipos de documentos,
% ya que los datos necesarios varían. Así, existen formatos de entrada para
% * libros (book)
% * artículos en revistas de investigación (article)
% * capítulos de libro (incollection)
% * informes técnicos (techreport)
% * otros (misc)
%
% Las páginas web deberían ir como misc.
% Una última cosa: no referencias nunca la WikiPedia
% La WikiPedia, como buena enciclopedia, no es fuente primaria.
% Si acaso, busca por citas en la WikiPedia (que sí ha de referenciar fuentes
% primarias) y haz referencia a las mismas.
%% Books
@book{somasundaram2013git,
title = {Git: Version control for everyone},
author = {Somasundaram, Ravishankar},
year = {2013},
publisher = {Packt Publishing Ltd}
}
@book{progit2014book,
author = {Straub, Ben and Chacon, Scott},
title = {Pro Git},
publisher = {Apress},
edition = {Second},
year = {2014}
}
@book{introstatlearning,
author = {Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani},
title = {An Introduction to Statistical Learning},
publisher = {Springer},
edition = {Second},
year = {2021}
}
@book{machinelearning-artdatascience,
author = {Peter Flach},
title = {Machine Learning: The Art and Science of Algorithms that Make Sense of Data},
publisher = {Cambridge},
edition = {First},
year = {2012},
pages = {104-128}
}
% @Book{bonabeau:_swarm,
% author = {Eric Bonabeau and Marco Dorigo and Guy Theraulaz},
% title = {Swarm Intelligence: From Natural to Articial Systems},
% publisher = {Oxford University Press, Inc.},
% year = {1999}
% }
% @book{gettingthingsdone,
% author = {Allen, David},
% publisher = {Penguin Books},
% title = {Getting Things Done},
% url = {https://gettingthingsdone.com/},
% year = {2001}
% }
% @book{exploratorydata,
% author = {Dasu, T. and Johnson, T.},
% publisher = {John Wiley \& Sons},
% title = {Exploratory data mining and data cleaning (Vol. 479)},
% year = {2003}
% }
%% Articles
% https://research-api.cbs.dk/ws/files/61728976/philipp_hukal_et_al_bots_coordinating_acceptedmanuscript.pdf
@article{hukal-et-al-bots-coordinating-oss,
author = {Hukal, Philipp and Berente, Nicholas and Germonprez, Matt
and Schecter, Aaron},
journal = {Computer},
title = {Bots Coordinating Work in Open Source Software Projects},
year = {2019},
volume = {52},
number = {9},
pages = {52-60},
doi = {10.1109/MC.2018.2885970}}
% https://dl.acm.org/doi/10.1145/3274451
% https://mairieli.com/files/papers/CSCW2018.pdf
@article{wessel2018,
author = {Wessel, Mairieli and de Souza, Bruno Mendes and
Steinmacher, Igor and Wiese, Igor S. and Polato, Ivanilton
and Chaves, Ana Paula and Gerosa, Marco A.},
title = {The Power of Bots: Characterizing and Understanding Bots in OSS Projects},
year = {2018},
issue_date = {November 2018},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {2},
number = {CSCW},
doi = {10.1145/3274451},
journal = {Proc. ACM Hum.-Comput. Interact.},
month = {11},
articleno = {182},
numpages = {19},
keywords = {open source software, automated agents, pull-based model,
chatbots, pull request, bots}
}
% https://dl.acm.org/doi/abs/10.1145/3422392.3422459
% https://par.nsf.gov/servlets/purl/10287966
@inproceedings{wessel-serebrenik-et-al-survey-bots-codereview20,
author = {Wessel, Mairieli and Serebrenik, Alexander and Wiese, Igor
and Steinmacher, Igor and Gerosa, Marco A.},
title = {What to Expect from Code Review Bots on GitHub? A Survey
with OSS Maintainers},
year = {2020},
isbn = {9781450387538},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3422392.3422459},
booktitle = {Proceedings of the XXXIV Brazilian Symposium on Software Engineering},
pages = {457–462},
numpages = {6},
keywords = {open source software, software bots, code review,
pull-based model},
location = {Natal, Brazil},
series = {SBES '20}
}
% Pay-per-view article, gets referenced in many of the other papers
% @inproceedings{erlenhov-et-at:current-future-bots-softdev19,
% author = {Erlenhov, Linda and de Oliveira Neto, Francisco Gomes and Scandariato, Riccardo and Leitner, Philipp},
% title = {Current and Future Bots in Software Development},
% year = {2019},
% publisher = {IEEE Press},
% url = {https://doi.org/10.1109/BotSE.2019.00009},
% doi = {10.1109/BotSE.2019.00009},,
% booktitle = {Proceedings of the 1st International Workshop on Bots in Software Engineering},
% pages = {7–11},
% numpages = {5},
% location = {Montreal, Quebec, Canada},
% series = {BotSE '19}
% }
% https://www.jsntsay.com/publications/dabbish-cscw2012.pdf
@inproceedings{dabbish-et-al-socialcoding-github12,
author = {Dabbish, Laura and Stuart, Colleen and Tsay, Jason and
Herbsleb, Jim},
title = {Social Coding in GitHub: Transparency and Collaboration in an
Open Software Repository},
year = {2012},
isbn = {9781450310864},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/2145204.2145396},
booktitle = {Proceedings of the ACM 2012 Conference on Computer Supported
Cooperative Work},
pages = {1277–1286},
numpages = {10},
keywords = {collaboration, open source software development,
social computing, awareness, transparency, coordination},
location = {Seattle, Washington, USA},
series = {CSCW '12}
}
% https://www.researchgate.net/publication/224118846_Collaboration_Tools_for_Global_Software_Engineering
@article{Lanubile2010,
author = {Lanubile, Filippo and Ebert, Christof and Prikladnicki,
Rafael and Vizcaíno, Aurora},
journal = {IEEE Software},
title = {Collaboration Tools for Global Software Engineering},
year = {2010},
volume = {27},
number = {2},
pages = {52-55},
doi = {10.1109/MS.2010.39}}
% https://dl.acm.org/doi/pdf/10.5555/2487085.2487150
@INPROCEEDINGS{hemmati-et-al-msr-cookbook13,
author = {Hemmati, Hadi and Nadi, Sarah and Baysal, Olga and
Kononenko, Oleksii and Wang, Wei and Holmes, Reid and
Godfrey, Michael W.},
booktitle = {2013 10th Working Conference on Mining Software
Repositories (MSR)},
title = {The MSR Cookbook: Mining a decade of research},
year = {2013},
volume = {},
number = {},
pages = {343-352},
doi = {10.1109/MSR.2013.6624048}}
% https://www.researchgate.net/publication/331088184_SortingHat_Wizardry_on_Software_Project_Members
@inproceedings{moreno_et_al-sortinghat,
author = {Moreno-Lumbreras, David and Dueñas, Santiago and
Cosentino, Valerio and Fernández, Miguel and Zerouali, Ahmed
and Robles, Gregorio and Gonzalez-Barahona, Jesus},
year = {2019},
month = {5},
pages = {},
title = {SortingHat: Wizardry on Software Project Members},
doi = {10.1109/ICSE-Companion.2019.00036}
}
% https://arxiv.org/pdf/2005.13969.pdf
@inproceedings{erlenhov-et-al-emprirical-study-bots-oss20,
author = {Erlenhov, Linda and Neto, Francisco Gomes de Oliveira
and Leitner, Philipp},
title = {An Empirical Study of Bots in Software Development:
Characteristics and Challenges from a Practitioner’s
Perspective},
year = {2020},
isbn = {9781450370431},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3368089.3409680},
booktitle = {Proceedings of the 28th ACM Joint Meeting on European
Software Engineering Conference and Symposium on the
Foundations of Software Engineering},
pages = {445–455},
numpages = {11},
keywords = {Empirical study, Software bot, Software engineering},
location = {Virtual Event, USA},
series = {ESEC/FSE 2020}
}
% https://arxiv.org/pdf/2010.03303.pdf
@article{golzadeh-mens-ground-truth-github2021,
author = {Mehdi Golzadeh and Alexandre Decan and Damien Legay
and Tom Mens},
title = {A ground-truth dataset and classification model for detecting
bots in GitHub issue and PR comments},
journal = {Journal of Systems and Software},
volume = {175},
pages = {110911},
year = {2021},
issn = {0164-1212},
doi = {https://doi.org/10.1016/j.jss.2021.110911},
keywords = {Distributed software development, Bot identification,
GitHub repositories, Text similarity, Classification model},
}
% https://arxiv.org/pdf/2003.03172.pdf
@inproceedings{dey-et-al-detecting-bots,
author = {Dey, Tapajit and Mousavi, Sara and Ponce, Eduardo and
Fry, Tanner and Vasilescu, Bogdan and Filippova, Anna
and Mockus, Audris},
title = {Detecting and Characterizing Bots That Commit Code},
year = {2020},
isbn = {9781450375177},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3379597.3387478},
booktitle = {Proceedings of the 17th International Conference on
Mining Software Repositories},
pages = {209–219},
numpages = {11},
keywords = {automated commits, social coding platforms,
software engineering, ensemble model, bots, random forest},
location = {Seoul, Republic of Korea},
series = {MSR '20}
}
% https://mockus.us/papers/WoC.pdf
@INPROCEEDINGS{mockus-woc,
author = {Ma, Yuxing and Bogart, Chris and Amreen, Sadika
and Zaretzki, Russell and Mockus, Audris},
title = {World of Code: An Infrastructure for Mining the Universe
of Open Source VCS Data},
booktitle = {2019 IEEE/ACM 16th International Conference on Mining
Software Repositories (MSR)},
year = {2019},
volume = {},
number = {},
pages = {143-154},
doi = {10.1109/MSR.2019.00031}
}
% http://www.cs.umd.edu/~mvz/handouts/gqm.pdf
@inbook{Basili94-gqm,
author = {Basili, Victor R. and Caldiera, Gianluigi and
Rombach, Dieter H.},
journal = {Encyclopedia of Software Engineering},
keywords = {goal gqm metric question},
publisher = {John Wiley \& Sons},
title = {{T}he {G}oal {Q}uestion {M}etric {A}pproach},
volume = {I},
year = {1994}
}
@inproceedings{van2007python,
title = {Python Programming Language.},
author = {Van Rossum, Guido and others},
booktitle = {{USENIX} Annual Technical Conference},
volume = {41},
pages = {36},
year = {2007}
}
@article{vandermaaten-et-at:t-sne08,
author = {van der Maaten, Laurens and Hinton, Geoffrey},
year = {2008},
month = {11},
pages = {2579-2605},
title = {Viualizing data using t-{SNE}},
volume = {9},
journal = {Journal of Machine Learning Research}
}
@article{chawla2002smote,
title = {SMOTE: synthetic minority over-sampling technique},
author = {Chawla, Nitesh V and Bowyer, Kevin W and Hall, Lawrence O
and Kegelmeyer, W Philip},
journal = {Journal of artificial intelligence research},
volume = {16},
pages = {321--357},
year = {2002}
}
@article{mclachlan1999mahalanobis,
title = {Mahalanobis distance},
author = {McLachlan, Goeffrey J},
journal = {Resonance},
volume = {4},
number = {6},
pages = {20--26},
year = {1999}
}
% %% Manuals
% %% Misc
% @online{gitlab-org,
% title={GitLab: Open-source software development platform},
% url={https://gitlab.com/gitlab-org/gitlab},
% organization={GitLab},
% author={GitLab developers and contributors},
% urldate={2023-01-29}
% }
% @online{daskCoreDevelopers,
% title={Dask Project: Scalable analytics in Python},
% url={https://dask.org/},
% organization={Dask project},
% author={Dask core developers},
% urldate={2021-03-09}
% }
% @online{daskDocumentation,
% title={Dask Documentation},
% url={https://docs.dask.org},
% organization={Dask project},
% author={Dask core developers},
% urldate={2021-03-09}
% }
% @online{pandasDocumentation,
% title={Pandas Documentation},
% url={https://pandas.pydata.org/pandas-docs/stable/index.html},
% organization={Pandas project},
% author={Pandas core developers},
% urldate={2021-03-09}
% }
% @online{apacheSparkProject,
% title={Apache Spark project},
% url={https://spark.apache.org},
% organization={Apache Spark project},
% author={Dask core developers},
% urldate={2021-03-09}
% }
% @online{kaggleSurvey,
% title={Programming Languages Most Used and Recommended by Data Scientists},
% url={https://businessoverbroadway.com/2019/01/13/programming-languages-most-used-and-recommended-by-data-scientists/},
% organization={Business Broadway},
% author={Bob Hayes},
% urldate={2021-03-09}
% }