Exemple #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")
Exemple #2
0
 def keywords(self):
     return xutil.xp_texts(self.xml, "//keywordList/keyword")
Exemple #3
0
 def emails(self):
     return xutil.xp_texts(self.xml, "//email")
Exemple #4
0
 def keywords(self):
     return xutil.xp_texts(self.xml, "//art-front/keyword")
Exemple #5
0
 def categories(self):
     return xutil.xp_texts(self.xml, "//art-front/subject")
Exemple #6
0
 def issn(self):
     return xutil.xp_texts(self.xml, "//journal-meta/issn")
Exemple #7
0
 def keywords(self):
     return xutil.xp_texts(self.xml, "//kwd-group/kwd")
Exemple #8
0
 def categories(self):
     return xutil.xp_texts(self.xml, "//article-categories/subj-group/subject")
Exemple #9
0
 def mesh_descriptors(self):
     return xutil.xp_texts(self.xml, "//meshHeadingList/meshHeading/descriptorName")