RisTag

enum RisTag : Enum<RisTag>

The enum defines all available Tags that may be used in the RIS format.

A description outlines the purpose of the tag, the maxLength property defines the maximum number of characters (for Strings) - a null value indicates either no restriction or a non-String class (as specified in kClass). The requiredOrder property defines the first level of sorting when writing RIS files. The specification does not enforce any particular order except for TY to be the first one and ER to be the last tag in a RIS record. All other tags share the same value, resulting in either being sorted by tag name alphabetically or by a custom sort order specified by the caller.

The class was composed from information available on Wikipedia.

Entries

Link copied to clipboard

Type of reference (must be the first tag)

Link copied to clipboard

Primary Authors (each author on its own line preceded by the A1 tag)

Link copied to clipboard

Secondary Authors (each author on its own line preceded by the A2 tag)

Link copied to clipboard

Tertiary Authors (each author on its own line preceded by the A3 tag)

Link copied to clipboard

Subsidiary Authors (each author on its own line preceded by the A4 tag)

Link copied to clipboard

Abstract

Link copied to clipboard

Author Address

Link copied to clipboard

Accession Number

Link copied to clipboard

Author (each author on its own line preceded by the AU tag)

Link copied to clipboard

Location in Archives

Link copied to clipboard

This field maps to T2 for all reference types except for Whole Book and Unpublished Work references. It can contain alphanumeric characters. There is no practical limit to the length of this field.

Link copied to clipboard

Custom 1

Link copied to clipboard

Custom 2

Link copied to clipboard

Custom 3

Link copied to clipboard

Custom 4

Link copied to clipboard

Custom 5

Link copied to clipboard

Custom 6

Link copied to clipboard

Custom 7

Link copied to clipboard

Custom 8

Link copied to clipboard

Caption

Link copied to clipboard

Call Number

Link copied to clipboard

CP - This field can contain alphanumeric characters. There is no practical limit to the length of this field.

Link copied to clipboard

Title of unpublished reference

Link copied to clipboard

Place Published

Link copied to clipboard

Date

Link copied to clipboard

Name of Database

Link copied to clipboard

DOI

Link copied to clipboard

Database Provider

Link copied to clipboard

Editor

Link copied to clipboard

End Page

Link copied to clipboard

Edition

Link copied to clipboard

Reference ID

Link copied to clipboard

Issue number

Link copied to clipboard

Periodical name: user abbreviation 1. This is an alphanumeric field of up to 255 characters.

Link copied to clipboard

Alternate Title (this field is used for the abbreviated title of a book or journal name, the latter mapped to T2)

Link copied to clipboard

Periodical name: standard abbreviation. This is the periodical in which the article was (or is to be, in the case of in-press references) published. This is an alphanumeric field of up to 255 characters.

Link copied to clipboard

Journal/Periodical name: full format. This is an alphanumeric field of up to 255 characters.

Link copied to clipboard

Journal/Periodical name: full format. This is an alphanumeric field of up to 255 characters.

Link copied to clipboard

Keywords (keywords should be entered each on its own line preceded by the tag)

Link copied to clipboard

Link to PDF. There is no practical limit to the length of this field. URL addresses can be entered individually, one per tag or multiple addresses can be entered on one line using a semicolon as a separator.

Link copied to clipboard

Link to Full-text. There is no practical limit to the length of this field. URL addresses can be entered individually, one per tag or multiple addresses can be entered on one line using a semicolon as a separator.

Link copied to clipboard

Related Records. There is no practical limit to the length of this field.

Link copied to clipboard

Image(s). There is no practical limit to the length of this field.

Link copied to clipboard

Language

Link copied to clipboard

Label

Link copied to clipboard

Website Link

Link copied to clipboard

Miscellaneous 1. Often used for Number or Range of Numbers

Link copied to clipboard

Miscellaneous 2. This is an alphanumeric field and there is no practical limit to the length of this field.

Link copied to clipboard

Miscellaneous 3. Often used for Type of Work

Link copied to clipboard

Notes

Link copied to clipboard

Abstract. This is a free text field and can contain alphanumeric characters. There is no practical length limit to this field.

Link copied to clipboard

Number of Volumes

Link copied to clipboard

Original Publication

Link copied to clipboard

Publisher

Link copied to clipboard

Publishing Place

Link copied to clipboard

Publication year (YYYY)

Link copied to clipboard

Reviewed Item

Link copied to clipboard

Research Notes

Link copied to clipboard

Reprint Edition

Link copied to clipboard

Section

Link copied to clipboard

ISBN/ISSN

Link copied to clipboard

Start Page

Link copied to clipboard

Short Title

Link copied to clipboard

Primary Title

Link copied to clipboard

Secondary Title (journal title, if applicable)

Link copied to clipboard

Tertiary Title

Link copied to clipboard

Translated Author

Link copied to clipboard

Title

Link copied to clipboard

Translated Title

Link copied to clipboard

User definable 1. This is an alphanumeric field and there is no practical limit to the length of this field.

Link copied to clipboard

User definable 2. This is an alphanumeric field and there is no practical limit to the length of this field.

Link copied to clipboard

User definable 3. This is an alphanumeric field and there is no practical limit to the length of this field.

Link copied to clipboard

User definable 4. This is an alphanumeric field and there is no practical limit to the length of this field.

Link copied to clipboard

User definable 5. This is an alphanumeric field and there is no practical limit to the length of this field.

Link copied to clipboard

URL

Link copied to clipboard

Volume number

Link copied to clipboard

Published Standard number

Link copied to clipboard

Primary Date

Link copied to clipboard

Access Date

Link copied to clipboard

End of Reference (must be empty and the last tag)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun valueOf(value: String): RisTag

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard