-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
1035 lines (775 loc) · 32.5 KB
/
references.bib
File metadata and controls
1035 lines (775 loc) · 32.5 KB
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
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Books
@book{NR69,
editor = {Naur, Peter and Randell, Brian},
title = {Software Engineering: Report of a Conference Sponsored by the NATO Science Committee, Garmisch, Germany, 7–11 Oct. 1968, Brussels, Scientific Affairs Division, NATO},
year = {1969}
}
@book{BR70,
editor = {Buxton, John N. and Randell, Brian},
title = {Software Engineering Techniques: Report of a Conference Sponsored by the NATO Science Committee, Rome, Italy, 27–31 Oct. 1969, Brussels, Scientific Affairs Division, NATO},
year = {1970}
}
@book{Ono88,
author = {{\=O}no, Taiichi},
title = {Toyota Production System: Beyond Large-Scale Production},
publisher = {Productivity Press},
isbn = {9780915299140},
year = {1988}
}
@book{Bec00,
author = {Beck, Kent},
title = {Extreme Programming Explained: Embrace Change},
publisher = {Addison-Wesley},
isbn = {9780201616415},
year = {2000}
}
@book{PP03,
author = {Poppendieck, Mary and Poppendieck, Tom},
title = {Lean Software Development: An Agile Toolkit},
publisher = {Addison-Wesley},
series = {The Agile Software Development Series},
isbn = {9780321150783},
year = {2003}
}
@book{Kni07,
author = {Kniberg, Henrik},
title = {Scrum and XP from the Trenches},
publisher = {InfoQ},
isbn = {9781430322641},
year = {2007}
}
@book{LV09,
author = {Larman, Craig and Vodde, Bas},
title = {Scaling Lean \& Agile Development: Thinking and Organizational Tools for Large-Scale Scrum},
publisher = {Addison-Wesley},
isbn = {9780321480965},
year = {2009}
}
@book{HF11,
author = {Humble, Jez and Farley, David},
title = {Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation},
publisher = {Addison-Wesley},
series = {The Addison-Wesley Signature Series (Fowler)},
isbn = {9780321601919},
year = {2011}
}
@book{Rie11,
author = {Ries, Eric},
title = {The Lean Startup: How Today’s Entrepreneurs Use Continuous Innovation to Create Radically Successful Businesses},
publisher = {Crown Business},
isbn = {9780307887894},
year = {2011}
}
@book{Mon12,
author = {Monden, Yasuhiro},
title = {Toyota Production System: An Integrated Approach to Just-In-Time, 4th edn.},
publisher = {CRC Press},
isbn = {9781439820971},
year = {2012}
}
@book{LTR14,
author = {Lehtonen, Teijo and Tuomivaara, Seppo and Rantala, Ville and Känsälä, Marja and Mäkilä, Tuomas and Jokela, Tero and Könnölä, Kaisa and Kaisti, Matti and Suomi, Samuli and Ylitolva, Marko and Isomäki, Minna},
title = {Sulautettujen järjestelmien ketterä käsikirja},
publisher = {University of Turku},
isbn = {9789512958382},
year = {2014},
url = {http://embedded.utu.fi/kasikirja/},
note = {(available in Finnish)}
}
@book{New15,
author = {Newman, Sam},
title = {Building Microservices},
publisher = {O’Reilly Media},
isbn = {9781491950333},
year = {2015}
}
# Incollection
@incollection{RA03,
author = {Ronkainen, Jussi and Abrahamsson, Pekka},
editor = {Marchesi, Michele and Succi, Giancarlo},
title = {Software Development under Stringent Hardware Constraints: Do Agile Methods Have a Chance?},
booktitle = {Extreme Programming and Agile Processes in Software Engineering},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
isbn = {9783540402152},
year = {2003},
volume = {2675},
pages = {73–79},
doi = {10.1007/3-540-44870-5_10},
url = {http://dx.doi.org/10.1007/3-540-44870-5_10},
language = {english}
}
@incollection{CWR10,
author = {Cawley, Oisín and Wang, Xiaofeng and Richardson, Ita},
editor = {Abrahamsson, Pekka and Oza, Nilay},
title = {Lean/Agile Software Development Methodologies in Regulated Environments – State of the Art},
booktitle = {Lean Enterprise Software and Systems},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Business Information Processing},
isbn = {9783642164156},
year = {2010},
volume = {65},
pages = {31–36},
doi = {10.1007/978-3-642-16416-3_4},
url = {http://dx.doi.org/10.1007/978-3-642-16416-3_4},
keywords = {software development, regulated environment, lean, agile, medical device, embedded-software, safety-critical},
language = {english}
}
@incollection{BE12,
author = {Bosch, Jan and Eklund, Ulrik},
editor = {Margaria, Tiziana and Steffen, Bernhard},
title = {Eternal Embedded Software: Towards Innovation Experiment Systems},
booktitle = {Leveraging Applications of Formal Methods, Verification and Validation. Technologies for Mastering Change},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
isbn = {9783642340253},
year = {2012},
volume = {7609},
pages = {19–31},
doi = {10.1007/978-3-642-34026-0_3},
url = {http://dx.doi.org/10.1007/978-3-642-34026-0_3},
keywords = {innovation experiment system, embedded systems, software architecture, automotive software},
language = {english}
}
@incollection{Bos12,
author = {Bosch, Jan},
editor = {Cusumano, Michael A. and Iyer, Bala and Venkatraman, N.},
title = {Building Products as Innovation Experiment Systems},
booktitle = {Software Business},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Business Information Processing},
isbn = {9783642307454},
year = {2012},
volume = {114},
pages = {27–39},
doi = {10.1007/978-3-642-30746-1_3},
url = {http://dx.doi.org/10.1007/978-3-642-30746-1_3},
keywords = {product development approach, experiment systems, case study},
language = {english}
}
@incollection{EB12,
author = {Eklund, Ulrik and Bosch, Jan},
editor = {Wohlin, Claes},
title = {Applying Agile Development in Mass-Produced Embedded Systems},
booktitle = {Agile Processes in Software Engineering and Extreme Programming},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Business Information Processing},
isbn = {9783642303494},
year = {2012},
volume = {111},
pages = {31–46},
doi = {10.1007/978-3-642-30350-0_3},
url = {http://dx.doi.org/10.1007/978-3-642-30350-0_3},
keywords = {embedded systems, agile software development, case study},
language = {english}
}
@incollection{HMP12,
author = {Heidenberg, Jeanette and Matinlassi, Mari and Pikkarainen, Minna and Hirkman, Piia and Partanen, Jari},
editor = {Ali Babar, M. and Vierimaa, Matias and Oivo, Markku},
title = {Systematic Piloting of Agile Methods in the Large: Two Cases in Embedded Systems Development},
booktitle = {Product-Focused Software Process Improvement},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
isbn = {9783642137914},
year = {2010},
volume = {6156},
pages = {47–61},
doi = {10.1007/978-3-642-13792-1_6},
url = {http://dx.doi.org/10.1007/978-3-642-13792-1_6},
keywords = {software process improvement, agile deployment, pilot},
language = {english}
}
@incollection{RM13,
author = {Rein, Alexander-Derek and Münch, Jürgen},
editor = {Fitzgerald, Brian and Conboy, Kieran and Power, Ken and Valerdi, Ricardo and Morgan, Lorraine and Stol, Klaas-Jan},
title = {Feature Prioritization Based on Mock-Purchase: A Mobile Case Study},
booktitle = {Lean Enterprise Software and Systems},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Business Information Processing},
isbn = {9783642449291},
year = {2013},
volume = {167},
pages = {165–179},
doi = {10.1007/978-3-642-44930-7_11},
url = {http://dx.doi.org/10.1007/978-3-642-44930-7_11},
keywords = {feature prioritization, requirements prioritization, live customer feedback},
language = {english}
}
@incollection{EHS14,
author = {Eklund, Ulrik and Holmström Olsson, Helena and Strøm, Niels Jørgen},
editor = {Dingsøyr, Torgeir and Moe, Nils Brede and Tonelli, Roberto and Counsell, Steve and Gencel, Cigdem and Petersen, Kai},
title = {Industrial Challenges of Scaling Agile in Mass-Produced Embedded Systems},
booktitle = {Agile Methods. Large-Scale Development, Refactoring, Testing, and Estimation},
publisher = {Springer International Publishing},
series = {Lecture Notes in Business Information Processing},
isbn = {9783319143576},
year = {2014},
volume = {199},
pages = {30–42},
doi = {10.1007/978-3-319-14358-3_4},
url = {http://dx.doi.org/10.1007/978-3-319-14358-3_4},
keywords = {software engineering, agile development, agile methods, large-scale agile software development, project management, embedded systems, embedded software, software and hardware co-dependency},
language = {english}
}
@incollection{HB14,
author = {Holmström Olsson, Helena and Bosch, Jan},
editor = {Bosch, Jan},
title = {Post-deployment Data Collection in Software-Intensive Embedded Products},
booktitle = {Continuous Software Engineering},
publisher = {Springer International Publishing},
isbn = {9783319112824},
year = {2014},
pages = {143–154},
doi = {10.1007/978-3-319-11283-1_12},
url = {http://dx.doi.org/10.1007/978-3-319-11283-1_12},
language = {english}
}
# Articles
@article{ISO9000,
author = {ISO},
title = {Quality management systems — Fundamentals and vocabulary},
year = {2005},
url = {http://iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=42180}
}
@article{IEEE1074,
author = {IEEE},
title = {{IEEE} Standard for Developing a Software Project Life Cycle Process},
journal = {IEEE Std 1074-2006 (Revision of IEEE Std 1074-1997)},
year = {2006},
doi = {10.1109/IEEESTD.2006.219190},
url = {http://dx.doi.org/10.1109/IEEESTD.2006.219190}
}
@article{Boe88,
author = {Boehm, Barry W.},
title = {A Spiral Model of Software Development and Enhancement},
journal = {Computer},
issn = {00189162},
year = {1988},
month = {May},
volume = {21},
number = {5},
pages = {61–72},
doi = {10.1109/2.59},
url = {http://dx.doi.org/10.1109/2.59},
keywords = {software engineering, enhancement, risk-driven approach, software development, software process models, spiral model, application software, military computing, navigation, productivity, programming, prototypes, software prototyping, spirals, testing}
}
@article{TFR02,
author = {Turk, Dan and France, Robert and Rumpe, Bernhard},
title = {Limitations of Agile Software Processes},
journal = {Third International Conference on Extreme Programming and Flexible Processes in Software Engineering},
series = {XP2002},
location = {Alghero, Italy},
year = {2002},
month = {May},
pages = {43–46},
url = {http://arxiv.org/abs/1409.6600}
}
@article{LB03,
author = {Larman, Craig and Basili, Victor R.},
title = {Iterative and Incremental Developments: a Brief History},
journal = {Computer},
issn = {00189162},
year = {2003},
month = {June},
volume = {36},
number = {6},
pages = {47–56},
doi = {10.1109/MC.2003.1204375},
url = {http://dx.doi.org/10.1109/MC.2003.1204375},
keywords = {history, software engineering, agile methods, iterative and incremental developments, iterative enhancement, software engineering, software system, application software, feedback, government, history, iterative methods, personnel, programming, radio access networks, terminology, testing}
}
@article{DD08,
author = {Dybå, Tore and Dingsør, Torgeir},
title = {Empirical studies of agile software development: A systematic review},
journal = {Information and Software Technology},
issn = {09505849},
year = {2008},
volume = {50},
number = {9–10},
pages = {833–859},
doi = {10.1016/j.infsof.2008.01.006},
url = {http://dx.doi.org/10.1016/j.infsof.2008.01.006},
keywords = {empirical software engineering, evidence-based software engineering, systematic review, research synthesis, agile software development, xp, extreme programming, scrum}
}
@article{KLS09,
author = {Kohavi, Ron and Longbotham, Roger and Sommerfield, Dan and Henne, Randal M.},
title = {Controlled experiments on the web: survey and practical guide},
journal = {Data Mining and Knowledge Discovery},
publisher = {Springer US},
issn = {13845810},
year = {2009},
volume = {18},
number = {1},
pages = {140–181},
doi = {10.1007/s10618-008-0114-1},
url = {http://dx.doi.org/10.1007/s10618-008-0114-1},
keywords = {controlled experiments, a/b testing, e-commerce, website optimization, multivariable testing, mvt},
language = {english}
}
@article{ZCB10,
author = {Zhang, Qi and Cheng, Lu and Boutaba, Raouf},
title = {Cloud computing: state-of-the-art and research challenges},
journal = {Journal of Internet Services and Applications},
publisher = {Springer-Verlag},
issn = {18674828},
year = {2010},
volume = {1},
number = {1},
pages = {7–18},
doi = {10.1007/s13174-010-0007-6},
url = {http://dx.doi.org/10.1007/s13174-010-0007-6},
keywords = {cloud computing, data centers, virtualization},
language = {english}
}
@article{DNB12,
author = {Dingsøyr, Torgeir and Nerur, Sridhar and Balijepally, VenuGopal and Moe, Nils Brede},
title = {A decade of agile methodologies: Towards explaining agile software development},
journal = {Journal of Systems and Software},
publisher = {Elsevier},
year = {2012},
month = {June},
volume = {85},
number = {6},
pages = {1213–1221},
doi = {10.1016/j.jss.2012.02.033},
url = {http://dx.doi.org/10.1016/j.jss.2012.02.033}
}
@article{KRM13,
author = {Kaisti, Matti and Rantala, Ville and Mujunen, Tapio and Hyrynsalmi, Sami and Könnölä, Kaisa and Mäkilä, Tuomas and Lehtonen, Teijo},
title = {Agile methods for embedded systems development — a literature review and a mapping study},
journal = {EURASIP Journal on Embedded Systems},
publisher = {Springer International Publishing},
year = {2013},
volume = {2013},
number = {1},
eid = {15},
doi = {10.1186/1687-3963-2013-15},
url = {http://dx.doi.org/10.1186/1687-3963-2013-15},
keywords = {agile, lean, method, embedded software, embedded systems, hardware, integrated circuits},
language = {english}
}
# Inproceedings
@inproceedings{Roy70,
author = {Royce, Winston W.},
title = {Managing the Development of Large Software Systems},
booktitle = {Proceedings of IEEE WESCON},
location = {Los Angeles},
year = {1970}
}
@inproceedings{MND09,
author = {Mockus, Audris and Nagappan, Nachiappan and Dinh-Trong, Trung T.},
title = {Test coverage and post-verification defects: A multiple case study},
booktitle = {Empirical Software Engineering and Measurement, 2009. ESEM 2009. 3rd International Symposium on},
issn = {19386451},
year = {2009},
month = {October},
pages = {291–301},
doi = {10.1109/ESEM.2009.5315981},
url = {http://dx.doi.org/10.1109/ESEM.2009.5315981},
keywords = {program testing, program verification, software metrics, software quality, code complexity, cost-effective level, developer experience, industrial software project, organization development, post-verification defect, remote development team, software measure, software quality, test coverage, computer industry, control systems, industrial relations, lead, programming, software engineering, software measurement, software quality, software testing, system testing}
}
@inproceedings{VB09,
author = {VanderLeest, Steven H. and Buter, Andrew},
title = {Escape the waterfall: Agile for aerospace},
booktitle = {Digital Avionics Systems Conference, 2009. DASC '09. IEEE/AIAA 28th},
publisher = {IEEE},
year = {2009},
month = {October},
pages = {6.D.3-1–6.D.3-16},
doi = {10.1109/DASC.2009.5347438},
url = {http://dx.doi.org/10.1109/DASC.2009.5347438},
keywords = {aerospace engineering, software engineering, DO-178B software development process, aerospace domain, agile practices, agile publications, germane DO-178B work, iterative approach, pair programming, refactoring, test-driven development, umbrella software methodology, waterfall software development process, aerospace industry, aerospace safety, application software, best practices, educational institutions, iterative methods, productivity, programming, project management, software testing}
}
@inproceedings{SS10,
author = {Sfetsos, Panagiotis and Stamelos, Ioannis},
title = {Empirical Studies on Quality in Agile Practices: A Systematic Literature Review},
booktitle = {Quality of Information and Communications Technology (QUATIC), 2010 Seventh International Conference on the},
year = {2010},
month = {September},
pages = {44–53},
doi = {10.1109/QUATIC.2010.17},
url = {http://dx.doi.org/10.1109/QUATIC.2010.17},
keywords = {program testing, software prototyping, software quality, agile practices, pair programming, product quality, systematic literature review, test first development, book reviews, IEC standards, ISO standards, measurement, programming, software, systematics, ISO/IEC 12207, SO/IEC 9126, agile methods, agile practices, empirical studies, pair programming, quality, systematic literature review, test-driven development, test-first development}
}
@inproceedings{HAB12,
author = {Holmström Olsson, Helena and Alahyari, Hiva and Bosch, Jan},
title = {Climbing the “Stairway to Heaven” — A Multiple-Case Study Exploring Barriers in the Transition from Agile Development towards Continuous Deployment of Software},
booktitle = {Software Engineering and Advanced Applications (SEAA), 2012 38th EUROMICRO Conference on},
publisher = {IEEE},
year = {2012},
month = {September},
pages = {392–399},
doi = {10.1109/SEAA.2012.54},
url = {http://dx.doi.org/10.1109/SEAA.2012.54},
keywords = {software prototyping, agile software development, customer collaboration, customer feedback, multiplecase study exploring barriers, software continuous deployment, software functionality, software product, stairway to heaven, companies, context, hardware, interviews, software, agile software development, continuous deployment, continuous integration, customer collaboration}
}
@inproceedings{JLP12,
author = {Jonsson, Henrik and Larsson, Stig and Punnekkat, Sasikumar},
title = {Agile Practices in Regulated Railway Software Development},
booktitle = {Software Reliability Engineering Workshops (ISSREW), 2012 IEEE 23rd International Symposium on},
publisher = {IEEE},
year = {2012},
month = {November},
pages = {355–360},
doi = {10.1109/ISSREW.2012.80},
url = {http://dx.doi.org/10.1109/ISSREW.2012.80},
keywords = {automatic test software, management of change, program verification, railway engineering, safety-critical software, software prototyping, software standards, EN 50128 international standard, european railway sector, agile practices, change management, coding standards, regulated railway software development, requirement analysis, safety-critical systems, software integration, software validation, systematic mapping, test automation, documentation, encoding, programming, rail transportation, safety, software, standards, EN 50128, agile practices, railway, safety-critical systems, software development processes, software engineering}
}
@inproceedings{KDF12,
author = {Kohavi, Ron and Deng, Alex and Frasca, Brian and Longbotham, Roger and Walker, Toby and Xu, Ya},
title = {Trustworthy Online Controlled Experiments: Five Puzzling Outcomes Explained},
booktitle = {Proceedings of the 18th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining},
series = {KDD '12},
location = {Beijing, China},
publisher = {ACM},
address = {New York, NY, USA},
isbn = {9781450314626},
year = {2012},
pages = {786–794},
numpages = {9},
acmid = {2339653},
doi = {10.1145/2339530.2339653},
url = {http://doi.acm.org/10.1145/2339530.2339653},
keywords = {a/b testing, controlled experiments, randomized experiments}
}
@inproceedings{HHL13,
author = {Heinonen, Kenny and Hirvikoski, Kasper and Luukkainen, Matti and Vihavainen, Arto},
title = {Learning Agile Software Engineering Practices Using Coding Dojo},
booktitle = {Proceedings of the 14th Annual ACM SIGITE Conference on Information Technology Education},
series = {SIGITE '13},
location = {Orlando, Florida, USA},
publisher = {ACM},
address = {New York, NY, USA},
isbn = {9781450322393},
year = {2013},
pages = {97–102},
numpages = {6},
acmid = {2512306},
doi = {10.1145/2512276.2512306},
url = {http://doi.acm.org/10.1145/2512276.2512306},
keywords = {agile methodologies, coding dojo, software engineering}
}
@inproceedings{RKD13,
author = {Raatikainen, Mikko and Komssi, Marko and Dal Bianco, Vittorio and Kindstöm, Klas and Järvinen, Janne},
title = {Industrial Experiences of Organizing a Hackathon to Assess a Device-centric Cloud Ecosystem},
booktitle = {Computer Software and Applications Conference (COMPSAC), 2013 IEEE 37th Annual},
publisher = {IEEE},
year = {2013},
month = {July},
pages = {790–799},
doi = {10.1109/COMPSAC.2013.130},
url = {http://dx.doi.org/10.1109/COMPSAC.2013.130},
keywords = {cloud computing, computer crime, software prototyping, collaboration, device-centric cloud ecosystem assessment, ecosystem design assessment, hackathon organization, hacking marathon, industrial setting, inspiration, requirements assessment, social benefits, software engineering, work motivation, companies, ecosystems, educational institutions, interviews, organizing, software, case study, ecosystem hackathon}
}
@inproceedings{FGM14,
author = {Fagerholm, Fabian and Guinea, Alejandro Sanchez and Mäenpää, Hanna and Münch, Jürgen},
title = {Building Blocks for Continuous Experimentation},
booktitle = {Proceedings of the 1st International Workshop on Rapid Continuous Software Engineering},
series = {RCoSE 2014},
location = {Hyderabad, India},
publisher = {ACM},
address = {New York, NY, USA},
isbn = {9781450328562},
year = {2014},
pages = {26–35},
numpages = {10},
acmid = {2593816},
doi = {10.1145/2593812.2593816},
url = {http://doi.acm.org/10.1145/2593812.2593816},
keywords = {agile Software Development, architecture, continuous experimentation, lean software development, lean startup, product development}
}
# Thesis
@phdthesis{RK14,
author = {Riungu-Kalliosaari, Leah},
title = {Empirical study on the adoption, use and effects of cloud-based testing},
school = {Lappeenranta University of Technology, Computer Science},
year = {2014}
}
# Miscellaneous
@misc{Arduino,
title = {Arduino},
url = {http://arduino.cc}
}
@misc{GitHub,
title = {Git{H}ub},
url = {https://github.com}
}
@misc{Heroku,
title = {Heroku},
url = {https://heroku.com}
}
@misc{ROS,
title = {Robot {O}perating {S}ystem},
url = {http://ros.org}
}
@misc{ScaledAgile,
title = {Scaled {A}gile {F}ramework},
url = {http://scaledagileframework.com}
}
@misc{SITA,
title = {{SITA}},
url = {http://sita.fi}
}
@misc{Travis,
title = {Travis {CI}},
url = {https://travis-ci.org}
}
@misc{BBB01a,
author = {Beck, Kent and Beedle, Mike and van Bennekum, Arie and Cockburn, Alistair and Cunningham, Ward and Fowler, Martin and Grenning, James and Highsmith, Jim and Hunt, Andrew and Jeffries, Ron and Kern, Jon and Marick, Brian and Martin, Robert C. and Mellor, Steve and Schwaber, Ken and Sutherland, Jeff and Thomas, Dave},
title = {Manifesto for Agile Software Development},
year = {2001},
url = {http://agilemanifesto.org},
note = {(accessed 13 January 2015)}
}
@misc{BBB01b,
author = {Beck, Kent and Beedle, Mike and van Bennekum, Arie and Cockburn, Alistair and Cunningham, Ward and Fowler, Martin and Grenning, James and Highsmith, Jim and Hunt, Andrew and Jeffries, Ron and Kern, Jon and Marick, Brian and Martin, Robert C. and Mellor, Steve and Schwaber, Ken and Sutherland, Jeff and Thomas, Dave},
title = {Principles behind the {A}gile {M}anifesto},
year = {2001},
url = {http://agilemanifesto.org/principles.html},
note = {(accessed 10 February 2015)}
}
@misc{Pop02,
author = {Poppendieck, Mary},
title = {Principles of Lean Thinking},
year = {2002},
url = {http://leanessays.com/2002/11/principles-of-lean-thinking.html},
note = {(accessed 4 March 2015)}
}
@misc{KR04,
author = {Kohavi, Ronny and Round, Matt},
title = {Front Line Internet Analytics at {A}mazon.com},
year = {2004},
url = {http://ai.stanford.edu/~ronnyk/emetricsAmazon.pdf},
note = {(accessed 18 March 2015)}
}
@misc{Fow05,
author = {Fowler, Martin},
title = {The New Methodology},
year = {2005},
url = {http://martinfowler.com/articles/newMethodology.html},
note = {(accessed 13 January 2015)}
}
@misc{Fow06,
author = {Fowler, Martin},
title = {Continuous Integration},
year = {2006},
url = {http://martinfowler.com/articles/continuousIntegration.html},
note = {(accessed 13 January 2015)}
}
@misc{Fow08,
author = {Fowler, Martin},
title = {Agile{V}ersus{L}ean},
year = {2008},
url = {http://martinfowler.com/bliki/AgileVersusLean.html},
note = {(accessed 4 March 2015)}
}
@misc{Fow10,
author = {Fowler, Martin},
title = {Blue{G}reen{D}eployment},
year = {2010},
url = {http://martinfowler.com/bliki/BlueGreenDeployment.html},
note = {(accessed 31 March 2015)}
}
@misc{OR11,
author = {O'Reilly},
title = {{V}elocity 2011: {J}on {J}enkins, “Velocity Culture”},
howpublished = {YouTube},
year = {2011},
url = {https://youtube.com/watch?v=dxk8b9rSKOo},
note = {(accessed 13 January 2015)}
}
@misc{Whi11,
author = {Whittaker, James},
title = {How {G}oogle Tests Software — Part Four},
howpublished = {Google Testing Blog},
year = {2011},
url = {http://googletesting.blogspot.fi/2011/03/how-google-tests-software-part-four.html},
note = {(accessed 31 March 2015)}
}
@misc{McK12,
author = {McKinley, Dan},
title = {Design for Continuous Experimentation},
year = {2012},
url = {http://slideshare.net/danmckinley/design-for-continuous-experimentation/},
note = {(accessed 18 March 2015)}
}
@misc{Boh13,
author = {Bohn, Dieter},
title = {How {F}acebook secretly redesigned its i{P}hone app with your help},
howpublished = {The Verge},
year = {2013},
url = {http://theverge.com/2013/9/18/4744904/how-facebook-secretly-redesigned-its-iphone-app-with-your-help/},
note = {(accessed 18 March 2015)}
}
@misc{Dan13,
author = {D'Andrea, Raffaello},
title = {The astounding athletic power of quadcopters},
howpublished = {TED},
year = {2013},
url = {http://ted.com/talks/raffaello_d_andrea_the_astounding_athletic_power_of_quadcopters/},
note = {(accessed 1 April 2015)}
}
@misc{Fow13a,
author = {Fowler, Martin},
title = {Continuous{D}elivery},
year = {2013},
url = {http://martinfowler.com/bliki/ContinuousDelivery.html},
note = {(accessed 13 January 2015)}
}
@misc{Fow13b,
author = {Fowler, Martin},
title = {Deployment{P}ipeline},
year = {2013},
url = {http://martinfowler.com/bliki/DeploymentPipeline.html},
note = {(accessed 13 January 2015)}
}
@misc{GE13,
author = {{GE}},
title = {The Biggest Startup: {E}ric {R}ies and {GE} Team Up to Transform Manufacturing},
howpublished = {GE Reports},
year = {2013},
url = {http://www.gereports.com/post/82723688100/the-biggest-startup-eric-ries-and-ge-team-up-to/},
note = {(accessed 10 April 2015)}
}
@misc{New13,
author = {Newton, Casey},
title = {Building a better nest: Inside {T}witter’s continuous redesign},
howpublished = {The Verge},
year = {2013},
url = {http://theverge.com/2013/12/23/5238802/building-a-better-nest-inside-twitters-continuous-redesign/},
note = {(accessed 18 March 2015)}
}
@misc{Sch13,
author = {Schmaus, Ben},
title = {Deploying the {N}etflix {API}},
howpublished = {The Netflix Tech Blog},
year = {2013},
url = {http://techblog.netflix.com/2013/08/deploying-netflix-api.html},
note = {(accessed 31 March 2015)}
}
@misc{Sny13,
author = {Snyder, Ross},
title = {Continuous Deployment at {E}tsy: A Tale of Two Approaches},
year = {2013},
url = {http://slideshare.net/beamrider9/continuous-deployment-at-etsy-a-tale-of-two-approaches/},
note = {(accessed 13 January 2015)}
}
@misc{Clo14,
author = {Clough, Richard},
title = {General {E}lectric Wants to Act Like a Startup},
howpublished = {Bloomberg Business},
year = {2014},
url = {http://bloomberg.com/bw/articles/2014-08-07/ge-taps-lean-startup-ideas-for-faster-cheaper-product-rollout/},
note = {(accessed 10 April 2015)}
}
@misc{GZ14,
author = {Grant, Ari and Zhang, Kang},
title = {Airlock — {F}acebook’s mobile {A/B} testing framework},
year = {2014},
url = {https://code.facebook.com/posts/520580318041111/airlock-facebook-s-mobile-a-b-testing-framework/},
note = {(accessed 18 March 2015)}
}
@misc{Pow14,
author = {Power, Brad},
title = {How {GE} Applies {L}ean {S}tartup Practices},
howpublished = {Harvard Business Review},
year = {2014},
url = {https://hbr.org/2014/04/how-ge-applies-lean-startup-practices/},
note = {(accessed 10 April 2015)}
}
@misc{Rho14,
author = {Rhoades, Lacy},
title = {Mobile App Feature Configuration and {A/B} Experiments},
year = {2014},
url = {http://slideshare.net/lacyrhoades/mobile-feature-configuration-and-ab-experiments/},
note = {(accessed 18 March 2015)}
}
@misc{Rub14,
author = {RubyKaigi},
title = {Continuous Delivery at {G}it{H}ub - {R}uby{K}aigi 2014},
howpublished = {YouTube},
year = {2014},
url = {https://youtube.com/watch?v=Rhvri5cozTc},
note = {(accessed 13 January 2015)}
}
@misc{Sat14,
author = {Sato, Danilo},
title = {Canary{R}elease},
howpublished = {Martin Fowler},
year = {2014},
url = {http://martinfowler.com/bliki/CanaryRelease.html},
note = {(accessed 31 March 2015)}
}
@misc{Wan14,
author = {Wang, Lynn},
title = {Etsy’s Culture Of Continuous Experimentation and {A/B} Testing Spurs Mobile Innovation},
howpublished = {Apptimize},
year = {2014},
url = {http://apptimize.com/blog/2014/01/etsy-continuous-innovation-ab-testing/},
note = {(accessed 18 March 2015)}
}
@misc{Whi14,
author = {Whitlock, Andy},
howpublished = {Twitter},
year = {2014},
url = {https://twitter.com/andywhitlock/status/524545897737494528/},
note = {(accessed 22 February 2015)}
}
@misc{Air15,
author = {Airbus},
title = {Focus on innovation: building your own cockpit},
year = {2015},
url = {http://www.airbus.com/newsevents/news-events-single/detail/focus-on-innovation-building-your-own-cockpit/},
note = {(accessed 11 April 2015)}
}
@misc{Ngy15,
author = {Ngyuen, Christopher},
title = {{UC} {B}erkeley {C}al{S}ol Team Runs on {T}ravis {CI}},
year = {2015},
url = {http://blog.travis-ci.com/2015-03-19-uc-berkeley-calsol-team-runs-on-travis-ci/},
note = {(accessed 21 March 2015)}
}
@misc{Vol15,
author = {Voltera},
title = {Voltera: Your Circuit Board Prototyping Machine},
year = {2015},
url = {https://kickstarter.com/projects/voltera/voltera-your-circuit-board-prototyping-machine/},
note = {(accessed 6 March 2015)}
}
# Interviews
@misc{BT15,
author = {Baggström, Stefan and Taipale, Marko},
howpublished = {Personal correspondence},
year = {2015},
note = {GE Healthcare Finland Oy}
}
@misc{Hol15a,
author = {Holopainen, Harri},
howpublished = {Personal correspondence},
year = {2015},
note = {ZenRobotics Ltd}
}