-
Notifications
You must be signed in to change notification settings - Fork 1
/
bibliography.bib
1902 lines (1659 loc) · 61.7 KB
/
bibliography.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
% BOOKS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@book{Osmani2011,
title = {Essential JavaScript Design Patterns For Beginners, Volume 1},
author = {Addy Osmani},
publisher = {},
url = {http://addyosmani.com/resources/essentialjsdesignpatterns/book/},
year = {2011}
}
@book{Holdener2011,
title = {HTML5 Geolocation},
publisher = {O`Reilly},
year = {2011},
author = {Anthony T. {III} Holdener}
}
@book{Flanagan2011,
title = {JavaScript: The Definitive Guide},
publisher = {O`Reilly},
year = {2011},
author = {David Flanagan}
}
@book{MacCaw2011,
title = {JavaScript Web Applications},
publisher = {O`Reilly},
year = {2011},
author = {Alex MacCaw}
}
@book{Leblanc2011,
title = {Programming Social Applications: Building Viral Experiences With OpenSocial, OAuth, OpenID, and Distributed Web Frameworks},
publisher = {O`Reilly},
year = {2011},
author = {Jonathan Leblanc}
}
@book{Rodger2011,
title = {Beginning Mobile Application Development in the Cloud},
publisher = {Wrox},
year = {2011},
author = {Richard Rodger}
}
@book{Elmasri2011,
title = {Fundamentals of Database Systems},
publisher = {Addison-Wesley},
year = {2011},
author = {Ramez Elmasri and Shamkant B. Navathe},
edition = {6ª}
}
@book{Vogel2011,
title = {Software Architecture: A Comprehensive Framework and Guide for Practitioners},
author = {Oliver Vogel and Ingo Arnold and Arif Chughtai and Timo Kehrer},
isbn = {9783642197352},
url = {http://books.google.com.br/books?id=M3RzjWmMgBwC},
year = {2011},
publisher = {Springer}
}
@book{Abbott2011,
title = {Scalability Rules: 50 Principles for Scaling Web Sites},
author = {Martin L. Abbott and Michael T. Fisher},
isbn = {9780321753885},
year = {2011},
publisher = {Addison-Wesley}
}
@book{Tiwari2011,
title = {Professional NoSQL},
author = {Shashank Tiwari},
year = {2011},
publisher = {Wrox}
}
@book{Abbott2011,
title = {Scalability Rules: 50 Principles for Scaling Web Sites},
author = {Martin L. Abbott and Michael T. Fisher},
year = {2011},
publisher = {Addison-Wesley}
}
@book{Aksyonoff2011,
title = {Introduction to Search With Sphinx: From Installation to Relevance Tuning},
author = {Andrew Aksyonoff},
year = {2011},
publisher = {O'Reilly Media}
}
@book{Smiley2011,
title = {Apache Solr 3 Enterprise Search Server},
author = {David Smiley & Eric Pugh},
year = {2011},
publisher = {Packt Publishing}
}
@book{Masse2011,
title = {REST API Design Rulebook},
author = {Mark Masse},
year = {2011},
publisher = {O'Reilly Media}
}
@book{Herron2011,
title = {Node Web Development},
author = {David Herron},
year = {2011},
publisher = {Packt Publishing}
}
@book{Gorton2011,
title = {Essential Software Architecture},
author = {Ian Gorton},
isbn = {9783642191756},
url = {http://books.google.com.br/books?id=ltUeVzqzwSQC},
year = {2011},
publisher = {Springer},
edition = {2ª},
}
@book{Pilgrim2010,
title = {HTML5: {Up and Running}},
publisher = {O`Reilly},
year = {2010},
author = {Mark Pilgrim}
}
@book{Allamaraju2010,
title = {RESTful Web Services Cookbook: Solutions for Improving Scalability and Simplicity},
publisher = {Yahoo Press},
year = {2010},
author = {Subbu Allamaraju}
}
@book{Allen2010,
author = {Allen, Sarah and Graupera, Vidal and Lundrigan, Lee},
title = {Pro Smartphone Cross-Platform Development: iPhone, Blackberry, Windows Mobile and Android Development and Distribution},
year = {2010},
isbn = {1430228687, 9781430228684},
edition = {1st},
publisher = {Apress},
address = {Berkely, CA, USA},
}
@book{Bean2010,
title = {SOA and Web Services Interface Design: Principles, Techniques, and Standards},
publisher = {Morgan Kaufmann},
year = {2010},
author = {James Bean}
}
@book{Lutz2010,
title = {Learning Python: Powerful Object-Oriented Programming},
publisher = {O'Reilly Media},
year = {2010},
author = {Mark Lutz},
edition = {4ª}
}
@book{Zakas2010,
title = {High Performance JavaScript},
publisher = {Yahoo Press},
year = {2010},
author = {Nicholas C. Zakas}
}
@book{Smith2010,
title={PostgreSQL 9.0 High Performance},
author={Gregory Smith},
isbn={9781849510301},
series={Community experience distilled},
url={http://books.google.com.br/books?id=OWOAu0GcsqoC},
year={2010},
publisher={Packt Publ.}
}
@book{Daigneau2010,
title = {Service Design Patterns: Fundamental Design Solutions for SOAP/WSDL and RESTful Web Services},
publisher = {Addison-Wesley},
year = {2010},
author = {Robert Daigneau}
}
@book{Gargenta2010,
title = {Learning Android},
publisher = {O'Reilly Media},
year = {2010},
author = {Marko Gargenta}
}
@book{Webber2010,
title = {REST in Practice: Hypermedia and Systems Architecture},
publisher = {O'Reilly Media},
year = {2010},
author = {Jim Webber and Savas Parastatidis and Ian Robinson}
}
@book{Mednieks2010,
title = {Programming Android},
publisher = {O'Reilly Media},
year = {2010},
author = {Zigurd Mednieks and Laird Dornin and G. Blake Meike and Masumi Nakamura}
}
@book{Bean2010,
title = {SOA and Web Services Interface Design: Principles, Techniques, and Standards},
publisher = {Morgan Kaufmann},
year = {2010},
author = {James Bean}
}
@book{Forcier2008,
author = {Forcier, Jeff and Bissex, Paul and Chun, Wesley},
title = {Python Web Development with Django},
year = {2008},
isbn = {0132356139, 9780132356138},
edition = {1},
publisher = {Addison-Wesley Professional},
}
@book{Loeliger2009,
title = {Version Control With Git},
publisher = {O`Reilly},
year = {2009},
author = {Jon Loeliger}
}
@book{Ruby2009,
title = {Agile Web Development With Rails},
publisher = {Pragmatic Bookshelf},
year = {2009},
author = {Sam Ruby and Dave Thomas and David Heinemeier Hansson and Leon Breedt}
}
@book{Chacon2009,
title = {Pro Git},
publisher = {Apress},
year = {2009},
author = {Scott Chacon}
}
@book{OSullivan2009,
title = {Mercurial: The Definitive Guide},
publisher = {O'Reilly Media},
year = {2009},
author = {Bryan O'Sullivan}
}
@book{Bell2009,
title = {Building Social Web Applications},
publisher = {O`Reilly},
year = {2009},
author = {Gavin Bell}
}
@book{Nedelcu2009,
title = {Nginx HTTP Server},
publisher = {Packt Publishing},
year = {2009},
author = {Clément Nedelcu}
}
@book{Forcier2009,
title = {Python Web Development With Django},
publisher = {Addison-Wesley Professional},
year = {2009},
author = {Jeff Forcier and Paul Bissex and Wesley Chun}
}
@book{Dubois2009,
title = {MySQL},
publisher = {Addison-Wesley},
year = {2009},
author = {Paul Dubois},
edition = {4ª}
}
@book{Fling2009,
author = {Fling, Brian},
title = {Mobile Design and Development: Practical Concepts and Techniques for Creating Mobile Sites and Web Apps - Animal Guide},
year = {2009},
isbn = {0596155441, 9780596155445},
edition = {1st},
publisher = {O'Reilly Media, Inc.},
}
@book{Liu2009,
title = {Software Performance and Scalability: A Quantitative Approach},
author = {Henry H. Liu},
isbn = {9780470462539},
lccn = {2009005654},
series = {Quantitative software engineering series},
url = {http://books.google.com.br/books?id=D5fcbZdCUCUC},
year = {2009},
publisher = {John Wiley \& Sons}
}
@book{Flanagan2008,
title = {The Ruby Programming Language},
publisher = {O'Reilly Media},
year = {2008},
author = {David Flanagan and Yukihiro Matsumoto}
}
@book{Schwartz2008,
title = {High Performance MySQL: Optimization, Backups, Replication, and More},
publisher = {O'Reilly},
year = {2008},
author = {Baron Schwartz and Peter Zaitsev and Vadim Tkachenko and Jeremy Zawodny D. and Arjen Lentz and Derek J. Balling},
edition = {2ª}
}
@book{Bolstad2008,
title = {GIS Fundamentals},
publisher = {Atlas Books},
year = {2008},
author = {Paul Bolstad},
edition = {3ª},
url = {http://www.paulbolstad.net/gisbook.html}
}
@book{Porter2008,
title = {Designing for the Social Web},
publisher = {New Riders},
year = {2008},
author = {Joshua Porter},
address = {Berkeley, CA}
}
@book{Farkas2007,
title = {Social Software in Libraries: Building Collaboration, Communication, and Community Online},
publisher = {Information Today Inc.},
year = {2007},
author = {Meredith G. Farkas},
isbn = {157387275X},
biburl = {http://www.bibsonomy.org/bibtex/2c2440df55f7de9ca6c8b0c2b84db7ef8/ewomant},
month = {April},
pages = 344
}
@book{Buschmann2007,
title = {Pattern-Oriented Software Architecture: On Patterns and Pattern Languages},
author = {Frank Buschmann and Kevlin Henney and Douglas C. Schmidt},
isbn = {9780471486480},
lccn = {00032477},
series = {Wiley series in software design patterns},
url = {http://books.google.com.br/books?id=4MVhfLZlUF8C},
year = {2007},
publisher = {Wiley}
}
@book{Richardson2007,
author = {Leonard Richardson and Sam Ruby and David Heinemeier Hansson},
title = {Restful Web Services},
year = {2007},
publisher = {O'Reilly Media},
}
@book{Henderson2006,
author = {Cal Henderson},
title = {Building Scalable Web Sites: Building, Scaling, and Optimizing the Next Generation of Web Applications},
year = {2006},
isbn = {0596102356},
publisher = {O'Reilly Media, Inc.},
}
@book{Schlossnagle2006,
author = {Theo Schlossnagle},
title = {Scalable Internet Architecture},
year = {2006},
publisher = {Sams},
}
@book{Matthew2005,
title={Beginning Databases With Postgresql: From Novice To Professional},
author={Neil Matthew and Richard Stones},
isbn={9781590594780},
lccn={2006530648},
series={Expert's voice in Open Source},
url={http://books.google.com.br/books?id=Nc5ZT2X5mOcC},
year={2005},
publisher={Apress}
}
@book{Rozanski2005,
author = {Nick Rozanski and Eoin Woods},
title = {Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives},
year = {2005},
isbn = {0321112296},
publisher = {Addison-Wesley Professional}
}
@book{Date2004,
title = {An Introduction to Database Systems},
publisher = {Pearson},
year = {2004},
author = {C. J. Date},
edition = {8ª}
}
@book{BFar2004,
title = {Mobile Computing Principles: Designing and Developing Mobile Applications With UML and XML},
publisher = {Cambridge University Press},
year = {2004},
author = {Reza B'Far and Roy T. Fielding}
}
@book{Tanenbaum2003,
title = {Redes de Computadores},
publisher = {Campus},
year = {2003},
author = {Andrew S. Tanenbaum},
edition = {4ª}
}
@book{Bass2003,
author = {Len Bass and Paul Clements and Rick Kazman},
title = {Software Architecture in Practice},
year = {2003},
publisher = {Addison-Wesley},
edition = {2ª}
}
@book{Albin2003,
title = {The Art of Software Architecture: Design Methods and Techniques},
author={Stephen T. Albin},
isbn = {9780471228868},
lccn = {2002155539},
series = {Wiley Application Development Series},
url = {http://books.google.com.br/books?id=luNkYPRPcLEC},
year = {2003},
publisher = {Wiley Pub.}
}
@book{Oliveira2002,
title = {Tratado de Metodologia Cient\'{\i}fica: projetos de pesquisas, TGI, TCC, monografias, disserta{\c{c}}{\~o}es e teses},
publisher = {Pioneira},
year = {2002},
author = {Silvio Luiz Oliveira},
address = {S{\~a}o Paulo},
edition = {2ª}
}
@book{Gourley2002,
title = {HTTP: The Definitive Guide},
publisher = {O'Reilly},
year = {2002},
author = {David Gourley and Brian Totty}
}
@book{Fowler2002,
author = {Martin Fowler},
title = {Patterns of Enterprise Application Architecture},
year = {2002},
isbn = {0321127420},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
}
@book{Gamma1998,
title={Design patterns CD: Elements of Reusable Object-Oriented Software},
author={Erich Gamma and Richard Helm and Ralph Johnson and John Vlissides},
isbn={9780201634983},
series={Addison-Wesley professional computing series},
url={http://books.google.com.br/books?id=JWhXcgAACAAJ},
year={1998},
publisher={Addison-Wesley}
}
@book{Torge1991,
title = {Geodesy},
publisher = {Walter de Gruyter},
year = {1991},
author = {Wolfgang Torge},
address = {Berlin},
edition = {2ª}
}
@book{Alexander1977,
address = {New York},
author = {Christopher Alexander and Sara Ishikawa and Murray Silverstein},
howpublished = {Hardcover},
isbn = {0195019199},
month = {August},
publisher = {Oxford University Press},
title = {A Pattern Language: Towns, Buildings, Construction},
year = {1977}
}
% IN BOOKS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@incollection{Blewitt1997,
author = {Geoffrey Blewitt},
title = {Basics of the GPS Technique: Observation Equations},
booktitle = {Geodetic Applications of GPS},
publisher = {Swedish Land Survey},
year = {1997},
editor = {Bo Jonsson},
type = {Lecture Notes for Nordic Autumn School},
chapter = {1},
pages = {10-54},
address = {G\"{a}vle, Sweden},
note = {Organizado por Nordic Geodetic Commission. Dispon\'{i}vel em: $<$http://www.lantmateriet.se/upload/filer/kartor/geodesi\_gps\_och\_detaljmatning/Rapporter-Publikationer/LMV-rapporter/1997-16.pdf$>$.}
}
@incollection{Steiniger2009,
author = {Stefan Steiniger and Andrew J. S. Hunter},
title = {Free and Open Source GIS Software for Building a Spatial Data Infrastructure},
booktitle = {Geospatial Free and Open Source Software in the 21st Century: Proceedings of the first Open Source Geospatial Research Symposium},
publisher = {Springer},
year = {2009},
editor = {E. Bocher and M. Neteler},
address = {Heidelberg},
note = {Dispon\'{i}vel em: $<$http://sourceforge.net/projects/jump-pilot/files/w\_other\_freegis\_documents/articles/sstein\_hunter\_fosgis4sdi\_v10\_final.pdf/download$>$.}
}
% PHD THESIS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@phdthesis{Fielding2000,
author = {Roy Thomas Fielding},
title = {Architectural Styles and the Design of Network-based Software Architectures},
school = {University of California, Irvine},
year = {2000},
note = {Dispon\'{i}vel em: $<$http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm$>$.}
}
% MASTERS THESIS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@mastersthesis{Erb2012,
author = {Benjamin Erb},
title = {Concurrent Programming for Scalable Web Architectures},
school = {Institute of Distributed Systems, Ulm University},
year = {2012},
type = {Diploma Thesis},
keywords = {web, scalability, architecture, concurrency},
month = {April},
number = {VS-D01-2012},
url = {http://www.benjamin-erb.de/thesis}
}
% TECH REPORTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@techreport{InglobeTechnologies2012,
author = {{Inglobe Technologies}},
title = {Augmented Reality and the Future of Printing and Publishing},
institution = {Inglobe Technologies},
year = {2012},
type = {White Paper},
note = {Dispon\'{i}vel em: $<$http://www.inglobetechnologies.com/docs/whitepapers/AR\_printing\_whitepaper\_en.pdf$>$. Acesso em: jan. 2012.}
}
@techreport{Butchart2012,
author = {Ben Butchart},
title = {Augmented Reality for Smartphones: A Guide for developers and content publishers},
institution = {JISC Observatory},
year = {2012},
type = {TechWach Report},
note = {Dispon\'{i}vel em: $<$http://observatory.jisc.ac.uk/docs/AR\_Smartphones.pdf$>$. Acesso em: jan. 2012.}
}
@techreport{Zickuhr2011,
author = {Kathryn Zickuhr and Aaron Smith},
title = {28\% of American adults use mobile and social location-based services},
institution = {Pew Internet \& American Life Project},
year = {2011},
month = {Setembro},
note = {Dispon\'{i}vel em: $<$http://pewinternet.org/Reports/2011/Location.aspx$>$.}
}
@techreport{Percivall2011,
author = {George Percivall},
title = {{OGC Reference Model (OGC 08-062r7)}},
institution = {The Open Geospatial Consortium},
year = {2011},
type = {Informative/Educational},
month = {Dezembro},
note = {Dispon\'{i}vel em: $<$http://www.opengeospatial.org/standards/orm$>$.}
}
@techreport{Folger2011,
author = {Peter Folger},
title = {Geospatial Information and Geographic Information Systems (GIS): An Overview for Congress},
institution = {Congressional Research Service},
year = {2011},
month = {Maio},
note = {CRS Report for Congress. Dispon\'{i}vel em: $<$http://www.fas.org/sgp/crs/misc/R41825.pdf$>$.}
}
@techreport{Apple2011,
author = {Apple},
title = {iOS Technology Overview},
institution = {Apple},
year = {2011},
note = {Dispon\'{i}vel em: $<$http://developer.apple.com/library/ios/documentation/Miscellaneous/Conceptual/iPhoneOSTechOverview/iPhoneOSTechOverview.pdf$>$.}
}
@techreport{Shek2010,
author = {Sidney Shek},
title = {Next-Generation Location-Based Services for Mobile Devices},
institution = {Computer Sciences Corporation},
year = {2010},
month = {Fevereiro},
note = {Leading Edge Forum, CSC Grants. Dispon\'{i}vel em: $<$http://assets1.csc.com/lef/downloads/CSC\_Grant\_2010\_Next\_Generation\_Location \_Based\_Services\_for\_Mobile\_Devices.pdf$>$.}
}
@techreport{Popescu2009,
author = {Andrei Popescu},
title = {Geolocation {API} Specification},
month = {Julho},
note = {Dispon\'{i}vel em: $<$http://www.w3.org/TR/2009/WD-geolocation-API-20090707/$>$.},
year = {2009},
bibsource = {http://w2.syronex.com/jmr/w3c-biblio},
type = {Last Call {WD}},
institution = {W3C}
}
@techreport{Swift2008,
author = {Jennifer N. Swift and Daniel W. Goldberg and John P. Wilson},
title = {Geocoding Best Practices: Review of Eight Commonly Used Geocoding Systems},
institution = {University of Southern California GIS Research Laboratory},
year = {2008},
type = {Technical Report No 10},
address = {Los Angeles, CA},
note = {Dispon\'{i}vel em: $<$http://spatial.usc.edu/Users/dan/gislabtr10\_Eight-Commonly-Used-Geocoding-Systems.pdf$>$.}
}
@techreport{ChildnetInternational2008,
author = {{Childnet International}},
title = {Young People and Social Networking Services: A Childnet International
Research Report},
year = {2008},
note = {Dispon\'{i}vel em: $<$http://www.digizen.org/socialnetworking/downloads/Young\_People\_and\_Social\_Networking\_Services\_full\_report.pdf$>$.
Acesso em: jan. 2012.}
}
@techreport{GSMA2003,
author = {{GSM Association}},
title = {Location Based Services},
institution = {GSM Association},
year = {2003},
month = {Janeiro},
note = {Permanent Reference Document: SE.23. Versão 3.1.0. Dispon\'{i}vel em: $<$http://www.gsmworld.com/documents/se23.pdf$>$.}
}
@techreport{Cross2002,
author = {P. A. Cross and J. R. Hollwey and L. G. Small},
title = {Geodetic Appreciation},
institution = {University of East London},
year = {2002},
type = {Working Paper No. 2},
month = {Novembro},
note = {School of Computing and Technology Surveying Subject Area}
}
@techreport{Nima2000,
author = {NIMA},
title = {Department of Defense World Geodetic System 1984},
institution = {National Imagery and Mapping Agency},
year = {2000},
type = {Technical Report},
month = {Janeiro},
edition = {3ª}
}
@techreport{DefenseMappingAgency1983,
author = {{Defense Mapping Agency}},
title = {Geodesy for the Layman},
institution = {Defense Mapping Agency},
year = {1983},
type = {DMA Technical Report},
month = {Dezembro}
}
% MANUALS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@manual{USArmyCorpsofEngineers2003,
title = {NAVSTAR Global Positioning System Surveying},
author = {{US Army Corps of Engineers}},
organization = {US Army Corps of Engineers},
month = {Julho},
year = {2003}
}
% ARTICLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@article{McKenzie2011,
author = {Grant McKenzie},
title = {Gamification and Location-based Services},
journal = {Vision Statement for the Cognitive Engineering for Mobile GIS Workshop at COSIT 2011},
year = {2011},
note = {Dispon\'{i}vel em: $<$http://geog.ucsb.edu/~jano/CEMob2011/paper4.pdf$>$.}
}
@article{Velicanu2010,
author = {Anda Velicanu and Stefan Olaru},
title = {Optimizing Spatial Databases},
journal = {Informatica Economica},
year = {2010},
volume = {14},
pages = {61-71},
number = {2},
note = {Dispon\'{i}vel em: $<$http://revistaie.ase.ro/content/54/07\%20Velicanu,\%20Olaru.pdf$>$.}
}
@article{Sousa2009,
author = {F. R. C. Sousa and L. O. Moreira and J. C. Machado},
title = {Computa\c{c}\~{a}o em Nuvem: Conceitos, Tecnologias, Aplica\c{c}\~{o}es e Desafios},
journal = {III Escola Regional de Computa\c{c}\~{a}o Cear\'{a} -- Maranh\~{a}o -- Piau\'{i}},
address = {Parna\'{i}ba, Piau\'{i}}
year = {2009},
chapter = {7}
}
@article{Boyd2007,
author = {Danah M. Boyd and Nicole B. Ellison},
title = {Social Network Sites: Definition, History, and Scholarship},
journal = {Journal of Computer-Mediated Communication},
year = {2007},
volume = {13},
month = {Outubro},
note = {Dispon\'{i}vel em: $<$http://www.danah.org/papers/JCMCIntro.pdf$>$.}
}
@article{Rains2007,
author = {Rains, Stephen A.},
title = {The Impact of Anonymity on Perceptions of Source Credibility and Influence in Computer-Mediated Group Communication: A Test of Two Competing Hypotheses},
volume = {34},
number = {1},
pages = {100-125},
year = {2007},
doi = {10.1177/0093650206296084},
URL = {http://crx.sagepub.com/content/34/1/100.abstract},
eprint = {http://crx.sagepub.com/content/34/1/100.full.pdf+html},
journal = {Communication Research}
}
@article{Pires2006,
author = {Carlos E. S. Pires and Rilson O. Nascimento and Ana C. Salgado},
title = {Comparativo de Desempenho entre Bancos de Dados de Código Aberto},
year = {2006},
month = {},
pages = {21-26},
journal = {II Escola Regional de Banco de Dados},
volume = {},
address = {Passo Fundo, RS}
}
@article{Delfino2005,
author = {S\'{e}rgio R. Delfino and F\'{a}tima L.S. Nunes and Edmundo S. Spoto},
title = {Avalia\c{c}\~{a}o de desempenho de SGBDs gratuitos para construção de bases de imagens m\'{e}dicas},
year = {2005},
month = {Junho},
pages = {},
journal = {V Workshop de Inform\'{a}tica M\'{e}dica},
volume = {1},
address = {Porto Alegre}
}
@article{Abnt2003,
author = {{Associa\c{c}\~{a}o Brasileira de Normas T\'{e}cnicas}},
title = {NBR ISO/IEC 9126-1 Engenharia de Software - Qualidade de Produto Parte 1: Modelo de Qualidade},
year = {2003},
month = {Junho},
pages = {21},
journal = {},
volume = {}
}
@article{Manolakis1996,
author = {Dimitris E. Manolakis},
title = {Efficient Solution and Performance Analysis of 3-D Position Estimation by Trilateration},
journal = {IEEE Transactions on Aerospace and Electronic Systems},
year = {1996},
volume = {32},
number = {4},
month = {Outubro}
}
@article{Martin1996,
author = {Robert C. Martin},
title = {The Liskov Substitution Principle},
journal = {C++ Report},
year = {1996},
month = {Março},
note = {Dispon\'{i}vel em: $<$http://www.objectmentor.com/resources/articles/lsp.pdf$>$.}
}
@article{Martin1996a,
author = {Robert C. Martin},
title = {The Interface Segregation Principle},
journal = {C++ Report},
year = {1996},
month = {Agosto},
note = {Dispon\'{i}vel em: $<$http://www.objectmentor.com/resources/articles/isp.pdf$>$.}
}
@article{Guting1994,
author = {Ralf Hartmut G\"{U}ting},
title = {An introduction to spatial database systems},
journal = {The VLDB Journal},
volume = {3},
issue = {4},
month = {October},
year = {1994},
issn = {1066-8888},
pages = {357--399},
numpages = {43},
url = {http://dl.acm.org/citation.cfm?id=615204.615206},
acmid = {615206},
publisher = {Springer-Verlag New York, Inc.},
address = {Secaucus, NJ, USA},
note = {Dispon\'{i}vel em: $<$http://www.cise.ufl.edu/~mschneid/Research/thesis\_papers/Gue94VLDBJ.pdf$>$.}
}
% IN PROCEEDINGS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{Trevisani2004,
author = {Emiliano Trevisani and Andrea Vitaletti},
title = {Cell-ID location technique, limits and benefits: an experimental study},
booktitle = {Proceedings ofthe Sixth IEEE Workshop on Mobile Computing Systems and Applications (WMCSA 2004)},
year = {2004},
publisher = {IEEE}
}
@inproceedings{Barkuus2003,
author = {Louise Barkuus and Anind Dey},
title = {Location-Based Services for Mobile Telephony: a study of users' privacy concerns},
booktitle = {Proceedings of the INTERACT 2003, 9th IFIP TC13 International Conference on Human-Computer Interaction},
year = {2003},
month = {Agosto}
}
@inproceedings{Kwak2010,
author = {Haewoon Kwak and Changhyun Lee and Hosung Park and Sue Moon},
title = {What is Twitter, a social network or a news media?},
booktitle = {Proceedings of the 19th international conference on World wide web},
series = {WWW '10},
year = {2010},
isbn = {978-1-60558-799-8},
location = {Raleigh, North Carolina, USA},
pages = {591--600},
numpages = {10},
url = {http://doi.acm.org/10.1145/1772690.1772751},
doi = {http://doi.acm.org/10.1145/1772690.1772751},
acmid = {1772751},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Twitter, degree of separation, homophily, influential, information diffusion, online social network, pagerank, reciprocity, retweet},
note = {Dispon\'{i}vel em: $<$http://cs.wellesley.edu/~cs315/Papers/What\%20is\%20twitter-a\%20social\%20net\%20or\%20news\%20media.pdf$>$.}
}
@inproceedings{Bernstein2011,
author = {Michael S. Bernstein and
Andr{\'e}s Monroy-Hern{\'a}ndez and
Drew Harry and
Paul Andr{\'e} and
Katrina Panovich and
Gregory G. Vargas},
title = {4chan and /b/: An Analysis of Anonymity and Ephemerality
in a Large Online Community},
booktitle = {ICWSM},
year = {2011},
ee = {http://www.aaai.org/ocs/index.php/ICWSM/ICWSM11/paper/view/2873},
crossref = {DBLP:conf/icwsm/2011},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{Luo2002,
author = {Qiong Luo and
Sailesh Krishnamurthy and
C. Mohan and
Hamid Pirahesh and
Honguk Woo and
Bruce G. Lindsay and
Jeffrey F. Naughton},
title = {Middle-tier database caching for e-business},
booktitle = {SIGMOD Conference},
year = {2002},
pages = {600-611},
ee = {http://doi.acm.org/10.1145/564691.564763},
crossref = {DBLP:conf/sigmod/2002},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
% MASTERS THESIS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@mastersthesis{Michaelis2007,
author = {Christopher Michaelis},
title = {Application of Open Geospatial Consortium Specifications to Client-Side
Geographic Information Systems},
school = {Idaho State University},
year = {2007},
month = {Abril},
note = {Department of Geosciences. Dispon\'{i}vel em: $<$http://www.wanderingidea.com/linkedcontent/ChristopherMichaelis-MastersThesis.pdf$>$.}
}
% Study Thesis
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@studythesis{Braehler2010,
author = {Stefan Br\"ahler},
title = {Analysis of the Android Architecture},
type = {Study Thesis},
address = {System Architecture Group, University of Karlsruhe, Germany},
month = oct # "~6",
year = 2010,
url = {http://os.ibds.kit.edu/}
}
% MISCELANEOUS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@misc{IEEE2005,
author = {IEEE},
address = {{New York, USA}},
publisher = {{IEEE Standards Board}},
shorttitle = {{IEEE Std 982.1-2005}},
title = {{IEEE Standard Dictionay of Measures of the Software Aspects of Dependability}},
year = {2006},
month = {Maio}
}
@misc{IEEE1996,
author = {IEEE},
address = {{New York, USA}},
publisher = {{IEEE Standards Board}},
shorttitle = {{IEEE Std 982.1-1996}},
title = {{IEEE Standard Dictionay of Measures to Produce Reliable Software}},
year = {1996},
month = {Agosto}
}
@misc{RFC2617,
author="J. Franks and P. Hallam-Baker and J. Hostetler and S. Lawrence and P. Leach and A. Luotonen and L. Stewart",
title="{HTTP Authentication: Basic and Digest Access Authentication}",
series="Request for Comments",
number="2617",
howpublished="RFC 2617 (Draft Standard)",
publisher="IETF",
organization="Internet Engineering Task Force",
year=1999,
month=jun,
url="http://www.ietf.org/rfc/rfc2617.txt",
}
@misc{Strauch2011,
author = {Christof Strauch},
title = {NoSQL Databases},
howpublished = {Lecture},
year = {2011},
note = {Selected Topics on Software-Technology Ultra-Large Scale Sites, Computer Science and Media, Stuttgart Media University.}
}
@misc{Google2012,
author = {Google},
title = {Using OAuth 2.0 to Access Google APIs},
year = {2012},
note = {Dispon\'{i}vel em: $<$https://developers.google.com/accounts/docs/OAuth2$>$. Acesso em: mar. 2012}
}
@misc{Heroku2012,
author = {Heroku},
title = {Dev Center},
year = {2012},
note = {Dispon\'{i}vel em: $<$https://devcenter.heroku.com/$>$. Acesso em: mar. 2012}
}
@misc{MySQL2012,
author = {MySQL},
title = {MySQL and memcached Guide},
year = {2012},
note = {Dispon\'{i}vel em: $<$http://downloads.mysql.com/docs/mysql-memcached-en.pdf$>$. Acesso em: mar. 2012}
}
@misc{Tornado2012,
author = {Tornado},
title = {Home Page},
year = {2012},
note = {Dispon\'{i}vel em: $<$http://www.tornadoweb.org/$>$. Acesso em: mar. 2012}
}
@misc{Redis2012,
author = {Redis},
title = {Introduction to Redis},
year = {2012},
note = {Dispon\'{i}vel em: $<$http://redis.io/topics/introduction$>$. Acesso em: mar. 2012}
}
@misc{Spencer2012,
author = {Will Spencer},
title = {The History of Cell Phones},
year = {2012},
note = {The Tech FAQ. Dispon\'{i}vel em: $<$http://www.tech-faq.com/history-of-cell-phones.html$>$. Acesso em: mar. 2012}