You are on page 1of 10

HOW TO USE THE IEEETRAN BIBTEX STYLE 1

How to Use the IEEEtran BIBTEX Style


Michael Shell, Member, IEEE

Abstract—This article describes how to use the IEEEtran.bst may not carry the non-IEEE compliant (natbib compatible,
BIBTEX style file to produce bibliographies that conform to the etc.) variants. See the CTAN site [1] for the complete set of
standards of the publications of the Institute of Electrical and files.
Electronics Engineers (IEEE).
IEEEtran_bst_HOWTO.pdf: This documentation.
Index Terms—bibliography, BIBTEX, IEEE, LATEX, paper, ref- IEEEtran.bst: The standard IEEEtran BIBTEX style file
erences, style, template, typesetting.
(unsorted, i.e., references will appear in the order in which
they are cited). Recommended for work that is to be submitted
I. I NTRODUCTION
to the IEEE.
HE IEEEtran.bst BIBTEX style file described in this
T document can be used with BIBTEX to produce LATEX
bibliographies of high quality that are suitable for use in IEEE
IEEEtranS.bst: The IEEEtran BIBTEX style file, but with
additional sorting code, similar to that of plain.bst, which
sorts the entries based on the names of the authors, editors,
publications. Other potential applications include thesis and organizations, etc. Some IEEE conferences/publications may
academic work, especially when such work is in the area of allow/use sorted bibliographies, but the vast majority are
electrical and/or computer engineering. unsorted.
This document applies to version 1.14 and later of the IEEEtranSA.bst: Like IEEEtranS.bst, but with alphanu-
IEEEtran BIBTEX style. Prior versions do not have all of the meric citation tags like alpha.bst. Not for normal IEEE use.
features described here. IEEEtran.bst will display the version IEEEtranN.bst: Like IEEEtran.bst, but based on plainnat.bst
number on the user’s console during execution. The most and is compatible with Patrick W. Daly’s natbib package [10].
recent version of this package can be obtained on CTAN [1] Not for normal IEEE use.
and may also be mirrored at various places within IEEE’s IEEEtranSN.bst: Sorting version of IEEEtranN.bst. Not for
website [2]. Additional support may be found at the IEEEtran normal IEEE use.
homepage [3]. IEEEexample.bib: A BIBTEX database that contains the
It is assumed that the reader has a basic understanding of references shown in the references section of this document.
the operation and use of BIBTEX. Documentation for the use of Users can copy the entries therein to serve as starting tem-
BIBTEX includes the user’s guide [4] as well as supplementary plates. The entries also have comments which may be of
information such as a comprehensive tutorial [5], FAQs [6], additional help.
[7], and a guide using practical examples [8]. The large IEEEfull.bib: A file that contains a comprehensive set
collection of sample bibliographies and string definitions at of BIBTEX string definitions for the full names of IEEE
the TEX User Group Bibliography Archive may also be of journals and magazines. Because IEEE’s bibliography style
help [9]. General support for BIBTEX related questions can be uses abbreviated journal names, this file’s intended use is for
obtained in the usenet newsgroup comp.text.tex. specialized or non-IEEE related work.
Note that the references section of this document is used IEEEabrv.bib: Same as above, but contains the abbreviated
for two purposes: (1) to provide information where additional form of the journal and magazine names. Recommended for
information can be found; and (2) to provide examples of work that is to be submitted to the IEEE.
references created using the IEEEtran BIBTEX style. The first BIBTEX .bst files can be accessed system-wide when they
few citations above fall into the first category, while the vast are placed in the
majority of the citations that follow will serve as examples and
<texmf>/bibtex/bst
are not meant to be actually referred to. Hopefully, it will be
clear from context which way a particular reference is used. directory, where <texmf> is the root directory of the user’s
TEX installation. Similarly, system-wide .bib files (IEEE-
II. I NSTALLATION full.bib and IEEEabrv.bib) can be placed in
The IEEEtran BIBTEX package consists of the following
<texmf>/bibtex/bib
files. Note that the IEEEtran packages from IEEE’s website
On systems that have a local texmf tree (<texmflocal>),
Manuscript created on June 20, 2002; revised August 26, 2015. This
work is distributed under the LATEX Project Public License (LPPL) ( http: which may be named “texmf-local” or “localtexmf”, it
//www.latex-project.org/ ) version 1.3. A copy of the LPPL, version 1.3, is may be advisable to install packages in <texmflocal>, rather
included in the base LATEX documentation of all distributions of LATEX released than <texmf> as the contents of the former, unlike that of the
2003/12/01 or later. The opinions expressed here are entirely that of the author.
No warranty is expressed or implied. User assumes all risk. latter, are preserved after the LATEX system is reinstalled and/or
See http://www.michaelshell.org/ for current contact information. upgraded.

c 2015 Michael Shell
2 HOW TO USE THE IEEETRAN BIBTEX STYLE

Alternatively, on TEX Live and teTEX systems, users can users should be aware that many current BIBTEX styles may
set the BSTINPUTS and BIBINPUTS environment variables not be compatible with BIBTEX databases that employ ad-
to specify the search paths for .bst and .bib files, respectively. vanced features of IEEEtran.bst. BIBTEX will generate an error
Similarly, MiKTEX users can alter the “Input Dirs” path in if it encounters a (cited) entry type that the style file does not
the BibTEX section of the miktex.ini configuration file. On support, but unsupported fields within an entry will simply
some LATEX systems, the directory look-up tables will need to be ignored. For this reason, users are encouraged to keep all
be refreshed after making additions or deletions to the system nonstandard entry types in a BIBTEX database (.bib) file of
files. For TEX Live and teTEX systems this is accomplished their own. The nonstandard IEEEtran.bst entry types are: (1)
via executing “electronic” which is used for internet references; (2) “patent”
texhash which is used for patents; (3) “periodical” which is used for
journals and magazines; and (4) “standard” which is used for
as root. MiKTEX users can run published standards.
initexmf -u The most important extensions to the supported fields will
now be briefly mentioned.
to accomplish the same thing. 1) The URL Field: Every entry type supports an optional
Users not willing or able to install the files system-wide can URL entry field for documents that are available on the
install them in their personal directories, but will then have to internet. URLs will appear at the end of the bibliography entry
provide the path (full or relative) in addition to the filename and proceeded by the words “[Online]. Available:” as is shown
when referring to them in LATEX. in [1]. The IEEE does not place any punctuation at the end of
a URL as this could be mistaken as being part of the URL.
III. U SAGE URLs are notoriously difficult to break properly. IEEEtran.bst
IEEEtran.bst is invoked using the normal LATEX bibliography places all URL text within a \url{} command so as to
commands: provide “plug-and-play” use with packages that provide such a
command. It strongly suggested that, when using entries with
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,mybibfile} URLs, the popular LATEX package url.sty [11] is also loaded to
provide some intelligence in URL line breaking. Alternatively,
String definition files must be loaded before any database files the hyperref.sty package [12] also provides a hyperlinked \u
containing entries that utilize them — so the file names within rl command (which can work in conjunction with url.sty).
the \bibliography command must be listed in a proper Remember, that unless a url handling package is loaded,
order. LATEX will require that special characters such as _, %, etc.,
In standard BIBTEX fashion, new documents will require a be escaped (\_, \%). Failure to do so will result in compilation
LATEX run followed by a BIBTEX run and then two more LATEX errors. Oren Patashnik, BIBTEX’s author, recommends that a
runs in order to resolve all of the references. An additional URL package (such as url.sty) be loaded so that URLs can
series of runs will be required as citations are added to the be conveniently entered in natural, unescaped form. The \u
document. rl command of hyperref.sty version 6.72y (2002-09-12) and
later also does not require unescaped URL characters. Note
A. Resource Requirements that it is not safe to escape URL characters in conjunction
IEEE’s bibliography style has several unique attributes that with url.sty or hyperref.sty as the \url commands of these
increase the complexity of BIBTEX styles that attempt to mimic packages will retain the backslash as-is in the formatted URL.
it. Because the primary design goal of IEEEtran.bst is to Users should be aware that version 1.5 and prior of url.sty
reproduce the IEEE bibliography style as accurately and as interacts with BIBTEX (version 0.99c and prior) in way that can
fully as possible, IEEEtran.bst will consume significantly more result in the anomalous appearance of “%” symbols within
computation resources (especially memory) during execution the URLs. To avoid this problem, be sure that the url.sty
than many other BIBTEX style files. Most modern BIBTEX used is at least version 1.6. If used, hyperref.sty should be at
installations will be able to meet these demands without least version 6.70s (2000-08-31) for the same reason. Finally,
problem. However, some earlier BIBTEX platforms, especially users should be aware that hyperref hyperlinked text, including
those running on the MS Windows operating system, may URLs, cannot normally be broken across lines or pages under
be unable to provide the required memory space. Users who DVI (but not PDF) output. To get around this limitation, use
encounter BIBTEX resource limitations should upgrade their the breakurl.sty package [13] with hyperref.sty under DVI
BIBTEX installation. output.
Even with intelligent URL breaking, formatting an entry
with a URL can still pose challenges as URLs may contain
B. Nonstandard Extensions long segments within which breaks are not possible (or at least
Another, related, issue is that IEEEtran.bst provides exten- strongly discouraged). In its publications, the IEEE deals with
sions beyond the standard BIBTEX entry types and fields. These this problem by allowing the interword space to stretch more
additional features are necessary for IEEE style work and were than usual. To accomplish this, IEEEtran.bst automatically
designed to closely follow the existing as well as “probable engages a “super-stretch” feature for every entry that contains
future” releases of the standard BIBTEX styles. Nevertheless, a URL. The interword spacing within entries that contain
HOW TO USE THE IEEETRAN BIBTEX STYLE 3

URLs is allowed to stretch up to four times normal without is placed, as given, in normal font, just after the title (or
causing underfull hbox warnings. Reference [7] illustrates this booktitle, if used) of the entry.
feature. The IEEE exploits this feature most often for electronic
Section VII discusses how users can control the amount references, but it has application with any entry whose exact
of allowed stretch in entries with URLs. Alternatively, the form would be unclear without additional information (unlike
default value of this stretch factor can be adjusted via a optional notes which tend to be more “by the way” in nature).
LATEX command, which must be placed before the bibliography See Section V for more details.
begins:
\newcommand\BIBentryALTinterwordstretchfactor{
2.5} C. The BIBdecl Command Hook
However, these adjustment mechanisms are of limited use for IEEEtran.bst generated bibliographies feature a command
reducing the stretch factor because doing so usually just results hook (\BIBdecl) that is executed just prior to the first item
in underfull hbox warnings. Another way to handle problem in the bibliography list. This hook can be used to modify the
URLs is to configure url.sty to allow more possible break default behavior of an existing bibliography environment. For
points. example,
2) The Language Field: IEEEtran.bst supports an optional
language field which allows alternate hyphenation patterns to \newcommand{\BIBdecl}{\bfseries\setlength{\ite
be used for the title and/or booktitle fields when these fields msep}{1\baselineskip plus 0.1\baselineskip min
us 0.1\baselineskip}
are in language other than the default. For examples, see
\bibliographystyle{IEEEtran}
Sections V-N and VI-C as they each contain a reference that \bibliography{IEEEabrv,mybibfile}
uses the language field. This feature is especially important
for languages that alter the spelling of words based on how will result in a bibliography that is set in bold with entries
they are hyphenated. that are spaced with an extra blank line (assuming they were
Unlike some other BIBTEX style files, the use of the Babel single spaced to begin with).
package is not required to use this feature. In fact, Babel.sty
should not be loaded with IEEEtran.cls as the former can
interfere with the latter. However, the names given in the D. Use With Cross-referenced Entries
language field must follow Babel’s convention for the names
of the hyphenation patterns. See the Babel documentation for IEEE bibliographies do not normally contain references that
details [14]. refer to other references. Therefore, IEEEtran.bst does not
It is a TEX limitation that, to be available for use, a hyphen- format entries that use cross references (via the crossref field)
ation pattern must be loaded within a “format file” (memory any differently from entries that don’t. Nevertheless, it does
image) and, therefore, cannot be loaded when running a .tex allow the entries using the crossref field to silently inherent any
file. A list of available patterns is displayed on the console missing fields from their respective cross-referenced entries
each time LATEX is started. If a requested hyphenation pattern in the standard BIBTEX manner. However, users who take
is not available, the default will be used and a warning will be advantage of this “parent/child” feature are cautioned that
issued. Users wishing to add hyphenation patterns will need BIBTEX will automatically, and without warning, add a cross-
to activate the desired ones in their referenced entry to the end of the bibliography if the number of
references using the cross-reference is equal to or greater than
<texmf>/tex/generic/config/language.dat
“min-crossrefs”. Because such additional entries are unwanted
file and rebuild their LATEX format file1 . Adding hyphenation in IEEE style, users who employ cross-referenced entries
patterns does reduce the amount of memory available to TEX, need to ensure that the cross-referenced entries are not added
so it cannot be done with impunity. to the bibliography. The default value of min-crossrefs on
Some languages may require a slightly different entry most BIBTEX systems is two. Unfortunately, this value is set
format than is done in English. For example, extra braces are when BIBTEX is compiled and cannot be altered within .bst
needed to preserve the capitalization of the first letter of each files. However, BIBTEX does offer a way to control it on
word in German titles. the command line. Therefore, when using cross-referenced
3) Expanded Use of the Howpublished Field: The standard entries, users must remember to set min-crossrefs to a large
BIBTEX styles support the howpublished field for the booklet value (greater than the number of bibliography entries) when
and misc entry types. IEEEtran.bst extends this to also include invoking BIBTEX:
electronic, manual, standard and techreport. The rational for
bibtex -min-crossrefs=900 myfile
doing this is because, with these entry types, there is often
a need to explain in what form the given work was pro- Because cross-referenced entries must always appear after any
duced. The additional information provided by howpublished entries that refer to them, it is recommended that the cross-
1 On T X Live and teT X systems, this can be accomplished simply referenced entries be kept in separate (.bib) file(s) so that they
E E
by running “fmtutil-sys --all” as root. For MiKTEX users, the can be loaded after the other (.bib) database files:
command “initexmf --dump”, or the equivalent in the MiKTEX GUI
setup/configuration utility, will do the trick. \bibliography{IEEEabrv,mybibfile,myxrefbibs}
4 HOW TO USE THE IEEETRAN BIBTEX STYLE

IV. E XAMPLES OF THE T HREE M OST C OMMONLY U SED which is shown as reference [17].
E NTRY T YPES The IEEE typically prepends “Proc.” to the conference name
Journal articles, conference papers and books account for (when forming the booktitle field):
the vast majority of references in most IEEE bibliographies. booktitle = "Proc. {ECOC}’99",
It may be helpful to the user to briefly illustrate a simple
example of each of these common entry types before divulging IEEEtran.bst does not do this automatically as it may not be
into ones with more complex or obscure details. appropriate for every conference.
A typical journal article entry looks like The conference entry type is also available as an alias for
inproceedings. There is no functional difference between the
@article{IEEEexample:article_typical,
author = "S. Zhang and C. Zhu and J. K. O. Sin
two.
and P. K. T. Mok", Finally, a typical book entry looks like
title = "A Novel Ultrathin Elevated Channel
Low-temperature Poly-{Si} {TFT}", @book{IEEEexample:book_typical,
journal = IEEE_J_EDL, author = "B. D. Cullity",
volume = "20", title = "Introduction to Magnetic Materials",
month = nov, publisher = "Addison-Wesley",
year = "1999", address = "Reading, MA",
pages = "569-571" year = "1972"
} }

which is shown as reference [15]. Using an entry key prefix which is shown as reference [18]. One of the unusual attributes
that is used only by the given database file (“IEEEexample” of IEEE bibliography references is that, when formatting
in the above entry) ensures that the entry key will remain entries, they precede the publisher address with a period and
unique even if multiple database files are used simultaneously. a larger than normal space.
Although initials are used for the first names here, users are
encouraged to use full names whenever they are known as
IEEEtran.bst will automatically abbreviate names as needed V. S UPPORTED E NTRY T YPES
(but BIBTEX styles that use full names will require them to be
present). Likewise, it is a good idea to provide all the authors’ The fields that are recognized by each entry type are shown
names rather than using “and others” to get “et al.” [16]. Sec- at the beginning of each of the subsections below. A bold
tion VII describes how IEEEtran.bst can be configured to force font indicates a required field, while a slanted font is used
the use of “et al.” if the number of names exceeds a set limit. to indicate fields that are extensions that may not be supported
Within the title, braces are used to preserve the capitaliza- by the standard BIBTEX styles for the given entry type.
tion of acronyms. The journal name is entered as a string that The reader is reminded that IEEEexample.bib file contains
is defined in the IEEEabrv.bib file. Not only does this approach the actual BIBTEX entries that were used to make the references
reduce the probability of spelling mistakes, but it allows the demonstrated here.
user to instantly switch to full journal names by using the
IEEEfull.bib definitions instead (not for use with work to be
submitted to the IEEE). In like fashion, the month is entered as A. Article
a standard BIBTEX three letter code2 so that the month format Supported fields: author, title, language,
can automatically be controlled by the string (macro) month journal, volume, number, pages, month, year, note,
name definitions provided within every .bst file. url.
It is generally a good idea to also provide the journal
Another typical journal article is shown in [19]. Because
number, but many journal article references in IEEE publi-
the referenced journal was not published by the IEEE, the
cations do not show the number. Section VII discusses how
IEEEabrv.bib file will not contain the needed string definition.
the user can configure IEEEtran.bst to ignore journal numbers
So, the user will either have to make his/her own supple-
for articles.
mentary string definition file, or enter the abbreviated journal
A typical paper in a conference proceedings entry looks like
name directly into the journal field. See published IEEE
@inproceedings{IEEEexample:conf_typical, bibliographies for examples of how to properly abbreviate the
author = "R. K. Gupta and S. D. Senturia",
title = "Pull-in Time Dynamics as a Measure
journal name at hand. Note also how the IEEE uses small
of Absolute Pressure", spaces to divide page (and other) numbers with five digits
booktitle = "Proc. {IEEE} International Workshop or more into groups of three. As mentioned previously, the
on Microelectromechanical Systems
({MEMS}’97)",
display of the number field for articles can be controlled (see
address = "Nagoya, Japan", Section VII).
month = jan, Sometimes it is desirable to put extra information into the
year = "1997",
pages = "290-294" month field such as the day, or additional months [20]. This
} is accomplished by using the BIBTEX concatenation operator
“#”:
2 For reference, these are: jan, feb, mar, apr, may, jun, jul, aug, sep, oct,
nov and dec. month = sep # "/" # oct,
HOW TO USE THE IEEETRAN BIBTEX STYLE 5

1) Articles Pending Publication: Articles that have not yet chapter and pages fields [30]. Also, the type field can be used
been published can be handled as a misc type with a note [21]: to override the word chapter.
@misc{IEEEexample:TBPmisc, The IEEE sometimes uses incollection somewhat like inpro-
author = "M. Coates and A. Hero and R. Nowak ceedings when the book in question is a composition of articles
and B. Yu", from various conferences [31]. For such use, the differences
title = "Internet Tomography",
howpublished = IEEE_M_SP, between incollection and inproceedings are minor — one
month = may, distinctive sign is that, with incollection, the volume number
year = "2002", appears after the date, while with inproceedings it appears
note = "to be published"
} before. To better support such use, IEEEtran.bst, unlike the
standard BIBTEX styles, does not require a publisher field for
(date information is optional) or they can be handled as an incollection entries.
article type with the pending status in the year field [22]:
@article{IEEEexample:TBParticle, E. Booklet
author = "N. Kahale and R. Urbanke",
title = "On the Minimum Distance of Parallel Supported fields: author, title, language,
and Serially Concatenated Codes", howpublished, organization, address, month, year,
journal = IEEE_J_IT,
year = "submitted for publication" note, url.
} Booklet is used for printed and bound works that are not
formally published. IEEEtran.bst formats titles of booklets like
B. Book articles — not like manuals and books. A primary difference
between booklet and unpublished is that the former is/was
Supported fields: author and/or editor, title,
distributed by some means. Booklet is rarely used in IEEE
language, edition, series, address, publisher,
bibliographies.
month, year, volume, number, note, url.
Books may have authors [18], editors [23] or both [24]. Note
that the standard BIBTEX styles do not support book entries F. Manual
with both author and editor fields, but IEEEtran.bst does. Supported fields: author, title, language, edition,
The standard BIBTEX way of entering edition numbers is in howpublished , organization, address, month, year,
capitalized ordinal word form: note, url.
edition = "Second",
Technical documentation is handled by the manual entry
type [32]. Note that the cited example places the databook
IEEEtran.bst can automatically convert up to the tenth edition part number with the title. Perhaps a more correct approach
to the “Arabic ordinal” form (e.g., “2nd”) that the IEEE uses. would be to put this information into the howpublished field
For editions over the tenth in references that are to be used in instead [33]. However, other BIBTEX styles will probably not
IEEE style bibliographies, it is best to enter edition fields in support the howpublished field for manuals.
the “Arabic ordinal” form (e.g., “101st”).
A book may also be part of a series and have a volume or G. Inproceedings/Conference
number [25].
Supported fields: author, title, intype,
booktitle, language, series, editor, volume,
C. Inbook number, organization, address, publisher, month,
Supported fields: author and/or editor, title, year, paper , type, pages, note, url.
language, edition, series, address, publisher, References of papers in conference proceedings are handled
month, year, volume, number, chapter, type, pages, by the inproceedings or conference entry types. These two
note, url. types are functionally identical and can be used interchange-
Inbook is used to reference a part of a book, such as a ably.
chapter [26] or selected page(s) [27]. The type field can be If desired, the days of the conference can be added to the
used to override the word chapter (for which the IEEE uses month via the BIBTEX concatenation operator “#” [34]:
the abbreviation “ch.”) when the book uses parts, sections, etc., month = dec # " 5--9,",
instead of chapters
Although not common with conference proceedings, the
type = "sec.",
volume and number fields are also supported [35]. Note that,
unlike the other entry types, the IEEE places such information
D. Incollection prior to the date. From IEEE’s viewpoint, the location and
Supported fields: author, title, booktitle, date of the conference may form the dividing point between
language, edition, series, editor, address, information related to identifying which proceedings and
publisher, month, year, volume, number, chapter, information that pertains to the location of the information
type, pages, note, url. referenced therein (pages, etc.).
Incollection is used to reference part of a book having its IEEEtran.bst supports a paper field (a nonstandard exten-
own title [28]. Like book, incollection supports the series [29], sion) for paper numbers [36]:
6 HOW TO USE THE IEEETRAN BIBTEX STYLE

paper = "11.3.4", L. Unpublished


The type field can be used to override the default paper type Supported fields: author, title, language, month,
(“paper”) [37]: year, note, url.
The unpublished entry type is used for documents that have
type = "postdeadline paper",
not been formally published. The IEEE typically just uses
Section VII describes how these extensions can be disabled “unpublished” for the required note field [46].
if desired for journals with bibliographies that tend not to
display such information (while allowing the user to retain M. Electronic (IEEEtran.bst extension)
such information in the database entries for those journals that Supported fields: author, month, year, title,
do). language, howpublished, organization, address,
There are events that happen during conferences that may note, url.
not be in the written proceedings record (speeches, etc.). IEEEtran.bst provides the electronic entry type for internet
Sometimes it is necessary to reference such things. For these references [47], [48]. IEEEtran.bst also provides the aliases
occasions, IEEEtran.bst supports the intype field (a nonstan- “online”, “internet”, “webpage” and “www” for compatibility
dard extension) which can override the word “in” in the with some existing BIBTEX database and style files. However,
reference [38]: “electronic” (or perhaps “online” for those who also use
intype = "presented at the", Philipp Lehman’s biblatex [49]) should be used for all new
Note that when using intype, the booktitle field is no longer work. The IEEE formats electronic references differently by
italicized because the book that contains the written conference not using italics or quotes and separating fields with periods
record is no longer what is being referred to. rather than commas. Also, the date is enclosed within paren-
theses and is placed closer to the title. This is probably done
H. Proceedings to emphasize that electronic references may not remain valid
on the rapidly changing internet. Note also the liberal use of
Supported fields: editor, title, language, series,
the howpublished field to describe the form or category of the
volume, number, organization, address, publisher,
entries.
month, year, note, url.
The organization and address fields may also be used [50].
It is rare to need to reference an entire conference proceed-
ings, but, if necessary, the proceedings entry type can be used
N. Patent (IEEEtran.bst extension)
to do so.
Supported fields: author, title, language, assignee,
I. Mastersthesis address, nationality , type, number, day , dayfiled ,
month, monthfiled , year or yearfiled , note, url.
Supported fields: author, title, language, type,
Patents are supported by IEEEtran.bst. The nationality field
school, address, month, year, note, url.
provides a means to handle patents from different countries
Master’s (or minor) theses can be handled with the master-
[51], [52]
sthesis entry type [39]. The optional type field can be used to
override the words “Master’s thesis” if a different designation nationality = "United States",
is desired [40]: or
type = "M. Eng. thesis", nationality = "Japanese",

J. Phdthesis Note that, with the exception of the U.S., the word for the
nationality of a patent is not usually the same as the word
Supported fields: author, title, language, type,
for the country that issued the patent. The nationality for a
school, address, month, year, note, url.
U.S. patent can be entered either as “U.S.” or “United States”.
The phdthesis entry type is used for Ph.D. dissertations
IEEEtran.bst will automatically detect and convert the latter
(major theses) [41]. Like mastersthesis, the type field can be
form to “U.S.” as is done by IEEE. The nationality should be
used to override the default designation.
capitalized.
The assignee and address (of the assignee) fields are not
K. Techreport
used by the IEEE or IEEEtran.bst. However, they are provided,
Supported fields: author, title, language, and proper values should be assigned to them (if known) for
howpublished , institution, address, number, type, all patent entries as other BIBTEX styles may use them.
month, year, note, url. The type field provides a way to override the “patent”
Techreport is used for technical reports [42]. The optional description with other patent related descriptions such as
type field can be used to override the default designation “patent application” or “patent request” [53]:
“Tech. Rep.” [43], [44]. This entry type is also suitable
type = "Patent Request",
for reports about standards (use the standard entry type for
complete and/or proposed standards) and changes thereof [45]. In order to provide full support for both patents and patent
Note that some IEEE journals do not abbreviate the task group applications, two sets of date fields are provided. One set
(e.g., “TGe” versus “Task Group E”). pertains to the date the patent was granted (day, month and
HOW TO USE THE IEEETRAN BIBTEX STYLE 7

year) the other pertains to the date the patent application was B. Software Packages
filed (dayfiled, monthfiled and yearfiled). There is a slight Because of the intangible nature of software, it is recom-
complication because the IEEE displays only one date for mended that the user manual be what is actually referenced
references of patents or patent applications. IEEEtran.bst looks [62]. For software that is primarily distributed online, the
for the presence of the year and yearfiled files. If the year electronic entry type may be a good choice [63]. As a last
field is present, the set pertaining to the date granted is used. resort, the misc entry type can be employed.
Otherwise, IEEEtran.bst uses the set pertaining to the date
filed.
C. Laws and Regulations
O. Periodical (IEEEtran.bst extension) Legal documents and laws are probably best handled by
Supported fields: editor, title, language, series, the misc type [64]. The howpublished field can handle the
volume, number, organization, month, year, note, regulation number/description, while the organization field
url. can carry the issuing body. The cited example also uses the
The periodical entry type is used for journals and magazines language field as it is written in German.
[54].
P. Standard (IEEEtran.bst extension) D. Internet RFCs
Supported fields: author, title, language, Internet “Request For Comments” (RFC) documents are
howpublished , organization or institution, type, usually handled via the misc entry type [65]. The howpub-
number, revision, address, month, year, note, url. lished field can contain the RFC number. Because of the online
The standard entry type is used for proposed or formally nature of RFCs, it is a good idea to provide a URL field if at
published standards [55]. For the name of the issuing entity, all possible. Alternatively, RFCs can be handled as electronic
either the organization or institution fields can be used based entry types, albeit with less portability (under other .bst files).
on whatever the preference of the issuing entity may be. The
IEEE (and thus IEEEtran.bst) does not display the address of E. Other References
the issuing organization/institution, but this information should When dealing with a reference that does not fit into any of
be provided as other BIBTEX styles might. the categories of the previous examples, the best strategy is to
The type field can be used to override the default description use the closest one that fits. If that fails, fall back on the misc
“std.” while the optional revision field can be used to provide entry type.
a revision number [56]: Sometimes the most difficult step is determining what a par-
type = "Working Draft Proposed Standard", ticular reference actually is. Consider [66] which appeared in
revision = "5.2", an IEEE journal. Now, from the appearance of this reference,
Alternatively, the misc entry type, along with its howpub- one could conclude that what is being cited is an article that
lished field, can be used to create references of standards [57]. appeared in a journal called “Blue Book”. However, CCSDS’s
As mentioned in Section V-K, the technical report entry Blue Books are actually a series of books, number four of
type is used for reports about, and mere revisions/changes which is what is being referenced. So, it might be better
to, standards [45]. Thanks to Guido Hiertz for providing to use the book entry type with a series field [67]. (Also,
information about how to correctly handle such reports. note in this reference how the IEEE replaces author names
that are identical to the previous reference with a long dash.)
Q. Misc But, using the author field for organizations is not a good
Supported fields: author, title, language, practice. Therefore, the manual entry type, which provides an
howpublished, organization, address, pages, month, organization field and does not require an author, might be
year, note, url. even better [68]. The howpublished field is used for the Blue
Misc is the most flexible type and can be used when none of Book series and number.
the other entry types are applicable. The howpublished field Upon even closer inspection, one finds that Blue Book
can be used to describe what exactly (or in what form) the number four is actually a request for a standard! So, perhaps
reference is (or appears as). Note that IEEEtran.bst, unlike the the best approach is to use the IEEEtran.bst entry type for
standard styles, also supports the organization, address and standards [69].
pages fields.
Possible applications include technical-report-like entries VII. T HE IEEE TRAN BST C ONTROL E NTRY T YPE
that lack an institution [58], white papers [59] and data sheets IEEEtran.bst provides a very special entry type that can be
[60]. used to externally control some aspects of the bibliography
style. By altering these controls, a user can make adjustments
VI. U NUSUAL T YPES OF R EFERENCES
in order to (1) compensate for minor variations in the typical
A. Private Communication bibliography styles of the various IEEE journals; (2) tweak
Private communication entries can be created using the certain aspects of the produced bibliographies to better suit
misc type with a note indicating “private communication” or the particular taste of the author (within the bounds of IEEE’s
“personal correspondence”, etc., [61]. standards); and (3) provide a limited means to implement
8 HOW TO USE THE IEEETRAN BIBTEX STYLE

changes that might be desirable in certain types of non-IEEE \endcsname construct and the resulting command sequence
related work such as theses. IEEEtran.bst is not a universal contains the output file number.
style — alterations beyond those described here are outside of \bstctlcite is silent — it will not add any entry to, or
the scope of IEEEtran.bst’s design. Users are cautioned that affect the numbering of, the bibliography, nor will it place
changes to some of the controls can result in a bibliography any citation numbers in the main text. There are two main
style that is no longer compliant to IEEE’s style. limitations on its use:
In order to access the IEEEtran.bst controls, users must 1) For the unsorted BIBTEX style, it must be placed before
create an “IEEEtranBSTCTL” entry in one of their database any entries that it is to affect. Because the user will
(.bib) files: almost always want to apply the changes to all the
@IEEEtranBSTCTL{IEEEexample:BSTcontrol, bibliography entries, a good location is just after \be
CTLuse_article_number = "yes", gin{document}. For the sorting style, control entries
CTLuse_paper = "yes", will automatically be given a sort key value that will
CTLuse_url = "yes",
CTLuse_forced_etal = "no", put them at the beginning of the references. If this is
CTLmax_names_forced_etal = "10", not desired, a control entry can be manually given a
CTLnames_show_etal = "1", key field with a value that will result in the desired sort
CTLuse_alt_spacing = "yes",
CTLalt_stretch_factor = "4", position.
CTLdash_repeated_names = "yes", 2) operation is “one shot.” That is to say the same control
CTLname_format_string = "{f.˜}{vv˜}{ll}{, jj}", entry cannot be used again (within the same bibliogra-
CTLname_latex_cmd = "",
CTLname_url_prefix = "[Online]. Available:" phy). However, it is possible to call another control entry
} that uses a different key name. This behavior is directly
related to the way BIBTEX allows a reference to be cited
The above example shows all of the available control fields and multiple times, yet still produces only one entry within
their default values. Only the fields that need to be changed the bibliography.
have to be listed in a control entry — fields that are missing
will not be altered. The changes are activated by citing the A. BST Control Entry Fields
control entry type (in the user’s .tex file) using a special cite
Here is a brief description of each of the control entry fields.
command which is a modified version of \nocite:
CTLuse_article_number: Setting this to “no” will turn off
\bstctlcite{IEEEexample:BSTcontrol} the display of the number field for articles. “yes” enables.
This command is provided by the IEEEtran.cls LATEX class This is useful for IEEE publications that tend not to show the
as well as by the IEEEtrantools.sty package [1]. Users using number field for referenced articles, but the user wishes to
other class or package files will have to manually define the include the number field in the database entries. Turning off
command in the preamble of their document: the display of the number fields for articles can also help to
give more consistent results if the database article entries are
\makeatletter erratic in their inclusion of the number field. The default value
\def\bstctlcite{\@ifnextchar[{\@bstctlcite}{\@bstctl
cite[@auxout]}} is “yes”.
\def\bstctlcite[#1]#2{\@bsphack CTLuse_paper: Likewise, setting this to “no” turns off the
\@for\@citeb:=#2\do{% display of paper and type fields for inproceedings entries.
\edef\@citeb{\expandafter\@firstofone\@citeb}%
\if@filesw\immediate\write\csname #1\endcsname{\s “yes” enables. The default value is “yes”.
tring\citation{\@citeb}}\fi}% CTLuse_url: This setting controls the display of URLs. The
\@esphack} default value is “yes”.
\makeatother
CTLuse_forced_etal: Setting this to “yes” enables IEEE-
The source code of \bstctlcite can also be found in the tran.bst to automatically truncate a list of author names and
comments near the top of the IEEEtran.bst file. \bstctl force the use of “et al.” if the number of authors in an entry
cite also supports an optional argument to allow for the exceeds a set limit. “no” disables. The default value is “no”.
specification of an alternate auxiliary file. This may be useful CTLmax_names_forced_etal: This value is the maximum
when using packages that produce multiple bibliographies, number of names that can be present beyond which “et al.”
such as multibib.sty [70]: usage is forced (if forced “et al.” is enabled). The default value
\usepackage{multibib}
is 10.
. CTLnames_show_etal: The number if names that are shown
. with a forced “et al.” Must be less than or equal to CTLmax_
\newcites{sec}{Secondary Literature} names_forced_etal. The default value is 1.
\bstctlcite[@auxoutsec]{BSTcontrol2}
CTLuse_alt_spacing: Setting this to “no” will shut off
The default auxiliary file specifier is “@auxout”, to which the alternate interword spacing for entries with URLs. This
multibib appends a suffix of each bibliography name given as feature may be of use to those who do not want the entries in
the first argument to \newcites. Other packages may have the bibliography files (.bbl) to contain the added LATEX code
different auxiliary file naming conventions. For those of you required by this feature. The default value is “yes”. Alternate
who know TEX, the \bstctlcite command evaluates the interword spacing will not be used if the display of URLs is
contents of the optional argument within a \csname ... disabled regardless of the value of this setting.
HOW TO USE THE IEEETRAN BIBTEX STYLE 9

CTLalt_stretch_factor: If alternate interword spacing for [8] K.-J. Kim. (2005, Nov.) A BIBTEX guide via examples. bibtex_guide.pdf.
entries with URLs is enabled, this is the interword spacing [Online]. Available: http://www.geocities.ws/kijoo2000/
[9] N. H. F. Beebe. (2010, Dec.) TEX user group bibliography archive.
stretch factor that will be used. For example, the default value [Online]. Available: http://www.math.utah.edu/pub/tex/bib/index-table.
of 4 means that the interword spacing in entries with URLs html
can stretch to four times normal. The given value does not [10] P. W. Daly and A. Ogawa. (2010, Sep.) The natbib package. [Online].
Available: http://www.ctan.org/pkg/natbib
have to be an integer. [11] D. Arseneau. (2013, Dec.) The url package. [Online]. Available:
CTLdash_repeated_names: Setting this to “no” turns off the http://www.ctan.org/pkg/url
use of dashes for entries with names that are identical to those [12] S. Rahtz and H. Oberdiek. (2012, Nov.) The hyperref package. [Online].
Available: http://www.ctan.org/pkg/hyperref
of the previous entry (repeated names) [67]. May be useful for [13] V. da Camara Neto. (2013, Apr.) The breakurl package. [Online].
non-IEEE related work. The IEEE normally does this, so the Available: http://www.ctan.org/pkg/breakurl
default value is “yes”. [14] J. L. Braams and J. Bezos. (2014, Sep.) The Babel package. [Online].
Available: http://www.ctan.org/pkg/babel
CTLname_format_string: This is the BIBTEX name format [15] S. Zhang, C. Zhu, J. K. O. Sin, and P. K. T. Mok, “A novel ultrathin
string that controls the format of the author and editor names. elevated channel low-temperature poly-Si TFT,” IEEE Electron Device
See [71] for more information. Do not alter this control for Lett., vol. 20, pp. 569–571, Nov. 1999.
[16] F. Delorme et al., “Butt-jointed DBR laser with 15 nm tunability grown
work that is to be submitted to the IEEE. in three MOVPE steps,” Electron. Lett., vol. 31, no. 15, pp. 1244–1245,
CTLname_latex_cmd: If not empty, specifies a LATEX com- 1995.
mand, that must use a single argument, which is to process [17] R. K. Gupta and S. D. Senturia, “Pull-in time dynamics as a measure
of absolute pressure,” in Proc. IEEE International Workshop on Micro-
each of the (formatted) author and editor names in all the electromechanical Systems (MEMS’97), Nagoya, Japan, Jan. 1997, pp.
entries. For example, using 290–294.
[18] B. D. Cullity, Introduction to Magnetic Materials. Reading, MA:
CTLname_latex_cmd = "\textsc" Addison-Wesley, 1972.
[19] A. Castaldini, A. Cavallini, B. Fraboni, P. Fernandez, and J. Piqueras,
will result in all of the author and editor names being rendered “Midgap traps related to compensation processes in CdTe alloys,” Phys.
in the small caps font. Because the IEEE does not use a Rev. B., vol. 56, no. 23, pp. 14 897–14 900, 1997.
[20] Y. Okada, K. Dejima, and T. Ohishi, “Analysis and comparison of PM
different font for names, this control should not be used for synchronous motor and induction motor type magnetic bearings,” IEEE
work that is to be submitted to the IEEE. The default is empty. Trans. Ind. Appl., vol. 31, pp. 1047–1053, Sep./Oct. 1995.
CTLname_url_prefix: The prefix text used before URLs (if [21] M. Coates, A. Hero, R. Nowak, and B. Yu, “Internet tomography,” IEEE
Signal Process. Mag., May 2002, to be published.
the display of URLs is enabled). The default is “[Online]. [22] N. Kahale and R. Urbanke, “On the minimum distance of parallel and
Available:”. Note that a space will be automatically inserted serially concatenated codes,” IEEE Trans. Inf. Theory, submitted for
after this text. If this space is not wanted, just end the string publication.
[23] J. C. Candy and G. C. Temes, Eds., Oversampling Delta-Sigma Data
with \relax. Do not alter this control for work that is to be Converters Theory, Design and Simulation. New York: IEEE Press.,
submitted to the IEEE. 1992.
[24] S. M. Metev and V. P. Veiko, Laser Assisted Microtechnology, 2nd ed.,
R. M. Osgood, Jr., Ed. Berlin, Germany: Springer-Verlag, 1998.
ACKNOWLEDGMENT [25] J. Breckling, Ed., The Analysis of Directional Time Series: Applications
to Wind Speed and Direction, ser. Lecture Notes in Statistics. Berlin,
The author would like to thank Laura Hyslop, Ken Raw- Germany: Springer, 1989, vol. 61.
son, Kevin Lisankie and Mona Mittra of the IEEE for her [26] H. E. Rose, A Course in Number Theory. New York, NY: Oxford Univ.
help with obtaining the definitions for the IEEE journal and Press, 1988, ch. 3.
[27] B. K. Bul, Theory Principles and Design of Magnetic Circuits. Moscow:
magazine names and abbreviations. Also deserving recognition Energia Press, 1964, p. 464, (in Russian).
are Patrick W. Daly, for producing the makebst package from [28] W. V. Sorin, “Optical reflectometry for component characterization,” in
which some algorithms were borrowed; Howard Trickey, Oren Fiber Optic Test and Measurement, D. Derickson, Ed. Englewood
Cliffs, NJ: Prentice-Hall, 1998.
Patashnik, Silvano Balemi and Richard H. Roy for their work [29] J. B. Anderson and K. Tepe, “Properties of the tailbiting BCJR de-
on earlier versions of IEEE BIBTEX styles; and Javier Bezos coder,” in Codes, Systems and Graphical Models, ser. IMA Volumes in
for his helpful suggestions on the implementation of the Mathematics and Its Applications. New York: Springer-Verlag, 2000.
[30] P. Hedelin, P. Knagenhjelm, and M. Skoglund, “Theory for transmission
language field. Oren also kindly reviewed the beta release and of vector quantization data,” in Speech Coding and Synthesis, W. B.
made many suggestions that improved the final version. Kleijn and K. K. Paliwal, Eds. Amsterdam, The Netherlands: Elsevier
Science, 1995, ch. 10, pp. 347–396.
[31] R. M. A. Dawson, Z. Shen, D. A. Furst, S. Connor, J. Hsu, M. G. Kane,
R EFERENCES R. G. Stewart, A. Ipri, C. N. King, P. J. Green, R. T. Flegal, S. Pearson,
W. A. Barrow, E. Dickey, K. Ping, C. W. Tang, S. V. Slyke, F. Chen,
[1] M. Shell. (2015) IEEEtran webpage on CTAN. [Online]. Available: J. Shi, J. C. Sturm, and M. H. Lu, “Design of an improved pixel for a
http://www.ctan.org/pkg/ieeetran polysilicon active-matrix organic LED display,” in SID Tech. Dig., 1998,
[2] (2015) The IEEE website. [Online]. Available: http://www.ieee.org/ vol. 29, pp. 11–14.
[3] M. Shell. (2015) IEEEtran homepage. [Online]. Available: http: [32] FLEXChip Signal Processor (MC68175/D), Motorola, 1996.
//www.michaelshell.org/tex/ieeetran/ [33] FLEXChip Signal Processor, MC68175/D, Motorola, 1996.
[4] O. Patashnik. (2010, Nov.) BIBTEXing. btxdoc.pdf. [Online]. Available: [34] M. S. Yee and L. Hanzo, “Radial basis function decision feedback
http://www.ctan.org/pkg/bibtex equaliser assisted burst-by-burst adaptive modulation,” in Proc. IEEE
[5] N. Markey. (2009, Oct.) Tame the beast — the b to x of BIBTEX. Globecom ’99, Rio de Janeiro, Brazil, Dec. 5–9, 1999, pp. 2183–2187.
[Online]. Available: http://www.ctan.org/pkg/tamethebeast [35] M. Yajnik, S. B. Moon, J. Kurose, and D. Towsley, “Measurement and
[6] D. Hoadley and M. Shell. (2007, Jan.) BIBTEX tips and FAQ. modeling of the temporal dependence in packet loss,” in Proc. IEEE
btxFAQ.pdf. [Online]. Available: http://mirror.ctan.org/biblio/bibtex/ INFOCOM’99, vol. 1, New York, NY, Mar. 1999, pp. 345–352.
contrib/doc/btxFAQ.pdf [36] M. Wegmuller, J. P. von der Weid, P. Oberson, and N. Gisin, “High
[7] R. Fairbairns. (2014, Jun.) The TEX FAQ. [Online]. Available: resolution fiber distributed measurements with coherent OFDR,” in Proc.
http://www.tex.ac.uk/ ECOC’00, 2000, paper 11.3.4, p. 109.
10 HOW TO USE THE IEEETRAN BIBTEX STYLE

[37] B. Mikkelsen, G. Raybon, R.-J. Essiambre, K. Dreyer, Y. Su., L. E. Nel- [53] F. Kowalik and M. Isard, “Estimateur d’un défaut de fonctionnement
son, J. E. Johnson, G. Shtengel, A. Bond, D. G. Moodie, and A. D. Ellis, d’un modulateur en quadrature et étage de modulation l’utilisant,”
“160 Gbit/s single-channel transmission over 300 km nonzero-dispersion French Patent Request 9 500 261, Jan. 11, 1995.
fiber with semiconductor based transmitter and demultiplexer,” in Proc. [54] IEEE Personal Commun. Mag., Special Issue on Wireless ATM, vol. 3,
ECOC’99, 1999, postdeadline paper 2-3, pp. 28–29. Aug. 1996.
[38] S. G. Finn, M. Médard, and R. A. Barry, “A novel approach to automatic [55] Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY)
protection switching using trees,” presented at the Proc. Int. Conf. Specification, IEEE Std. 802.11, 1997.
Commun., 1997. [56] Fiber Channel Physical Interface (FC-PI), NCITS Working Draft Pro-
[39] N. C. Loh, “High-resolution micromachined interferometric accelerome- posed Standard, Rev. 5.2, 1999.
ter,” Master’s thesis, Massachusetts Institute of Technology, Cambridge, [57] I. Widjaja and A. Elwalid, “MATE: MPLS adaptive traffic engineering,”
1992. IETF Draft, 1999.
[40] A. Karnik, “Performance of TCP congestion control with rate feedback: [58] L. Roberts, “Enhanced proportional rate control algorithm PRCA,” ATM
TCP/ABR and rate adaptive TCP/IP,” M. Eng. thesis, Indian Institute Forum Contribution 94-0735R1, Aug. 1994.
of Science, Bangalore, India, Jan. 1999. [59] “Advanced QoS services for the intelligent internet,” White Paper, Cisco,
[41] Q. Li, “Delay characterization and performance control of wide-area May 1997.
networks,” Ph.D. dissertation, Univ. of Delaware, Newark, May 2000. [60] “PDCA12-70 data sheet,” Opto Speed SA, Mezzovico, Switzerland.
[Online]. Available: http://www.ece.udel.edu/~qli [61] S. Konyagin, private communication, 1998.
[42] R. Jain, K. K. Ramakrishnan, and D. M. Chiu, “Congestion avoidance [62] SaberDesigner Reference Manual, Analogy, Inc., Beaverton, OR, 1998,
in computer networks with a connectionless network layer,” Digital release 4.3.
Equipment Corporation, MA, Tech. Rep. DEC-TR-506, Aug. 1987. [63] Ucb/lbnl/vint network simulator—ns (version 2). [Online]. Available:
[43] J. Padhye, V. Firoiu, and D. Towsley, “A stochastic model of TCP Reno http://www-mash.cs.berkeley.edu/ns/
congestion avoidance and control,” Univ. of Massachusetts, Amherst, [64] “Messung von Störfeldern an Anlagen und Leitungen der Telekommu-
MA, CMPSCI Tech. Rep. 99-02, 1999. nikation im Frequenzbereich 9 kHz bis 3 GHz,” Meßvorschrift Reg TP
[44] D. Middleton and A. D. Spaulding, “A tutorial review of elements MV 05, Regulierungsbehörde für Telekommunikation und Post (Reg
of weak signal detection in non-Gaussian EMI environments,” Na- TP).
tional Telecommunications and Information Administration (NTIA), [65] K. K. Ramakrishnan and S. Floyd, “A proposal to add explicit congestion
U.S. Dept. of Commerce, NTIA Report 86-194, May 1986. notification (ECN) to IP,” RFC 2481, Jan. 1999.
[45] S. Kandala, “Changes to Annex D,” IEEE 802.11 TGe, Tech. Rep. [66] Consulative Committee for Space Data Systems (CCSDS), “Telemetry
02/680r0, Oct. 2002. channel coding,” Blue Book, no. 4, 1999. [Online]. Available:
[46] T. J. Ott and N. Aggarwal, “TCP over ATM: ABR or UBR,” unpublished. http://www.ccsds.org/documents/pdf/CCSDS-101.0-B-4.pdf
[47] V. Jacobson. (1990, Apr.) Modified TCP congestion avoidance [67] ——, Telemetry Channel Coding, ser. Blue Book. Newport Beach,
algorithm. end2end-interest mailing list. [Online]. Available: ftp: CA: CCSDS, 1999, no. 4. [Online]. Available: http://www.ccsds.org/
//ftp.isi.edu/end2end/end2end-interest-1990.mail documents/pdf/CCSDS-101.0-B-4.pdf
[48] V. Valloppillil and K. W. Ross. (1998) Cache array routing protocol v1.1. [68] Telemetry Channel Coding, ser. Blue Book, No. 4, Consulative
Internet draft. [Online]. Available: http://ds1.internic.net/internet-drafts/ Committee for Space Data Systems (CCSDS), Newport Beach,
draft-vinod-carp-v1-03.txt CA, 1999. [Online]. Available: http://www.ccsds.org/documents/pdf/
[49] P. Lehman and P. Kime. (2015, Apr.) The biblatex package. [Online]. CCSDS-101.0-B-4.pdf
Available: http://www.ctan.org/pkg/biblatex [69] Telemetry Channel Coding, ser. Blue Book, No. 4, Consulative
[50] D. H. Lorenz and A. Orda. (1998, Jul.) Optimal partition of QoS Committee for Space Data Systems (CCSDS) Recommendation for
requirements on unicast paths and multicast trees. Dept. Elect. Eng., Space Data System Standard 101.0-B-4, May 1999. [Online]. Available:
Technion. Haifa, Israel. [Online]. Available: ftp://ftp.technion.ac.il/pub/ http://www.ccsds.org/documents/pdf/CCSDS-101.0-B-4.pdf
supported/ee/Network/lor.mopq98.ps [70] T. Hansen. (2008, Dec.) The multibib package. [Online]. Available:
[51] R. E. Sorace, V. S. Reinhardt, and S. A. Vaughn, “High-speed digital- http://www.ctan.org/pkg/multibib
to-RF converter,” U.S. Patent 5 668 842, Sep. 16, 1997. [71] O. Patashnik. (2010, Nov.) Designing BIBTEX styles. btxhak.pdf.
[52] U. Hideki, “Quadrature modulation circuit,” Japanese Patent 152 932/92, [Online]. Available: http://www.ctan.org/pkg/bibtex
May 20, 1992.

You might also like