Reference# class gb_io.Reference(title, description, authors=None, consortium=None, journal=None, pubmed=None, remark=None)# A reference for a record. copy()# Create a copy of the reference. Returns: Reference – A copy of the reference object. authors# The authors as they appear in the original publication. Type: str or None consortium# The consortium behind the publication, if any. Type: str or None description# The record location described by the publication. journal# The journal where the reference was published. Type: str or None pubmed# A PubMed identifier for the publication, if any. Type: str or None remark# A remark about the reference. Type: str or None title# The title of the publication. Type: str