Skip to content

Commit

Permalink
elsevier: makes abstract not required
Browse files Browse the repository at this point in the history
Signed-off-by: Pamfilos Fokianos <[email protected]>
  • Loading branch information
pamfilos committed Dec 15, 2024
1 parent dc59154 commit 3badf2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/elsevier/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def __init__(self):
destination="abstract",
source="head/abstract/abstract-sec/simple-para",
all_content_between_tags=True,
required=False,
),
TextExtractor(
destination="title", source="head/title", all_content_between_tags=True
Expand Down

0 comments on commit 3badf2d

Please sign in to comment.