| [Top] | [Contents] | [Index] | [ ? ] |
| 1. General Guidelines | ||
| 2. Special Cases | ||
| 3. How Cross Ref Works Example | ||
| 4. Making a Bibliography |
First MI Last or First~MI~Last as in Charles V. Stewart or Charles~V.~Stewart or C. V. Stewart or C.~V.~Stewart |
If you have a multiple word last name, for example Charles Van Loan, use:
Charles {Van Loan} or Charles~{Van~Loan}
|
C. V. Stewart and K. Bubna and K. M. Martin and H. Shen |
keywords = { }, - as appropriate
url = { }, - url to paper
paperloc = { } - physical location of paper if
a hard copy exists.
|
generate_cross_ref.pl crossref.txt. All these files
need to be committed. DO NOT COMMIT IF THE PERL SCRIPT GENERATES ERRORS!
title = {{RANSAC}: Random Sample Consensus},
|
Here are some example special cases:
For papers that have the same author, journal/conference and the same year, the naming rule is as follows
{lastname}:{journal}{two digits of year}{suffix}
For example, using month to distinguish two papers:
comaniciu:pami03
comaniciu:pami03may
So that we can search for papers easily by looking up the {journal}{year}. We can be flexible on the suffix as it is hard to predict future (if you add comaniciu:pami03 from February, you don't know that there will be a paper from may, so the first one won't have any suffix). The original rule when we were adding 'a', 'b', ... at the end is probably not a good enough as it is not distinguishing the papers and is confusing, but it's still valid under this naming rule.
Another example, can:pami02joint can:pami02pair (these two doesn't follow the rule in the bibliography but will not be changed retrospectively).
The general rule is - the first part of any paper will be like this
{lastname}:{journal}{two digits of year}
A typical entry is shown below:
@inproceedings{carothers:pads99,
author = {C.~D.~Carothers and K.~S. Permalla
and R.~M.~Fujimoto},
title = {Efficient Optimistic Parallel Simulations
using Reverse Computation},
booktitle = {Proceedings of the $13^{th}$ Workshop on Parallel
and Distributed Simulation (PADS'99)},
address = {Fort Lauderdale, Florida},
month = {April, 17},
pages = "126--135",
year = 1999,
keywords = {badri.bib},
url = {},
paperloc = {}
}
|
This entry is from a conference (PADS). Rather than have this conference appearing in the everything.bib file multiple times in possibly many different formats, it goes in crossref.txt one time. Below is how the cross-referenced entry should look with the corresponding entry in crossref.txt These two entries together will build the entry seen above when bibtex is run.
In everything.bib
@inproceedings{carothers:pads99,
author = {C.~D.~Carothers and K.~S. Permalla and
R.~M.~Fujimoto},
title = {Efficient Optimistic Parallel Simulations using
Reverse Computation},
crossref = {pads99},
pages = "126--135",
keywords = {badri.bib},
url = {},
paperloc = {}
}
|
In crossref.txt:
proceedings:
key = pads99
full_title = {Proceedings of the $13^{th}$ Workshop on Parallel
and Distributed Simulation (PADS'99)},
abbrev_title = {Proc. $13^{th}$ Work. Para. Dist. Sim.},
year = 1999,
address = {Fort Lauderdale, Florida},
month = {17 } # apr
end.
|
Prior to committing, the script generate_cross_ref.pl
crossref.txt is run. This parses `crossref.txt' and builds the following
files:
`journal_full.bib', `journal_abbrev.bib', `crossref_full.bib', and `crossref_abbrev.bib'. |
Making a bibliography using the bibtex files is easy. Detailed instructions can be found in just about any Latex book or website. Here are some basics.
as discussed in \cite{stewart:siam99}.
|
\bibliography{/papers/tex_bib/journal_full,
/papers/tex_bib/everything,
/papers/tex_bib/crossref_full}
or
\bibliography{/papers/tex_bib/journal_abbrev,
/papers/tex_bib/everything,/papers/tex_bib/crossref_abbrev}
|
| [Top] | [Contents] | [Index] | [ ? ] |
1. General Guidelines
2. Special Cases
3. How Cross Ref Works Example
4. Making a Bibliography
| [Top] | [Contents] | [Index] | [ ? ] |
1. General Guidelines
2. Special Cases
3. How Cross Ref Works Example
4. Making a Bibliography
| [Top] | [Contents] | [Index] | [ ? ] |
| Button | Name | Go to | From 1.2.3 go to |
|---|---|---|---|
| [ < ] | Back | previous section in reading order | 1.2.2 |
| [ > ] | Forward | next section in reading order | 1.2.4 |
| [ << ] | FastBack | beginning of this chapter or previous chapter | 1 |
| [ Up ] | Up | up section | 1.2 |
| [ >> ] | FastForward | next chapter | 2 |
| [Top] | Top | cover (top) of document | |
| [Contents] | Contents | table of contents | |
| [Index] | Index | concept index | |
| [ ? ] | About | this page |
where the Example assumes that the current position is at Subsubsection One-Two-Three of a document of the following structure: