-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspringer.bib
More file actions
2096 lines (1966 loc) · 80.4 KB
/
springer.bib
File metadata and controls
2096 lines (1966 loc) · 80.4 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
@incollection{mocskos_faaster_2018,
address = {Cham},
title = {{FaaSter}, {Better}, {Cheaper}: {The} {Prospect} of {Serverless} {Scientific} {Computing} and {HPC}},
volume = {796},
isbn = {978-3-319-73352-4 978-3-319-73353-1},
shorttitle = {{FaaSter}, {Better}, {Cheaper}},
url = {http://link.springer.com/10.1007/978-3-319-73353-1_11},
urldate = {2019-10-21},
booktitle = {High {Performance} {Computing}},
publisher = {Springer International Publishing},
author = {Spillner, Josef and Mateos, Cristian and Monge, David A.},
editor = {Mocskos, Esteban and Nesmachnow, Sergio},
year = {2018},
doi = {10.1007/978-3-319-73353-1_11},
pages = {154--168},
file = {Accepted Version:/Users/joe/Zotero/storage/LTT42L97/Spillner et al. - 2018 - FaaSter, Better, Cheaper The Prospect of Serverle.pdf:application/pdf}
}
@incollection{maximilien_serverless_2017,
address = {Cham},
title = {Serverless {Execution} of {Scientific} {Workflows}},
volume = {10601},
isbn = {978-3-319-69034-6 978-3-319-69035-3},
url = {http://link.springer.com/10.1007/978-3-319-69035-3_51},
urldate = {2019-10-21},
booktitle = {Service-{Oriented} {Computing}},
publisher = {Springer International Publishing},
author = {Jiang, Qingye and Lee, Young Choon and Zomaya, Albert Y.},
editor = {Maximilien, Michael and Vallecillo, Antonio and Wang, Jianmin and Oriol, Marc},
year = {2017},
doi = {10.1007/978-3-319-69035-3_51},
pages = {706--721}
}
@incollection{beyah_se-lambda:_2018,
address = {Cham},
title = {Se-{Lambda}: {Securing} {Privacy}-{Sensitive} {Serverless} {Applications} {Using} {SGX} {Enclave}},
volume = {254},
isbn = {978-3-030-01700-2 978-3-030-01701-9},
shorttitle = {Se-{Lambda}},
url = {http://link.springer.com/10.1007/978-3-030-01701-9_25},
urldate = {2019-10-21},
booktitle = {Security and {Privacy} in {Communication} {Networks}},
publisher = {Springer International Publishing},
author = {Qiang, Weizhong and Dong, Zezhao and Jin, Hai},
editor = {Beyah, Raheem and Chang, Bing and Li, Yingjiu and Zhu, Sencun},
year = {2018},
doi = {10.1007/978-3-030-01701-9_25},
pages = {451--470}
}
@incollection{coppola_faastest_2019,
address = {Cham},
title = {{FaaStest} - {Machine} {Learning} {Based} {Cost} and {Performance} {FaaS} {Optimization}},
volume = {11113},
isbn = {978-3-030-13341-2 978-3-030-13342-9},
url = {http://link.springer.com/10.1007/978-3-030-13342-9_15},
language = {en},
urldate = {2019-10-21},
booktitle = {Economics of {Grids}, {Clouds}, {Systems}, and {Services}},
publisher = {Springer International Publishing},
author = {Horovitz, Shay and Amos, Roei and Baruch, Ohad and Cohen, Tomer and Oyar, Tal and Deri, Afik},
editor = {Coppola, Massimo and Carlini, Emanuele and D’Agostino, Daniele and Altmann, Jörn and Bañares, José Ángel},
year = {2019},
doi = {10.1007/978-3-030-13342-9_15},
pages = {171--186}
}
@incollection{de_paoli_empowering_2017,
address = {Cham},
title = {Empowering {Low}-{Latency} {Applications} {Through} a {Serverless} {Edge} {Computing} {Architecture}},
volume = {10465},
isbn = {978-3-319-67261-8 978-3-319-67262-5},
url = {http://link.springer.com/10.1007/978-3-319-67262-5_15},
urldate = {2019-10-21},
booktitle = {Service-{Oriented} and {Cloud} {Computing}},
publisher = {Springer International Publishing},
author = {Baresi, Luciano and Filgueira Mendonça, Danilo and Garriga, Martin},
editor = {De Paoli, Flavio and Schulte, Stefan and Broch Johnsen, Einar},
year = {2017},
doi = {10.1007/978-3-319-67262-5_15},
pages = {196--210}
}
@article{manner_troubleshooting_2019,
title = {Troubleshooting {Serverless} functions: a combined monitoring and debugging approach},
volume = {34},
issn = {2524-8510, 2524-8529},
shorttitle = {Troubleshooting {Serverless} functions},
url = {http://link.springer.com/10.1007/s00450-019-00398-6},
doi = {10.1007/s00450-019-00398-6},
language = {en},
number = {2-3},
urldate = {2019-10-21},
journal = {SICS Software-Intensive Cyber-Physical Systems},
author = {Manner, Johannes and Kolb, Stefan and Wirtz, Guido},
month = jun,
year = {2019},
pages = {99--104}
}
@incollection{heras_benchmarking_2018,
address = {Cham},
title = {Benchmarking {Heterogeneous} {Cloud} {Functions}},
volume = {10659},
isbn = {978-3-319-75177-1 978-3-319-75178-8},
url = {http://link.springer.com/10.1007/978-3-319-75178-8_34},
language = {en},
urldate = {2019-10-21},
booktitle = {Euro-{Par} 2017: {Parallel} {Processing} {Workshops}},
publisher = {Springer International Publishing},
author = {Malawski, Maciej and Figiela, Kamil and Gajek, Adam and Zima, Adam},
editor = {Heras, Dora B. and Bougé, Luc and Mencagli, Gabriele and Jeannot, Emmanuel and Sakellariou, Rizos and Badia, Rosa M. and Barbosa, Jorge G. and Ricci, Laura and Scott, Stephen L. and Lankes, Stefan and Weidendorfer, Josef},
year = {2018},
doi = {10.1007/978-3-319-75178-8_34},
pages = {415--426}
}
@incollection{kritikos_using_2018,
address = {Cham},
title = {Using a {Microbenchmark} to {Compare} {Function} as a {Service} {Solutions}},
volume = {11116},
isbn = {978-3-319-99818-3 978-3-319-99819-0},
url = {http://link.springer.com/10.1007/978-3-319-99819-0_11},
urldate = {2019-10-21},
booktitle = {Service-{Oriented} and {Cloud} {Computing}},
publisher = {Springer International Publishing},
author = {Back, Timon and Andrikopoulos, Vasilios},
editor = {Kritikos, Kyriakos and Plebani, Pierluigi and de Paoli, Flavio},
year = {2018},
doi = {10.1007/978-3-319-99819-0_11},
pages = {146--160},
file = {Submitted Version:/Users/joe/Zotero/storage/ANKUFWRI/Back and Andrikopoulos - 2018 - Using a Microbenchmark to Compare Function as a Se.pdf:application/pdf}
}
@incollection{maximilien_qos-aware_2017,
address = {Cham},
title = {A {QoS}-{Aware} {Resource} {Allocation} {Controller} for {Function} as a {Service} ({FaaS}) {Platform}},
volume = {10601},
isbn = {978-3-319-69034-6 978-3-319-69035-3},
url = {http://link.springer.com/10.1007/978-3-319-69035-3_17},
urldate = {2019-10-21},
booktitle = {Service-{Oriented} {Computing}},
publisher = {Springer International Publishing},
author = {HoseinyFarahabady, MohammadReza and Lee, Young Choon and Zomaya, Albert Y. and Tari, Zahir},
editor = {Maximilien, Michael and Vallecillo, Antonio and Wang, Jianmin and Oriol, Marc},
year = {2017},
doi = {10.1007/978-3-319-69035-3_17},
pages = {241--255}
}
@article{pathak_approaches_2019,
title = {Approaches of enhancing interoperations among high performance computing and big data analytics via augmentation},
issn = {1386-7857, 1573-7543},
url = {http://link.springer.com/10.1007/s10586-019-02960-y},
doi = {10.1007/s10586-019-02960-y},
language = {en},
urldate = {2019-10-21},
journal = {Cluster Computing},
author = {Pathak, Ajeet Ram and Pandey, Manjusha and Rautaray, Siddharth S.},
month = aug,
year = {2019}
}
@article{villamizar_cost_2017,
title = {Cost comparison of running web applications in the cloud using monolithic, microservice, and {AWS} {Lambda} architectures},
volume = {11},
issn = {1863-2386, 1863-2394},
url = {http://link.springer.com/10.1007/s11761-017-0208-y},
doi = {10.1007/s11761-017-0208-y},
language = {en},
number = {2},
urldate = {2019-10-21},
journal = {Service Oriented Computing and Applications},
author = {Villamizar, Mario and Garcés, Oscar and Ochoa, Lina and Castro, Harold and Salamanca, Lorena and Verano, Mauricio and Casallas, Rubby and Gil, Santiago and Valencia, Carlos and Zambrano, Angee and Lang, Mery},
month = jun,
year = {2017},
pages = {233--247}
}
@incollection{auger_introducing_2018,
address = {Cham},
title = {Introducing an {Event}-{Based} {Architecture} for {Concurrent} and {Distributed} {Evolutionary} {Algorithms}},
volume = {11101},
isbn = {978-3-319-99252-5 978-3-319-99253-2},
url = {http://link.springer.com/10.1007/978-3-319-99253-2_32},
urldate = {2019-10-21},
booktitle = {Parallel {Problem} {Solving} from {Nature} – {PPSN} {XV}},
publisher = {Springer International Publishing},
author = {Merelo Guervós, Juan J. and García-Valdez, J. Mario},
editor = {Auger, Anne and Fonseca, Carlos M. and Lourenço, Nuno and Machado, Penousal and Paquete, Luís and Whitley, Darrell},
year = {2018},
doi = {10.1007/978-3-319-99253-2_32},
pages = {399--410}
}
@incollection{maximilien_costradamus:_2017,
address = {Cham},
title = {Costradamus: {A} {Cost}-{Tracing} {System} for {Cloud}-{Based} {Software} {Services}},
volume = {10601},
isbn = {978-3-319-69034-6 978-3-319-69035-3},
shorttitle = {Costradamus},
url = {http://link.springer.com/10.1007/978-3-319-69035-3_48},
urldate = {2019-10-21},
booktitle = {Service-{Oriented} {Computing}},
publisher = {Springer International Publishing},
author = {Kuhlenkamp, Jörn and Klems, Markus},
editor = {Maximilien, Michael and Vallecillo, Antonio and Wang, Jianmin and Oriol, Marc},
year = {2017},
doi = {10.1007/978-3-319-69035-3_48},
pages = {657--672}
}
@incollection{stigler_azure_2018,
address = {Berkeley, CA},
title = {Azure},
isbn = {978-1-4842-3083-1 978-1-4842-3084-8},
url = {http://link.springer.com/10.1007/978-1-4842-3084-8_4},
language = {en},
urldate = {2019-10-21},
booktitle = {Beginning {Serverless} {Computing}},
publisher = {Apress},
author = {Stigler, Maddie},
collaborator = {Stigler, Maddie},
year = {2018},
doi = {10.1007/978-1-4842-3084-8_4},
pages = {83--128}
}
@incollection{barolli_investigating_2020,
address = {Cham},
title = {Investigating {Performance} and {Cost} in {Function}-as-a-{Service} {Platforms}},
volume = {96},
isbn = {978-3-030-33508-3 978-3-030-33509-0},
url = {http://link.springer.com/10.1007/978-3-030-33509-0_16},
language = {en},
urldate = {2019-10-21},
booktitle = {Advances on {P}2P, {Parallel}, {Grid}, {Cloud} and {Internet} {Computing}},
publisher = {Springer International Publishing},
author = {Bortolini, Diogo and Obelheiro, Rafael R.},
editor = {Barolli, Leonard and Hellinckx, Peter and Natwichai, Juggapong},
year = {2020},
doi = {10.1007/978-3-030-33509-0_16},
pages = {174--185}
}
@incollection{cuesta_quantitative_2018,
address = {Cham},
title = {A {Quantitative} {Approach} for the {Assessment} of {Microservice} {Architecture} {Deployment} {Alternatives} by {Automated} {Performance} {Testing}},
volume = {11048},
isbn = {978-3-030-00760-7 978-3-030-00761-4},
url = {http://link.springer.com/10.1007/978-3-030-00761-4_11},
urldate = {2019-10-21},
booktitle = {Software {Architecture}},
publisher = {Springer International Publishing},
author = {Avritzer, Alberto and Ferme, Vincenzo and Janes, Andrea and Russo, Barbara and Schulz, Henning and van Hoorn, André},
editor = {Cuesta, Carlos E. and Garlan, David and Pérez, Jennifer},
year = {2018},
doi = {10.1007/978-3-030-00761-4_11},
pages = {159--174}
}
@incollection{lebanon_thoughts_2018,
address = {Cham},
title = {Thoughts on {System} {Design} for {Big} {Data}},
isbn = {978-3-319-98148-2 978-3-319-98149-9},
url = {http://link.springer.com/10.1007/978-3-319-98149-9_14},
language = {en},
urldate = {2019-10-21},
booktitle = {Computing with {Data}},
publisher = {Springer International Publishing},
author = {Lebanon, Guy and El-Geish, Mohamed},
collaborator = {Lebanon, Guy and El-Geish, Mohamed},
year = {2018},
doi = {10.1007/978-3-319-98149-9_14},
pages = {495--541}
}
@incollection{munoz_right_2019,
address = {Cham},
title = {Right {Scaling} for {Right} {Pricing}: {A} {Case} {Study} on {Total} {Cost} of {Ownership} {Measurement} for {Cloud} {Migration}},
volume = {1073},
isbn = {978-3-030-29192-1 978-3-030-29193-8},
shorttitle = {Right {Scaling} for {Right} {Pricing}},
url = {http://link.springer.com/10.1007/978-3-030-29193-8_10},
language = {en},
urldate = {2019-10-21},
booktitle = {Cloud {Computing} and {Services} {Science}},
publisher = {Springer International Publishing},
author = {Rosati, Pierangelo and Fowley, Frank and Pahl, Claus and Taibi, Davide and Lynn, Theo},
editor = {Muñoz, Víctor Méndez and Ferguson, Donald and Helfert, Markus and Pahl, Claus},
year = {2019},
doi = {10.1007/978-3-030-29193-8_10},
pages = {190--214}
}
@article{noauthor_abstracts:_2019,
title = {Abstracts: 31 st {European} {Congress} of {Pathology}},
volume = {475},
issn = {0945-6317, 1432-2307},
shorttitle = {Abstracts},
url = {http://link.springer.com/10.1007/s00428-019-02631-8},
doi = {10.1007/s00428-019-02631-8},
language = {en},
number = {S1},
urldate = {2019-10-21},
journal = {Virchows Archiv},
month = sep,
year = {2019},
pages = {1--436}
}
@article{noauthor_abstracts:_2018,
title = {Abstracts: 30th {European} {Congress} of {Pathology}},
volume = {473},
issn = {0945-6317, 1432-2307},
shorttitle = {Abstracts},
url = {http://link.springer.com/10.1007/s00428-018-2422-1},
doi = {10.1007/s00428-018-2422-1},
language = {en},
number = {S1},
urldate = {2019-10-21},
journal = {Virchows Archiv},
month = sep,
year = {2018},
pages = {1--340}
}
@article{antonelli_cva_2019,
title = {{CVA} and vulnerable options pricing by correlation expansions},
issn = {0254-5330, 1572-9338},
url = {http://link.springer.com/10.1007/s10479-019-03367-z},
doi = {10.1007/s10479-019-03367-z},
language = {en},
urldate = {2019-10-21},
journal = {Annals of Operations Research},
author = {Antonelli, F. and Ramponi, A. and Scarlatti, S.},
month = sep,
year = {2019}
}
@article{memis_resource_2015,
title = {Resource allocation for statistical {QoS} guarantees in {MIMO} cellular networks},
volume = {2015},
issn = {1687-1499},
url = {https://jwcn-eurasipjournals.springeropen.com/articles/10.1186/s13638-015-0446-7},
doi = {10.1186/s13638-015-0446-7},
language = {en},
number = {1},
urldate = {2019-10-21},
journal = {EURASIP Journal on Wireless Communications and Networking},
author = {Memis, Mehmet Ozerk and Ercetin, Ozgur and Gurbuz, Ozgur and Azhari, Seyed Vahid},
month = dec,
year = {2015},
pages = {217},
file = {Full Text:/Users/joe/Zotero/storage/IKIQQDLN/Memis et al. - 2015 - Resource allocation for statistical QoS guarantees.pdf:application/pdf}
}
@article{tabish_real-time_2019,
title = {A real-time scratchpad-centric {OS} with predictable inter/intra-core communication for multi-core embedded systems},
volume = {55},
issn = {0922-6443, 1573-1383},
url = {http://link.springer.com/10.1007/s11241-019-09340-0},
doi = {10.1007/s11241-019-09340-0},
language = {en},
number = {4},
urldate = {2019-10-21},
journal = {Real-Time Systems},
author = {Tabish, Rohan and Mancuso, Renato and Wasly, Saud and Pellizzoni, Rodolfo and Caccamo, Marco},
month = oct,
year = {2019},
pages = {850--888}
}
@incollection{goldberg_fast_2019,
address = {Cham},
title = {Fast {Authentication} from {Aggregate} {Signatures} with {Improved} {Security}},
volume = {11598},
isbn = {978-3-030-32100-0 978-3-030-32101-7},
url = {http://link.springer.com/10.1007/978-3-030-32101-7_39},
language = {en},
urldate = {2019-10-21},
booktitle = {Financial {Cryptography} and {Data} {Security}},
publisher = {Springer International Publishing},
author = {Ozmen, Muslum Ozgur and Behnia, Rouzbeh and Yavuz, Attila A.},
editor = {Goldberg, Ian and Moore, Tyler},
year = {2019},
doi = {10.1007/978-3-030-32101-7_39},
pages = {686--705}
}
@article{noauthor_abstracts:_2017,
title = {Abstracts: 29th {European} {Congress} of {Pathology}},
volume = {471},
issn = {0945-6317, 1432-2307},
shorttitle = {Abstracts},
url = {http://link.springer.com/10.1007/s00428-017-2205-0},
doi = {10.1007/s00428-017-2205-0},
language = {en},
number = {S1},
urldate = {2019-10-21},
journal = {Virchows Archiv},
month = sep,
year = {2017},
pages = {1--352}
}
@incollection{camarinha-matos_collaborative_2019,
address = {Cham},
title = {Collaborative, {Distributed} {Simulations} of {Agri}-{Food} {Supply} {Chains}. {Analysis} on {How} {Linking} {Theory} and {Practice} by {Using} {Multi}-agent {Structures}},
volume = {568},
isbn = {978-3-030-28463-3 978-3-030-28464-0},
url = {http://link.springer.com/10.1007/978-3-030-28464-0_42},
language = {en},
urldate = {2019-10-21},
booktitle = {Collaborative {Networks} and {Digital} {Transformation}},
publisher = {Springer International Publishing},
author = {Fernandez, Alejandro and Hernandez, Jorge E. and Liu, Shaofeng and Panetto, Hervé and Pankow, Matías Nahuel and Sanchez, Esteban},
editor = {Camarinha-Matos, Luis M. and Afsarmanesh, Hamideh and Antonelli, Dario},
year = {2019},
doi = {10.1007/978-3-030-28464-0_42},
pages = {487--495},
file = {Submitted Version:/Users/joe/Zotero/storage/Z88P335P/Fernandez et al. - 2019 - Collaborative, Distributed Simulations of Agri-Foo.pdf:application/pdf}
}
@incollection{luo_cloudsstorm:_2018,
address = {Cham},
title = {{CloudsStorm}: {An} {Application}-{Driven} {Framework} to {Enhance} the {Programmability} and {Controllability} of {Cloud} {Virtual} {Infrastructures}},
volume = {10967},
isbn = {978-3-319-94294-0 978-3-319-94295-7},
shorttitle = {{CloudsStorm}},
url = {http://link.springer.com/10.1007/978-3-319-94295-7_18},
urldate = {2019-10-21},
booktitle = {Cloud {Computing} – {CLOUD} 2018},
publisher = {Springer International Publishing},
author = {Zhou, Huan and Hu, Yang and Su, Jinshu and de Laat, Cees and Zhao, Zhiming},
editor = {Luo, Min and Zhang, Liang-Jie},
year = {2018},
doi = {10.1007/978-3-319-94295-7_18},
pages = {265--280}
}
@article{nguyen_machine_2019,
title = {Machine {Learning} and {Deep} {Learning} frameworks and libraries for large-scale data mining: a survey},
volume = {52},
issn = {0269-2821, 1573-7462},
shorttitle = {Machine {Learning} and {Deep} {Learning} frameworks and libraries for large-scale data mining},
url = {http://link.springer.com/10.1007/s10462-018-09679-z},
doi = {10.1007/s10462-018-09679-z},
language = {en},
number = {1},
urldate = {2019-10-21},
journal = {Artificial Intelligence Review},
author = {Nguyen, Giang and Dlugolinsky, Stefan and Bobák, Martin and Tran, Viet and López García, Álvaro and Heredia, Ignacio and Malík, Peter and Hluchý, Ladislav},
month = jun,
year = {2019},
pages = {77--124},
file = {Full Text:/Users/joe/Zotero/storage/WTRWHE43/Nguyen et al. - 2019 - Machine Learning and Deep Learning frameworks and .pdf:application/pdf}
}
@incollection{rao_wind_2019,
address = {Cham},
title = {Wind {Energy}: {Technical} {Considerations} – {Contents}},
isbn = {978-3-319-75132-0 978-3-319-75134-4},
shorttitle = {Wind {Energy}},
url = {http://link.springer.com/10.1007/978-3-319-75134-4_1},
language = {en},
urldate = {2019-10-21},
booktitle = {Wind {Energy} for {Power} {Generation}},
publisher = {Springer International Publishing},
author = {Rao, K. R.},
collaborator = {Rao, K. R.},
year = {2019},
doi = {10.1007/978-3-319-75134-4_1},
pages = {1--426}
}
@article{hameed_performance_2017,
title = {Performance impacts of hybrid cloud storage},
volume = {99},
issn = {0010-485X, 1436-5057},
url = {http://link.springer.com/10.1007/s00607-017-0560-y},
doi = {10.1007/s00607-017-0560-y},
language = {en},
number = {12},
urldate = {2019-10-21},
journal = {Computing},
author = {Hameed, Muhammad Umar and Haider, Syed Ali and Kantarci, Burak},
month = dec,
year = {2017},
pages = {1207--1229}
}
@incollection{janic_modelling_2019,
address = {Cham},
title = {Modelling {Performances} of the {Airport} {Access} {Modes} and {Their} {Systems}},
isbn = {978-3-319-76149-7 978-3-319-76150-3},
url = {http://link.springer.com/10.1007/978-3-319-76150-3_5},
language = {en},
urldate = {2019-10-21},
booktitle = {Landside {Accessibility} of {Airports}},
publisher = {Springer International Publishing},
author = {Janić, Milan},
collaborator = {Janić, Milan},
year = {2019},
doi = {10.1007/978-3-319-76150-3_5},
pages = {247--363}
}
@article{dragan_scalable_2019,
title = {A {Scalable} {Platform} for {Monitoring} {Data} {Intensive} {Applications}},
volume = {17},
issn = {1570-7873, 1572-9184},
url = {http://link.springer.com/10.1007/s10723-019-09483-1},
doi = {10.1007/s10723-019-09483-1},
language = {en},
number = {3},
urldate = {2019-10-21},
journal = {Journal of Grid Computing},
author = {Drăgan, Ioan and Iuhasz, Gabriel and Petcu, Dana},
month = sep,
year = {2019},
pages = {503--528}
}
@incollection{majumdar_syntax-guided_2017,
address = {Cham},
title = {Syntax-{Guided} {Optimal} {Synthesis} for {Chemical} {Reaction} {Networks}},
volume = {10427},
isbn = {978-3-319-63389-3 978-3-319-63390-9},
url = {http://link.springer.com/10.1007/978-3-319-63390-9_20},
language = {en},
urldate = {2019-10-21},
booktitle = {Computer {Aided} {Verification}},
publisher = {Springer International Publishing},
author = {Cardelli, Luca and Češka, Milan and Fränzle, Martin and Kwiatkowska, Marta and Laurenti, Luca and Paoletti, Nicola and Whitby, Max},
editor = {Majumdar, Rupak and Kunčak, Viktor},
year = {2017},
doi = {10.1007/978-3-319-63390-9_20},
pages = {375--395}
}
@article{gobet_quasi-regression_2019,
title = {Quasi-{Regression} {Monte}-{Carlo} {Scheme} for {Semi}-{Linear} {PDEs} and {BSDEs} with {Large} {Scale} {Parallelization} on {GPUs}},
issn = {1134-3060, 1886-1784},
url = {http://link.springer.com/10.1007/s11831-019-09335-x},
doi = {10.1007/s11831-019-09335-x},
language = {en},
urldate = {2019-10-21},
journal = {Archives of Computational Methods in Engineering},
author = {Gobet, Emmanuel and López-Salas, José Germán and Vázquez, Carlos},
month = apr,
year = {2019},
file = {Submitted Version:/Users/joe/Zotero/storage/LTFIGYLG/Gobet et al. - 2019 - Quasi-Regression Monte-Carlo Scheme for Semi-Linea.pdf:application/pdf}
}
@article{noauthor_abstracts_2017,
title = {Abstracts},
volume = {46},
issn = {0175-7571, 1432-1017},
url = {http://link.springer.com/10.1007/s00249-017-1222-x},
doi = {10.1007/s00249-017-1222-x},
language = {en},
number = {S1},
urldate = {2019-10-21},
journal = {European Biophysics Journal},
month = jul,
year = {2017},
pages = {43--402}
}
@article{wei_airline_2018,
title = {Airline networks, traffic densities, and value of links},
volume = {16},
issn = {1570-7156, 1573-711X},
url = {http://link.springer.com/10.1007/s11129-018-9197-1},
doi = {10.1007/s11129-018-9197-1},
language = {en},
number = {3},
urldate = {2019-10-21},
journal = {Quantitative Marketing and Economics},
author = {Wei, Yanhao},
month = sep,
year = {2018},
pages = {341--370}
}
@incollection{bailey_furnace:_2018,
address = {Cham},
title = {Furnace: {Self}-service {Tenant} {VMI} for the {Cloud}},
volume = {11050},
isbn = {978-3-030-00469-9 978-3-030-00470-5},
shorttitle = {Furnace},
url = {http://link.springer.com/10.1007/978-3-030-00470-5_30},
urldate = {2019-10-21},
booktitle = {Research in {Attacks}, {Intrusions}, and {Defenses}},
publisher = {Springer International Publishing},
author = {Bushouse, Micah and Reeves, Douglas},
editor = {Bailey, Michael and Holz, Thorsten and Stamatogiannakis, Manolis and Ioannidis, Sotiris},
year = {2018},
doi = {10.1007/978-3-030-00470-5_30},
pages = {647--669}
}
@article{jamshidi_magnetic_2019,
title = {Magnetic {Mn}2O3 nanocomposite covered with {N},{N}′-bis(salicylidene)ethylenediamine for selective preconcentration of cadmium({II}) prior to its quantification by {FAAS}},
volume = {186},
issn = {0026-3672, 1436-5073},
url = {http://link.springer.com/10.1007/s00604-019-3567-6},
doi = {10.1007/s00604-019-3567-6},
language = {en},
number = {8},
urldate = {2019-10-21},
journal = {Microchimica Acta},
author = {Jamshidi, Parastoo and Alvand, Mahrouz and Shemirani, Farzaneh},
month = aug,
year = {2019},
pages = {487}
}
@article{haji-ali_multi-index_2016,
title = {Multi-index {Stochastic} {Collocation} {Convergence} {Rates} for {Random} {PDEs} with {Parametric} {Regularity}},
volume = {16},
issn = {1615-3375, 1615-3383},
url = {http://link.springer.com/10.1007/s10208-016-9327-7},
doi = {10.1007/s10208-016-9327-7},
language = {en},
number = {6},
urldate = {2019-10-21},
journal = {Foundations of Computational Mathematics},
author = {Haji-Ali, Abdul-Lateef and Nobile, Fabio and Tamellini, Lorenzo and Tempone, Raúl},
month = dec,
year = {2016},
pages = {1555--1605},
file = {Submitted Version:/Users/joe/Zotero/storage/MFHJA7WI/Haji-Ali et al. - 2016 - Multi-index Stochastic Collocation Convergence Rat.pdf:application/pdf}
}
@incollection{yi_composite_2018,
address = {Singapore},
title = {Composite {Structure} {Design} and {Analysis}},
isbn = {978-981-10-5695-6 978-981-10-5696-3},
url = {http://link.springer.com/10.1007/978-981-10-5696-3_4},
language = {en},
urldate = {2019-10-21},
booktitle = {Composite {Materials} {Engineering}, {Volume} 1},
publisher = {Springer Singapore},
author = {Shen, Zhen and Tong, Xianxin and Yang, Naibin and Xie, Mingjiu and Li, Ye and Chen, Puhui},
editor = {Yi, Xiao-Su and Du, Shanyi and Zhang, Litong},
year = {2018},
doi = {10.1007/978-981-10-5696-3_4},
pages = {353--588}
}
@incollection{mitrovic_constraint-guided_2018,
address = {Cham},
title = {Constraint-{Guided} {Local} {Search} for {Single} {Mixed}-{Operation} {Runway}},
volume = {11320},
isbn = {978-3-030-03990-5 978-3-030-03991-2},
url = {http://link.springer.com/10.1007/978-3-030-03991-2_32},
urldate = {2019-10-21},
booktitle = {{AI} 2018: {Advances} in {Artificial} {Intelligence}},
publisher = {Springer International Publishing},
author = {Riahi, Vahid and Newton, M. A. Hakim and Sattar, Abdul},
editor = {Mitrovic, Tanja and Xue, Bing and Li, Xiaodong},
year = {2018},
doi = {10.1007/978-3-030-03991-2_32},
pages = {329--341}
}
@article{noauthor_abstracts_2017-1,
title = {Abstracts of the 26th {Annual} {Conference} of {APASL}, {February} 15–19, 2017, {Shanghai}, {China}},
volume = {11},
issn = {1936-0533, 1936-0541},
url = {http://link.springer.com/10.1007/s12072-016-9783-9},
doi = {10.1007/s12072-016-9783-9},
language = {en},
number = {S1},
urldate = {2019-10-21},
journal = {Hepatology International},
month = feb,
year = {2017},
pages = {1--1093}
}
@incollection{kurosu_assessment_2019,
address = {Cham},
title = {The {Assessment} of {Sencogi}: {A} {Visual} {Complexity} {Model} {Predicting} {Visual} {Fixations}},
volume = {11567},
isbn = {978-3-030-22642-8 978-3-030-22643-5},
shorttitle = {The {Assessment} of {Sencogi}},
url = {http://link.springer.com/10.1007/978-3-030-22643-5_26},
language = {en},
urldate = {2019-10-21},
booktitle = {Human-{Computer} {Interaction}. {Recognition} and {Interaction} {Technologies}},
publisher = {Springer International Publishing},
author = {Mele, Maria Laura and Colabrese, Silvia and Calabria, Luca and Millar, Damon and Rijnders, Christiaan Erik},
editor = {Kurosu, Masaaki},
year = {2019},
doi = {10.1007/978-3-030-22643-5_26},
pages = {332--347}
}
@article{feischl_fast_2018,
title = {Fast random field generation with {H}-matrices},
volume = {140},
issn = {0029-599X, 0945-3245},
url = {http://link.springer.com/10.1007/s00211-018-0974-2},
doi = {10.1007/s00211-018-0974-2},
language = {en},
number = {3},
urldate = {2019-10-21},
journal = {Numerische Mathematik},
author = {Feischl, Michael and Kuo, Frances Y. and Sloan, Ian H.},
month = nov,
year = {2018},
pages = {639--676},
file = {Submitted Version:/Users/joe/Zotero/storage/QIW5YSMV/Feischl et al. - 2018 - Fast random field generation with H-matrices.pdf:application/pdf}
}
@incollection{nguyen_aerospace_2018,
address = {Cham},
title = {Aerospace {Applications}},
isbn = {978-3-319-56392-3 978-3-319-56393-0},
url = {http://link.springer.com/10.1007/978-3-319-56393-0_10},
urldate = {2019-10-21},
booktitle = {Model-{Reference} {Adaptive} {Control}},
publisher = {Springer International Publishing},
author = {Nguyen, Nhan T.},
collaborator = {Nguyen, Nhan T.},
year = {2018},
doi = {10.1007/978-3-319-56393-0_10},
pages = {349--429}
}
@article{yeh_combination_2019,
title = {A combination of {IoT} and cloud application for automatic shrimp counting},
issn = {0946-7076, 1432-1858},
url = {http://link.springer.com/10.1007/s00542-019-04570-5},
doi = {10.1007/s00542-019-04570-5},
language = {en},
urldate = {2019-10-21},
journal = {Microsystem Technologies},
author = {Yeh, Chi-Tsai and Chen, Ming-Chih},
month = aug,
year = {2019}
}
@incollection{panetto_scheduling_2018,
address = {Cham},
title = {Scheduling {Business} {Process} {Activities} for {Time}-{Aware} {Cloud} {Resource} {Allocation}},
volume = {11229},
isbn = {978-3-030-02609-7 978-3-030-02610-3},
url = {http://link.springer.com/10.1007/978-3-030-02610-3_25},
urldate = {2019-10-21},
booktitle = {On the {Move} to {Meaningful} {Internet} {Systems}. {OTM} 2018 {Conferences}},
publisher = {Springer International Publishing},
author = {Halima, Rania Ben and Kallel, Slim and Gaaloul, Walid and Jmaiel, Mohamed},
editor = {Panetto, Hervé and Debruyne, Christophe and Proper, Henderik A. and Ardagna, Claudio Agostino and Roman, Dumitru and Meersman, Robert},
year = {2018},
doi = {10.1007/978-3-030-02610-3_25},
pages = {445--462}
}
@incollection{zohuri_all_2019,
address = {Cham},
title = {All {About} {Wave} {Equations}},
isbn = {978-3-030-20793-9 978-3-030-20794-6},
url = {http://link.springer.com/10.1007/978-3-030-20794-6_2},
language = {en},
urldate = {2019-10-21},
booktitle = {Directed-{Energy} {Beam} {Weapons}},
publisher = {Springer International Publishing},
author = {Zohuri, Bahman},
collaborator = {Zohuri, Bahman},
year = {2019},
doi = {10.1007/978-3-030-20794-6_2},
pages = {55--237}
}
@article{mathew_adaptive_2019,
title = {An {Adaptive} {Energy} {Detection} {Scheme} with {Real}-{Time} {Noise} {Variance} {Estimation}},
issn = {0278-081X, 1531-5878},
url = {http://link.springer.com/10.1007/s00034-019-01281-0},
doi = {10.1007/s00034-019-01281-0},
language = {en},
urldate = {2019-10-21},
journal = {Circuits, Systems, and Signal Processing},
author = {Mathew, Libin K. and Shanker, Shreejith and Vinod, A. P. and Madhukumar, A. S.},
month = oct,
year = {2019}
}
@incollection{zohuri_all_2019-1,
address = {Cham},
title = {All {About} {Wave} {Equations}},
isbn = {978-3-319-91022-2 978-3-319-91023-9},
url = {http://link.springer.com/10.1007/978-3-319-91023-9_3},
language = {en},
urldate = {2019-10-21},
booktitle = {Scalar {Wave} {Driven} {Energy} {Applications}},
publisher = {Springer International Publishing},
author = {Zohuri, Bahman},
collaborator = {Zohuri, Bahman},
year = {2019},
doi = {10.1007/978-3-319-91023-9_3},
pages = {177--349}
}
@article{lin_intelligent_2017,
title = {Intelligent {Sliding}-{Mode} {Position} {Control} {Using} {Recurrent} {Wavelet} {Fuzzy} {Neural} {Network} for {Electrical} {Power} {Steering} {System}},
volume = {19},
issn = {1562-2479, 2199-3211},
url = {http://link.springer.com/10.1007/s40815-017-0342-x},
doi = {10.1007/s40815-017-0342-x},
language = {en},
number = {5},
urldate = {2019-10-21},
journal = {International Journal of Fuzzy Systems},
author = {Lin, Faa-Jeng and Chen, Shih-Gang and Sun, I-Fan},
month = oct,
year = {2017},
pages = {1344--1361}
}
@article{zhang_strong_2016,
title = {Strong and weak convergence order of finite element methods for stochastic {PDEs} with spatial white noise},
volume = {134},
issn = {0029-599X, 0945-3245},
url = {http://link.springer.com/10.1007/s00211-015-0768-8},
doi = {10.1007/s00211-015-0768-8},
language = {en},
number = {1},
urldate = {2019-10-21},
journal = {Numerische Mathematik},
author = {Zhang, Zhongqiang and Rozovskii, Boris and Karniadakis, George Em},
month = sep,
year = {2016},
pages = {61--89}
}
@article{bucha_cap_2019,
title = {Cap integration in spectral gravity forward modelling: near- and far-zone gravity effects via {Molodensky}’s truncation coefficients},
volume = {93},
issn = {0949-7714, 1432-1394},
shorttitle = {Cap integration in spectral gravity forward modelling},
url = {http://link.springer.com/10.1007/s00190-018-1139-x},
doi = {10.1007/s00190-018-1139-x},
language = {en},
number = {1},
urldate = {2019-10-21},
journal = {Journal of Geodesy},
author = {Bucha, Blažej and Hirt, Christian and Kuhn, Michael},
month = jan,
year = {2019},
pages = {65--83}
}
@article{walsh_computational_2017,
title = {Computational cognitive modeling of the temporal dynamics of fatigue from sleep loss},
volume = {24},
issn = {1069-9384, 1531-5320},
url = {http://link.springer.com/10.3758/s13423-017-1243-6},
doi = {10.3758/s13423-017-1243-6},
language = {en},
number = {6},
urldate = {2019-10-21},
journal = {Psychonomic Bulletin \& Review},
author = {Walsh, Matthew M. and Gunzelmann, Glenn and Van Dongen, Hans P. A.},
month = dec,
year = {2017},
pages = {1785--1807},
file = {Accepted Version:/Users/joe/Zotero/storage/TC4LAPCU/Walsh et al. - 2017 - Computational cognitive modeling of the temporal d.pdf:application/pdf}
}
@incollection{zhang_semilinear_2017,
address = {Cham},
title = {Semilinear elliptic equations with additive noise},
volume = {196},
isbn = {978-3-319-57510-0 978-3-319-57511-7},
url = {http://link.springer.com/10.1007/978-3-319-57511-7_10},
urldate = {2019-10-21},
booktitle = {Numerical {Methods} for {Stochastic} {Partial} {Differential} {Equations} with {White} {Noise}},
publisher = {Springer International Publishing},
author = {Zhang, Zhongqiang and Karniadakis, George Em},
collaborator = {Zhang, Zhongqiang and Karniadakis, George Em},
year = {2017},
doi = {10.1007/978-3-319-57511-7_10},
pages = {267--292}
}
@article{kubo_mixed_2018,
title = {Mixed {GPS}–{BeiDou} {RTK} with inter-systems bias estimation aided by {CSAC}},
volume = {22},
issn = {1080-5370, 1521-1886},
url = {http://link.springer.com/10.1007/s10291-017-0670-1},
doi = {10.1007/s10291-017-0670-1},
language = {en},
number = {1},
urldate = {2019-10-21},
journal = {GPS Solutions},
author = {Kubo, Nobuaki and Tokura, Hiroko and Pullen, Sam},
month = jan,
year = {2018},
pages = {5}
}
@article{zareb_evolutionary_2019,
title = {Evolutionary {Autopilot} {Design} {Approach} for {UAV} {Quadrotor} by {Using} {GA}},
issn = {2228-6179, 2364-1827},
url = {http://link.springer.com/10.1007/s40998-019-00214-6},
doi = {10.1007/s40998-019-00214-6},
language = {en},
urldate = {2019-10-21},
journal = {Iranian Journal of Science and Technology, Transactions of Electrical Engineering},
author = {Zareb, M. and Nouibat, W. and Bestaoui, Y. and Ayad, R. and Bouzid, Y.},
month = jun,
year = {2019}
}
@incollection{fischlin_towards_2016,
address = {Berlin, Heidelberg},
title = {Towards {Stream} {Ciphers} for {Efficient} {FHE} with {Low}-{Noise} {Ciphertexts}},
volume = {9665},
isbn = {978-3-662-49889-7 978-3-662-49890-3},
url = {http://link.springer.com/10.1007/978-3-662-49890-3_13},
language = {en},
urldate = {2019-10-21},
booktitle = {Advances in {Cryptology} – {EUROCRYPT} 2016},
publisher = {Springer Berlin Heidelberg},
author = {Méaux, Pierrick and Journault, Anthony and Standaert, François-Xavier and Carlet, Claude},
editor = {Fischlin, Marc and Coron, Jean-Sébastien},
year = {2016},
doi = {10.1007/978-3-662-49890-3_13},
pages = {311--343}
}
@article{rajabi_hybrid_2015,
title = {Hybrid {Amine}-{Functionalized} {Titania}/{Silica} {Nanoparticles} for {Solid}-{Phase} {Extraction} of {Lead}, {Copper}, and {Zinc} from {Food} and {Water} {Samples}: {Kinetics} and {Equilibrium} {Studies}},
volume = {8},
issn = {1936-9751, 1936-976X},
shorttitle = {Hybrid {Amine}-{Functionalized} {Titania}/{Silica} {Nanoparticles} for {Solid}-{Phase} {Extraction} of {Lead}, {Copper}, and {Zinc} from {Food} and {Water} {Samples}},
url = {http://link.springer.com/10.1007/s12161-014-9964-x},
doi = {10.1007/s12161-014-9964-x},
language = {en},
number = {4},
urldate = {2019-10-21},
journal = {Food Analytical Methods},
author = {Rajabi, Maryam and Barfi, Behruz and Asghari, Alireza and Najafi, Farhood and Aran, Reza},
month = apr,
year = {2015},
pages = {815--824}
}
@incollection{jin_new_2015,
address = {Cham},
title = {A {New} {Gravimetric} {Geoid} {Model} for the {Area} of {Sudan} {Using} the {Least} {Squares} {Collocation} and a {GOCE}-{Based} {GGM}},
volume = {144},
isbn = {978-3-319-39819-8 978-3-319-39820-4},
url = {http://link.springer.com/10.1007/1345_2015_196},
language = {en},
urldate = {2019-10-21},
booktitle = {{IGFS} 2014},
publisher = {Springer International Publishing},
author = {Godah, Walyeldeen and Krynski, Jan},
editor = {Jin, Shuanggen and Barzaghi, Riccardo},
year = {2015},
doi = {10.1007/1345_2015_196},
pages = {123--129}
}
@incollection{valavanis_scalable_2015,
address = {Dordrecht},
title = {Scalable {RADAR}-{Based} {Sense}-and-{Avoid} {System} for {Unmanned} {Aircraft}},
isbn = {978-90-481-9706-4 978-90-481-9707-1},
url = {http://link.springer.com/10.1007/978-90-481-9707-1_131},
language = {en},
urldate = {2019-10-21},
booktitle = {Handbook of {Unmanned} {Aerial} {Vehicles}},
publisher = {Springer Netherlands},
author = {Moses, Allistair and Rutherford, Matthew J. and Valavanis, Kimon P.},
editor = {Valavanis, Kimon P. and Vachtsevanos, George J.},
year = {2015},
doi = {10.1007/978-90-481-9707-1_131},
pages = {1895--1953}
}
@incollection{heinrich_integrated_2018,
address = {Cham},
title = {Integrated {Process} {Chain} for {Aerostructural} {Wing} {Optimization} and {Application} to an {NLF} {Forward} {Swept} {Composite} {Wing}},
volume = {138},
isbn = {978-3-319-72019-7 978-3-319-72020-3},
url = {http://link.springer.com/10.1007/978-3-319-72020-3_1},
urldate = {2019-10-21},
booktitle = {{AeroStruct}: {Enable} and {Learn} {How} to {Integrate} {Flexibility} in {Design}},
publisher = {Springer International Publishing},
author = {Wunderlich, Tobias and Reimer, Lars},
editor = {Heinrich, Ralf},
year = {2018},
doi = {10.1007/978-3-319-72020-3_1},