-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApproaches.bib
More file actions
1136 lines (1033 loc) · 37.2 KB
/
Approaches.bib
File metadata and controls
1136 lines (1033 loc) · 37.2 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
%% A1
@InProceedings{Briand1993,
author = {L.C. Briand and S. Morasca and V.R. Basili},
booktitle = {Conference on Software Maintenance},
title = {Measuring and assessing maintainability at the end of high level design},
year = {1993},
address = {Montreal, Canada},
publisher = {{IEEE}},
}
%A2
@Article{Briand1996,
author = {L.C. Briand and S. Morasca and V.R. Basili},
journal = {{IEEE} Transactions on Software Engineering},
title = {Property-based software engineering measurement},
year = {1996},
number = {1},
pages = {68--86},
volume = {22},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
%A3
@Book{Lakos1996,
author = {Lakos, John},
publisher = {Pearson Education (US)},
title = {Large-Scale C++ Software Design},
year = {1996},
edition = {1},
isbn = {0201633620},
}
%A4, A5
@Article{Burmeister1997,
author = {B. Burmeister and A. Haddadi and G. Matylis},
journal = {{IEE} Proceedings - Software Engineering},
title = {Application of multi-agent systems in traffic and transportation},
year = {1997},
number = {1},
pages = {51},
volume = {144},
publisher = {Institution of Engineering and Technology ({IET})},
}
% A6
@InProceedings{Mancoridis1999,
author = {S. Mancoridis and B.S. Mitchell and Y. Chen and E.R. Gansner},
booktitle = {International Conference on Software Maintenance - Software Maintenance for Business Change},
title = {Bunch: a clustering tool for the recovery and maintenance of software system structures},
year = {1999},
address = {Oxford, United Kingdom},
publisher = {{IEEE}},
series = {ICSM'99},
}
% A8
@book{Martin2002,
title={Agile software development: principles, patterns, and practices},
author={Martin, Robert C},
year={2002},
publisher={Prentice Hall}
}
% A9
@book{Clements2003,
title={Evaluating software architectures},
author={Clements, Paul and Kazman, Rick and Klein, Mark and others},
year={2003},
publisher={Tsinghua University Press Beijing}
}
% A10
@Article{Bengtsson2004,
author = {PerOlof Bengtsson and Nico Lassing and Jan Bosch and Hans van Vliet},
journal = {Journal of Systems and Software},
title = {Architecture-level modifiability analysis ({ALMA})},
year = {2004},
month = jan,
number = {1-2},
pages = {129--147},
volume = {69},
publisher = {Elsevier {BV}},
}
% A6
@Article{Mitchell2006,
author = {B.S. Mitchell and S. Mancoridis},
journal = {{IEEE} Transactions on Software Engineering},
title = {On the automatic modularization of software systems using the Bunch tool},
year = {2006},
month = mar,
number = {3},
pages = {193--208},
volume = {32},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{Sarkar2007,
author = {Santonu Sarkar and Girish Rama and Avinash Kak},
journal = {{IEEE} Transactions on Software Engineering},
title = {{API}-Based and Information-Theoretic Metrics for Measuring the Quality of Software Modularization},
year = {2007},
month = jan,
number = {1},
pages = {14--32},
volume = {33},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
% A16
@InCollection{SantAnna2007,
author = {Cl{\'{a}}udio Sant'Anna and Eduardo Figueiredo and Alessandro Garcia and Carlos J. P. Lucena},
booktitle = {Software Architecture},
publisher = {Springer Berlin Heidelberg},
title = {On the Modularity of Software Architectures: A Concern-Driven Measurement Framework},
year = {2007},
pages = {207--224},
}
% A12
@article{sarkar2007,
title={API-based and information-theoretic metrics for measuring the quality of software modularization},
author={Sarkar, Santonu and Rama, Girish Maskeri and Kak, Avinash C},
journal={IEEE Transactions on Software Engineering},
volume={33},
number={1},
pages={14--32},
year={2006},
publisher={IEEE}
}
% A18
@Article{Sarkar2008,
author = {S. Sarkar and A.C. Kak and G.M. Rama},
journal = {{IEEE} Transactions on Software Engineering},
title = {Metrics for Measuring the Quality of Modularization of Large-Scale Object-Oriented Software},
year = {2008},
month = sep,
number = {5},
pages = {700--720},
volume = {34},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
% A19
@Article{Sangwan2008,
author = {R.S. Sangwan and P. Vercellone-Smith and P.A. Laplante},
journal = {{IEEE} Software},
title = {Structural Epochs in the Complexity of Software over Time},
year = {2008},
month = jul,
number = {4},
pages = {66--73},
volume = {25},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
% A24
@Article{Anan2009,
author = {Muhammad Anan and Hossein Saiedian and Jungwoo Ryoo},
journal = {Journal of Software Maintenance and Evolution: Research and Practice},
title = {An architecture-centric software maintainability assessment using information theory},
year = {2009},
month = jan,
number = {1},
pages = {1--18},
volume = {21},
publisher = {Wiley},
}
% A25
@InProceedings{Sethi2009,
author = {Kanwarpreet Sethi and Yuanfang Cai and Sunny Wong and Alessandro Garcia and Claudio Sant{\textquotesingle}Anna},
booktitle = {2009 Joint Working {IEEE}/{IFIP} Conference on Software Architecture {\&} European Conference on Software Architecture},
title = {From retrospect to prospect: Assessing modularity and stability from software architecture},
year = {2009},
address = {Cambridge, United Kingdom},
month = sep,
publisher = {IEEE},
}
% A92
@InProceedings{Allen1999,
author = {E.B. Allen and T.M. Khoshgoftaar},
booktitle = {6$^{th}$ International Software Metrics Symposium},
title = {Measuring coupling and cohesion: an information-theory approach},
year = {1999},
address = {London, United Kingdom},
publisher = {IEEE},
}
% A92
@Article{Allen2007,
author = {Edward B. Allen and Sampath Gottipati and Rajiv Govindarajan},
journal = {Software Quality Journal},
title = {Measuring size, complexity, and coupling of hypergraph abstractions of software: An information-theory approach},
year = {2007},
month = feb,
number = {2},
pages = {179--212},
volume = {15},
publisher = {Springer Science and Business Media {LLC}},
}
@InProceedings{Penzenstadler2013,
author = {Birgit Penzenstadler},
booktitle = {28$^{th}$ Annual {ACM} Symposium on Applied Computing},
title = {Towards a definition of sustainability in and for software engineering},
year = {2013},
address = {Coimbra, Portugal},
publisher = {ACM},
series = {SAC'13},
}
% A13
@InProceedings{Penzenstadler2012,
author = {B. Penzenstadler and V. Bauer and C. Calero and X. Franch},
booktitle = {16$^{th}$ International Conference on Evaluation {\&} Assessment in Software Engineering},
title = {Sustainability in software engineering: a systematic literature review},
year = {2012},
address = {Ciudad Real, Spain},
publisher = {{IET}},
series = {EASE'12},
}
% A26 % A26
@article{Appasami2011,
title={Optimization of operating systems towards green computing},
author={Appasami, G and Joseph, K Suresh},
journal={International Journal of Combinatorial Optimization Problems and Informatics},
volume={2},
number={3},
pages={39--51},
year={2011},
publisher={International Journal of Combinatorial Optimization Problems and Informatics}
}
@InProceedings{Lo2010,
author = {Chia-Tien Dan Lo and Kai Qian},
booktitle = {34$^{th}$ Annual Computer Software and Applications Conference},
title = {Green Computing Methodology for Next Generation Computing Scientists},
year = {2010},
address = {San Juan, USA},
month = jul,
publisher = {{IEEE}},
series = {ACSAC'18},
}
% A27
@InProceedings{AlvaresdeOliveira2010,
author = {Frederico G. Alvares de Oliveira and Thomas Ledoux},
booktitle = {1$^{th}$ Workshop on Green Computing},
title = {Self-optimisation of the energy footprint in service-oriented architectures},
year = {2010},
address = {Bangalore India},
publisher = {ACM},
series = {GCM'10},
}
% A28
@InProceedings{Corbett2010,
author = {Jacqueline Corbett},
booktitle = {International Conference on Information Systems},
title = {Unearthing the value of green IT},
year = {2010},
address = {Saint Louis, Missouri, USA},
publisher = {AISEL},
series = {ICIS'10},
}
% A32
@article{Naumann2011,
year = {2011},
month = dec,
publisher = {Elsevier {BV}},
volume = {1},
number = {4},
pages = {294--304},
author = {Stefan Naumann and Markus Dick and Eva Kern and Timo Johann},
title = {The {GREENSOFT} Model: A reference model for green and sustainable software and its engineering},
journal = {Sustainable Computing: Informatics and Systems}
}
% A33
@article{Gupta2011,
title={A framework of creating intelligent power profiles in operating systems to minimize power consumption and greenhouse effect caused by computer systems},
author={Gupta P.K. Singh G.},
journal={Journal of green engineering},
volume={1},
number={2},
pages={145--163},
year={2014},
publisher={River publishers}
}
% A34
@article{Taina2011,
title = "Good, Bad, and Beautiful Software - In Search of Green Software Quality Factors",
keywords = "113 Computer and information sciences, Green Software, Green metrics, Software Engineering for the planet",
author = "Juha Taina",
year = "2011",
month = oct,
language = "English",
volume = "2011",
pages = "22--27",
journal = "CEPIS UPGRADE",
issn = "1684-5285",
publisher = "CEPIS",
number = "4",
}
% A45
@InProceedings{Mahaux2012,
author = {Mahaux, Martin and Canon, Caroline},
booktitle = {1$^{st}$ international workshop on Requirements for Sustainable Systems},
title = {Integrating the complexity of sustainability in requirements engineering},
year = {2012},
}
% A47
@InProceedings{Penzenstadler2012c,
author = {Penzenstadler, Birgit and Tomlinson, Bill and Richardson, Debra},
booktitle = {International Workshop on Requirements Engineering for Sustainable Systems},
title = {Re4es: Support environmental sustainability by requirements engineering},
year = {2012},
address = {Essen, Germany},
organization = {Citeseer},
publisher = {CiteSeerX},
series = {Re4SuSy'12},
}
% A82
@InCollection{Raturi2015,
author = {Ankita Raturi and Bill Tomlinson and Debra Richardson},
booktitle = {Green in Software Engineering},
publisher = {Springer International Publishing},
title = {Green Software Engineering Environments},
year = {2015},
pages = {31--59},
}
% A68
@InProceedings{Lami2014,
author = {Giuseppe Lami and Fabrizio Fabbrini and Luigi Buglione},
booktitle = {Joint Conference of the International Workshop on Software Measurement and the International Conference on Software Process and Product Measurement},
title = {An {ISO}/{IEC} 33000-Compliant Measurement Framework for Software Process Sustainability Assessment},
year = {2014},
address = {Haarlem, Netherlands},
month = oct,
publisher = {{IEEE}},
}
% A82
@misc{Iso33001:2015,
title="ISO/IEC 33001:2015 Information technology — Process assessment — Concepts and terminology",
year="2020",
}
% A49
@InProceedings{Chen2012,
author = {FeiFei Chen and Jean-Guy Schneider and Yun Yang and John Grundy and Qiang He},
booktitle = {1$^{st}$ International Workshop on Green and Sustainable Software},
title = {An energy consumption model and analysis tool for Cloud computing environments},
year = {2012},
address = {Zurich, Switzerland},
month = jun,
publisher = {{IEEE}},
series = {GREENS'12},
}
% A50 A52
@article{Curry2012,
title={Sustainable information systems and green metrics},
author={Curry, Edward and Donnellan, Brian},
journal={Harnessing Green IT: Principles and Practices},
pages={167--198},
year={2012},
publisher={Wiley Online Library}
}
% A51
@InCollection{Murugesan2012,
author = {San Murugesan and G. R. Gangadharan},
booktitle = {Harnessing Green It},
publisher = {John Wiley {\&} Sons, Ltd},
title = {Green {IT}: An Overview},
year = {2012},
month = sep,
pages = {1--21},
}
% A59
@InProceedings{Dick2013,
author = {Markus Dick and Jakob Drangmeister and Eva Kern and Stefan Naumann},
booktitle = {2$^{nd}$ International Workshop on Green and Sustainable Software ({GREENS})},
title = {Green software engineering with agile methods},
year = {2013},
address = {San Francisco California},
month = may,
publisher = {{IEEE}},
series = {GREENS'13},
}
% A60
@InProceedings{Doerflinger2013,
author = {Joerg Doerflinger and Andy Dearden and Tom Gross},
booktitle = {Extended Abstracts on Human Factors in Computing Systems},
title = {A software development methodology for sustainable {ICTD} solutions},
year = {2013},
address = {Paris, France},
publisher = {ACM},
series = {CHI'13},
}
% A58
@article{Mahmoud2013,
title={A green model for sustainable software engineering},
author={Mahmoud, Sara S and Ahmad, Imtiaz},
journal={International Journal of Software Engineering and Its Applications},
volume={7},
number={4},
pages={55--74},
year={2013},
publisher={Citeseer}
}
% A69
@Article{Ardito2014,
author = {Luca Ardito and Maurizio Morisio},
journal = {Sustainable Computing: Informatics and Systems},
title = {Green {IT} {\textendash} Available data and guidelines for reducing energy consumption in {IT} systems},
year = {2014},
month = mar,
number = {1},
pages = {24--32},
volume = {4},
publisher = {Elsevier {BV}},
}
% A70
@InProceedings{Amri2014,
author = {Rahma Amri and Narjes Bellamine Ben Saoud},
booktitle = {4$^{th}$ International Conference on Advances in Computing and Communications},
title = {Towards a Generic Sustainable Software Model},
year = {2014},
address = {Cochin, India},
month = aug,
publisher = {{IEEE}},
}
% A17
@Article{Pennington2008,
author = {Deana D. Pennington and Ioannis N. Athanasiadis and Shawn Bowers and Serguei Krivov and Joshua Madin and Mark Schildhauer and Ferdinando Villa},
journal = {International Journal of Metadata, Semantics and Ontologies},
title = {Indirectly driven knowledge modelling in ecology},
year = {2008},
number = {3},
pages = {210},
volume = {3},
publisher = {Inderscience Publishers},
}
% A20
@InCollection{Du2010,
author = {Le Du},
booktitle = {Computer and Computing Technologies in Agriculture {III}},
publisher = {Springer Berlin Heidelberg},
title = {Expert Control Based on Neural Networks for Controlling Greenhouse Environment},
year = {2010},
pages = {126--132},
}
% A21
@InProceedings{Ramona2009,
author = {Ramona, Ciobanu},
booktitle = {8$^{th}$ WSEAS international conference on System science and simulation in engineering},
title = {Creating and consolidating eco-economics through financial and fiscal instruments. contribution of green taxes},
year = {2009},
address = {Wisconsin, United States},
organization = {World Scientific and Engineering Academy and Society (WSEAS)},
pages = {148--152},
publisher = {World Scientific and Engineering Academy and Society},
}
% A35
@Article{Bravi2011,
author = {Mirko Bravi and Maria Laura Parisi and Enzo Tiezzi and Riccardo Basosi},
journal = {Energy},
title = {Life cycle assessment of a micromorph photovoltaic system},
year = {2011},
month = jul,
number = {7},
pages = {4297--4306},
volume = {36},
publisher = {Elsevier {BV}},
}
% A7
@article{Dong2012,
title={Research on the development of green product life cycle analysis tool},
author={Dong, DG Xiang and Jinsong, Wang},
journal={China Mechanical Engineering},
volume={13},
pages={1760--4},
year={2002}
}
% A14
@InProceedings{Ramakrishnan2007,
author = {Sita Ramakrishnan and Subramania Ramakrishnan},
booktitle = {29$^{th}$ International Conference on Information Technology Interfaces},
title = {Business Process Ontology and Software Service Models for Environmentally Sustainable Manufacturing Enterprises},
year = {2007},
address = {Cavtat, Croatia},
month = jun,
publisher = {{IEEE}},
}
% A15
@Article{Robinson2007,
author = {D. Robinson and N. Campbell and W. Gaiser and K. Kabel and A. Le-Mouel and N. Morel and J. Page and S. Stankovic and A. Stone},
journal = {Solar Energy},
title = {{SUNtool} {\textendash} A new modelling paradigm for simulating and optimising urban sustainability},
year = {2007},
month = sep,
number = {9},
pages = {1196--1211},
volume = {81},
publisher = {Elsevier {BV}},
}
% A22
@InProceedings{Cabot2009,
author = {Jordi Cabot and Steve Easterbrook and Jennifer Horkoff and Lysanne Lessard and Sotirios Liaskos and Jose-Norberto Mazon},
booktitle = {31$^{th}$ International Conference on Software Engineering},
title = {Integrating sustainability in decision-making processes: A modelling strategy},
year = {2009},
address = {Vancouver, Canada},
publisher = {{IEEE}},
}
% A23
@InProceedings{Johansson2009,
author = {Bj\"{o}rn Johansson and Anders Skoogh and Mahesh Mani and Swee Leong},
booktitle = {9$^{th}$ Workshop on Performance Metrics for Intelligent Systems},
title = {Discrete event simulation to generate requirements specification for sustainable manufacturing systems design},
year = {2009},
address = {Gaithersburg, Maryland, USA},
publisher = {ACM},
series = {PerMIS'09},
}
% A29
@article{Sissa2010,
title={Green software},
author={Sissa, Giovanna},
year={2010},
journal ={The european journal for the informatics professional},
volume={11},
number= {3},
}
% A30
@InProceedings{Bingshan2010,
author = {W. {Bingshan} and Z. {Weiguo} and L. {Jun}},
booktitle = {2$^{nd}$ International Conference on Software Engineering and Data Mining},
title = {Knowledge-based environmental information system for sustainable development of wetland area},
year = {2010},
address = {Chengdu, China},
pages = {178-182},
publisher = {IEEE},
}
% A31
@InProceedings{Ager2010,
author = {Alan Ager and Charlie Schrader-Patton and Ken Bunzel and Brett Colombe},
booktitle = {10$^{th}$ International Conference and Exhibition on Computing for Geospatial Research {\&} Application},
title = {Internet map services: new portal for global ecological monitoring, or geodata junkyard?},
year = {2010},
address = {Washington, D.C. USA},
publisher = {ACM},
series = {COM.Geo'10},
}
% A36
@InCollection{Mahaux2011,
author = {Martin Mahaux and Patrick Heymans and Germain Saval},
booktitle = {Requirements Engineering: Foundation for Software Quality},
publisher = {Springer Berlin Heidelberg},
title = {Discovering Sustainability Requirements: An Experience Report},
year = {2011},
pages = {19--33},
}
% A37
@InCollection{Maharmeh2011,
author = {Mohammed Maharmeh and Zahra Saeed},
booktitle = {Handbook of Research on Green {ICT}},
publisher = {{IGI} Global},
title = {Application of a Composite Process Framework for Managing Green {ICT} Applications Development},
year = {2011},
pages = {535--545},
}
% A38
@InProceedings{Shenoy2011,
author = {Sanath. S. Shenoy and Raghavendra Eeratta},
booktitle = {2011 Annual {IEEE} India Conference},
title = {Green software development model: An approach towards sustainable software development},
year = {2011},
address = {Hyderabad, India},
month = dec,
publisher = {{IEEE}},
}
% A40
@InCollection{Bhalla2011,
author = {Ishan Bhalla and Kamlesh Chaudhary},
booktitle = {Handbook of Research on Green {ICT}},
publisher = {{IGI} Global},
title = {Applying Service Oriented Architecture and Cloud Computing for a Greener Traffic Management},
year = {2011},
pages = {332--347},
}
% A41
@InCollection{Schrammel2011,
author = {Johann Schrammel and Cornelia Gerdenitsch and Astrid Weiss and Patricia M. Kluckner and Manfred Tscheligi},
booktitle = {Lecture Notes in Computer Science},
publisher = {Springer Berlin Heidelberg},
title = {{FORE}-Watch {\textendash} The Clock That Tells You When to Use: Persuading Users to Align Their Energy Consumption with Green Power Availability},
year = {2011},
pages = {157--166},
}
% A53
@InProceedings{Sahin2012a,
author = {Cagri Sahin and Furkan Cayci and Irene Lizeth Manotas Gutierrez and James Clause and Fouad Kiamilev and Lori Pollock and Kristina Winbladh},
booktitle = {1$^{st}$ International Workshop on Green and Sustainable Software ({GREENS})},
title = {Initial explorations on design pattern energy usage},
year = {2012},
address = {Zurich, Switzerland},
month = jun,
publisher = {{IEEE}},
series = {GREENS'12},
}
% A13 A61
@InProceedings{Penzenstadler2013a,
author = {Birgit Penzenstadler and Henning Femmer},
booktitle = {workshop on Green in/by software engineering},
title = {A generic model for sustainability with process- and product-specific instances},
year = {2013},
address = {Fukuoka Japan},
publisher = {ACM},
series = {GIBSE'13},
}
% A62
@InProceedings{Penzenstadler2013b,
author = {Birgit Penzenstadler and Henning Femmer and Debra Richardson},
booktitle = {2$^{nd}$ International Workshop on Green and Sustainable Software ({GREENS})},
title = {Who is the advocate? Stakeholders for sustainability},
year = {2013},
address = {San Francisco California},
month = may,
publisher = {{IEEE}},
series = {GREENS'13},
}
% A63
@article{Grosskop2013,
title={Identification of application-level energy optimizations},
author={Grosskop, Kay and Visser, Joost},
booktitle={Proceedings of the First International Conference on Information
and Communication Technologies for Sustainability},
year={2013}
}
% A42
@InProceedings{Koziolek2011,
author = {Heiko Koziolek},
booktitle = {Joint {ACM} {SIGSOFT} conference -- {QoSA} and {ACM} {SIGSOFT} symposium -- {ISARCS} on Quality of software architectures -- {QoSA} and architecting critical systems -- {ISARCS}},
title = {Sustainability evaluation of software architectures},
year = {2011},
address = {Boulder, USA},
publisher = {ACM},
series = {QoSA-ISARCS'11},
}
% A54
@InProceedings{Durdik2012,
author = {Zoya Durdik and Benjamin Klatt and Heiko Koziolek and Klaus Krogmann and Johannes Stammel and Roland Weiss},
booktitle = {28$^{th}$ {IEEE} International Conference on Software Maintenance},
title = {Sustainability guidelines for long-living software systems},
year = {2012},
address = {Trento, Italy},
month = sep,
publisher = {{IEEE}},
series = {ICSM'12},
}
% A64
@Article{Venters2014,
author = {Colin C. Venters and Lydia Lau and Michael K. Griffiths and Violeta Holmes and Rupert R. Ward and Caroline Jay and Charlie E. Dibsdale and Jie Xu},
journal = {Journal of Open Research Software},
title = {The Blind Men and the Elephant: Towards an Empirical Evaluation Framework for Software Sustainability},
year = {2014},
month = jul,
number = {1},
volume = {2},
publisher = {Ubiquity Press, Ltd.},
}
% A65
@Article{Koziolek2013,
author = {Heiko Koziolek and Dominik Domis and Thomas Goldschmidt and Philipp Vorst},
journal = {{IEEE} Software},
title = {Measuring Architecture Sustainability},
year = {2013},
month = nov,
number = {6},
pages = {54--62},
volume = {30},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
% A66
@InProceedings{kocak2013,
author = {Kocak, Sedef AKINLI},
booktitle = {11$^{th}$ International Doctoral Symposium an Empirical Software Engineering},
title = {Green software development and design for environmental sustainability},
year = {2013},
address = {Baltimore, Maryland},
publisher = {IEEE},
series = {IDOESE'13},
volume = {9},
}
% A67
@TechReport{Bozzelli2013,
title={A systematic literature review on green software metrics},
author={Bozzelli, Paolo and Gu, Qing and Lago, Patricia},
institution={VU University, Amsterdam},
year={2013}
}
% A11
@Article{Vallerio2006,
author = {K.S. Vallerio and Lin Zhong and N.K. Jha},
journal = {{IEEE} Transactions on Mobile Computing},
title = {Energy-efficient graphical user interface design},
year = {2006},
month = jul,
number = {7},
pages = {846--859},
volume = {5},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
% A43
@InCollection{Marcus2011,
author = {Aaron Marcus and Jennifer Dumpert and Laurie Wigham},
booktitle = {Lecture Notes in Computer Science},
publisher = {Springer Berlin Heidelberg},
title = {User-Experience for Personal Sustainability Software: Determining Design Philosophy and Principles},
year = {2011},
pages = {172--177},
}
% A44
@Article{Rahman2011,
author = {Farzana Rahman and Casey O'Brien and Sheikh I. Ahamed and He Zhang and Lin Liu},
journal = {Sustainable Computing: Informatics and Systems},
title = {Design and implementation of an open framework for ubiquitous carbon footprint calculator applications},
year = {2011},
month = dec,
number = {4},
pages = {257--274},
volume = {1},
publisher = {Elsevier {BV}},
}
% A50
@InProceedings{Jelschen2012,
author = {Jan Jelschen and Marion Gottschalk and Mirco Josefiok and Cosmin Pitu and Andreas Winter},
booktitle = {16$^{th}$ European Conference on Software Maintenance and Reengineering},
title = {Towards Applying Reengineering Services to Energy-Efficient Applications},
year = {2012},
address = {Szeged, Hungary},
month = mar,
publisher = {{IEEE}},
series = {CSMR'12},
}
% A56
@Article{Agosta2012,
author = {Giovanni Agosta and Marco Bessi and Eugenio Capra and Chiara Francalanci},
journal = {Sustainable Computing: Informatics and Systems},
title = {Automatic memoization for energy efficiency in financial applications},
year = {2012},
month = jun,
number = {2},
pages = {105--115},
volume = {2},
publisher = {Elsevier {BV}},
}
% A57
@Article{Sabharwal2013,
author = {Manuj Sabharwal and Abhishek Agrawal and Grace Metri},
journal = {{IT} Professional},
title = {Enabling Green {IT} through Energy-Aware Software},
year = {2013},
month = jan,
number = {1},
pages = {19--27},
volume = {15},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
% A46
@Article{Capra2012,
author = {Eugenio Capra and Chiara Francalanci and Sandra A. Slaughter},
journal = {Information and Software Technology},
title = {Is software {\textquotedblleft}green{\textquotedblright}? Application development environments and energy efficiency in open source applications},
year = {2012},
month = jan,
number = {1},
pages = {60--71},
volume = {54},
publisher = {Elsevier {BV}},
}
% A71
@InProceedings{Sahin2014,
author = {Cagri Sahin and Lori Pollock and James Clause},
booktitle = {8$^{th}$ {ACM}/{IEEE} International Symposium on Empirical Software Engineering and Measurement},
title = {How do code refactorings affect energy usage?},
year = {2014},
address = {Oulu, Finland},
publisher = {ACM},
series = {ESEM'14},
}
%A72
@InProceedings{Corral2014,
author = {Luis Corral and Anton B. Georgiev and Alberto Sillitti and Giancarlo Succi},
booktitle = {29$^{th}$ Annual {ACM} Symposium on Applied Computing},
title = {Method reallocation to reduce energy consumption},
year = {2014},
address = {Gyeongju, Korea},
publisher = {ACM},
series = {SAC'14},
}
% A73
@InProceedings{Abdulsalam2014,
author = {Sarah Abdulsalam and Donna Lakomski and Qijun Gu and Tongdan Jin and Ziliang Zong},
booktitle = {International Green Computing Conference},
title = {Program energy efficiency: The impact of language, compiler and implementation choices},
year = {2014},
address = {Dallas, TX, USA},
month = nov,
publisher = {{IEEE}},
}
% A74
@InProceedings{Li2014,
author = {Ding Li and William G. J. Halfond},
booktitle = {3$^{rd}$ International Workshop on Green and Sustainable Software},
title = {An investigation into energy-saving programming practices for Android smartphone app development},
year = {2014},
address = {Hyderabad India},
publisher = {ACM},
series = {GREENS'14},
}
% A75
@Article{Yu2015,
author = {Jiadi Yu and Haofu Han and Hongzi Zhu and Yingying Chen and Jie Yang and Yanmin Zhu and Guangtao Xue and Minglu Li},
journal = {{IEEE} Transactions on Mobile Computing},
title = {Sensing Human-Screen Interaction for Energy-Efficient Frame Rate Adaptation on Smartphones},
year = {2015},
month = aug,
number = {8},
pages = {1698--1711},
volume = {14},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
% A76
@InProceedings{Bomfim2014,
author = {Camilla Bomfim and Wesley Nunes and Leticia Duboc and Marcelo Schots},
booktitle = {22$^{nd} $ International Requirements Engineering Conference},
title = {Modelling sustainability in a procurement system: An experience report},
year = {2014},
address = {Karlskrona, Sweden},
month = aug,
publisher = {{IEEE}},
series = {RE'14},
}
% A77
@InProceedings{Raturi2014,
author = {Ankita Raturi and Birgit Penzenstadler and Bill Tomlinson and Debra Richardson},
booktitle = {3$^{rd}$ International Workshop on Green and Sustainable Software},
title = {Developing a sustainability non-functional requirements framework},
year = {2014},
address = {Hyderabad India},
publisher = {ACM},
series = {GREENS'14},
}
% A76 A78
@InCollection{Couto2014,
author = {Marco Couto and Tiago Car{\c{c}}{\~{a}}o and J{\'{a}}come Cunha and Jo{\~{a}}o Paulo Fernandes and Jo{\~{a}}o Saraiva},
booktitle = {Programming Languages},
publisher = {Springer International Publishing},
title = {Detecting Anomalous Energy Consumption in Android Applications},
year = {2014},
pages = {77--91},
}
% A79
@InProceedings{Chang2014,
author = {Su-Wei Chang and Sheng-Wei Cheng and Pi-Cheng Hsiu and Tei-Wei Kuo and Ching-Wen Lin},
booktitle = {29$^{th}$ Annual {ACM} Symposium on Applied Computing},
title = {Application behavior analysis in resource consumption for mobile devices},
year = {2014},
address = {Gyeongju, Korea},
publisher = {ACM},
series = {SAC14},
}
% A80
@InProceedings{Zhang2014,
author = {Chenlei Zhang and Abram Hindle},
booktitle = {11$^{th}$ Working Conference on Mining Software Repositories},
title = {A green miner{\textquotesingle}s dataset: mining the impact of software change on energy consumption},
year = {2014},
address = {Hyderabad India},
publisher = {ACM},
series = {MSR'14},
}
% A83
@Article{Ardito2015,
author = {Luca Ardito and Giuseppe Procaccianti and Marco Torchiano and Antonio Vetro},
journal = {{IT} Professional},
title = {Understanding Green Software Development: A Conceptual Framework},
year = {2015},
month = jan,
number = {1},
pages = {44--50},
volume = {17},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
% A84
@InCollection{Penzenstadler2015d,
author = {Birgit Penzenstadler},
booktitle = {Green in Software Engineering},
publisher = {Springer International Publishing},
title = {From Requirements Engineering to Green Requirements Engineering},
year = {2015},
pages = {157--186},
}
% A85
@InCollection{Penzenstadler2015e,
author = {Birgit Penzenstadler},
booktitle = {Design, User Experience, and Usability: Design Discourse},
publisher = {Springer International Publishing},
title = {A Toolkit for {SE} for Sustainability - A Design Fiction},
year = {2015},
pages = {634--643},
}
% A86
@InCollection{Moraga2015,
author = {M{\textordfeminine} {\'{A}}ngeles Moraga and Manuel F. Bertoa},
booktitle = {Green in Software Engineering},
publisher = {Springer International Publishing},
title = {Green Software Measurement},
year = {2015},
pages = {261--282},
}
% A87
@InProceedings{Cordero2015,
author = {Victor Cordero and Ignacio Garcia-Rodriguez de Guzman and Mario Piattini},
booktitle = {10$^{th}$ International Conference on Global Software Engineering Workshops},
title = {A First Approach on Legacy System Energy Consumption Measurement},
year = {2015},
address = {Ciudad Real, Spain},
month = jul,