public class BiblioJournal
extends java.lang.Object
A class describing journals. The citations referring to the journal articles
have a reference to this class. There are only few explicit attributes defined,
the rest are accessible using dynamic properties
.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
abbreviation
An abbreviation of the journal title.
|
java.lang.String |
issn
A standard number for journals.
|
java.lang.String |
name
A journal title.
|
java.util.Hashtable |
properties
Additional properties used when the explicit attributes
are not sufficient.
|
Constructor and Description |
---|
BiblioJournal() |
public java.util.Hashtable properties
public java.lang.String name
BibRefSupport.JOURNAL_TITLES
.public java.lang.String issn
A standard number for journals.
Be aware, however, that in the real world even this attribute may change over time. Therefore, it is not suitable as a primary unique identifier for journals.
public java.lang.String abbreviation
An abbreviation of the journal title.
Note that some repositories use more abbreviation systems. For such cases,
use dynamic properties
for additional abbreviations.
An example for biological journals is in Biological Journals and Abbreviations.
A controlled vocabulary with abbreviation should be namedBibRefSupport.JOURNAL_ABBREV
.