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

article_no field is never filled #10

Open
JMatej opened this issue May 11, 2022 · 2 comments
Open

article_no field is never filled #10

JMatej opened this issue May 11, 2022 · 2 comments
Assignees

Comments

@JMatej
Copy link
Collaborator

JMatej commented May 11, 2022

Look at the data:

{
    'DOI': '10.1007/s11262-021-01866-5',
    'article_no': '',
    'authors': [...],
    'citing_summary': [...],
    'issue': '6',
    'journal': 'VIRUS GENES',
    'page': '556-560',
    'pubdate': 'DEC 2021',
    'publisher': 'SPRINGER, VAN GODEWIJCKSTRAAT 30, 3311 GZ DORDRECHT, '
                'NETHERLANDS',
    'times_cited': '',
    'title': 'A SARS-CoV-2 mutant from B.1.258 lineage with increment H69/ '
            'increment V70 deletion in the Spike protein circulating in Central '
            'Europe in the fall 2020',
    'volume': '57',
    'year': '2021'
}

The article_no field is always empty. I've looked at the website with the Inspect Element feature, and I haven't found any HTML tag as specified here:

"article_no": "span#FullRTa-articleNumberLabel",

@mrshu I'm not sure what the value is supposed to be, one of these from the screenshot below?

Screenshot 2022-05-11 at 10 21 00

@JMatej JMatej self-assigned this May 11, 2022
@JMatej
Copy link
Collaborator Author

JMatej commented May 11, 2022

@mrshu it looks like sometimes, there is the Article Number field and sometimes there is the Page field. I'm not sure how does it work but I'll check it.

Screenshot 2022-05-11 at 11 12 54

@mrshu
Copy link
Contributor

mrshu commented May 17, 2022

Thanks for pointing it out @JMatej -- I believe it is indeed the case. I also feel like account_no should stay empty in these cases (and we potentially need to have a page field as well).

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