Archaeology invariably requires the composition of scholarly manuscripts that include references to previous archaeological work. This is an essential component of scholarship because it facilitates the advancement of knowledge from the findings of many scholars in a way that is transparent to the consumers of research. Scholarly references are cited in the main text of such documents and are elaborated in a References Cited section that appears at the end of the document. Cited references often number in the 10s to 100s, making the management of scholarly references a challenge. Adding further challenge to bibliography management is the fact that different publication venues often have different formatting standards, which can contribute to inordinate amounts of time managing bibliographies. While these are not insurmountable challenges using wrought force via manual bibliography management, the burden can be eased substantially through the use of bibliography management software.
Bibliography management software provides a place to store scholarly reference information for books, articles, reports, theses, dissertations, etc. The software furthermore provides tools for efficiently adding references to your bibliographic library, editing reference information in your library, citing references in word processing documents (see word processing tutorial), and compiling references into a References Cited section in your word processing documents. These processes are automated or semi-automated and can save significant amounts of time and reduce error if used properly. Here's a snippet from a published manuscript (Kitchel et al., 2020, Journal of Archaeological Method and Theory) that used auto-generated in-text citations:
And here's a snippet from the auto-generated bibliography. Notice how the Stiner (2001) in-text citation (above) appears in the References Cited (below):
What do I mean by "properly"? One mistake would be in assuming that a bibliogtaphy manager will do everthing for you in terms of bibliography management. This is simply not the case. Bibilography managers make many mistakes. It's on you, the user, to know the citation format that you are using so that you can catch and correct your bibliography manager. If you have never manually formatted a bibliography according to some professional standard, then you are not ready to use a bibliography manager. In that case, take some time to learn a bibliographic style. A common bibliographic style in the field of archaeology is the Editorial Policy, Inforamtion for Authors, and Style Guide for American Antiquity, Latin American Antiquity, and Advances in Archaeological Practice. I recommend that North and South American archaeologists be familiar with this style guide before using a bibliography management software. Premature use of bibilography management software is likely to turn potential time savings into time lost.
Another prerequisite to using bibliography management software is familiarity with word processing software, which allows you to digitally compose the manuscripts that require scholarly citations. If you do not have basic proficiency in a word processing software, I recommend completing the following word processing tutorial, which will introduce you to my preferred word processing software, LibreOffice Writer.
If you are proficient in a word processing software and the use of one or more bibliographic styles, then you are ready to use a bibliographic management software. There are a number of options out there. The one that I have come to prefer, and which is the subject of the tutorial, is called JabRef. Here's what the JabRef graphical user interface (GUI) looks like:
This preference for JabRef follows from several observations. First, JabRef, like all the other software packages used in this tutorial series, if open-source and free. Second, JabRef works across major computer platforms including Linux, Windows, and Mac. Third, JabRef uses a universal bibliographic file format, known as BibTeX, which makes bibliography management transparent, accessible, and transportable between bibliography management software packages. Last but not least, JabRef works well. I have found that I can use JabRef to implement all of the bibliographic styles that I've needed as an author who publishes in different venues with different bibliographic styles. Making JabRef work can involve some legwork, but I have always been able to make it work in ways that have saved me inordinate amounts of time.
So without further ado, let's get started with the tutorial. The order of this tutorial will be slightly different than previous ones, which typically begin with software installation. Here, before we install the software, you will learn how to manually formate a BibTeX file, which is the file type that underlies a JabRef bibilographic database. After that, the tutorial will conver installation and finally implementation of a JabRef bibliography to cite and reference scholarly literature in a manuscript.
To perform this tutorial, you will need a computer with a text editor software, JabRef, LibreOffice Writer software, and an American Antiquity JabRef style file. Most operating systems come with a text editor software pre-installed. Ubuntu 20.04, for example, uses one called GeditText Editor. I prefer the tex editor software called Emacs, which is commonly used by scientists, but must be installed separately. Windows users should have acces to a text editor called Notepad. Whatever the case, this tutorial will not cover installation or use of basic text editors given their accessibility and simplicty.
JabRef installation will be covered in a later step in this tutorial. See the word processing tutorial for instructions on installing LibrOffice.
The American Antiquity JabRef style file is used to tell JabRef how to properly display in-text citations and bibliographies in LibreOffice Writer. The style guide is written to conform to the Editorial Policy, Inforamtion for Authors, and Style Guide for American Antiquity, Latin American Antiquity, and Advances in Archaeological Practice. The style file is called AmericanAntiquity.jstyle, and is located in the TutorialBibliography directory associated with this tutorial.
JabRef bibliographies are stored in a standard bibliographic format called BibTeX. A BibTeX file is a simple text file that has the extension, "bib", which can be opened and edited using JabRef or any text editing software such as Emacs, Notepad, LibreOffice Writer, etc. For example, look at the JabRef image above, and notice that the bibliography file that you are seeing is called, "Refs.bib" as indicated in the title bar. That image shows what a BibTex file looks like when viewed through JabRef. Here's what the same file looks like when viewed in a text editor, in this case Emacs (it will look different in different text editors):
Notice that the same file name—Refs.bib—is displayed in the information bar at the bottom of the GUI. So you can see that the same file appears differently in the two different software packages. Ín this section, you will manually create a BibTex file, which you will use for your bibliography and to learn how BibTex files are created—i.e., what's going on under the hood, so to speak. In later steps, you will learn methods for automated and semi-automated entry of references into your bibliography.
MyRefs.bib
.@article{Langlie2021,
This is BibTex language. What you've done with the @
symbol is created a new bibliographic entry. By typing article
after the @
, you've indicated that this entry is an article entry. BibTeX allows for many different entry types. The most important for archaeological bibliographies are articles, books, and InCollecion. InCollection is the entry type I find most useful for book chapters, which are commonly cited in archaeological manuscripts. For all other entry types—reports, theses, dissertations, presentations, etc—I use a miscellaneous entry type called Misc. Although there are entry types for theses, dissertation, reports, and other references types, I've found it easiest to use Misc for everything except articles, books, and InCollecion. We will explore each of these reference types in turn.
Notice also that the entry type is followed by a left bracket, {
, which is followed by the text, Langlie2021
. The left bracket signals that the information to follow is the bibliographic information for the new entry, in this case an article. Langlie2021
, is a unique identifier for the entry called a citation key. A standard citation key notation commonly used in BibTeX files is to list the first author's last name and publication year without spaces. If the author has more than one publication in the same year, a letter can be added after the name of the second entry—for example, Langlie2021a
. You can use your own citation key naming scheme, but I find this a simple and useful naming scheme and encourage its use.
author = {Langlie, BrieAnna S. and Capriles, Jos{\'{e}} M.},
By entering, author = {
, you've added an author tag to your bibliographic entry. Any information following the left bracket specifies author names. BibTeX convention is to specify authors' last names first and first names following a comma. Each author's name is separated by and
.
Notice that the are some additional brackets in the name, José. This is how BibTeX handles special characters such as accent marks. The {\'{e}}
specifies the letter e as an accented e. Brackets are also used to constrain capitalization, which we will examine in a later step.
Finally, the },
closes out the author tag entry.
Langlie2021
:
journal = {Archaeological and Anthropological Sciences},
title = {Paleoethnobotanical evidence points to agricultural mutualism among early camelid pastoralists of the {Andean} central {Altiplano}},
year = {2021},
number = {7},
volume = {13},
pages = {107},
doi = {10.1007/s12520-021-01343-y},
}
Notice that "Andean" is enclosed by brackets. This indicates that capitalization is to be preserved, in this case because Andean is a proper noun. The brackets will not appear when auto-generating bibliographies.
@Book{Garvey2021,
author = {Garvey, Raven},
publisher = {University of Utah Press},
title = {Patagonian prehistory: human ecology and cultural evolution in the land of giants},
year = {2021},
address = {Salt Lake City},
}
For each of these entries, there are other tags we could have added such as a web link (url), ISBN identifier, or other. I have chosen to keep the entries simple, limiting the tags to those that are required by the American Antiquity style guide.
Now that you've learned how BibTeX files work, you're ready to use JabRef. This will require the JabRef software and a word processing softtware. I recommend LibreOffice Writer for a word processing software. See the word processing tutorial for instructions on how to install and use LibreOffice Writer. This tutorial covers only JabRef installation, which is relatively straightforward. Simply go to the Jabref dowbload page, identify the appropriate operating system/hardware file, download, and follow installation instructions.
The installation procedure will vary by operating system and version. This tutorial is based on JabRef version 5.4 as implemented in linux Ubuntu 20.04 operating system. These system details may entail small–sometimes frustrating–differences for users working with Mac or Windows operating systems.
JabRef simplifies the management of BibTeX files by allowing you to add and edit bibliographic data in your bibliography. Here, you will learn several techniques to add and edit bibliographic entries.
Citation key = Flores2017
author = Flores Blanco, Luís Ángel
booktitle = Repensar el antiguo {Perú} aportes desde la arqueología
publisher = Instituto de Estudios Peruanos
title = El periodo {Arcaico} en la cuenca del lago {Titicaca} y sus alrededores, {Andes} centro-sur
year = 2017
address = Lima
editor = Vega-Centeno Sara-Lafosse, Rafael
isbn = 978-9972-51-621-4
number = 46
pages = 1--84
You should now have a new book chapter entry (InCollection) with the citation key, Flores2017. This semi-manual mode of data entry is useful when you don't have a DOI.
There are a number of other tools that you can use to quickly add bibliographic entries. Feel free to explore any of these tools to rapidly populate your bibliography. You're ready to put JabRef and your bibliography to work for in-text citations and bibliography creation.
Now that you have a working bibliography, you can quickly and easily generate bibliographies in LibreOffice Writer. This section shows you how.
Add three or more new references that pertain to your research. Make sure there is at least one article and one book. Add those references to your Writer document, and export the result in pdf format.