Beispiel #1
0
 def issn(self):
     # 2016-11-28 TD : for all @type values (web, print, and subsyear) there seems
     #                 to be always both the online EISSN and the print ISSN available
     return xutil.xp_texts(self.xml, "//published[@type='web']/journalref/issn")
Beispiel #2
0
 def keywords(self):
     return xutil.xp_texts(self.xml, "//keywordList/keyword")
Beispiel #3
0
 def emails(self):
     return xutil.xp_texts(self.xml, "//email")
Beispiel #4
0
 def keywords(self):
     return xutil.xp_texts(self.xml, "//art-front/keyword")
Beispiel #5
0
 def categories(self):
     return xutil.xp_texts(self.xml, "//art-front/subject")
Beispiel #6
0
 def issn(self):
     return xutil.xp_texts(self.xml, "//journal-meta/issn")
Beispiel #7
0
 def keywords(self):
     return xutil.xp_texts(self.xml, "//kwd-group/kwd")
Beispiel #8
0
 def categories(self):
     return xutil.xp_texts(self.xml, "//article-categories/subj-group/subject")
Beispiel #9
0
 def mesh_descriptors(self):
     return xutil.xp_texts(self.xml, "//meshHeadingList/meshHeading/descriptorName")