You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technical bulletins (e.g. Ibm Technical Disclosure Bulletin) and conferences (e.g. various IEEE conferences) are frequent in npl citations. Many of them are not covered by crossref, meaning that they are not consolidated in the baseline Grobid/Biblio-Glutton pipeline.
Feature request
Increase consolidation coverage to these journals/conferences.
Ideas
At this point, I am still thinking at the right approach.
A simple way to list quickwins if we cannot find a global approach would be to address top ranking journals in the following query:
SELECT
title_j,
COUNT(title_j) AS count
FROM`npl-parsing.patcit.beta`WHERE
ISSN IS NULLGROUP BY
title_j
ORDER BY
count DESC
Any suggestions/contributions in general and in particular on a more global approach are most welcome
The text was updated successfully, but these errors were encountered:
Technical bulletins (e.g. Ibm Technical Disclosure Bulletin) and conferences (e.g. various IEEE conferences) are frequent in npl citations. Many of them are not covered by crossref, meaning that they are not consolidated in the baseline Grobid/Biblio-Glutton pipeline.
Feature request
Increase consolidation coverage to these journals/conferences.
Ideas
At this point, I am still thinking at the right approach.
A simple way to list quickwins if we cannot find a global approach would be to address top ranking journals in the following query:
Any suggestions/contributions in general and in particular on a more global approach are most welcome
The text was updated successfully, but these errors were encountered: