-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvonLaszewski-jabref.bib
2652 lines (2508 loc) · 96.6 KB
/
vonLaszewski-jabref.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
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
@inproceedings{vonLaszewski15tas,
author = {DeLeon, Robert L. and Furlani, Thomas R. and Gallo,
Steven M. and White, Joseph P. and Jones, Matthew
D. and Patra, Abani and Innus, Martins and Yearke,
Thomas and Palmer, Jeffrey T. and Sperhac, Jeanette
M. and Rathsam, Ryan and Simakov, Nikolay and von
Laszewski, Gregor and Wang, Fugang},
title = {TAS View of XSEDE Users and Usage},
booktitle = {Proceedings of the 2015 XSEDE Conference: Scientific
Advancements Enabled by Enhanced
Cyberinfrastructure},
series = {XSEDE '15},
year = 2015,
isbn = {978-1-4503-3720-5},
location = {St. Louis, Missouri},
pages = {21:1--21:8},
articleno = 21,
numpages = 8,
url = {http://doi.acm.org/10.1145/2792745.2792766},
doi = {10.1145/2792745.2792766},
acmid = 2792766,
publisher = {ACM},
address = {New York, NY, USA},
keywords = {HPC, SUPReMM, TAS, XDMoD, XSEDE usage, XSEDE users},
}
@InProceedings{7307645,
author = {G. von Laszewski and F. Wang and G. C. Fox and
D. L. Hart and T. R. Furlani and R. L. DeLeon and
S. M. Gallo},
title = {Peer Comparison of XSEDE and NCAR Publication Data},
booktitle = {2015 IEEE International Conference on Cluster
Computing},
year = 2015,
pages = {531-532},
month = {Sept},
doi = {10.1109/CLUSTER.2015.98},
issn = {1552-5244},
keywords = {citation analysis;publishing;NCAR publication
data;XSEDE publication data;citation
analysis;comprehensive peer analysis;percentile
ranking based approach;publication
impact;Atmospheric measurements;Conferences;Data
analysis;Extraterrestrial measurements;Ranking
(statistics);Resource
management;Metrics;publications},
}
@Article{DBLP:journals/jcp/WangTLM10,
Title = {{Multicores in Cloud Computing: Research Challenges
for Applications}},
Author = {Lizhe Wang and Jie Tao and Gregor von Laszewski and
Holger Marten},
Journal = {JCP},
Year = 2010,
Number = 6,
Pages = {958-964},
Volume = 5,
Bibsource = {DBLP, http://dblp.uni-trier.de},
Doi = {10.4304/jcp.5.6.958-964},
Url =
{https://laszewski.github.io/papers/vonLaszewski-09-jcp2.pdf}
}
@Article{DBLP:journals/sj/WangLTK09,
Title = {{Grid Virtualization Engine: Design, Implementation,
and Evaluation}},
Author = {Lizhe Wang and Gregor von Laszewski and Jie Tao and
Marcel Kunze},
Journal = {IEEE Systems Journal},
Year = 2009,
Number = 4,
Pages = {477-488},
Volume = 3,
Bibsource = {DBLP, http://dblp.uni-trier.de},
Doi = {10.1109/JSYST.2009.2028589},
Otherlabel = {Wang09-systems-journal},
Url = {https://laszewski.github.io/papers/isj_148.pdf}
}
@Article{Yang09,
Title = {{Recent Research Advances in e-Science}},
Author = {Yang, Xiaoyu and Wang, Lizhe and Laszewski, Gregor},
Journal = {Cluster Computing},
Year = 2009,
Month = dec,
Number = 4,
Pages = {353--356},
Volume = 12,
Acmid = 1666210,
Address = {Hingham, MA, USA},
Doi = {10.1007/s10586-009-0104-0},
ISSN = {1386-7857},
Issue_date = {December 2009},
Keywords = {Cloud computing, Grid computing, e-Science},
Numpages = 4,
Publisher = {Kluwer Academic Publishers},
Url = {10.1007/s10586-009-0104-0}
}
@InProceedings{chen10energy,
Title = {{Enabling Energy-Efficient Analysis of Massive
Neural Signals Using GPGPU}},
Author = {Chen, Dan and Wang, Lizhe and Wang, Shuaiting and
Xiong, Muzhou and Laszewski, Gregor von and Li,
Xiaoli},
Booktitle = {Proceedings of the 2010 IEEE/ACM Int'L Conference on
Green Computing and Communications \& Int'L
Conference on Cyber, Physical and Social Computing},
Year = 2010,
Address = {Washington, DC, USA},
Pages = {147--154},
Publisher = {IEEE Computer Society},
Series = {GREENCOM-CPSCOM '10},
Acmid = 1953550,
Doi = {10.1109/GreenCom-CPSCom.2010.24},
ISBN = {978-0-7695-4331-4},
Keywords = {High Performance Computing, General-purpose
Computing on the Graphics Processing Unit, Neural
Signals, EEG},
Numpages = 8,
Url = {10.1109/GreenCom-CPSCom.2010.24}
}
@InProceedings{comparisoncloud,
Title = {{Comparison of Multiple Cloud Frameworks}},
Author = {Gregor von Laszewski and Javier Diaz and Fugang Wang
and Geoffrey C. Fox},
Booktitle = {IEEE Cloud 2012},
Year = 2012,
Address = {Honolulu, HI},
Month = jun,
Doi = {10.1109/CLOUD.2012.104},
Url =
{https://laszewski.github.io/papers/laszewski-IEEECloud2012_id-4803.pdf}
}
@Techreport{fg-1471,
Title = {{Supporting Experimental Computer Science}},
Author = {Frederic Desprez and Fox, Geoffrey and Emmanuel
Jeannot and Kate Keahey and Michael Kozuch and David
Margery and Pierre Neyron and Lucas Nussbaum and
Christian Perez and Olivier Richard and Warren Smith
and Gregor von Laszewski and Jens Voeckler},
Year = 2012,
Month = {03/2012},
Address = {Argonne},
File =
{Supporting_Experimental_Computer_Science_final_draft.pdf:http\://www.nimbusproject.org/downloads/Supporting_Experimental_Computer_Science_final_draft.pdf:PDF;Supporting_Experimental_Computer_Science_final_draft.pdf:http\://www.nimbusproject.org/downloads/Supporting_Experimental_Computer_Science_final_draft.pdf:PDF},
Institution = {Argonne National Laboratory},
ISSN = {Technical Memo 326},
Type = {Report},
Url =
{http://www.nimbusproject.org/downloads/Supporting_Experimental_Computer_Science_final_draft.pdf}
}
@Misc{futuresystems,
Title = {FutureSystems at Indiana University},
Owner = {lee212},
Timestamp = {2015.07.07},
Url = {https://portal.futuresystems.org/}
}
@InProceedings{imagemanagement,
Title = {{Abstract Image Management and Universal Image
Registration for Cloud and HPC Infrastructures}},
Author = {Javier Diaz and Gregor von Laszewski and Fugang Wang
and Geoffrey C. Fox},
Booktitle = {IEEE Cloud 2012},
Year = 2012,
Address = {Honolulu},
Month = jun,
Doi = {10.1109/CLOUD.2012.94},
Url =
{https://laszewski.github.io/papers/vonLaszewski-12-IEEECloud2012.pdf}
}
@InProceedings{las-grapple-2011,
Title = {{Grappling cloud infrastructure services with a
generic image repository}},
Author = {Javier Diaz and Andrew Younge and von Laszewski,
Gregor and FugangWang and Fox, Geoffrey C.},
Booktitle = {CCA11: Cloud Computing and Its Applications},
Year = 2011,
Address = {Argonne National Laboratory, USA.},
Month = {April 12-13},
File =
{fg-image-repo-cca11.pdf:https\://github.com/cyberaide/pdf/raw/master/fg-image-repo-cca11.pdf:PDF},
Url =
{http://grids.ucs.indiana.edu/ptliupages/publications/11-imagerepo-cca.pdf}
}
@InProceedings{las-ogce-tg09,
Title = {{Open Grid Computing Environments}},
Author = {Pierce, Marlon and Marru, S. and Wenjun Wu and Gopi
Kandaswami and von Laszewski, Gregor and Rion Dooley
and Maytal Dahan and Nancy Wilkins-Diehr and Thomas,
Mary},
Booktitle = {TeraGrid 09 meeting},
Year = 2009,
Address = {Arlington, VA},
Month = {06/24/2009},
Url =
{http://grids.ucs.indiana.edu/ptliupages/publications/OGCETG09-1-1.pdf}
}
@InProceedings{las-swift07,
Title = {{Swift: Fast, Reliable, Loosely Coupled Parallel
Computation}},
Author = {Yong Zhao and Hategan, M. and Clifford, B. and
Foster, I. and von Laszewski, G. and Nefedova,
V. and Raicu, I. and Stef-Praun, T. and Wilde, M.},
Booktitle = {Services, 2007 IEEE Congress on},
Year = 2007,
Pages = {199-206},
Doi = {10.1109/SERVICES.2007.63},
Keywords = {formal specification;grid computing;software
reliability;GriPhyN virtual data system;Swift
system;SwiftScript language;complex file system
structures;runtime system;scripting
language;Computer science;Concurrent computing;Data
systems;Distributed computing;File systems;High
performance computing;Laboratories;Magnetic
analysis;Mathematics;Power system reliability}
}
@InProceedings{las00grande,
Title = {{CoG Kits: A Bridge between Commodity Distributed
Computing and High-Performance Grids}},
Author = {von Laszewski, Gregor and Ian Foster and Jarek Gawor
and Warren Smith and Steve Tuecke},
Booktitle = {Proceedings of the ACM 2000 conference on Java
Grande},
Year = 2000,
Address = {San Francisco, CA},
Month = {3-5~} # jun,
Pages = {97-106},
Publisher = {ACM, New York, NY, USA},
Series = {JAVA'00},
Acmid = 337491,
Doi = {10.1145/337449.337491},
ISBN = {1-58113-288-3},
Location = {San Francisco, California, United States},
Numpages = 10,
Url =
{https://laszewski.github.io/papers/vonLaszewski-cog-final.pdf}
}
@InProceedings{las00moba,
Title = {{Grid-based Asynchronous Migration of Execution
Context in Java Virtual Machines}},
Author = {von Laszewski, Gregor and Kazuyuki Shudo and Yoichi
Muraoka},
Booktitle = {{Proceedings of EuroPar 2000}},
Year = 2000,
Address = {Munich, Germany},
Editor = {Arndt Bode and Thomas Ludwig and Wolfgang Karl and
Roland Wism{\"u}ller},
Month = {29~} # aug # {~-~1~} # sep,
Note = {{{\em (Invited Talk)}}},
Pages = {22-34},
Publisher = {Springer},
Series = {Lecture Notes in Computer Science},
Volume = 1900,
Doi = {10.1007/3-540-44520-X_3},
Status = {final},
Url =
{https://laszewski.github.io/papers/s/vonLaszewski-mobag.pdf}
}
@Article{las00sbc,
Title = {{Using Computational Grid Capabilities to Enhance
the Ability of an X-Ray Source for Structural
Biology}},
Author = {von Laszewski, Gregor and Mary Westbrook and Ian
Foster and Edwin Westbrook and Craig Barnes},
Journal = {Cluster Computing},
Year = 2000,
Number = 3,
Pages = {187-199},
Volume = 3,
Doi = {10.1023/A:1019036421819},
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-dtrek.pdf}
}
@Article{las01acm,
Title = {{Multi-Paradigm Communications in Java for Grid
Computing}},
Author = {Vladimir Getov and von Laszewski, Gregor and Michael
Philippsen and Ian Foster},
Journal = {Communications of ACM},
Year = 2001,
Month = oct,
Number = 10,
Pages = {118-125},
Volume = 44,
Acmid = 383872,
Address = {New York, NY, USA},
Doi = {10.1145/383845.383872},
ISSN = {0001-0782},
Publisher = {ACM},
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-cacm.pdf}
}
@Article{las01cmt,
Title = {{A High-Throughput X-Ray Microtomography System at
the Advanced Photon Source}},
Author = {Yuxin Wang and Fransesco De Carlo and Derrick
Mancini and Ian McNulty and Brian Tieman and John
Bresnahan and Ian Foster and Joseph Insley and Peter
Lane and von Laszewski, Gregor and Carl Kesselman
and Mei-Hui Su and Marcus Thiebaux},
Journal = {Review of Scientific Instruments},
Year = 2001,
Month = apr,
Number = 4,
Pages = {2062-2068},
Volume = 72,
Annote = {Received 14 November 2000; accepted for publication
23 January 2001},
Doi = {10.1063/1.1355270},
Label = {YDeD01},
Url =
{https://laszewski.github.io/papers/vonlaszewski-RSI01.pdf}
}
@Article{las01cog-concurency,
Title = {{A Java Commodity Grid Kit}},
Author = {von Laszewski, Gregor and Ian Foster and Jarek Gawor
and Peter Lane},
Journal = {Concurrency and Computation: Practice and
Experience},
Year = 2001,
Number = {8-9},
Pages = {645--662},
Volume = 13,
Doi = {10.1002/cpe.572},
ISSN = {1532-0634},
Keywords = {Commodity Grid Toolkits, Java CoG Kit, Computational
Grid},
Publisher = {John Wiley and Sons, Ltd.},
Url =
{https://laszewski.github.io/papers/vonLaszewski-cog-cpe-final.pdf}
}
@InProceedings{las01corba,
Title = {{Design and Implementation of a CORBA Commodity Grid
Kit}},
Author = {Verma, Snigdha and Parashar, Manish and Gawor, Jarek
and von Laszewski, Gregor},
Booktitle = {{Proceedings of the Second International Workshop on
Grid Computing (GRID'01)}},
Year = 2001,
Address = {Denver},
Editor = {Craig A. Lee},
Month = nov,
Note = {http://dl.acm.org/citation.cfm?id=645441.652851},
Pages = {2-12},
Publisher = {Springer-Verlag, London, UK, UK},
Series = {Lecture Notes in Computer Science},
Volume = 2241,
Acmid = 652851,
ISBN = {3-540-42949-2},
Numpages = 12,
Url =
{https://laszewski.github.io/papers/vonLaszewski-corba.pdf}
}
@InProceedings{las01greed,
Title = {{A Greedy Grid - The Grid Economic Engine
Directive}},
Author = {Vazhkudai, Sudharshan and von Laszewski, Gregor},
Booktitle = {Proceedings of the 15th International Parallel and
Distributed Processing Symposium, International
Workshop on Internet Computing and E-Commerce
(ICEC'01)},
Year = 2001,
Address = {San Francisco, California, USA},
Month = {27~} # apr,
Note = {http://dl.acm.org/citation.cfm?id=645609.662793},
Pages = {173--},
Publisher = {IEEE Computer Society, Washington, DC, USA},
Series = {IPDPS '01},
Acmid = 662793,
ISBN = {0-7695-0990-8},
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-greed.pdf}
}
@InProceedings{las01hpdc10cactus,
Title = {{The Astrophysics Simulation Collaboratory: A
Science Portal Enabling Community Software
Development}},
Author = {Michael Russell and Gabrielle Allen and Ian Foster
and Ed Seidel and Jason Novotny and John Shalf and
von Laszewski, Gregor and Greg Daues},
Booktitle = {{Proceedings of the 10th IEEE International
Symposium on High Performance Distributed
Computing}},
Year = 2001,
Address = {San Francisco, CA},
Month = {7-9~} # aug,
Pages = {207-215},
Doi = {10.1109/HPDC.2001.945190},
ISSN = {1082-8907},
Url = {https://laszewski.github.io/papers/astro-hpdc10.pdf}
}
@InProceedings{las01pse,
Title = {{Designing Grid-based Problem Solving Environments
and Portals}},
Author = {von Laszewski, Gregor and Ian Foster and Jarek Gawor
and Peter Lane and Nell Rehn and Mike Russell},
Booktitle = {Proceedings of the 34th Annual Hawaii International
Conference on System Sciences (HICSS-34)},
Year = 2001,
Address = {Maui, Hawaii},
Month = {3-6 Jan.},
Note = {http://dl.acm.org/citation.cfm?id=820738.820812},
Pages = {9028--},
Publisher = {IEEE Computer Society, Washington, DC, USA},
Series = {HICSS '01},
Volume = 9,
Acmid = 820812,
ISBN = {0-7695-0981-9},
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-cog-pse-final.pdf}
}
@InProceedings{las02activetable,
Title = {{A Grid Service Based Active Thermochemical Table
Framework}},
Author = {Laszewski, Gregor von and Ruscic, Branko and
Wagstrom, Patrick and Krishnan, Sriram and Amin,
Kaizar and Nijsure, Sandeep and Bittner, Sandra and
Pinzon, Reinhardt and Hewson, John C. and Morton,
Melita L. and Minkoff, Mike and Wagner, Al},
Booktitle = {Third International Workshop on Grid Computing (GRID
'02)},
Year = 2002,
Address = {Baltimore, MD},
Month = {18 Nov.},
Note = {http://dl.acm.org/citation.cfm?id=645442.652663},
Pages = {25-38},
Publisher = {Springer-Verlag, London, UK, UK},
Series = {Lecture Notes in Computer Science},
Volume = 2536,
Acmid = 652663,
ISBN = {3-540-00133-6},
Url =
{https://laszewski.github.io/papers/vonLaszewski-cmcs.pdf}
}
@Article{las02cactus,
Title = {{Community Software Development with the
Astrophysics Simulation Collaboratory}},
Author = {von Laszewski, Gregor and Michael Russell and Ian
Foster and John Shalf and Gabrielle Allen and Greg
Daues and Jason Novotny and Edward Seidel},
Journal = {Concurrency and Computation: Practice and
Experience},
Year = 2002,
Number = {13-15},
Pages = {1289-1301},
Volume = 14,
Doi = {10.1002/cpe.688},
ISSN = {1532-0634},
Otherlabel = {Laszewski01communitysoftware},
Publisher = {John Wiley and Sons, Ltd.},
Url =
{https://laszewski.github.io/papers/vonLaszewski-cactus5.pdf}
}
@Article{las02cactus-j,
Title = {{The Astrophysics Simulation Collaboratory: A
Science Portal Enabling Community Software
Development}},
Author = {Michael Russell and Gabrielle Allen and Ian Foster
and Ed Seidel and Jason Novotny and John Shalf and
von Laszewski, Gregor and Greg Daues},
Journal = {Journal on Cluster Computing},
Year = 2002,
Month = jul,
Number = 3,
Pages = {297-304},
Volume = 5,
Acmid = 593012,
Address = {Hingham, MA, USA},
Doi = {10.1023/A:1015629422149},
ISSN = {1386-7857},
Numpages = 8,
Oldlabel = {DBLP:journals/cluster/RussellADFSNSL02},
Oldlabels = {cactusclster},
Publisher = {Kluwer Academic Publishers},
Url = {https://laszewski.github.io/papers/astro-jcc.pdf}
}
@Article{las02corbacog,
Title = {{A CORBA Commodity Grid Kit}},
Author = {Manish Parashar and von Laszewski, Gregor and
Snigdha Verma and Jarek Gawor and Kate Keahey},
Journal = {Concurrency and Computation: Practice and
Experience},
Year = 2002,
Pages = {1057-1074},
Volume = 14,
Doi = {10.1002/cpe.682},
Status = {final},
Url =
{https://laszewski.github.io/papers/s/corbacog-ccpe-gce01-final.pdf}
}
@InProceedings{las02deploy,
Title = {{Software, Component, and Service Deployment in
Computational Grids}},
Author = {von Laszewski, Gregor and Eric Blau and Michael
Bletzinger and Jarek Gawor and Peter Lane and Stuart
Martin and Michael Russell},
Booktitle = {{IFIP/ACM Working Conference on Component
Deployment}},
Year = 2002,
Address = {Berlin, Germany},
Editor = {Judith Bishop},
Month = {20-21~} # jun,
Note = {http://dl.acm.org/citation.cfm?id=647479.727944},
Pages = {244-256},
Publisher = {Springer-Verlag, London, UK},
Series = {Lecture Notes in Computer Science},
Volume = 2370,
Acmid = 727944,
ISBN = {3-540-43847-5},
Numpages = 13,
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-deploy-32.pdf}
}
@InProceedings{fg-1295,
Title = {{FutureGrid Image Repository: A Generic Catalog and
Storage System for Heterogeneous Virtual Machine
Images}},
Author = {Javier Diaz and Gregor von Laszewski and Fugang Wang
and Younge, Andrew J and Geoffrey C. Fox},
Booktitle = {Third IEEE International Conference on Coud
Computing Technology and Science (CloudCom2011)},
Year = 2011,
Address = {Athens, Greece},
Month = {12/2011},
Pages = {560-564},
Doi = {10.1109/CloudCom.2011.85},
File =
{vonLaszewski-draft-11-imagerepo.pdf:http\://cyberaide.googlecode.com/svn/trunk/papers/11-cloudcom11-imagerepo/vonLaszewski-draft-11-imagerepo.pdf:PDF;vonLaszewski-draft-11-imagerepo.pdf:http\://cyberaide.googlecode.com/svn/trunk/papers/11-cloudcom11-imagerepo/vonLaszewski-draft-11-imagerepo.pdf:PDF},
Keywords = {image repository},
Type = {paper},
Url =
{https://laszewski.github.io/papers/vonLaszewski-draft-11-imagerepo.pdf}
}
@InProceedings{las02gcc,
Title = {{A QoS Guided Scheduling Algorithm for the
Computational Grid}},
Author = {X. He and X.-H. Sun and G. Laszewski},
Booktitle = {{Proceedings of the International Workshop on Grid
and Cooperative Computing (GCC02)}},
Year = 2002,
Address = {Hainan, Chian},
Month = dec,
Url = {https://laszewski.github.io/papers/GCC02_XHe.pdf}
}
@Article{las02grip,
Title = {{A Unicore Globus Interoperability Layer}},
Author = {David Snelling and Sven van den Berghe and von
Laszewski, Gregor and Philipp Wieder and D. Breuer
and Jon MacLaren and Denis Nicole and John Brooke
and Hans-Christian Hoppe.},
Journal = {Computing and Informatics},
Year = 2002,
Pages = {399-411},
Volume = 21,
File =
{D4.1b_draft.pdf:http\://eprints.soton.ac.uk/257752/1/D4.1b_draft.pdf:PDF;D4.1b_draft.pdf:http\://eprints.soton.ac.uk/257752/1/D4.1b_draft.pdf:PDF},
ISSN = {1335-9150},
Url = {http://eprints.soton.ac.uk/257752/1/D4.1b_draft.pdf}
}
@InProceedings{las02infogram,
Title = {{InfoGram: A Peer-to-Peer Information and Job
Submission Service}},
Author = {von Laszewski, Gregor and Jarek Gawor and Carlos
J. Pe{\~n}a and Ian Foster},
Booktitle = {{Proceedings of the 11th Symposium on High
Performance Distributed Computing}},
Year = 2002,
Address = {Edinbrough, U.K.},
Month = {24-26~} # jul,
Note = {http://dl.acm.org/citation.cfm?id=822086.823347},
Pages = {333-342},
Publisher = {IEEE Computer Society, Washington, DC, USA},
Series = {HPDC '02},
Acmid = 823347,
ISBN = {0-7695-1686-6},
Url =
{https://laszewski.github.io/papers/vonLaszewski-infogram.pdf}
}
@Article{las02javacog,
Title = {{Features of the Java Commodity Grid Kit}},
Author = {von Laszewski, Gregor and Jarek Gawor and Peter Lane
and Nell Rehn and Mike Russell and Keith Jackson},
Journal = {Concurrency and Computation: Practice and
Experience},
Year = 2002,
Number = {13-15},
Pages = {1045-1055},
Volume = 14,
Doi = {10.1002/cpe.674},
ISSN = {1532-0634},
Publisher = {John Wiley and Sons, Ltd.},
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-cog-features.pdf}
}
@InProceedings{las02ocgsa,
Title = {{Open Collaborative Grid Services Architecture
(OCGSA)}},
Author = {Kaizar Amin and Sandeep Nijsure and von Laszewski,
Gregor},
Booktitle = {Euroweb 2002 Conference, The Web and the GRID: from
e-Science to e-Business},
Year = 2002,
Address = {St Anne's College Oxford, UK},
Month = {17-18~} # dec,
Pages = {101-107},
Publisher = {The British Computer Society},
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-ocgsa.pdf}
}
@InProceedings{las02pdcs,
Title = {{Key Concepts and Services of a Grid Information
Service}},
Author = {Beth Plale and Peter Dinda and Mike Helm and von
Laszewski, Gregor and John McGee},
Booktitle = {15th International Conference on Parallel and
Distributed Computing Systems (PDCS 2002)},
Year = 2002,
Address = {Louisville, KY},
Month = {19~} # sep,
Note =
{http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.19.209},
Pages = {437-442},
Status = {final},
Url =
{https://laszewski.github.io/papers/plale--pdcs2002.pdf}
}
@Article{las02perlcog,
Title = {{A Perl Commodity Grid Kit}},
Author = {Mock, Stephen and Thomas, Mary and Dahan, Maytal and
Mueller, Kurt and Mills, Catherine and von
Laszewski, Gregor},
Journal = {Concurrency and Computation: Practice and
Experience},
Year = 2002,
Number = {13-15},
Pages = {1085-1095},
Volume = 14,
Doi = {10.1002/cpe.695},
ISSN = {1532-0634},
Keywords = {Grid, PERL, CoG, commodity, toolkit, Globus, storage
resource broker, SRB, module, portal, middleware},
Publisher = {John Wiley and Sons, Ltd.},
Url =
{https://laszewski.github.io/papers/vonLaszewski-perl-cog.pdf}
}
@InProceedings{las02vision,
Title = {{Grid Computing: Enabling a Vision for Collaborative
Research}},
Author = {von Laszewski, Gregor},
Booktitle = {{The Sixth International Conference on Applied
Parallel Computing}},
Year = 2002,
Address = {Espoo, Finland},
Editor = {Fagerholm, Juha and Haataja, Juha and J\"{a}rvinen,
Jari and Lyly, Mikko and R\o{a}back, Peter and
Savolainen, Ville},
Month = {15-18~} # jun,
Note = {{\em (Invited Talk)}},
Pages = {37-52},
Publisher = {Springer Berlin / Heidelberg},
Series = {Lecture Notes in Computer Science},
Volume = 2367,
Doi = {10.1007/3-540-48051-X_4},
ISBN = {978-3-540-43786-4},
Oldlabel = {las02para},
Pdfother =
{https://laszewski.github.io/papers/vonLaszewski-grid.pdf},
Url =
{https://laszewski.github.io/papers/vonLaszewski-para4.pdf}
}
@InProceedings{las03chem,
Title = {{Further Refinements of the Bond Dissociation Energy
in Water and Hydroxyl Radical Using the Active
Thermochemical Tables Approach}},
Author = {B. Ruscic and R. E. Pinzon and M. L. Morton and
B. Wang and A. F. Wagner and G. von Laszevski and
S. G. Nijsure and K. A. Amin and Sandra J. Bittner
and M. Minkoff},
Booktitle = {Proceedings of the 58th International Symposium
Molecular Sectrosctroscopy},
Year = 2003,
Address = {Columbus, OH},
Month = {16-20~} # jun,
Pages = 178,
Status = {final},
Url = {http://hdl.handle.net/1811/21100}
}
@InCollection{las03cmt-book,
Title = {{Sourcebook of Parallel Computing}},
Author = {von Laszewski, Gregor and Mei-Hui Su and Joseph
Insley and Ian Foster and Carl Kesselman},
Booktitle = {{Quasi-Realtime Microtomography Experiments at
Photon Sources}},
Publisher = {Morgan Kaufman Publishers},
Year = 2003,
Address = {New York},
Editor = {Jack Dongara and Ian Foster and Geoffrey Fox and
Wiliam Gropp and Kenn Kennedy and Linda Torczon and
Andy White},
Pages = {258-265},
ISBN = 9781558608719,
Oldlabels = {las00handbook},
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-cmtscience.pdf}
}
@InProceedings{las03coalloc,
Title = {{Flow-based Multistage Co-allocation Service}},
Author = {Sudeepth Ananad and Srikanath Yoginath and von
Laszewski, Gregor and Beulah Alunkal},
Booktitle = {Proceedings of the International Conference on
Communications in Computing},
Year = 2003,
Address = {Las Vegas},
Editor = {Braan J d'Auriol},
Month = jun # {~23-26},
Pages = {24-30},
Publisher = {CSREA Press},
File =
{vonLaszewski-coalloc.pdf:http\://cyberaide.googlecode.com/svn/trunk/papers/anl/vonLaszewski-coalloc.pdf:PDF;vonLaszewski-coalloc.pdf:http\://cyberaide.googlecode.com/svn/trunk/papers/anl/vonLaszewski-coalloc.pdf:PDF},
Url =
{https://laszewski.github.io/papers/vonLaszewski-coalloc.pdf}
}
@InProceedings{las03dc,
Title = {{Metadata in the Collaboratory for Multi-Scale
Chemical Science}},
Author = {Carmen Pancerella and James D. Myers and Thomas
C. Allison and Kaizar Amin and Sandra Bittner and
Brett Didier and Michael Frenklach and William
H. Green, Jr. and Yen-Ling Ho and John Hewson and
Wendy Koegler and Carina Lansing and David Leahy and
Michael Lee and Renata McCoy and Michael Minkoff and
Sandeep Nijsure and von Laszewski, Gregor and David
Montoya and Reinhardt Pinzon and William Pitz and
Larry Rahn and Branko Ruscic and Karen Schuchardt
and Eric Stephan and Al Wagner and Baoshan Wang and
Theresa Windus and Lili Xu and Christine Yang},
Booktitle = {2003 Dublin Core Conference: Supporting Communities
of Discourse and Practice-Metadata Research and
Applications},
Year = 2003,
Address = {Seatle, WA},
Month = {28~} # sep # {~--~2~} # oct,
ISBN = 0974530301,
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-dublin-core.pdf}
}
@InProceedings{las03ftp,
Title = {{A File Transfer Component for Grids}},
Author = {von Laszewski, Gregor and Beulah Alunkal and Jarek
Gawor and Ravi Madhuri and Pawel Plaszczak and
Xian-He Sun},
Booktitle = {Proceedings of the International Conferenece on
Parallel and Distributed Processing Techniques and
Applications},
Year = 2003,
Address = {Las Vegas},
Editor = {H.R. Arabnia and Youngson Mun},
Month = jun # {~23-26},
Pages = {24-30},
Publisher = {CSREA Press},
Volume = 1,
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-gridftp.pdf}
}
@InCollection{las03gridcomputing,
Title = {{Commodity Grid Kits - Middleware for Building Grid
Computing Environments}},
Author = {von Laszewski, Gregor and Jarek Gawor and Sriram
Krishnan and Keith Jackson},
Booktitle = {{Grid Computing: Making the Global Infrastructure a
Reality}},
Publisher = {Wiley},
Year = 2003,
Editor = {Fran Berman and Geoffrey Fox and Toney Hey},
Pages = {639-656},
Series = {Communications Networking and Distributed Systems},
ISBN = {0-470-85319-0},
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-grid2002book.pdf}
}
@Article{las03knowledge,
Title = {{A Framework for Building Scientific Knowledge Grids
Applied to Thermochemical Tables}},
Author = {von Laszewski, Gregor and Branko Ruscic and Kaizar
Amin and Patrick Wagstrom and Sriram Krishnan and
Sandeep Nijsure},
Journal = {The International Journal of High Performance
Computing Applications},
Year = 2003,
Month = {Winter},
Number = 4,
Pages = {431-447},
Volume = 17,
Doi = {10.1177/10943420030174007},
Url =
{https://laszewski.github.io/papers/vonLaszewski-knowledge-grid.pdf}
}
@InProceedings{las03masses,
Title = {{Grid Computing for the Masses: An Overview}},
Author = {Kaizar Amin and von Laszewski, Gregor and Armin
R. Mikler},
Booktitle = {Grid and Cooperative Computing (GCC2003)},
Year = 2003,
Address = {Shanghai, China},
Month = {December},
Pages = {464-473},
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-masses-gcc03.pdf}
}
@InProceedings{las03qos,
Title = {{An OGSA-based Quality of Service Framework}},
Author = {Rashid Al-Ali and Kaizar Amin and von Laszewski,
Gregor and Omer Rana and David Walker},
Booktitle = {Proceedings of the Second International Workshop on
Grid and Cooperative Computing (GCC2003)},
Year = 2004,
Address = {Shanghai, China},
Editor = {Li, Minglu and Sun, Xian-He and Deng, Qianni and Ni,
Jun},
Month = {7-10~} # dec,
Number = 3003,
Pages = {529-540},
Publisher = {Springer Berlin / Heidelberg},
Series = {Lecture Notes on Computer Science},
Anote = {ISBN: 3-540-21993-5},
Doi = {10.1007/978-3-540-24680-0_88},
ISBN = {978-3-540-21993-4},
Url =
{https://laszewski.github.io/papers//vonLaszewski-qos.pdf}
}
@InProceedings{las03reputation,
Title = {{Reputation-based Grid Resource Selection}},
Author = {Beulah Alunkal and Ivana Veljkovic and von
Laszewski, Gregor and Kaizar Amin},
Booktitle = {Workshop on Adaptive Grid Middleware},
Year = 2003,
Address = {New Orleans, Louisiana},
Month = {27~} # sep,
Organization = {AGridM 2003},
Institution = {Argonne National Laboratory},
Type = {Argonne Preprint},
Url =
{https://laszewski.github.io/papers/vonLaszewski-reputation.pdf}
}
@Article{las04-abstraction-j,
Title = {{An Abstraction Model for a Grid Execution
Framework}},
Author = {Kaizar Amin and von Laszewski, Gregor and Rashid Al
Ali and Omer Rana and David Walker},
Journal = {Euromicro Journal of Systems Architecture},
Year = 2006,
Number = 2,
Pages = {73-87},
Volume = 52,
Acmid = 1140809,
Address = {New York, NY, USA},
Doi = {10.1016/j.sysarc.2004.10.007},
ISSN = {1383-7621},
Numpages = 15,
Oldlabels = {las04-abstraction-journal},
Publisher = {Elsevier North-Holland, Inc.},
Url =
{https://laszewski.github.io/papers/vonLaszewski-abstraction-jsa.pdf}
}
@Article{las04-ftp-journal,
Title = {{An Overview of Grid File Transfer Patterns and
their Implementation in the Java CoG Kit}},
Author = {von Laszewski, Gregor and Jarek Gawor and Pawel
Plaszczak and Mike Hategan and Kaizar Amin and Ravi
Madduri and Scott Gose},
Journal = {Journal of Neural Parallel and Scientific Computing},
Year = 2004,
Month = sep,
Note = {Special Issue on Grid Computing},
Number = 3,
Pages = {329-352},
Volume = 12,
Acmid = 1093539,
Address = {Atlanta, GA, USA},
ISSN = {1061-5369},
Numpages = 24,
Publisher = {Dynamic Publishers, Inc.},
Url =
{https://laszewski.github.io/papers/vonLaszewski-overview-gridftp.pdf}
}
@InProceedings{las04-qos-ccgrid,
Title = {{QoS Support for High-performance Scientific Grid
Applications}},
Author = {Rashid Al-Ali and von Laszewski, Gregor and Kaizar
Amin and Mihael Hategan and Omer Rana and David
Walker and Nester Zaluzec},
Booktitle = {Proceedings of the IEEE/ACM 4th International
Symposium on Cluster Computing and the Grid (CCGrid
2004)},
Year = 2004,
Address = {Chicago IL, USA},
Month = {19-22~} # apr,
Pages = {134-143},
Publisher = {IEEE Computer Society Press},
Doi = {10.1109/CCGrid.2004.1336559},
Status = {final},
Url =
{https://laszewski.github.io/papers/vonLaszewski-qos-ccgrid04.pdf}
}
@Article{las04-qos-journal,
Title = {{Analysis and Provision of QoS for Distributed Grid
Applications}},
Author = {Al-Ali, Rashid J. and Amin, Kaizar and von
Laszewski, Gregor and Rana, Omer F. and Walker,
David W. and Hategan, Mihael and Zaluzec, Nestor},
Journal = {Journal of Grid Computing},
Year = 2004,
Month = {June},
Note = {10.1007/s10723-004-6743-8},
Number = 2,
Pages = {163-182},
Volume = 2,
Doi = {10.1007/s10723-004-6743-8},
ISSN = {1570-7873},
Publisher = {Springer Netherlands},
Url =
{https://laszewski.github.io/papers/vonLaszewski-qos-final-jogc.pdf}
}
@InProceedings{las04abstracting,
Title = {{Abstracting the Grid}},
Author = {Kaizar Amin and Mihael Hategan and von Laszewski,
Gregor and Nestor J. Zaluzec},
Booktitle = {Proceedings of the 12th Euromicro Conference on
Parallel, Distributed and Network-Based Processing
(PDP 2004)},
Year = 2004,
Address = {La Coru\~{n}a, Spain},
Month = {11-13~} # feb,
Pages = {250-257},
Doi = {10.1109/EMPDP.2004.1271452},
Url =
{https://laszewski.github.io/papers/vonLaszewski-abstracting.pdf}
}
@InProceedings{las04adcom,