def keywords(self): return xutil.xp_texts(self.xml, "//keywordList/keyword")
def issn(self): return xutil.xp_texts(self.xml, "//journal-meta/issn")
def keywords(self): return xutil.xp_texts(self.xml, "//kwd-group/kwd")
def emails(self): return xutil.xp_texts(self.xml, "//email")
def categories(self): return xutil.xp_texts(self.xml, "//article-categories/subj-group/subject")
def mesh_descriptors(self): return xutil.xp_texts(self.xml, "//meshHeadingList/meshHeading/descriptorName")