RIS is a standardized tag format developed by Research Information Systems, Incorporated (the format name refers to the company) to enable citation programs to exchange data. It is supported by a number of
reference managers. Many
digital libraries, like
Web of Science
The Web of Science (WoS; previously known as Web of Knowledge) is a paid-access platform that provides (typically via the internet) access to multiple databases that provide reference and citation data from academic journals, conference proceedi ...
,
IEEE Xplore,
Scopus
Scopus is a scientific abstract and citation database, launched by the academic publisher Elsevier as a competitor to older Web of Science in 2004. The ensuing competition between the two databases has been characterized as "intense" and is c ...
, the
ACM Portal,
Scopemed,
ScienceDirect,
SpringerLink,
Rayyan,
The Lens,
Accordance Bible Software, and online library catalogs can export citations in this format. Citation management applications can export and import citations in this format.
Format
The RIS
file format
A file format is a Computer standard, standard way that information is encoded for storage in a computer file. It specifies how bits are used to encode information in a digital storage medium. File formats may be either proprietary format, pr ...
—two letters, two spaces and a hyphen—is a
tagged format for expressing bibliographic
citation
A citation is a reference to a source. More precisely, a citation is an abbreviated alphanumeric expression embedded in the body of an intellectual work that denotes an entry in the bibliographic references section of the work for the purpose o ...
s. According to the specifications,
the lines must end with the
ASCII
ASCII ( ), an acronym for American Standard Code for Information Interchange, is a character encoding standard for representing a particular set of 95 (English language focused) printable character, printable and 33 control character, control c ...
carriage return and
line feed characters. Note that this is the convention on
Microsoft Windows
Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
, while in other contemporary operating systems, particularly
Unix, the
end of line is typically marked by
line feed only.
Multiple citation records can be present in a single RIS file. A record ends with an "end record" tag with no additional blank lines between records.
Example record
This is an example of how the article "Claude E. Shannon. A mathematical theory of communication. ''Bell System Technical Journal'', 27:379–423, July 1948" would be expressed in the RIS file format:
TY - JOUR
AU - Shannon, Claude E.
PY - 1948
DA - July
TI - A Mathematical Theory of Communication
T2 - Bell System Technical Journal
SP - 379
EP - 423
VL - 27
ER -
Example multi-record format
This is an example of how two citation records would be expressed in a single RIS file. Note the first record ends with and the second record begins with :
TY - JOUR
AU - Shannon, Claude E.
PY - 1948
DA - July
TI - A Mathematical Theory of Communication
T2 - Bell System Technical Journal
SP - 379
EP - 423
VL - 27
ER -
TY - JOUR
T1 - On computable numbers, with an application to the Entscheidungsproblem
A1 - Turing, Alan Mathison
JO - Proc. of London Mathematical Society
VL - 47
IS - 1
SP - 230
EP - 265
Y1 - 1937
ER -
Tags
The tag must appear first and the tag must appear last.
Most tags must appear at most once, but the author, keyword, and URL tags can be repeated.
Each name must be formatted as a comma-separated list of last name, first name (including middle names, can be initials), and suffix, in that order, and must not be longer than 255 characters.
Unless otherwise specified, each date must be formatted as a slash-separated list of 4-digit year, 2-digit month, 2-digit day, and other info (e.g. season); unused fields may be omitted if they are at the end.
Many strings have limits on what characters they can contain (e.g. any ASCII character, just alphanumerics, or just digits) or their length (often limited to 255 characters). These are only sometimes noted in the table below; see the linked sources to double-check, particularly
and the pages in RIS Format Specifications.
There are two major versions of the RIS specification, one from 2001, and one from the end of 2011 with different lists of tags for each type of record, sometimes with different meanings.
Below is an excerpt of the main RIS tags, from both versions. Except for
TY -
and
ER -
, order of tags is free and their inclusion is optional.
Type of reference
The type of reference preceded by the tag must abbreviated as:
See also
*
BIBFRAME—bibliographic framework, an emerging standard to replace MARC
*
Bibliographic record
A bibliographic record is an entry in a bibliographic index (or a library catalog) which represents and describes a specific resource. A bibliographic record contains the data elements necessary to help users identify and retrieve that resource, as ...
—general concept
*
BibTeX—a text-based data format used by LaTeX
*
EndNote
EndNote is a commercial reference management software package, used to manage bibliography, bibliographies and Citation, references when writing essays, reports and articles. EndNote was written by Richard Niles, and ownership changed hands se ...
—a text-based data scheme used by the EndNote program
*
MARC—machine-readable cataloging standards
*
refer—an aging text-based data scheme supported on UNIX-like systems
References
{{reflist, 30em
Bibliography file formats