Citations are a special type of research data that provide a succinct representation of a scholarly work in a standard format. Citation styles and syntaxes differ across resource types, subject disciplines and information systems, but generally have a common kernel of elements:
Additional elements that information providers may also include in their citation data are subject descriptors, keywords, geographic or chronological coverage of the work, funder information, copyright and licensing statements, and so on.
Citation data is critical to research and scholarship because:
Citation data is used across the research ecosystem. Citations form the basis of publication lists on researcher websites; scholarly sharing sites and repositories; they represent the core of a professional CV; get pasted into a required section of funder applications and progress reports; and represent essential data in research information systems such as ORCiD and the DOI Registry.
An increasing amount of citation data associated with the scholarly record is being aggregated by the DOI Registration Agencies, particularly CrossRef, because they require metadata about every digital object being deposited for DOIs. Their databases are open and accessible at the command line (as we saw in Lesson 1). Good news!
This lesson introduces an effective and efficient “open science” approach for creating and maintaining a citations list that can be re-used in research-related systems such as the ORCiD Profile. It relies on the open citation format BibTeX to retrieve references from the Web and applies command line tools to combine citations from multiple sources. By maintaining a ‘master’ bibliography in a consistent, open, plain text citation format, a researcher can re-purpose the citation data for reuse in different systems and services.
Point your web browser to http://orcid.org
Wait for the confirmation email from ORCiD to arrive in your email inbox and click on the link it contains to establish your own unique 16-digit Researcher ID – like a DOI but for people.
Welcome to the global scholarly web where you get credit for all your work and contributions using ORCiD; no one claims your works as their own; and colleagues don’t get confused whether a given research work is yours or someone’s with a similar or same name!
Save each citation in BibTeX format for reuse (e.g., save as cite1.bib, cite2.bib, etc.)
Concatenate the individual BibTeX citations into one bibliography using command line tools:
$cat cite1.bib, cite2.bib, cite3 bib > citations.bib
$cat citations.bib
Everything look okay? Save that concatenated file for use in the LaTeX lesson Monday night here at Trieste!
Once done, try ORCiD’s own integrated tools for finding and adding citations.
Let’s discuss the pros and cons of uploading citations from BiBTeX files vs. relying on the ORCiD wizards.