-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathias.bib
2570 lines (2299 loc) · 83.7 KB
/
ias.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
@article{Buhmann:1998:DCQ,
AUTHOR = {J. M. Buhmann and D. W. Fellner and M. Held and J.
Ketterer and J. Puzicha},
TITLE = {Dithered Color Quantization},
JOURNAL = cgforum,
EDITOR = {N. Ferreira and M. G{\"{o}}bel},
VOLUME = {17}, NUMBER = {3},
MONTH = Sep, YEAR = {1998}, PAGES = {C219-C231},
DOI = {10.1111/1467-8659.00269},
NOTE = {(Proc. Eurographics'98)
\httpAddr{//diglib.eg.org/EG/CGF/volume17/issue3/ColQuant98}} }
@ARTICLE{Fellner-Helmberg93,
AUTHOR = {Fellner, Dieter W. and Helmberg, Christoph},
TITLE = {Robust Rendering of General Ellipses and Elliptical Arcs},
JOURNAL = tog,
VOLUME = {12}, NUMBER = {3},
MONTH = Jul, YEAR = {1993}, PAGES = {251-276},
DOI= {10.1145/169711.169704}
}
@BOOK (FolDamFeiHug.etal93,
AUTHOR = {Foley, James D. and van Dam, Andries and
Feiner, Stephen K. and Hughes, John F. and Phillips, R.},
TITLE = {Introduction to Computer Graphics},
PUBLISHER = {Addison-Wesley},
YEAR = {1993} )
@ARTICLE{Kobbelt97-USHDR,
author = {L. Kobbelt and M. Stamminger and H.-P. Seidel},
title = {Using Subdivision on Hierarchical Data to Reconstruct Radiosity
Distribution},
JOURNAL = cgforum,
volume = 16, number = 3, pages = {C347-C355},
year = 1997,
DOI = {10.1111/1467-8659.16.3conferenceissue.36},
note = {(Proc. Eurographics'97)
\httpAddr{//diglib.eg.org/EG/CGF/volume16/issue3/CGF172.html}} }
@INPROCEEDINGS{Lafortune97-NARF,
author = {Eric P. Lafortune and Sing-Choong Foo and Kenneth E. Torrance and
Donald P. Greenberg},
title = {Non-Linear Approximation of Reflectance Functions},
booktitle = {Proc. SIGGRAPH '97},
volume = 31, pages = {117-126},
year = 1997,
DOI = {10.1145/258734.258801}
}
@ARTICLE (Lous90,
AUTHOR = {Y. Le Lous},
TITLE = {Report on the {F}irst {E}urographics {W}orkshop on {V}isualization in
{S}cientific {C}omputing},
JOURNAL = cgforum,
VOLUME = {9}, NUMBER = {4},
MONTH = dec, YEAR = {1990}, PAGES = {371-372},
DOI= {10.1111/j.1467-8659.1990.tb00430.x}
)
@ARTICLE (Seidel93,
AUTHOR = {Seidel, Hans-Peter},
TITLE = {Polar Forms for Geometrically Continuous Spline Curves of
Arbitrary Degree},
JOURNAL = tog,
VOLUME = {12}, NUMBER = {1},
MONTH = Jan, YEAR = {1993}, PAGES = {1-34},
DOI= {10.1145/169728.169726}
)
@string{ jsac = "IEEE Journal on Selected Areas in Communications" }
@string{ tac = "Trans.\ Automatic Control" }
@string{ jacm = "J.\ ACM" }
@string{usits = {USITS}}
@string{ ton = "IEEE/ACM Trans.\ Networking" }
@string{ todb = "ACM Trans. Database Systems"}
@string{ tocs = {ACM Trans.\ Computer Systems}}
@string{ tog = {ACM Trans.\ Graphics}}
@string{ infocom = "INFOCOM"}
@string{imc = "Internet Measurement Conference"}
@string{ focs = "IEEE Symposium on the Foundations of Computer Science" }
@string{ focs = "FOCS"}
@string{mobicom = "MOBICOM"}
@string{sigcomm = {Proc.\ ACM SIGCOMM}}
@string{ stoc = "ACM Symposium on the Theory of Computing" }
@string{sosp = "Symposium on Operating Systems Principles"}
@string{ soda = "{ACM-SIAM} Symposium on Discrete Algorithms" }
@string{ acmec = "EC"}
@string{ comnet = "Computer Networks" }
@string{ nsdi = "Proc.\ Networked Systems Design and Implementation"}
@string{ osdi = "Proc.\ Operating Systems Design and Implementation"}
@string{ cdc = "IEEE CDC" }
@string{ mor = "Mathematics of Operations Research" }
@string{ aor = "Annals of Operations Research" }
@string{ or = "Operations Research" }
@string{ ms = "Management Science" }
@string{ geb = "Games and Economic Behavior" }
@string{ res = "Review of Economic Studies" }
@string{ jet = "Journal of Economic Theory" }
@string{ qje = "Quarterly Journal of Economics" }
@string{ndss = "Network and Distributed System Security"}
@string{ allerton = "Allerton Conference on Communication, Control, and Computing" }
@string{ isit = "IEEE International Symposium on Information Theory" }
@string{www = "World Wide Web Conference"}
@string{presto = "ACM SIGCOMM Workshop on Programmable Routers for the Extensible Services of Tomorrow (PRESTO)"}
@string{ICNP = "IEEE International Conference on Network Protocols"}
@string{CONEXT = "Proc.\ ACM CoNext"}
@string{sigmodrec = "SIGMOD Record"}
@string{sigmod = {{Proc.\ ACM SIGMOD}}}
@string{eurograph = "Proc.\ EUROGRAPHICS"}
@string{eurographviz = "Proc.\ Eurographics Symp.\ Parallel Graphics and Visualization"}
@string{eurographrender = "Proc.\ Eurographics Symp.\ Rendering"}
@string{siggraph = {{Proc.\ ACM SIGGRAPH}}}
@string{raytrace = {Proc.\ IEEE Symp. Interactive Ray Tracing}}
@string{i3d = {{Proc.\ Symp.\ Interactive 3D Graphics}}}
@string{edbt = {Proc.\ Extending Database Technology}}
@string{STRUCTURES = {IEEE Conference on Structure in Complexity Theory}}
@string{JAL = {Journal of Algorithms}}
@string{IMC = {Internet Measurement Conference}}
@string{IMW = {Internet Measurement Workshop}}
@string{CC = {Computational Complexity}}
@string{SIJC = {SIAM Journal on Computing}}
@string{JCSS = {Journal of Computer and System Sciences}}
@string{CACM = {Comm.\ ACM}}
@string{IEEETIT = {IEEE Transactions on Information Theory}}
@string{JC = {Journal of Cryptology}}
@string{INFOCOM = {{INFOCOM}}}
@string{USENIX = {{USENIX Annual Technical Conference}}}
@string{USENIXSEC = {{USENIX Security}}}
@string{IPTPS = {{IPTPS}}}
@string{OAKLAND = {{Symp.\ Security and Privacy}}},
@string{WORLDS = {{WORLDS}}}
@string{jcrypt = {Journal of Cryptology}}
@string{DCC = {Designs, Codes and Cryptography}}
@string{CCS = {{CSS}}}
@string{Eurocrypt = {EUROCRYPT}}
@string{lncs={Lecture Notes in Computer Science}}
@string{iandcomp = {Information and Computation}}
@string{mathcomp = {Mathematics of Computation}}
@string{jcss = {Journal of Computer and System Sciences}}
@string{vrcia = {Proc.\ Conf.\ Virtual Reality Continuum and its Applications}}
@string{adbis = {Proc. ADBIS}}
{VRCIA '06: Proceedings of the 2006 ACM international conference on Virtual reality continuum
and its applications},
@article{2994,
author = {Leslie Lamport},
title = {Using Time Instead of Timeout for Fault-Tolerant Distributed Systems.},
journal = {ACM Trans. Program. Lang. Syst.},
volume = {6},
number = {2},
year = {1984},
issn = {0164-0925},
pages = {254--280},
doi = {http://doi.acm.org/10.1145/2993.2994},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{806737,
author = {Leslie Lamport and P. M. Melliar-Smith},
title = {Byzantine clock synchronization},
booktitle = {PODC '84: Proceedings of the third annual ACM symposium on Principles of distributed computing},
year = {1984},
isbn = {0-89791-143-1},
pages = {68--74},
location = {Vancouver, British Columbia, Canada},
doi = {http://doi.acm.org/10.1145/800222.806737},
publisher = {ACM},
address = {New York, NY, USA},
}
@techreport{Chaudhuri2008,
AUTHOR="Siddhartha Chaudhuri and D. Horn and P. Hanrahan and V. Koltun",
INSTITUTION = "Stanford University, Computer Science",
TITLE="Distributed Rendering of Virtual Worlds",
NUMBER="2008-02",
YEAR="2008"}
@article{deficit-round-robin,
author = {Shreedhar, M. and Varghese, George},
title = {Efficient fair queueing using deficit round-robin},
journal = {Trans. on Networking},
volume = {4},
number = {3},
year = {1996},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
% issn = {1063-6692},
% pages = {375--385},
@article{physicalmetaphor,
author = {Daniel Horn and Ewen Cheslack-Postava and Tahir Azim and Michael J. Freedman and Philip Levis},
title = {Scaling Virtual Worlds with a Physical Metaphor},
journal = {Pervasive Computing},
volume = {8},
number = {3},
year = {2009},
editor = {Joseph A. Paradiso and James A. Landay},
publisher = {IEEE},
address = {New York, NY, USA},
}
% pages = {1--11},
@inproceedings{rp-prvra-94,
author = {Matthew Regan and Ronald Pose},
title = {Priority rendering with a virtual reality address recalculation pipeline},
booktitle = siggraph,
year = {1994},
month = Aug,
}
isbn = {0-89791-667-0},
pages = {155--162},
publisher = {ACM}
@book{second-life-performance-wiki,
author={Linden Labs},
title="Region Performance Improvement Guide",
year="2009",
note={wiki.secondlife.com/wiki/Region\_Performance\_Improvement\_Guide}
}
@book{second-life-homestead,
author={Linden Labs},
title="Homestead Launch and Script Limits",
year="2009",
note={blogs.secondlife.com/community/features/blog/2009/01/04/about-the-homestead-launch-and-script-limits}
}
@article{mipmaps,
author = {Williams, Lance},
title = {Pyramidal parametrics},
journal = {SIGGRAPH Comput. Graph.},
volume = {17},
number = {3},
year = {1983},
pages = {1--11},
publisher = {ACM},
address = {New York, NY, USA},
}
% issn = {0097-8930},
@inproceedings{sst,
title = {Structured {S}treams: {A} New Transport Abstraction},
author = {Bryan Ford},
booktitle = SIGCOMM,
year = {2007},
month = Aug,
}
address = {Kyoto, Japan},
@inproceedings{shader_lod,
author = {Olano, Marc and Kuehne, Bob and Simmons, Maryann},
title = {Automatic shader level of detail},
booktitle = {Proc.\ ACM Conf.\ Graphics Hardware},
month = Jul,
year = {2003},
}
% isbn = {1-58113-739-7},
% pages = {7--14},
@inproceedings{shader_simplification,
author = {Pellacini, Fabio},
title = {User-configurable automatic shader simplification},
booktitle = siggraph,
year = {2005},
pages = {445--452},
location = {Los Angeles, California},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{impostors,
author = {Maciel, Paulo W. C. and Shirley, Peter},
title = {Visual navigation of large environments using textured clusters},
booktitle = i3d,
year = {1995},
}
% isbn = {0-89791-736-7},
% location = {Monterey, California, United States},
% publisher = {ACM},
% address = {New York, NY, USA},
% pages = {95--ff.},
@article{kdtree,
author = {Bentley, Jon Louis},
title = {Multidimensional binary search trees used for associative searching},
journal = CACM,
volume = {18},
number = {9},
year = {1975},
}
% issn = {0001-0782},
@article{bvh,
author = {Clark, James H.},
title = {Hierarchical geometric models for visible surface algorithms},
journal = {Commun. ACM},
volume = {19},
number = {10},
year = {1976},
publisher = {ACM},
address = {New York, NY, USA},
}
% issn = {0001-0782},
@inproceedings{kinetic_data_structures,
author = {Guibas, Leonidas J.},
title = {Kinetic data structures: a state of the art report},
booktitle = {WAFR '98: Proceedings of the third workshop on the algorithmic foundations of robotics on Robotics : the algorithmic perspective},
year = {1998},
location = {Houston, Texas, United States},
publisher = {A. K. Peters, Ltd.},
address = {Natick, MA, USA},
}
% isbn = {1-56881-081-4},
%pages = {191--209},
@article{Hoppe1996,
author = {Hoppe, H.},
citeseerurl = {citeseer.ist.psu.edu/hoppe96progressive.html},
citeulike-article-id = {813800},
citeulike-linkout-0 = {#},
journal = {Computer Graphics},
keywords = {bibtex-import, depth, images, layerd, ldi, sichtbarkeit, visibility},
number = {{Annual Conference Series}},
posted-at = {2006-08-23 14:54:28},
priority = {0},
title = {Progressive Meshes},
url = {citeseer.ist.psu.edu/hoppe96progressive.html},
volume = {30},
year = {1996}
}
@INPROCEEDINGS{streaming-meshes,
author={Isenburg, M. and Lindstrom, P.},
booktitle={Visualization, 2005. VIS 05. IEEE}, title={Streaming meshes},
year={2005},
month=oct.,
volume={},
number={},
pages={ 231 - 238},
keywords={ geometric data sets; mesh layout coherence; mesh streaming; out-of-core algorithm; polygon mesh format; computational complexity; computational geometry; data compression; data visualisation; mesh generation;},
doi={10.1109/VISUAL.2005.1532800},
ISSN={},}
@article{kdTreeConstruction,
author = {W. Hunt and W.R. Mark and G. Stoll},
title = {Fast kd-tree Construction with an Adaptive Error-Bounded Heuristic},
journal ={Symposium on Interactive Ray Tracing},
volume = {0},
year = {2006},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
}
%isbn = {1-4244-0693-5},
%pages = {81-88},
@article{ bspsurvey,
author = "Csaba D. T\'{o}th",
title = "Binary space partitions: recent developments",
journal = "Combinatorial and Computational Geometry, MSRI Publications",
publisher = "Cambridge University Press",
volume = {52},
pages = {525--552},
year = {2005},
}
@book{lod-book,
author = {Luebke, David and Watson, Benjamin and Cohen, Jonathan D. and Reddy, Martin and Varshney, Amitabh},
title = {Level of Detail for 3D Graphics},
year = {2002},
publisher = {Elsevier Science Inc.},
}
@inproceedings{colyseus06,
author = {Bharambe, Ashwin and Pang, Jeffrey and Seshan, Srinivasan},
title = {Colyseus: a distributed architecture for online multiplayer games},
booktitle = nsdi,
month = May,
year = {2006},
}
% pages = {12--12},
% publisher = {USENIX Association},
location = {San Jose, CA},
address = {Berkeley, CA, USA},
@inproceedings{donnybrook08,
author = {Bharambe, Ashwin and Douceur, John R. and Lorch, Jacob R. and Moscibroda, Thomas and Pang, Jeffrey and Seshan, Srinivasan and Zhuang, Xinyu},
title = {Donnybrook: {E}nabling large-scale, high-speed, peer-to-peer games},
booktitle = SIGCOMM,
month = Aug,
year = {2008},
}
% location = {Seattle, WA, USA},
% publisher = {ACM},
% address = {New York, NY, USA},
% isbn = {978-1-60558-175-0},
% pages = {389--400},
@inproceedings{interest_mgmt05,
author = {Morgan, Graham and Lu, Fengyun and Storey, Kier},
title = {Interest management middleware for networked games},
booktitle = i3d,
year = {2005},
location = {Washington, District of Columbia},
publisher = {ACM},
address = {New York, NY, USA},
}
% isbn = {1-59593-013-2},
% pages = {57--64},
@article{von06,
title={VON: {A} scalable peer-to-peer network for virtual environments},
author={Shun-Yun Hu and Jui-Fa Chen and Tsu-Han Chen},
journal={Network, IEEE},
year={2006},
month={July-Aug. },
volume={20},
number={4},
pages={22-31},
keywords={client-server systems, computer games, peer-to-peer computing, telecommunication network topologyP2P topology, P2P-based NVE systems, VON, Voronoi-based overlay network, client-server architectures, large-scale networked virtual environment scalability, massively multiplayer online games, neighbor discovery problem, per-node resource consumption, scalable peer-to-peer network},
}
%ISSN={0890-8044},
@inproceedings{voronoi08,
title={Voronoi State Management for Peer-to-Peer Massively Multiplayer Online Games},
author={Shun-Yun Hu and Shao-Chen Chang and Jehn-Ruey Jiang},
booktitle={Consumer Communications and Networking Conference, 2008. CCNC 2008. 5th IEEE},
year={2008},
month={Jan.},
volume={},
number={},
pages={1134-1138},
keywords={client-server systems, computational geometry, computer games, fault tolerance, peer-to-peer computing, resource allocation, virtual realityVoronoi state management, centralized client-server system, fault tolerance, load balancing, multiuser virtual environment, peer-to-peer massively multiplayer online game, resource utilization},
}
%ISSN={0197-2618},
@book{singhal_book,
author = {Singhal, Sandeep and Zyda, Michael},
title = {Networked Virtual Environments: Design and Implementation},
year = {1999},
publisher = {ACM Press - SIGGRAPH Series},
address = {New York, NY, USA},
}
% isbn = {0201325578},
% pages = {213--221}},
@inproceedings{knutsson04,
title={Peer-to-peer support for massively multiplayer games},
author={Knutsson, B. and Honghui Lu and Wei Xu and Hopkins, B.},
booktitle={Proc.\ INFOCOM},
year={2004},
month=Mar,
}
%volume={1},
%number={},
%pages={-107},
%keywords={ Internet, computer games SimMud, massively multiplayer game, node failure, online player, peer-to-peer overlay support, player participation, se%lf-organizing group},
%ISSN={0743-166X },
@inproceedings{xbox360_08,
author = {Y Lee and S Agarwal and C Butcher and J Padhye},
title = {Measurement and Estimation of Network {QoS} Among Peer {Xbox 360} Game Players},
booktitle = {Proc.\ Passive and Active Network Measurement ({PAM})},
year = {2008},
month = Apr,
}
% isbn = {978-3-540-79231-4},
% pages = {41--50},
% publisher = {Springer Berlin / Heidelberg}
@inproceedings{haibo05,
author = {Hu, Haibo and Xu, Jianliang and Lee, Dik Lun},
title = {A generic framework for monitoring continuous spatial queries over moving objects},
booktitle = sigmod,
month = Jun,
year = {2005},
}
% isbn = {1-59593-060-4},
% pages = {479--490},
% location = {Baltimore, Maryland},
% publisher = {ACM},
% address = {New York},
@inproceedings{Gedik04mobieyes,
author = {Bugra Gedik and Ling Liu},
title = {MobiEyes: Distributed Processing of Continuously Moving Queries on Moving Objects in a Mobile System},
booktitle = edbt,
month = Mar,
year = 2004
}
pages = {67--87},
@article{tao03,
author = {Tao, Yufei and Papadias, Dimitris},
title = {Spatial queries in dynamic environments},
journal = {ACM Trans. Database Systems},
volume = {28},
number = {2},
year = {2003},
publisher = {ACM},
address = {New York, NY, USA},
}
% issn = {0362-5915},
% pages = {101--139},
@phdthesis{singhal_thesis,
author = {Singhal, Sandeep Kishan},
title = {Effective remote modeling in large-scale distributed simulation and visualization environments},
year = {1997},
order_no = {UMI Order No. GAX97-14191},
address = {Stanford Univ.},
}
@article{db_geometric_queries,
author = {Gaede, Volker and G\"{u}nther, Oliver},
title = {Multidimensional access methods},
journal = {ACM Computer Surveys},
volume = {30},
number = {2},
year = {1998},
pages = {170--231},
publisher = {ACM},
address = {New York, NY, USA},
}
% issn = {0360-0300},
@book{intro_raytracing,
author = {Arvo, James and Kirk, David},
title = {A survey of ray tracing acceleration techniques},
book = {An Introduction to Ray Tracing},
year = {1989},
pages = {201--262},
}
@inproceedings{chenppopp05,
author = {Chen, Jin and Wu, Baohua and Delap, Margaret and Knutsson, Bj\"{o}rn and Lu, Honghui and Amza, Cristiana},
title = {Locality aware dynamic load management for massively multiplayer games},
booktitle = {PPoPP '05: Proceedings of the tenth ACM SIGPLAN symposium on Principles and practice of parallel programming},
year = {2005},
location = {Chicago, IL, USA},
publisher = {ACM},
address = {New York, NY, USA},
}
% isbn = {1-59593-080-9},
% pages = {289--300},
@inproceedings{guptaicde09,
author = {Gupta, Nitin and Demers, Alan and Gehrke, Johannes and Unterbrunner, Philipp and White, Walker},
title = {Scalability for Virtual Worlds},
booktitle = {ICDE '09: Proceedings of the 2009 IEEE International Conference on Data Engineering},
year = {2009},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
% isbn = {978-0-7695-3545-6},
% pages = {1311--1314},
@inproceedings{chain-replication,
author = {Robbert van Renesse and Fred B. Schneider},
title = {Chain replication for supporting high throughput and availability},
booktitle = osdi,
month = Dec,
year = {2004},
}
@inproceedings {craq,
author = "Jeff Terrace and Michael J. Freedman",
title = "Object Storage on {CRAQ: H}igh-throughput chain replication for read-mostly workloads",
booktitle = usenix,
year = 2009
}
% address = "San Diego, CA",
% month = Jun,
@book{lod,
author = {Luebke, David and Watson, Benjamin and Cohen, Jonathan D. and Reddy, Martin and Varshney, Amitabh},
title = {Level of Detail for 3D Graphics},
year = {2002},
publisher = {Elsevier Science Inc.},
}
% isbn = {1558608389},
% address = {New York, NY, USA}
@article{image-based-rendering,
author = {Kang, Sing Bing and Li, Yin and Tong, Xin and Shum, Heung-Yeung},
title = {Image-based rendering},
journal = {Foundations and Trends in Computer Graphics and Vision},
volume = {2},
number = {3},
year = {2006},
publisher = {Now Publishers Inc.},
address = {Hanover, MA, USA},
}
% pages = {173--258},
% issn = {1572-2740},
@misc{sloccount,
author = {David Wheeler},
interhash = {73cf9c96658ec05a33a455f569c8fcd4},
intrahash = {9536bf5d3de9db72c93668110d211db9},
title = {{SLOCcount}},
howpublished = {\url{http://www.dwheeler.com/sloccount/}},
year = 2009,
keywords = {Software tool},
biburl = {http://www.bibsonomy.org/bibtex/29536bf5d3de9db72c93668110d211db9/neilernst}
}
@article{csfq,
author = {Stoica, Ion and Shenker, Scott and Zhang, Hui},
title = {Core-stateless fair queueing: achieving approximately fair bandwidth allocations in high speed networks},
journal = {SIGCOMM CCR},
volume = {28},
number = {4},
year = {1998},
publisher = {ACM},
address = {New York, NY, USA},
}
% issn = {0146-4833},
% pages = {118--130},
@misc{darkstar,
key = "Red Dwarf Server",
howpublished={\url{http://www.reddwarfserver.org/}}
}
@misc{sirikata,
key = "Sirikata",
howpublished={\url{http://www.sirikata.com/}}
}
@inproceedings{wow_guilds,
author = {Ducheneaut, Nicolas and Yee, Nicholas and Nickell, Eric and Moore, Robert J.},
title = {The life and death of online gaming communities: a look at guilds in world of warcraft},
booktitle = "Proc.\ {CHI}",
year = {2007},
location = {San Jose, California},
}
% isbn = {978-1-59593-593-9},
% pages = {839--848},
% publisher = {ACM},
% address = {New York, NY},
@article{generative_social_model,
jstor_articletype = {primary_article},
title = {Geographic Routing in Social Networks},
author = {Liben-Nowell, David and Novak, Jasmine and Kumar, Ravi and Raghavan, Prabhakar and Tomkins, Andrew and Graham, Ronald L.},
journal = "Proc.\ {National Academy of Sciences}",
jstor_issuetitle = {},
volume = {102},
number = {33},
jstor_formatteddate = {Aug. 16, 2005},
year = {2005},
publisher = {National Academy of Sciences},
copyright = {Copyright © 2005 National Academy of Sciences},
}
% ISSN = {00278424},
% abstract = {We live in a "small world," where two arbitrary people are likely connected by a short chain of intermediate friends. With scant information about a target individual, people can successively forward a message along such a chain. Experimental studies have verified this property in real social networks, and theoretical models have been advanced to explain it. However, existing theoretical models have not been shown to capture behavior in real-world social networks. Here, we introduce a richer model relating geography and social-network friendship, in which the probability of befriending a particular person is inversely proportional to the number of closer people. In a large social network, we show that one-third of the friendships are independent of geography and the remainder exhibit the proposed relationship. Further, we prove analytically that short chains can be discovered in every network exhibiting the relationship.},
% language = {},
% url = {http://www.jstor.org/stable/3376320},
% pages = {11623--11628},
@inproceedings{fairqueueing,
author = {Demers, A. and Keshav, S. and Shenker, S.},
title = {Analysis and simulation of a fair queueing algorithm},
booktitle = SIGCOMM,
year = {1989},
location = {Austin, Texas, United States},
}
% publisher = {ACM},
% isbn = {0-89791-332-9},
% pages = {1--12},
% address = {New York, NY},
@inproceedings{zipf_web_caching,
author = {Lee Breslau and Pei Cao and Li Fan and Graham Phillips and Scott Shenker},
title = {Web Caching and Zipf-like Distributions: Evidence and Implications},
booktitle = {IEEE INFOCOM},
year = {1998},
pages = {126--134},
publisher = {}
}
@misc{secondlife-intersection,
key = "New World Notes",
howpublished={\url{http://nwn.blogs.com/nwn/2007/07/unwired.html}}
}
@misc{secondlife-delay,
key = "Second Life",
howpublished={\url{http://jira.secondlife.com/browse/SVC-310}}
}
@misc{secondlife-http,
key = "Second Life",
howpublished={\url{http://wiki.secondlife.com/wiki/LlHTTPResponse}}
}
@misc{secondlife-email-limit,
key = "Second Life",
howpublished={\url{http://wiki.secondlife.com/wiki/LlIEmail}}
}
@misc{eve-overcrowding,
key = "EvE Online",
howpublished={\url{http://www.eveonline.com/ingameboard.asp?a=topic&threadID=879995}}
}
@misc{eve-overcrowding2,
key = "High Scalability",
howpublished={\url{http://highscalability.com/eve-online-architecture}}
}
@misc{eve-dedicated,
key = "Wired",
howpublished={\url{http://www.wired.com/gamelife/2008/12/eve-online-offe/}}
}
@article{Singhal96,
author = {S.K. Singhal and D.R. Cheriton},
title = {Using projection aggregations to support scalability in distributed simulation},
journal ={International Conference on Distributed Computing Systems},
year = {1996},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
}
%issn = {1063-6927},
@article{curr_scaling_architectures,
author = {Waldo, Jim},
title = {Scaling in Games \& Virtual Worlds},
journal = {ACM Queue},
volume = {6},
number = {7},
year = {2008},
publisher = {ACM},
address = {New York, NY, USA},
}
% pages = {10--16},
% issn = {1542-7730},
@misc{second-life,
key = "Second Life",
howpublished={\url{http://www.secondlife.com/}}
}
@misc{second-life-empty,
key = "New World Notes",
howpublished={\url{http://nwn.blogs.com/nwn/2010/01/empty-beauty-of-second-life.html}},
year = 2010
}
@inproceedings{second-life-regions,
author = {Varvello, Matteo and Picconi, Fabio and Diot, Christophe and Biersack, Ernst},
title = {Is there life in Second Life?},
booktitle = conext,
month = Dec,
year = {2008},
}
% publisher = {ACM},
% isbn = {978-1-60558-210-8},
% pages = {1--12},
% address = {New York, NY},
@misc{wow-arch,
author={Zhuang, Xinyu and Bharambe, Ashwin and Pang, Jeffrey and Seshan, Srinivasan},
title={Player Dynamics in Massively Multiplayer Online Games},
year={2007},
NUMBER="CMU-CS-07-158",
howpublished={\url{http://reports-archive.adm.cs.cmu.edu/anon/2007/CMU-CS-07-158.pdf}}
}
% MONTH=Oct,
@misc{wow-realms,
key = "World of Warcraft",
howpublished={\url{http://www.worldofwarcraft.com/info/basics/realmtypes.html}},
year={2004},
}
@inproceedings{physics-simulation,
author = {Boeing, Adrian and Br\"{a}unl, Thomas},
title = {Evaluation of real-time physics simulation systems},
booktitle = {GRAPHITE '07: Proceedings of the 5th international conference on Computer graphics and interactive techniques in Australia and Southeast Asia},
year = {2007},
location = {Perth, Australia},
publisher = {ACM},
address = {New York, NY, USA},
}
% isbn = {978-1-59593-912-8},
% pages = {281--288},
@book{pharr04rendering,
author = {Pharr, Matt and Humphreys, Greg},
title = {Physically Based Rendering: From Theory to Implementation},
year = {2004},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
% isbn = {012553180X},
@inproceedings{tandem,
title = {Tandem Database Group - NonStop SQL: A Distributed, High-Performance, High-Availability Implementation of SQL},
booktitle = {Proceedings of the 2nd International Workshop on High Performance Transaction Systems},
year = {1989},
publisher = {Springer-Verlag},
address = {London, UK},
}
% isbn = {3-540-51085-0},
% pages = {60--104},
@article{shared-nothing,
author = {Michael Stonebraker},
title = {The Case for Shared Nothing},
journal = {{IEEE Database Engineering Bulletin}},
year = {1986},
volume = {9},
number = {1},
pages = {4--9}
}
@article{latency-is-horrible,
author = {Claypool, Mark and Claypool, Kajal},
title = {Latency and player actions in online games},
journal = {Commun. ACM},
volume = {49},
number = {11},
year = {2006},
publisher = {ACM},
address = {New York, NY, USA},
}
% issn = {0001-0782},
% pages = {40--45},
@misc{wow-subscriber-press-release,
key = "Blizzard",
howpublished={\url{http://us.blizzard.com/en-us/company/press/pressreleases.html?081121}}
}
@misc{wow-realms-two,
key = "World of Warcraft",
howpublished={\url{http://www.wowwiki.com/Realms_list}},
year={2010}
}
@inproceedings{dit-picard,
author = {Picard, St\'{e}phane Louis Dit and Degrande, Samuel and Gransart, Christophe},
title = {A {CORBA} based platform as communication support for synchronous Collaborative Virtual Environment},
booktitle = {Proc. International Workshop on Multimedia Middleware (M3W)},
year = {2001},
location = {Ottawa, Ontario, Canada},
}
% isbn = {1-58113-396-0},
% pages = {56--59},
% publisher = {ACM},
% address = {New York, NY},
@inproceedings{deriggi,
author = {Deriggi Jr, Felicio and Kubo, Mario and Sementille, Antonio and Brega, Jose and Santos, Simone and Kirner, Claudio},
title = {{CORBA} Platform as Support for Distributed Virtual Environments},
booktitle = {Proc. IEEE Virtual Reality},
year = {1999},
}
% isbn = {0-7695-0093-5},
% pages = {8},
% publisher = {IEEE Computer Society},
$ address = {Washington, DC},
@misc{hla-standard,
key = "IEEE 1516, High Level Architecture (HLA)",
}
% howpublished={\url{http://www.ieee.org}}
@misc{dis-standard,
key = "IEEE 1278, Distributed Interactive Simulation (DIS)",
}
% howpublished={\url{http://www.ieee.org}}
@inproceedings{hla-overview,
author = {Dahmann, Judith S. and Fujimoto, Richard M. and Weatherly, Richard M.},
title = {The Department of Defense High Level Architecture},
booktitle = {Proc. Winter Simulation Conference ({WSC})},
year = {1997},
location = {Atlanta, Georgia, United States},
}
% publisher = {IEEE Computer Society},
% isbn = {0-7803-4278-X},
% pages = {142--149},
$ address = {Washington, DC},
@inproceedings{stow,
author = {Budge, L. and Strini, R. and Dehncke, R. and Hunt, J.},
title= {Synthetic Theater of War 97 Overview},
booktitle = {Simulation Interoperability Workshop},
year = {1998},
location = {Orlando, Florida, United States},
}
@article{hla-space,
title = "An {HLA} based design of space system simulation environment",
journal = "Acta Astronautica",
volume = "61",
number = "1-6",
year = "2007",
author = "Yinghua Li and Yong Li and Jie Liu",
keywords = "Space system simulation",
keywords = "Simulation environment",
keywords = "HLA",
keywords = "Reusability",
keywords = "Universal environment",
keywords = "Object library"
}
%note = "Bringing Space Closer to People, Selected Proceedings of the 57th IAF Congress, Valencia, Spain, 2-6 October, 2006",
%pages = "391 - 397",
%issn = "0094-5765",
%url = "http://www.sciencedirect.com/science/article/B6V1N-4N7Y86H-4/2/868c17d02242cd88f807e292048b0751",
@MISC{hla-water,
author = {K.-E. Lindenschmidt and F. B. Hesser and M. Rode},
title = {Integrating Water Quality Models in the High Level Architecture (HLA) Environment},
year = {2004}
}
@article{mimaze,
author = {L. Gautier and C. Diot},
title = {Design and Evaluation of {MiMaze}, a Multi-Player Game on the Internet},
journal ={{ICMCS}},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
year = {1998},
}
%isbn = {0-8186-8557-3},
%volume = {0},
%pages = {233},
@article{fill-in-later,
title = "{MPICH-G2}: A Grid-enabled implementation of the Message Passing Interface",
journal = "Parallel and Distributed Computing",
volume = "63",
number = "5",
year = "2003",
author = "Nicholas T. Karonis and Brian Toonen and Ian Foster",
keywords = "MPI",
keywords = "Grid computing",
keywords = "Message passing",
keywords = "Globus Toolkit",
keywords = "MPICH-G2"
}
%note = "Special Issue on Computational Grids",
%pages = "551 - 563",
%issn = "0743-7315",
%url = "http://www.sciencedirect.com/science/article/B6WKJ-48BKT9V-1/2/6462834e0f7d0175d57043bbf3df8a80",
@article{corba-paper,
author = {Schmidt, Douglas C. and Kuhns, Fred},
title = {An Overview of the Real-Time {CORBA} Specification},
journal = {Computer},
volume = {33},
number = {6},
year = {2000},
}
% issn = {0018-9162},
% pages = {56--63},
@INPROCEEDINGS{ring-one,
author = {Thomas A. Funkhouser},
title = {{RING}: A Client-Server System for Multi-User Virtual Environments},
booktitle = i3d,
month = Apr,
year = {1995},
}
% pages = {85--92}
@inproceedings{ring-two,
author = {Funkhouser, T.},
title = {Network Services for Multi-User Virtual Environments},
booktitle = {IEEE Network Realities},
year = {1995},
location = {Boston, MA, United States},
}
@article{sip-rti,
author = {Claude Van Ham and Trevor Pearce},
title = {The {SIP-RTI}: An {HLA} {RTI} Implementation Supporting Interoperability},
journal ={Symp. on Distributed Simulation and Real-Time Applications},
year = {2006},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
}
%issn = {1550-6525},