-
Notifications
You must be signed in to change notification settings - Fork 3
/
my_bib.bib
1665 lines (1381 loc) · 52 KB
/
my_bib.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
IEEEexample.bib
V1.12 (2007/01/11)
Copyright (c) 2002-2007 by Michael Shell
See: http://www.michaelshell.org/
for current contact information.
This is an example BibTeX database for the official IEEEtran.bst
BibTeX style file.
Some entries call strings that are defined in the IEEEabrv.bib file.
Therefore, IEEEabrv.bib should be loaded prior to this file.
Usage:
\bibliographystyle{./IEEEtran}
\bibliography{./IEEEabrv,./IEEEexample}
Support sites:
http://www.michaelshell.org/tex/ieeetran/
http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/
and/or
http://www.ieee.org/
*************************************************************************
Legal Notice:
This code is offered as-is without any warranty either expressed or
implied; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE!
User assumes all risk.
In no event shall IEEE or any contributor to this code be liable for
any damages or losses, including, but not limited to, incidental,
consequential, or any other damages, resulting from the use or misuse
of any information contained here.
All comments are the opinions of their respective authors and are not
necessarily endorsed by the IEEE.
This work is distributed under the LaTeX Project Public License (LPPL)
( http://www.latex-project.org/ ) version 1.3, and may be freely used,
distributed and modified. A copy of the LPPL, version 1.3, is included
in the base LaTeX documentation of all distributions of LaTeX released
2003/12/01 or later.
Retain all contribution notices and credits.
** Modified files should be clearly indicated as such, including **
** renaming them and changing author support contact information. **
File list of work: IEEEabrv.bib, IEEEfull.bib, IEEEexample.bib,
IEEEtran.bst, IEEEtranS.bst, IEEEtranSA.bst,
IEEEtranN.bst, IEEEtranSN.bst, IEEEtran_bst_HOWTO.pdf
*************************************************************************
Note that, because the example references were taken from actual IEEE
publications, these examples do not always contain the full amount
of information that may be desirable (for use with other BibTeX styles).
In particular, full names (not abbreviated with initials) should be
entered whenever possible as some (non-IEEE) bibliography styles use
full names. IEEEtran.bst will automatically abbreviate when it encounters
full names.
@article{abramson2009asw,
title={{The Alohanet-surfing for wireless data [History of Communications]}},
author={Abramson, N.},
journal=IEEE_M_COM,
volume={47},
number={12},
pages={21--25},
year={2009}
}
@misc{bachula2006,
author = {Gari R. Bachula},
title = {{Testimony of Gary R. Bachula, Vice President, Internet2}},
url = {http://commerce.senate.gov/pdf/bachula-020706.pdf}
}
@article{bianchi1997cpc,
title={{C-PRMA: a centralized packet reservation multiple access for localwireless communications}},
author={Bianchi, G. and Borgonovo, F. and Fratta, L. and Musumeci, L. and Zorzi, M. and di Elettronica, D.},
journal={Vehicular Technology, IEEE Transactions on},
volume={46},
number={2},
pages={422--436},
year={1997}
}
@article{bianchi2000pai,
title={{Performance analysis of the IEEE 802.11 distributed coordination function}},
author={Bianchi, G.},
journal=IEEE_J_JSAC,
volume={18},
month={Mar.},
pages={535--547},
year={2000}
}
@article{bianchi2003kfe,
title={{Kalman filter estimation of the number of competing terminals in an IEEE 802.11 network}},
author={Bianchi, G. and Tinnirello, I.},
journal={INFOCOM 2003. Twenty-Second Annual Joint Conference of the IEEE Computer and Communications Societies. IEEE},
volume={2}
}
@inproceedings{bianchi2007eab,
title={{Experimental assessment of the backoff behavior of commercial IEEE 802.11 b network cards}},
author={Bianchi, G. and Di Stefano, A. and Giaconia, C. and Scalia, L. and Terrazzino, G. and Tinnirello, I.},
booktitle={Proc. IEEE INFOCOM},
pages={1181--1189},
address = {Anchorage, Alaska},
year={2007},
month = {May}
}
@inproceedings{cali98iwl,
title={{IEEE 802.11 wireless LAN: capacity analysis and protocol enhancement}},
author={Cali, F. and Conti, M. and Gregori, E. and CNR, P.},
booktitle={Proc. INFOCOM 1998},
pages={142-149}
}
@article{capetanakis1979tap,
title={{Tree algorithms for packet broadcast channels}},
author={Capetanakis, J.},
journal={Information Theory, IEEE Transactions on},
volume={25},
number={5},
pages={505--515},
year={1979}
}
@inproceedings{cooper2011bum,
title={{Bandwidth Usage and Management: A UK Case Study}},
author={Cooper, A. and Jacquet, A. and Soppera, A.},
booktitle={Research Conference on Communications, Information and Internet Policy (TPRC)},
year={2011}
}
@article{crowther1973sbc,
title={{A system for broadcast communication: Reservation-ALOHA}},
author={Crowther, W. and Rettberg, R. and Walden, D. and Ornstein, S. and Heart, F.},
journal={Proc. 6th Hawaii Int. Conf. Syst. Sci},
pages={596--603},
year={1973}
}
@article{crow1997iwl,
title={{IEEE 802.11 Wireless Local Area Networks}},
author={Crow, BP and Widjaja, I. and Kim, LG and Sakai, PT},
journal={Communications Magazine, IEEE},
volume={35},
number={9},
pages={116--126},
year={1997}
}
@article{ephremides1982aha,
title={{Analysis of a Hybrid Access Scheme for Buffered Users- Probabilistic Time Division.}},
author={Ephremides, A. and Mowafi, O.A.},
journal={IEEE Transactions on Software Engineering},
volume={8},
number={1},
pages={52--60},
year={1982}
}
@article{goodman1988sbe,
title={{Stability of binary exponential backoff}},
author={Goodman, J. and Greenberg, A.G. and Madras, N. and March, P.},
journal={Journal of the ACM (JACM)},
volume={35},
number={3},
pages={579--602},
year={1988},
publisher={ACM Press New York, NY, USA}
}
@article{goodman1989prm,
title={{Packet reservation multiple access for local wirelesscommunications}},
author={Goodman, DJ and Valenzuela, RA and Gayliard, KT and Ramamurthi, B.},
journal={Communications, IEEE Transactions on},
volume={37},
number={8},
pages={885--890},
year={1989}
}
@article{gurewitz2009mmo,
title={{Measurement and Modeling of the Origins of Starvation of Congestion-Controlled Flows in Wireless Mesh Networks}},
author={Gurewitz, O. and Mancuso, V. and Shi, J. and Knightly, E.W.},
journal=IEEE_J_NET,
volume={17},
number={6},
pages={1832--1845},
issn={1063-6692},
year={2009},
publisher={IEEE}
}
@standard{IEEE8023-IEEESTD2000,
ORGANIZATION = {IEEE},
TITLE = {{Part 3}: {Carrier} {Sense} {Multiple}
{Access} {with} {Collision} {Detection} {(CSMA/CD)}, {Access}
{Method} and {Physical} {Layer} {Specifications}},
NUMBER = {Std 802.3},
YEAR = {2000 Edition },
}
@standard{IEEE80211-IEEESTD1999,
ORGANIZATION = {ANSI/IEEE},
TITLE = {{Wireless} {LAN} {Medium} {Access} {Control} {(MAC)} and {Physical} {Layer} {(PHY)} {Specifications}},
NUMBER = {802.11},
YEAR = {1999 Edition (Revised 2003)},
}
@ARTICLE{IEEE80211e-IEEESTD2005,
ORGANIZATION = {IEEE},
TITLE = {{Wireless} {LAN} {Medium} {Access} {Control} {(MAC)} and {Physical} {Layer} {(PHY)} {Specifications}; {Amendment}: {Medium} {Access} {Control}{(MAC)} {Quality} of {Service} {Enhancements}},
NUMBER = {IEEE Std 802.11e},
YEAR = {2005},
}
@standard{IEEE802154-IEEESTD2003,
ORGANIZATION = {IEEE},
TITLE = {{Wireless} {LAN} {Medium} {Access} {Control} {(MAC)}
and {Physical} {Layer} {(PHY)} {Specifications} for low-rate wireless
personal area networks },
NUMBER = {802.15.4},
YEAR = {2003 Edition (Revised 2006)},
}
@article{inaltekin2008ane,
title={{The analysis of Nash equilibria of the one-shot random-access game for wireless networks and the behavior of selfish nodes}},
author={Inaltekin, H. and Wicker, SB},
journal=IEEE_J_NET,
volume={16},
number={5},
pages={1094--1107},
year={2008}
}
@article{jubin1987dpr,
title={{The DARPA packet radio network protocols}},
author={Jubin, J. and Tornow, JD},
journal={Proceedings of the IEEE},
volume={75},
number={1},
pages={21--32},
year={1987}
}
@article{kleinrock1975psr,
title={{Packet Switching in Radio Channels: Part I--Carrier Sense Multiple-Access Modes and Their Throughput-Delay Characteristics}},
author={Kleinrock, L. and Tobagi, F.},
journal={Communications, IEEE Transactions on [legacy, pre-1988]},
volume={23},
number={12},
pages={1400--1416},
year={1975}
}
@book{kurose2003cnt,
title={{Computer networking: a top-down approach featuring the Internet}},
author={Kurose, J.F. and Ross, K.W.},
year={2003},
publisher={Boston: Addison-Wesley}
}
@article{kwak2003asa,
title={{Analysis of the Stability and Performance of Exponential Backoff}},
author={Kwak, B.J. and Song, N.O. and Miller, L.E.},
journal={Proceedings of IEEE WCNC},
pages={1754--1761},
year={2003}
}
@article{kwak2005pae,
title={{Performance analysis of exponential backoff}},
author={Kwak, B.J. and Song, N.O. and Miller, L.E.},
journal=IEEE_J_NET,
volume={13},
number={2},
pages={343--355},
year={2005},
publisher={IEEE Press}
}
@article{liew2009bmd,
title={{Bounded-mean-delay throughput and nonstarvation conditions in Aloha network}},
author={Liew, S.C. and Zhang, Y.J. and Chen, D.R.},
journal=IEEE_J_NET,
volume={17},
number={5},
pages={1606--1618},
year={2009},
publisher={IEEE Press}
}
@article{lopez2007rds,
title={{Robust detection of selfish misbehavior in wireless networks}},
author={Lopez-Toledo, A. and Wang, X.},
journal=IEEE_J_JSAC,
volume={25},
number={6},
pages={1124--1134},
year={2007},
publisher={IEEE}
}
@article{lopez-aguilera2010pdi,
title={{Propagation Delay Influence in IEEE 802.11 Outdoor Networks}},
author={Lopez-Aguilera, E. and Casademont, J. and Cotrina, J.},
journal={Wireless Networks},
volume={16},
number={4},
pages={1123--1142},
issn={1022-0038},
year={2010},
publisher={Springer}
}
@inproceedings{nandagopal2000aml,
title={{Achieving MAC layer fairness in wireless packet networks}},
author={Nandagopal, T. and Kim, T.E. and Gao, X. and Bharghavan, V.},
booktitle={Proc. MobiCom 2000},
pages={87--98},
}
@article{nichols2012cqd,
title={{Controlling Queue Delay}},
author={Nichols, K. and Jacobson, V.},
journal={Communications of the ACM},
volume={55},
number={7},
pages={42--50},
year={2012},
publisher={ACM}
}
@article{rhee2005zmh,
title={{Z-MAC: a hybrid MAC for wireless sensor networks}},
author={Rhee, I. and Warrier, A. and Aia, M. and Min, J.},
journal={Proceedings of the 3rd international conference on Embedded networked sensor systems},
pages={90--101},
year={2005},
publisher={ACM Press New York, NY, USA}
}
@article{serrano2010dsc,
title={{Detecting selfish configurations in 802.11 WLANs}},
author={Serrano, P. and Banchs, A. and Targon, V. and Kukielka, J.},
journal=IEEE_J_COML,
volume={14},
number={2},
pages={142--144},
year={2010},
publisher={IEEE}
}
@article{tasaka1983spr,
title={{Stability and Performance of the R-ALOHA Packet Broadcast System}},
author={S. Tasaka},
journal={IEEE Transactions on Computers},
volume={C-32},
pages={717--726},
month={Aug.},
year={1983}
}
@article{tay2001cai,
title={{A Capacity Analysis for the IEEE 802.11 MAC Protocol}},
author={Tay, YC and Chua, KC},
journal={Wireless Networks},
volume={7},
number={2},
pages={159--171},
year={2001},
publisher={Springer}
}
@article{tay2004cmc,
title={{Collision-minimizing CSMA and its applications to wireless sensor networks}},
author={Tay, YC and Jamieson, K. and Balakrishnan, H.},
journal={Selected Areas in Communications, IEEE Journal on},
volume={22},
number={6},
pages={1048--1057},
year={2004}
}
@article{toledo2006aoi,
title={{Adaptive Optimization of IEEE 802.11 DCF Based on Bayesian Estimation of the Number of Competing Terminals}},
author={Lopez-Toledo, A. and Vercauteren, T. and Wang, X.},
journal=IEEE_J_MC,
volume={5},
month={Sept.},
pages={1283-1296},
year={2006},
publisher={IEEE Computer Society}
}
@article{vercauteren2005obe,
title={{Online Bayesian Estimation of Hidden Markov Models with Unknown Transition Matrix and Applications to IEEE 802.11 Networks}},
author={Vercauteren, T. and Lopez-Toledo,A. and Wang, A.L.X.},
journal={Acoustics, Speech, and Signal Processing, 2005. Proceedings.(ICASSP'05). IEEE International Conference on},
volume={4},
year={2005}
}ºº
@article{weinmiller1997psa,
title={{Performance study of access control in wireless LANs--IEEE 802.11 DFWMAC and ETSI RES 10 Hiperlan}},
author={Weinmiller, J. and Schl{\"a}ger, M. and Festag, A. and Wolisz, A.},
journal={Mobile Networks and Applications},
volume={2},
number={1},
pages={55--67},
year={1997},
publisher={Springer}
}
@ARTICLE{wan08dac,
title={Design and Analysis of Cross-Layer Tree Algorithms for Wireless Random Access},
author={Wang, X. and Yu, Y. and Giannakis, G.B.},
journal={Wireless Communications, IEEE Transactions on},
year={March 2008},
volume={7},
number={3},
pages={909-919},
doi={10.1109/TWC.2007.060658},
ISSN={1536-1276}, }
@article{wu2002mcm,
title={{A Multi-channel MAC Protocol with Power Control for Multi-hop Mobile Ad Hoc Networks}},
author={Wu, S.L. and Tseng, Y.C. and Lin, C.Y. and Sheu, J.P.},
journal={The Computer Journal},
volume={45},
number={1},
pages={101--110},
year={2002},
publisher={Br Computer Soc}
}
@article{zahedi1997nht,
title={{Natural hidden terminal and the performance of the wireless LANs}},
author={Zahedi, A. and Pahlavan, K.},
journal={Universal Personal Communications Record, 1997. Conference Record., 1997 IEEE 6th International Conference on},
volume={2},
year={1997}
}
@article{zhao2007uic,
title={{Using Incompletely Cooperative Game Theory in Mobile Ad Hoc Networks}},
author={Zhao, L. and Zhang, J. and Yang, K. and Zhang, H.},
journal={Communications, 2007. ICC'07. IEEE International Conference on},
pages={3401--3406},
year={2007}
}
@article{zhao2008uic,
title={{Using Incompletely Cooperative Game Theory in Wireless Mesh Networks}},
author={Zhao, L. and Zhang, J. and Zhang, H.},
journal={Network, IEEE},
volume={22},
number={1},
pages={39--44},
year={2008}
}
@book{Gallager92,
title={{Data Networks}},
author={D. Bertsekas and R. Gallager},
year={1992},
publisher={Upper Saddle River, NJ: Prentice-Hall}
}
@article{LTCC07,
title={{Reverse-engineering MAC: a non-cooperative game model}},
author={J.-W. Lee and A. Tang and J. Huang and M. Chiang and A. R. Calderbank},
journal={IEEE J. Sel. Area Commun.},
volume={25},
number={6},
pages={1135--1147},
month = {Aug.},
year={2007}
}
@article{CLD10,
title={{Random access game and medium access control design}},
author={L. Chen and S. H. Low and J. C. Doyle},
journal={IEEE/ACM Trans. Netw.},
volume={18},
number={4},
pages={1303--1316},
month = {Aug.},
year={2010}
}
@book{FT91,
title={{Game Theory}},
author={D. Fudenberg and J. Tirole},
year={1991},
publisher={Cambridge, MA: MIT Press}
}
@article{Tsitsiklis87,
title={{Analysis of a multiaccess control scheme}},
author={J. N. Tsitsiklis},
journal={IEEE Trans. Autom. Control},
volume={AC-32},
number={11},
pages={1017--1020},
month = {Nov.},
year={1987}
}
@inproceedings{ICP11,
title={{Selfish random access over wireless channels with multipacket reception}},
author={H. Inaltekin and M. Chiang and H. V. Poor},
booktitle={Proc. Second International ICST Conference on Game Theory for Networks},
year = {2011},
month = {April},
address = {Shanghai, China}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
references for the IEEEtran.bst documentation
IEEEtran homepage
@electronic{IEEEhowto:IEEEtranpage,
author = "Michael Shell",
title = "{IEEE}tran Homepage",
url = "http://www.michaelshell.org/tex/ieeetran/",
year = "2007"
}
the distribution site for IEEEtran.bst
@electronic{IEEEexample:shellCTANpage,
author = "Michael Shell",
title = "{IEEE}tran Webpage on {CTAN}",
url = "http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/",
year = "2007"
}
the IEEE website
sort key is needed for sorting styles
@electronic{IEEEexample:IEEEwebsite,
title = "The {IEEE} Website",
url = "http://www.ieee.org/",
year = "2007",
key = "IEEE"
}
The BibTeX user's guide.
The filename could have been put in the URL instead. But, there might
be other interesting things for the user in the same directory - and
the filename might change before the directory that contains it.
@electronic{IEEEexample:bibtexuser,
author = "Oren Patashnik",
title = "{{\BibTeX}}ing",
howpublished = "{btxdoc.pdf}",
url = "http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/",
month = feb,
year = "1988"
}
The BibTeX style designer's guide.
@electronic{IEEEexample:bibtexdesign,
author = "Oren Patashnik",
title = "Designing {{\BibTeX}} Styles",
howpublished = "{btxhak.pdf}",
url = "http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/",
month = feb,
year = "1988"
}
A comprehensive BibTeX tutorial.
@electronic{IEEEexample:tamethebeast,
author = "Nicolas Markey",
title = "Tame the BeaST --- The B to X of {{\BibTeX}}",
url = "http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/",
month = oct,
year = "2005"
}
The BibTeX Tips and FAQ guide.
@electronic{IEEEexample:bibtexFAQ,
author = "David Hoadley and Michael Shell",
title = "{{\BibTeX}} Tips and {FAQ}",
howpublished = "{btxFAQ.pdf}",
url = "http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/",
month = jan,
year = "2007"
}
The TeX FAQ
@electronic{IEEEexample:texfaq,
author = "Robin Fairbairns",
title = "The {{\TeX}} {FAQ}",
url = "http://www.tex.ac.uk/cgi-bin/texfaq2html/",
month = jan,
year = "2007"
}
A BibTeX Guide via Examples.
@electronic{IEEEexample:bibtexguide,
author = "Ki-Joo Kim",
title = "A {{\BibTeX}} Guide via Examples",
howpublished = "{bibtex\_guide.pdf}",
url = "http://www.geocities.com/kijoo2000/",
month = apr,
year = "2004"
}
TeX User Group Bibliography Archive
@electronic{IEEEexample:beebe_archive,
author = "Nelson H. F. Beebe",
title = "{{\TeX}} User Group Bibliography Archive",
url = "http://www.math.utah.edu:8080/pub/tex/bib/index-table.html",
month = aug,
year = "2006"
}
The natbib.sty package.
@electronic{ctan:natbib,
author = "Patrick W. Daly",
title = "The natbib.sty package",
url = "http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/",
month = sep,
year = "2006"
}
The url.sty package.
@electronic{IEEEexample:urlsty,
author = "Donald Arseneau",
title = "The url.sty Package",
url = "http://www.ctan.org/tex-archive/macros/latex/contrib/misc/",
month = jun,
year = "2005",
}
The hyperref.sty package.
@electronic{IEEEexample:hyperrefsty,
author = "Sebastian Rahtz and Heiko Oberdiek",
title = "The hyperref.sty Package",
url = "http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/",
month = nov,
year = "2006",
}
The breakurl.sty package.
@electronic{IEEEexample:breakurl,
author = "Vilar Camara Neto",
title = "The breakurl.sty Package",
url = "http://www.ctan.org/tex-archive/macros/latex/contrib/breakurl/",
month = aug,
year = "2006",
}
The Babel package.
@electronic{IEEEexample:babel,
author = "Johannes Braams",
title = "The Babel Package",
url = "http://www.ctan.org/tex-archive/macros/latex/required/babel/",
month = nov,
year = "2005",
}
The multibib package.
@electronic{IEEEexample:multibibsty,
author = "Thorsten Hansen",
title = "The multibib.sty package",
url = "http://www.ctan.org/tex-archive/macros/latex/contrib/multibib/",
month = jan,
year = "2004"
}
The biblatex package.
@electronic{IEEEexample:biblatex,
author = "Philipp Lehman",
title = "The biblatex package",
url = "http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex/",
month = jan,
year = "2007"
}
The three most common and typical types of references used in
IEEE publications:
an article in a journal
Note the use of the IEEE_J_EDL string, defined in the IEEEabrv.bib file,
for the journal name. IEEEtran.bst defines the BibTeX standard three
letter month codes per IEEE style.
From the June 2002 issue of "IEEE Transactions on Electron Devices",
page 996, reference #16.
@article{IEEEexample:article_typical,
author = "S. Zhang and C. Zhu and J. K. O. Sin and P. K. T. Mok",
title = "A Novel Ultrathin Elevated Channel Low-temperature
Poly-{Si} {TFT}",
journal = IEEE_J_EDL,
volume = "20",
month = nov,
year = "1999",
pages = "569-571"
}
journal article using et al.
The (five) authors are actually: F. Delorme, S. Slempkes, G. Alibert,
B. Rose, J. Brandon
The month (July) was not given here.
From the September 1998 issue of "IEEE Journal on Selected Areas in
Communications", page 1257, reference #28.
@article{IEEEexample:articleetal,
author = "F. Delorme and others",
title = "Butt-jointed {DBR} Laser With 15 {nm} Tunability Grown
in Three {MOVPE} Steps",
journal = "Electron. Lett.",
volume = "31",
number = "15",
year = "1995",
pages = "1244-1245"
}
a paper in a conference proceedings
"conference" can be used as an alias for "inproceedings"
From the June 2002 issue of "Journal of Microelectromechanical Systems",
page 205, reference #16.
@inproceedings{IEEEexample:conf_typical,
author = "R. K. Gupta and S. D. Senturia",
title = "Pull-in Time Dynamics as a Measure of Absolute Pressure",
booktitle = "Proc. {IEEE} International Workshop on
Microelectromechanical Systems ({MEMS}'97)",
address = "Nagoya, Japan",
month = jan,
year = "1997",
pages = "290-294"
}
a book
From the May 2002 issue of "IEEE Transactions on Magnetics",
page 1466, reference #4.
@book{IEEEexample:book_typical,
author = "B. D. Cullity",
title = "Introduction to Magnetic Materials",
publisher = "Addison-Wesley",
address = "Reading, MA",
year = "1972"
}
Other examples
journal article with large page numbers, IEEE will divide numbers 5 digits
or longer into groups of three with small spaces between them. Page ranges
can be separated via either "-" or "--", IEEEtran.bst will automatically
convert the separator dash(es) to "--".
Authors and/or IEEE do not always provide/use the journal number, but it
was used in this case. IEEEtran.bst can be configured to ignore journal
numbers if desired.
From the August 2000 issue of "IEEE Photonics Technology Letters",
page 1039, reference #11.
@article{IEEEexample:articlelargepages,
author = "A. Castaldini and A. Cavallini and B. Fraboni
and P. Fernandez and J. Piqueras",
title = "Midgap Traps Related to Compensation Processes in
{CdTe} Alloys",
journal = "Phys. Rev. B.",
volume = "56",
number = "23",
year = "1997",
pages = "14897-14900"
}
journal article with dual months
use the BibTeX "#" concatenation operator
From the March 2002 issue of "IEEE Transactions on Mechatronics",
page 21, reference #8.
@article{IEEEexample:articledualmonths,
author = "Y. Okada and K. Dejima and T. Ohishi",
title = "Analysis and Comparison of {PM} Synchronous Motor and
Induction Motor Type Magnetic Bearings",
journal = IEEE_J_IA,
volume = "31",
month = sep # "/" # oct,
year = "1995",
pages = "1047-1053"
}
journal article to be published as a misc entry type
date information like month and year is optional
However, the article form like that below may be a better approach.
From the May 2002 issue of "IEEE Journal of Selected Areas in
Communication", page 725, reference #3.
@misc{IEEEexample:TBPmisc,
author = "M. Coates and A. Hero and R. Nowak and B. Yu",
title = "Internet Tomography",
howpublished = IEEE_M_SP,
month = may,
year = "2002",
note = "to be published"
}
journal article to be published as an article entry type
year is required, so if absent, use the year field to hold
the "submitted for publication" in order to avoid a warning for
the missing year field.
From the June 2002 issue of "IEEE Transactions on Information Theory",
page 1461, reference #21.
@article{IEEEexample:TBParticle,
author = "N. Kahale and R. Urbanke",
title = "On the Minimum Distance of Parallel and Serially
Concatenated Codes",
journal = IEEE_J_IT,
year = "submitted for publication"
}
book with editor and no author
From the June 2002 issue of "IEEE Transactions on Information Theory",
page 1725, reference #1.
@book{IEEEexample:bookwitheditor,
editor = "J. C. Candy and G. C. Temes",
title = "Oversampling Delta-Sigma Data Converters Theory,
Design and Simulation",
publisher = "{IEEE} Press.",
address = "New York",
year = "1992"
}
book with edition, author and editor
Note that the standard BibTeX styles do not support book entries with both
author and editor fields, but IEEEtran.bst does.
The standard BibTeX way of specifying the edition is to use capitalized
ordinal words such as "First", "Second", etc. Most .bst files can convert
up to about "Fifth" into the format needed. IEEEtran.bst can convert up
to "Tenth" to the "Arabic ordinal" form IEEE uses (e.g., "10th"). For
editions over the tenth, it is best to use the "Arabic ordinal" form for
IEEE related work (e.g., "101st")
Note how "Jr." has to be entered.
From the May 2002 issue of "Journal of Lightwave Technology", page 856,
reference #17.
@book{IEEEexample:book,
author = "S. M. Metev and V. P. Veiko",
editor = "Osgood, Jr., R. M.",
title = "Laser Assisted Microtechnology",
edition = "Second",
publisher = "Springer-Verlag",
address = "Berlin, Germany",
year = "1998"
}
book with series and volume
From the January 2000 issue of "IEEE Transactions on Communications",
page 11, reference #31.
@book{IEEEexample:bookwithseriesvolume,
editor = "J. Breckling",
title = "The Analysis of Directional Time Series: Applications to
Wind Speed and Direction",
series = "Lecture Notes in Statistics",
publisher = "Springer",
address = "Berlin, Germany",
year = "1989",
volume = "61"
}
inbook with chapter number. The pages field could also have been given.
The chapter number could be changed to something else such as a section
number via the type field: type = "sec.".
From the May 2002 issue of "IEEE Transactions on Circuits and Systems---I:
Fundamental Applications and Theory", page 638, reference #22.
@inbook{IEEEexample:inbook,
author = "H. E. Rose",
title = "A Course in Number Theory",
publisher = "Oxford Univ. Press",
address = "New York, NY",
year = "1988",
chapter = "3"
}
inbook with pages and note. The language field is not set to Russian
because the title is presented here in its translated, English, form.
From the May 2002 issue of "IEEE Transactions on Magnetics", page 1533,
reference #5.
@inbook{IEEEexample:inbookpagesnote,
author = "B. K. Bul",
title = "Theory Principles and Design of Magnetic Circuits",
publisher = "Energia Press",
address = "Moscow",
year = "1964",
pages = "464",
note = "(in Russian)"
}
incollection with author and editor
From the May 2002 issue of "Journal of Lightwave Technology",
page 807, reference #7.
@incollection{IEEEexample:incollection,
author = "W. V. Sorin",
editor = "D. Derickson",
title = "Optical Reflectometry for Component Characterization",
booktitle = "Fiber Optic Test and Measurement",
publisher = "Prentice-Hall",
address = "Englewood Cliffs, NJ",
year = "1998"
}
incollection with series
From the April 2000 issue of "IEEE Transactions on Communication",
page 609, reference #3.
@incollection{IEEEexample:incollectionwithseries,
author = "J. B. Anderson and K. Tepe",
title = "Properties of the Tailbiting {BCJR} Decoder",
booktitle = "Codes, Systems and Graphical Models",
series = "{IMA} Volumes in Mathematics and Its Applications",
publisher = "Springer-Verlag",
address = "New York",
year = "2000"
}
incollection with author, editor, chapter and pages
From the January 2000 issue of "IEEE Transactions on Communications",
page 16, reference #9.
@incollection{IEEEexample:incollection_chpp,
author = "P. Hedelin and P. Knagenhjelm and M. Skoglund",
editor = "W. B. Kleijn and K. K. Paliwal",
title = "Theory for Transmission of Vector Quantization Data",
booktitle = "Speech Coding and Synthesis",
publisher = "Elsevier Science",
address = "Amsterdam, The Netherlands",
year = "1995",
chapter = "10",
pages = "347-396"
}
incollection with a large number of authors, some authors/journals will
use et al. for so many names. IEEEtran.bst can be configured to do this
if desired, or "R. M. A. Dawson and others" can be used instead.
Note that IEEE may not include the publisher for incollection entries -
IEEEtran.bst will not issue a warning if the publisher is missing for
incollections - but other .bst files often will.
From the June 2002 issue of "IEEE Transactions on Electron Devices",
page 996, reference #12.
@incollection{IEEEexample:incollectionmanyauthors,
author = "R. M. A. Dawson and Z. Shen and D. A. Furst and
S. Connor and J. Hsu and M. G. Kane and R. G. Stewart and
A. Ipri and C. N. King and P. J. Green and R. T. Flegal
and S. Pearson and W. A. Barrow and E. Dickey and K. Ping
and C. W. Tang and S. Van. Slyke and
F. Chen and J. Shi and J. C. Sturm and M. H. Lu",