-
Notifications
You must be signed in to change notification settings - Fork 19
/
sample-base.bib
1651 lines (1488 loc) · 52.2 KB
/
sample-base.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
% Journals
% First the Full Name is given, then the abbreviation used in the AMS Math
% Reviews, with an indication if it could not be found there.
% Note the 2nd overwrites the 1st, so swap them if you want the full name.
%{AMS}
@String{AMSTrans = "American Mathematical Society Translations" }
@String{AMSTrans = "Amer. Math. Soc. Transl." }
@String{BullAMS = "Bulletin of the American Mathematical Society" }
@String{BullAMS = "Bull. Amer. Math. Soc." }
@String{ProcAMS = "Proceedings of the American Mathematical Society" }
@String{ProcAMS = "Proc. Amer. Math. Soc." }
@String{TransAMS = "Transactions of the American Mathematical Society" }
@String{TransAMS = "Trans. Amer. Math. Soc." }
%ACM
@String{CACM = "Communications of the {ACM}" }
@String{CACM = "Commun. {ACM}" }
@String{CompServ = "Comput. Surveys" }
@String{JACM = "J. ACM" }
@String{ACMMathSoft = "{ACM} Transactions on Mathematical Software" }
@String{ACMMathSoft = "{ACM} Trans. Math. Software" }
@String{SIGNUM = "{ACM} {SIGNUM} Newsletter" }
@String{SIGNUM = "{ACM} {SIGNUM} Newslett." }
@String{AmerSocio = "American Journal of Sociology" }
@String{AmerStatAssoc = "Journal of the American Statistical Association" }
@String{AmerStatAssoc = "J. Amer. Statist. Assoc." }
@String{ApplMathComp = "Applied Mathematics and Computation" }
@String{ApplMathComp = "Appl. Math. Comput." }
@String{AmerMathMonthly = "American Mathematical Monthly" }
@String{AmerMathMonthly = "Amer. Math. Monthly" }
@String{BIT = "{BIT}" }
@String{BritStatPsych = "British Journal of Mathematical and Statistical
Psychology" }
@String{BritStatPsych = "Brit. J. Math. Statist. Psych." }
@String{CanMathBull = "Canadian Mathematical Bulletin" }
@String{CanMathBull = "Canad. Math. Bull." }
@String{CompApplMath = "Journal of Computational and Applied Mathematics" }
@String{CompApplMath = "J. Comput. Appl. Math." }
@String{CompPhys = "Journal of Computational Physics" }
@String{CompPhys = "J. Comput. Phys." }
@String{CompStruct = "Computers and Structures" }
@String{CompStruct = "Comput. \& Structures" }
@String{CompJour = "The Computer Journal" }
@String{CompJour = "Comput. J." }
@String{CompSysSci = "Journal of Computer and System Sciences" }
@String{CompSysSci = "J. Comput. System Sci." }
@String{Computing = "Computing" }
@String{ContempMath = "Contemporary Mathematics" }
@String{ContempMath = "Contemp. Math." }
@String{Crelle = "Crelle's Journal" }
@String{GiornaleMath = "Giornale di Mathematiche" }
@String{GiornaleMath = "Giorn. Mat." } % didn't find in AMS MR., ibid.
%IEEE
@String{Computer = "{IEEE} Computer" }
@String{IEEETransComp = "{IEEE} Transactions on Computers" }
@String{IEEETransComp = "{IEEE} Trans. Comput." }
@String{IEEETransAC = "{IEEE} Transactions on Automatic Control" }
@String{IEEETransAC = "{IEEE} Trans. Automat. Control" }
@String{IEEESpec = "{IEEE} Spectrum" } % didn't find in AMS MR
@String{ProcIEEE = "Proceedings of the {IEEE}" }
@String{ProcIEEE = "Proc. {IEEE}" } % didn't find in AMS MR
@String{IEEETransAeroElec = "{IEEE} Transactions on Aerospace and Electronic
Systems" }
@String{IEEETransAeroElec = "{IEEE} Trans. Aerospace Electron. Systems" }
@String{IMANumerAna = "{IMA} Journal of Numerical Analysis" }
@String{IMANumerAna = "{IMA} J. Numer. Anal." }
@String{InfProcLet = "Information Processing Letters" }
@String{InfProcLet = "Inform. Process. Lett." }
@String{InstMathApp = "Journal of the Institute of Mathematics and
its Applications" }
@String{InstMathApp = "J. Inst. Math. Appl." }
@String{IntControl = "International Journal of Control" }
@String{IntControl = "Internat. J. Control" }
@String{IntNumerEng = "International Journal for Numerical Methods in
Engineering" }
@String{IntNumerEng = "Internat. J. Numer. Methods Engrg." }
@String{IntSuper = "International Journal of Supercomputing Applications" }
@String{IntSuper = "Internat. J. Supercomputing Applic." } % didn't find
%% in AMS MR
@String{Kibernetika = "Kibernetika" }
@String{JResNatBurStand = "Journal of Research of the National Bureau
of Standards" }
@String{JResNatBurStand = "J. Res. Nat. Bur. Standards" }
@String{LinAlgApp = "Linear Algebra and its Applications" }
@String{LinAlgApp = "Linear Algebra Appl." }
@String{MathAnaAppl = "Journal of Mathematical Analysis and Applications" }
@String{MathAnaAppl = "J. Math. Anal. Appl." }
@String{MathAnnalen = "Mathematische Annalen" }
@String{MathAnnalen = "Math. Ann." }
@String{MathPhys = "Journal of Mathematical Physics" }
@String{MathPhys = "J. Math. Phys." }
@String{MathComp = "Mathematics of Computation" }
@String{MathComp = "Math. Comp." }
@String{MathScand = "Mathematica Scandinavica" }
@String{MathScand = "Math. Scand." }
@String{TablesAidsComp = "Mathematical Tables and Other Aids to Computation" }
@String{TablesAidsComp = "Math. Tables Aids Comput." }
@String{NumerMath = "Numerische Mathematik" }
@String{NumerMath = "Numer. Math." }
@String{PacificMath = "Pacific Journal of Mathematics" }
@String{PacificMath = "Pacific J. Math." }
@String{ParDistComp = "Journal of Parallel and Distributed Computing" }
@String{ParDistComp = "J. Parallel and Distrib. Comput." } % didn't find
%% in AMS MR
@String{ParComputing = "Parallel Computing" }
@String{ParComputing = "Parallel Comput." }
@String{PhilMag = "Philosophical Magazine" }
@String{PhilMag = "Philos. Mag." }
@String{ProcNAS = "Proceedings of the National Academy of Sciences
of the USA" }
@String{ProcNAS = "Proc. Nat. Acad. Sci. U. S. A." }
@String{Psychometrika = "Psychometrika" }
@String{QuartMath = "Quarterly Journal of Mathematics, Oxford, Series (2)" }
@String{QuartMath = "Quart. J. Math. Oxford Ser. (2)" }
@String{QuartApplMath = "Quarterly of Applied Mathematics" }
@String{QuartApplMath = "Quart. Appl. Math." }
@String{RevueInstStat = "Review of the International Statisical Institute" }
@String{RevueInstStat = "Rev. Inst. Internat. Statist." }
%SIAM
@String{JSIAM = "Journal of the Society for Industrial and Applied
Mathematics" }
@String{JSIAM = "J. Soc. Indust. Appl. Math." }
@String{JSIAMB = "Journal of the Society for Industrial and Applied
Mathematics, Series B, Numerical Analysis" }
@String{JSIAMB = "J. Soc. Indust. Appl. Math. Ser. B Numer. Anal." }
@String{SIAMAlgMeth = "{SIAM} Journal on Algebraic and Discrete Methods" }
@String{SIAMAlgMeth = "{SIAM} J. Algebraic Discrete Methods" }
@String{SIAMAppMath = "{SIAM} Journal on Applied Mathematics" }
@String{SIAMAppMath = "{SIAM} J. Appl. Math." }
@String{SIAMComp = "{SIAM} Journal on Computing" }
@String{SIAMComp = "{SIAM} J. Comput." }
@String{SIAMMatrix = "{SIAM} Journal on Matrix Analysis and Applications" }
@String{SIAMMatrix = "{SIAM} J. Matrix Anal. Appl." }
@String{SIAMNumAnal = "{SIAM} Journal on Numerical Analysis" }
@String{SIAMNumAnal = "{SIAM} J. Numer. Anal." }
@String{SIAMReview = "{SIAM} Review" }
@String{SIAMReview = "{SIAM} Rev." }
@String{SIAMSciStat = "{SIAM} Journal on Scientific and Statistical
Computing" }
@String{SIAMSciStat = "{SIAM} J. Sci. Statist. Comput." }
@String{SoftPracExp = "Software Practice and Experience" }
@String{SoftPracExp = "Software Prac. Experience" } % didn't find in AMS MR
@String{StatScience = "Statistical Science" }
@String{StatScience = "Statist. Sci." }
@String{Techno = "Technometrics" }
@String{USSRCompMathPhys = "{USSR} Computational Mathematics and Mathematical
Physics" }
@String{USSRCompMathPhys = "{U. S. S. R.} Comput. Math. and Math. Phys." }
@String{VLSICompSys = "Journal of {VLSI} and Computer Systems" }
@String{VLSICompSys = "J. {VLSI} Comput. Syst." }
@String{ZAngewMathMech = "Zeitschrift fur Angewandte Mathematik und
Mechanik" }
@String{ZAngewMathMech = "Z. Angew. Math. Mech." }
@String{ZAngewMathPhys = "Zeitschrift fur Angewandte Mathematik und Physik" }
@String{ZAngewMathPhys = "Z. Angew. Math. Phys." }
% Publishers % ================================================= |
@String{Academic = "Academic Press" }
@String{ACMPress = "{ACM} Press" }
@String{AdamHilger = "Adam Hilger" }
@String{AddisonWesley = "Addison-Wesley" }
@String{AllynBacon = "Allyn and Bacon" }
@String{AMS = "American Mathematical Society" }
@String{Birkhauser = "Birkha{\"u}ser" }
@String{CambridgePress = "Cambridge University Press" }
@String{Chelsea = "Chelsea" }
@String{ClaredonPress = "Claredon Press" }
@String{DoverPub = "Dover Publications" }
@String{Eyolles = "Eyolles" }
@String{HoltRinehartWinston = "Holt, Rinehart and Winston" }
@String{Interscience = "Interscience" }
@String{JohnsHopkinsPress = "The Johns Hopkins University Press" }
@String{JohnWileySons = "John Wiley and Sons" }
@String{Macmillan = "Macmillan" }
@String{MathWorks = "The Math Works Inc." }
@String{McGrawHill = "McGraw-Hill" }
@String{NatBurStd = "National Bureau of Standards" }
@String{NorthHolland = "North-Holland" }
@String{OxfordPress = "Oxford University Press" } %address Oxford or London?
@String{PergamonPress = "Pergamon Press" }
@String{PlenumPress = "Plenum Press" }
@String{PrenticeHall = "Prentice-Hall" }
@String{SIAMPub = "{SIAM} Publications" }
@String{Springer = "Springer-Verlag" }
@String{TexasPress = "University of Texas Press" }
@String{VanNostrand = "Van Nostrand" }
@String{WHFreeman = "W. H. Freeman and Co." }
%Entries
@Article{Abril07,
author = "Patricia S. Abril and Robert Plant",
title = "The patent holder's dilemma: Buy, sell, or troll?",
journal = "Communications of the ACM",
volume = "50",
number = "1",
month = jan,
year = "2007",
pages = "36--44",
doi = "10.1145/1188913.1188915",
url = "http://doi.acm.org/10.1145/1219092.1219093",
note = "",
}
@Article{Cohen07,
author = "Sarah Cohen and Werner Nutt and Yehoshua Sagic",
title = "Deciding equivalances among conjunctive aggregate queries",
journal = JACM,
articleno = 5,
numpages = 50,
volume = 54,
number = 2,
month = apr,
year = 2007,
doi = "10.1145/1219092.1219093",
url = "http://doi.acm.org/10.1145/1219092.1219093",
acmid = 1219093,
}
@periodical{JCohen96,
key = "Cohen",
editor = "Jacques Cohen",
title = "Special issue: Digital Libraries",
journal = CACM,
volume = "39",
number = "11",
month = nov,
year = "1996",
}
@Book{Kosiur01,
author = "David Kosiur",
title = "Understanding Policy-Based Networking",
publisher = "Wiley",
year = "2001",
address = "New York, NY",
edition = "2nd.",
editor = "",
volume = "",
number = "",
series = "",
month = "",
note = "",
}
@Book{Harel79,
author = "David Harel",
year = "1979",
title = "First-Order Dynamic Logic",
series = "Lecture Notes in Computer Science",
volume = "68",
address = "New York, NY",
publisher = "Springer-Verlag",
doi = "10.1007/3-540-09237-4",
url = "http://dx.doi.org/10.1007/3-540-09237-4",
editor = "",
number = "",
month = "",
note = "",
}
@Inbook{Editor00,
author = "",
editor = "Ian Editor",
title = "The title of book one",
subtitle = "The book subtitle",
series = "The name of the series one",
year = "2007",
volume = "9",
address = "Chicago",
edition = "1st.",
publisher = "University of Chicago Press",
doi = "10.1007/3-540-09237-4",
url = "http://dx.doi.org/10.1007/3-540-09456-9",
chapter = "",
pages = "",
number = "",
type = "",
month = "",
note = "",
}
%
@InBook{Editor00a,
author = "",
editor = "Ian Editor",
title = "The title of book two",
subtitle = "The book subtitle",
series = "The name of the series two",
year = "2008",
address = "Chicago",
edition = "2nd.",
publisher = "University of Chicago Press",
doi = "10.1007/3-540-09237-4",
url = "http://dx.doi.org/10.1007/3-540-09456-9",
volume = "",
chapter = "100",
pages = "",
number = "",
type = "",
month = "",
note = "",
}
% incollection (has an editor, title, and possibly a booktitle)
@Incollection{Spector90,
author = "Asad Z. Spector",
title = "Achieving application requirements",
booktitle = "Distributed Systems",
publisher = "ACM Press",
address = "New York, NY",
year = "1990",
edition = "2nd.",
chapter = "",
editor = "Sape Mullender",
pages = "19--33",
doi = "10.1145/90417.90738",
url = "http://doi.acm.org/10.1145/90417.90738",
volume = "",
number = "",
series = "",
type = "",
month = "",
note = "",
}
% incollection (has an editor, title, and possibly a booktitle)
@Incollection{Douglass98,
author = "Bruce P. Douglass and David Harel and Mark B. Trakhtenbrot",
title = "Statecarts in use: structured analysis and object-orientation",
series = "Lecture Notes in Computer Science",
booktitle = "Lectures on Embedded Systems",
publisher = "Springer-Verlag",
address = "London",
volume = "1494",
year = "1998",
chapter = "",
editor = "Grzegorz Rozenberg and Frits W. Vaandrager",
pages = "368--394",
doi = "10.1007/3-540-65193-4_29",
url = "http://dx.doi.org/10.1007/3-540-65193-4_29",
edition = "",
number = "",
type = "",
month = "",
note = "",
}
@Book{Knuth97,
author = "Donald E. Knuth",
title = "The Art of Computer Programming, Vol. 1: Fundamental Algorithms (3rd. ed.)",
publisher = "Addison Wesley Longman Publishing Co., Inc.",
year = "1997",
address = "",
edition = "",
editor = "",
volume = "",
number = "",
series = "",
month = "",
note = "",
}
@Book{Knuth98,
author = "Donald E. Knuth",
year = "1998",
title = "The Art of Computer Programming",
series = "Fundamental Algorithms",
volume = "1",
edition = "3rd",
address = "",
publisher = "Addison Wesley Longman Publishing Co., Inc.",
doi = "",
url = "",
editor = "",
number = "",
month = "",
note = "(book)",
}
%Inbook{Knuth97,
% author = "Donald E. Knuth",
% title = "The Art of Computer Programming",
% booktitle = "the booktitle",
% edition = "3",
% volume = "1",
% year = "1997",
% publisher = "Addison Wesley Longman Publishing Co., Inc.",
% editor = "",
% number = "",
% series = "Fundamental Algorithms",
% type = "",
% chapter = "",
% pages = "",
% address = "",
% month = "",
% note = "(inbook)",
%}
%INBOOK{DK:73-inbook-full,
% author = "Donald E. Knuth",
% title = "Fundamental Algorithms (inbook w series)",
% volume = 1,
% series = "The Art of Computer Programming",
% publisher = "Addison-Wesley",
% address = "Reading, Massachusetts",
% edition = "Second",
% month = "10~" # jan,
% year = "1973",
% type = "Section",
% chapter = "1.2",
% pages = "10--119",
% note = "Full INBOOK entry (w series)",
%}
%INcollection{DK:74-incoll,
% author = "Donald E. Knuth",
% title = "Fundamental Algorithms (incoll)",
% volume = 1,
% booktitle = "The Art of Computer Programming",
% publisher = "Addison-Wesley",
% address = "Reading, Massachusetts",
% month = "10~" # jan,
% year = "1974",
% pages = "10--119",
% editor = "Bernard Rous",
% note = "This is a full incoll entry with an editor",
%}
%INcollection{DK:75-incollws,
% author = "Donald E. Knuth",
% title = "Fundamental Algorithms (incoll w series)",
% volume = 1,
% booktitle = "The Art of Computer Programming",
% series = "The Art of Computer Programming",
% publisher = "Addison-Wesley",
% address = "Reading, Massachusetts",
% month = "10~" # jan,
% year = "1975",
% pages = "10--119",
% editor = "Bernard Rous",
% note = "This is a full incoll entry with an editor and series",
%}
@incollection{GM05,
Author= "Dan Geiger and Christopher Meek",
Title= "Structured Variational Inference Procedures and their Realizations (as incol)",
Year= 2005,
Booktitle="Proceedings of Tenth International Workshop on Artificial Intelligence and Statistics, {\rm The Barbados}",
Publisher="The Society for Artificial Intelligence and Statistics",
Month= jan,
Editors= "Z. Ghahramani and R. Cowell"
}
@Inproceedings{Smith10,
author = "Stan W. Smith",
title = "An experiment in bibliographic mark-up: Parsing metadata for XML export",
booktitle = "Proceedings of the 3rd. annual workshop on Librarians and Computers",
series = "LAC '10",
editor = "Reginald N. Smythe and Alexander Noble",
volume = "3",
year = "2010",
publisher = "Paparazzi Press",
address = "Milan Italy",
pages = "422--431",
doi = "99.9999/woot07-S422",
url = "http://dx.doi.org/99.0000/woot07-S422",
number = "",
month = "",
organization = "",
note = "",
}
@Inproceedings{VanGundy07,
author = "Matthew Van Gundy and Davide Balzarotti and Giovanni Vigna",
year = 2007,
title = "Catch me, if you can: Evading network signatures with web-based polymorphic worms",
booktitle = "Proceedings of the first USENIX workshop on Offensive Technologies",
series = "WOOT '07",
publisher = "USENIX Association",
address = "Berkley, CA",
articleno = {Paper 7},
numpages = 9,
}
@Inproceedings{VanGundy08,
author = "Matthew Van Gundy and Davide Balzarotti and Giovanni Vigna",
year = 2008,
title = "Catch me, if you can: Evading network signatures with web-based polymorphic worms",
booktitle = "Proceedings of the first USENIX workshop on Offensive Technologies",
series = "WOOT '08",
publisher = "USENIX Association",
address = "Berkley, CA",
articleno = 7,
numpages = 2,
pages = "99-100",
}
@Inproceedings{VanGundy09,
author = "Matthew Van Gundy and Davide Balzarotti and Giovanni Vigna",
year = 2009,
title = "Catch me, if you can: Evading network signatures with web-based polymorphic worms",
booktitle = "Proceedings of the first USENIX workshop on Offensive Technologies",
series = "WOOT '09",
publisher = "USENIX Association",
address = "Berkley, CA",
pages = "90--100",
}
@Inproceedings{Andler79,
author = "Sten Andler",
title = "Predicate Path expressions",
booktitle = "Proceedings of the 6th. ACM SIGACT-SIGPLAN symposium on Principles of Programming Languages",
series = "POPL '79",
year = "1979",
publisher = "ACM Press",
address = "New York, NY",
pages = "226--236",
doi = "10.1145/567752.567774",
url = "http://doi.acm.org/10.1145/567752.567774",
editor = "",
volume = "",
number = "",
month = "",
organization = "",
note = "",
}
@Techreport{Harel78,
author = "David Harel",
year = "1978",
title = "LOGICS of Programs: AXIOMATICS and DESCRIPTIVE POWER",
institution = "Massachusetts Institute of Technology",
type = "MIT Research Lab Technical Report",
number = "TR-200",
address = "Cambridge, MA",
month = "",
note = "",
}
@MASTERSTHESIS{anisi03,
author = {David A. Anisi},
title = {Optimal Motion Control of a Ground Vehicle},
school = {Royal Institute of Technology (KTH), Stockholm, Sweden},
intitution = {FOI-R-0961-SE, Swedish Defence Research Agency (FOI)},
year = {2003},
}
@Phdthesis{Clarkson85,
author = "Kenneth L. Clarkson",
year = "1985",
title = "Algorithms for Closest-Point Problems (Computational Geometry)",
school = "Stanford University",
address = "Palo Alto, CA",
note = "UMI Order Number: AAT 8506171",
type = "",
month = "",
}
@online{Thornburg01,
author = "Harry Thornburg",
year = "2001",
title = "Introduction to Bayesian Statistics",
url = "http://ccrma.stanford.edu/~jos/bayes/bayes.html",
month = mar,
lastaccessed = "March 2, 2005",
}
@online{Ablamowicz07,
author = "Rafal Ablamowicz and Bertfried Fauser",
year = "2007",
title = "CLIFFORD: a Maple 11 Package for Clifford Algebra Computations, version 11",
url = "http://math.tntech.edu/rafal/cliff11/index.html",
lastaccessed = "February 28, 2008",
}
@misc{Poker06,
author = "Poker-Edge.Com",
year = "2006",
month = mar,
title = "Stats and Analysis",
lastaccessed = "June 7, 2006",
url = "http://www.poker-edge.com/stats.php",
}
@misc{Obama08,
author = "Barack Obama",
year = "2008",
title = "A more perfect union",
howpublished = "Video",
day = "5",
url = "http://video.google.com/videoplay?docid=6528042696351994555",
month = mar,
lastaccessed = "March 21, 2008",
note = "",
}
@misc{JoeScientist001,
author = "Joseph Scientist",
year = "2009",
title = "The fountain of youth",
note = "Patent No. 12345, Filed July 1st., 2008, Issued Aug. 9th., 2009",
url = "",
howpublished = "",
month = aug,
lastaccessed = "",
}
@Inproceedings{Novak03,
author = "Dave Novak",
title = "Solder man",
booktitle = "ACM SIGGRAPH 2003 Video Review on Animation theater Program: Part I - Vol. 145 (July 27--27, 2003)",
year = "2003",
publisher = "ACM Press",
address = "New York, NY",
pages = "4",
month = "March 21, 2008",
doi = "99.9999/woot07-S422",
url = "http://video.google.com/videoplay?docid=6528042696351994555",
note = "",
howpublished = "Video",
editor = "",
volume = "",
number = "",
series = "",
organization = "",
distinctURL = 1
}
@article{Lee05,
author = "Newton Lee",
year = "2005",
title = "Interview with Bill Kinder: January 13, 2005",
journal = "Comput. Entertain.",
eid = "4",
volume = "3",
number = "1",
month = "Jan.-March",
doi = "10.1145/1057270.1057278",
url = "http://doi.acm.org/10.1145/1057270.1057278",
howpublished = "Video",
note = "",
}
@article{rous08,
author = "Bernard Rous",
year = "2008",
title = "The Enabling of Digital Libraries",
journal = "Digital Libraries",
volume = "12",
number = "3",
month = jul,
articleno = "Article~5",
doi = "",
url = "",
howpublished = "",
note = "To appear",
}
@article{384253,
author = {Werneck,, Renato and Setubal,, Jo\~{a}o and da Conceic\~{a}o,, Arlindo},
title = {(old) Finding minimum congestion spanning trees},
journal = {J. Exp. Algorithmics},
volume = {5},
year = {2000},
issn = {1084-6654},
pages = {11},
doi = {http://doi.acm.org/10.1145/351827.384253},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Werneck:2000:FMC:351827.384253,
author = {Werneck, Renato and Setubal, Jo\~{a}o and da Conceic\~{a}o, Arlindo},
title = {(new) Finding minimum congestion spanning trees},
journal = {J. Exp. Algorithmics},
volume = 5,
month = dec,
year = 2000,
issn = {1084-6654},
articleno = 11,
url = {http://portal.acm.org/citation.cfm?id=351827.384253},
doi = {10.1145/351827.384253},
acmid = 384253,
publisher = {ACM},
address = {New York, NY, USA},
}
@article{1555162,
author = {Conti, Mauro and Di Pietro, Roberto and Mancini, Luigi V. and Mei, Alessandro},
title = {(old) Distributed data source verification in wireless sensor networks},
journal = {Inf. Fusion},
volume = {10},
number = {4},
year = {2009},
issn = {1566-2535},
pages = {342--353},
doi = {http://dx.doi.org/10.1016/j.inffus.2009.01.002},
publisher = {Elsevier Science Publishers B. V.},
address = {Amsterdam, The Netherlands, The Netherlands},
}
@article{Conti:2009:DDS:1555009.1555162,
author = {Conti, Mauro and Di Pietro, Roberto and Mancini, Luigi V. and Mei, Alessandro},
title = {(new) Distributed data source verification in wireless sensor networks},
journal = {Inf. Fusion},
volume = {10},
number = {4},
month = oct,
year = {2009},
issn = {1566-2535},
pages = {342--353},
numpages = {12},
url = {http://portal.acm.org/citation.cfm?id=1555009.1555162},
doi = {10.1016/j.inffus.2009.01.002},
acmid = {1555162},
publisher = {Elsevier Science Publishers B. V.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {Clone detection, Distributed protocol, Securing data fusion, Wireless sensor networks},
}
@inproceedings{Li:2008:PUC:1358628.1358946,
author = {Li, Cheng-Lun and Buyuktur, Ayse G. and Hutchful, David K. and Sant, Natasha B. and Nainwal, Satyendra K.},
title = {Portalis: using competitive online interactions to support aid initiatives for the homeless},
booktitle = {CHI '08 extended abstracts on Human factors in computing systems},
year = {2008},
isbn = {978-1-60558-012-X},
location = {Florence, Italy},
pages = {3873--3878},
numpages = {6},
url = {http://portal.acm.org/citation.cfm?id=1358628.1358946},
doi = {10.1145/1358628.1358946},
acmid = {1358946},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {cscw, distributed knowledge acquisition, incentive design, online games, recommender systems, reputation systems, user studies, virtual community},
}
@book{Hollis:1999:VBD:519964,
author = {Hollis, Billy S.},
title = {Visual Basic 6: Design, Specification, and Objects with Other},
year = {1999},
isbn = {0130850845},
edition = {1st},
publisher = {Prentice Hall PTR},
address = {Upper Saddle River, NJ, USA},
}
@book{Goossens:1999:LWC:553897,
author = {Goossens, Michel and Rahtz, S. P. and Moore, Ross and Sutor, Robert S.},
title = {The Latex Web Companion: Integrating TEX, HTML, and XML},
year = {1999},
isbn = {0201433117},
edition = {1st},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
}
% need to test genres for errant isbn output
% techreport
@techreport{897367,
author = {Buss, Jonathan F. and Rosenberg, Arnold L. and Knott, Judson D.},
title = {Vertex Types in Book-Embeddings},
year = {1987},
source = {http://www.ncstrl.org:8900/ncstrl/servlet/search?formname=detail\&id=oai%3Ancstrlh%3Aumass_cs%3Ancstrl.umassa_cs%2F%2FUM-CS-1987-018},
publisher = {University of Massachusetts},
address = {Amherst, MA, USA},
}
@techreport{Buss:1987:VTB:897367,
author = {Buss, Jonathan F. and Rosenberg, Arnold L. and Knott, Judson D.},
title = {Vertex Types in Book-Embeddings},
year = {1987},
source = {http://www.ncstrl.org:8900/ncstrl/servlet/search?formname=detail\&id=oai%3Ancstrlh%3Aumass_cs%3Ancstrl.umassa_cs%2F%2FUM-CS-1987-018},
publisher = {University of Massachusetts},
address = {Amherst, MA, USA},
}
% whole proceedings
@proceedings{Czerwinski:2008:1358628,
author = {},
note = {General Chair-Czerwinski, Mary and General Chair-Lund, Arnie and Program Chair-Tan, Desney},
title = {CHI '08: CHI '08 extended abstracts on Human factors in computing systems},
year = {2008},
isbn = {978-1-60558-012-X},
location = {Florence, Italy},
order_no = {608085},
publisher = {ACM},
address = {New York, NY, USA},
}
% phdthesis
@phdthesis{Clarkson:1985:ACP:911891,
author = {Clarkson, Kenneth Lee},
advisor = {Yao, Andrew C.},
title = {Algorithms for Closest-Point Problems (Computational Geometry)},
year = {1985},
note = {AAT 8506171},
school = {Stanford University},
address = {Stanford, CA, USA},
}
% school is being picked up -- but not publisher (which is OK)
% Also -- the title is NOT being output in italics !!! Arrrrgh! - I fixed it. :-)
%%% compare with 'old'
%%% atsign-Phdthesis{Clarkson85,
%%% author = "Kenneth L. Clarkson",
%%% year = "1985",
%%% title = "Algorithms for Closest-Point Problems (Computational Geometry)",
%%% school = "Stanford University",
%%% address = "Palo Alto, CA",
%%% note = "UMI Order Number: AAT 8506171",
%%% type = "",
%%% month = "",
%%%}
% A bibliography
@Article{1984:1040142,
key = {{$\!\!$}},
journal = {SIGCOMM Comput. Commun. Rev.},
year = {1984},
issn = {0146-4833},
volume = {13-14},
number = {5-1},
issue_date = {January/April 1984},
publisher = {ACM},
address = {New York, NY, USA},
}
% grinder
@inproceedings{2004:ITE:1009386.1010128,
key = {IEEE},
title = {IEEE TCSC Executive Committee},
booktitle = {Proceedings of the IEEE International Conference on Web Services},
series = {ICWS '04},
year = {2004},
isbn = {0-7695-2167-3},
pages = {21--22},
url = {http://dx.doi.org/10.1109/ICWS.2004.64},
doi = {http://dx.doi.org/10.1109/ICWS.2004.64},
acmid = {1010128},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
% div book
@book{Mullender:1993:DS:302430,
editor = {Mullender, Sape},
title = {Distributed systems (2nd Ed.)},
year = {1993},
isbn = {0-201-62427-3},
publisher = {ACM Press/Addison-Wesley Publishing Co.},
address = {New York, NY, USA},
}
% master thesis (as techreport and thesis)
@techreport{Petrie:1986:NAD:899644,
author = {Petrie, Charles J.},
title = {New Algorithms for Dependency-Directed Backtracking (Master's thesis)},
year = {1986},
source = {http://www.ncstrl.org:8900/ncstrl/servlet/search?formname=detail\&id=oai%3Ancstrlh%3Autexas_cs%3AUTEXAS_CS%2F%2FAI86-33},
publisher = {University of Texas at Austin},
address = {Austin, TX, USA},
}
@MASTERSTHESIS{Petrie:1986:NAD:12345,
author = {Petrie, Charles J.},
title = {New Algorithms for Dependency-Directed Backtracking (Master's thesis)},
year = {1986},
source = {http://www.ncstrl.org:8900/ncstrl/servlet/search?formname=detail\&id=oai%3Ancstrlh%3Autexas_cs%3AUTEXAS_CS%2F%2FAI86-33},
school = {University of Texas at Austin},
address = {Austin, TX, USA},
}
@BOOK{book-minimal,
author = "Donald E. Knuth",
title = "Seminumerical Algorithms",
publisher = "Addison-Wesley",
year = "1981",
}
% incollection (has an editor, title, and possibly a booktitle)
@INcollection{KA:2001,
author = {Kong, Wei-Chang},
Title = {The implementation of electronic commerce in SMEs in Singapore (as Incoll)},
booktitle = {E-commerce and cultural values},
year = {2001},
isbn = {1-59140-056-2},
pages = {51--74},
numpages = {24},
url = {http://portal.acm.org/citation.cfm?id=887006.887010},
acmid = {887010},
publisher = {IGI Publishing},
address = {Hershey, PA, USA},
}
% with bibfield 'type' before chapter (note no editor)
@INBOOK{KAGM:2001,
author = {Kong, Wei-Chang},
type = {Name of Chapter:},
chapter = {The implementation of electronic commerce in SMEs in Singapore (Inbook-w-chap-w-type)},
title = {E-commerce and cultural values},
year = {2001},
isbn = {1-59140-056-2},
pages = {51--74},
numpages = {24},
url = {http://portal.acm.org/citation.cfm?id=887006.887010},
acmid = {887010},
publisher = {IGI Publishing},
address = {Hershey, PA, USA},
}
%%% Notes! This is because the atsign-INBOOK citation type specifies EITHER
%%% editor or author, but not both. In my experiments with the harvard/dcu
%%% bibtex style (and presumably this applies to other styles too), bibtex
%%% ignores the editor information if author information exists in an
%%% atsign-INBOOK entry. atsign-INCOLLECTION is far more commonly used in my references,
%%% and in the absence of an editor I believe most bibtex styles will just
%%% ommit the editor from the reference - the chapter information will not
%%% end up in the in-text citation as you suggest it should be but at least
%%% there is a place to put the editor if necessary.
% was 'Inbook' -- changed to incollection - (editor is different to author) - need to tell Asad to codify as such.
@incollection{Kong:2002:IEC:887006.887010,
author = {Kong, Wei-Chang},
editor = {Theerasak Thanasankit},
title = {Chapter 9},
booktitle = {E-commerce and cultural values (Incoll-w-text (chap 9) 'title')},
year = {2002},
address = {Hershey, PA, USA},
publisher = {IGI Publishing},
url = {http://portal.acm.org/citation.cfm?id=887006.887010},
pages = {51--74},
numpages = {24},
acmid = {887010},
isbn = {1-59140-056-2},
number = "",
type = "",
month = "",
note = "",
}
% incol when the chapter is 'text' - due to presence of editor (different to author)
@incollection{Kong:2003:IEC:887006.887011,
author = {Kong, Wei-Chang},
title = {The implementation of electronic commerce in SMEs in Singapore (Incoll)},
booktitle = {E-commerce and cultural values},
editor = {Thanasankit, Theerasak},
year = {2003},
isbn = {1-59140-056-2},
pages = {51--74},
numpages = {24},
url = {http://portal.acm.org/citation.cfm?id=887006.887010},
acmid = {887010},
publisher = {IGI Publishing},
address = {Hershey, PA, USA},
}
% ------ test
%incollection{Kong:2003:IEC:887006.887010,
% author = {Kong, Wei-Chang},
% chapter = {The implementation of electronic commerce in SMEs in Singapore (Incoll-text-in-chap)},