Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELSEVIER: JHEAp not parsing #58

Open
csgrant00 opened this issue Aug 7, 2023 · 1 comment
Open

ELSEVIER: JHEAp not parsing #58

csgrant00 opened this issue Aug 7, 2023 · 1 comment

Comments

@csgrant00
Copy link
Contributor

csgrant00 commented Aug 7, 2023

python run.py -p "/proj/ads/abstracts/data/ELS/CONSYN.AST/2023/ELS.080723/2214-4048//S2214404823X00032/S2214404823000368/S2214404823000368.xml" -t elsevier -f elsevier.test

@seasidesparrow
Copy link
Member

This is failing in ADSIngestParser: the following line will fail if the result of self.record_meta.find("ce:keywords") is None, because you cannot do the subsequent find on a NoneType.

if self.record_meta.find("ce:keywords").find("ce:section-title"):

@seasidesparrow seasidesparrow transferred this issue from adsabs/ADSManualParser Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants