public class BiblioJournal extends 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 |
---|---|
String |
abbreviation
An abbreviation of the journal title.
|
String |
issn
A standard number for journals.
|
String |
name
A journal title.
|
Hashtable |
properties
Additional properties used when the explicit attributes
are not sufficient.
|
Constructor and Description |
---|
BiblioJournal() |
public Hashtable properties
public String name
BibRefSupport.JOURNAL_TITLES
.public 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 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
.public BiblioJournal()
Copyright © 2014 BioJava. All rights reserved.