Cyril Verluise

Results 12 issues of Cyril Verluise

Hello, thanks for the great page. This is exactly what I was looking for. Would it possible to add a params `data_link` equivalent to `code_link`, `blog_link` but for data access?...

enhancement
good first issue

Hello, thanks again for the great theme! It seems that authors/collaborators are not supported params for a project. Although, this seems to be a relatively standard feature right? Would it...

enhancement

A given title (in `title_j`, `title_m`) can appear under different forms in the database. This might be due to typos (e.g Ibm Tchnical Disclosure Bulletin), abbreviations (Ibm Tdb), parsing error...

enhancement
help wanted
good first issue

Around 0.8% of the NPL publication in the beta dataset have "Pages" as `title_j`. ## How to reproduce the behaviour ```sql SELECT * FROM ( SELECT * FROM `npl-parsing.patcit.beta` WHERE...

enhancement
beta
parsing

Around 10% of the npl_publn in the beta version have neither `title_j` nor `title_m` nor `title_main_a`. Most of the time, part of these elements are wrongly parsed the `title_main_m`. ##...

enhancement
beta
parsing

## Issue There are dead links in the `target` field. (e.g Http://Edrm.Net/002/Wp-Content/Uploads/2009/09/Edrm-Legaltech.Pdf ) ## How to reproduce the behaviour ```sql SELECT npl_publn_id, target FROM `npl-parsing.patcit.beta` WHERE npl_publn_id=260140 ``` |npl_publn_id|target| |---|----|...

enhancement
help wanted
good first issue

## Motivation 1. There is a 1:n relation between `title_j` and `title_abbrev_j`. E.g. | title_j | count_distinct | title_abbrev_j | |---|---|---| | Inflammation Research | 3 | Inflamm. res.,Inflamm. Res.,Inflamm...

enhancement
good first issue
beta

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...

enhancement
help wanted

Hello @here, Thanks a lot for the great tool. Some months ago, we (with @ste210) started investigating the idea of extending Crossref with the DBLP dataset as part of the...

enhancement

## Description `poetry install` (with fuzzyset uncommented), `poetry add fuzzyset` and `pip install fuzzyset` fail on ubuntu latest It seems that this is a consistent and unfixed issue. See hhttps://github.com/axiak/fuzzyset/issues...

bug
p-low