Skip to content

Commit

Permalink
hindawi: updates property key for volume year
Browse files Browse the repository at this point in the history
Signed-off-by: pamfilos <[email protected]>
  • Loading branch information
pamfilos committed Aug 30, 2024
1 parent 2137343 commit b3761a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/hindawi/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _get_publication_info(self, article):
"journal_volume": journal.find(
"./ns0:subfield/[@code='v']", self.prefixes
).text,
"journal_year": journal.find(
"year": journal.find(
"./ns0:subfield/[@code='y']", self.prefixes
).text,
}
Expand Down

0 comments on commit b3761a2

Please sign in to comment.