WolfgangFahl / ProceedingsTitleParser

Shallow Semantic Parser to extract metadata from scientific proceedings titles
Apache License 2.0
3 stars 1 forks source link

IREHI 2018 not found in DBLP dataset - CEUR-WS Volumes should also be found in DBLP dataset #29

Open WolfgangFahl opened 3 years ago

WolfgangFahl commented 3 years ago

The conference from http://ceur-ws.org/Vol-2544/ IREHI 2018 http://ptp.bitplan.com/parse?titles=IREHI+2018&examples=example1&format=html&metadebug=on

{
    "acronym": "IREHI 2018",
    "event": "IREHI 2018",
    "eventId": "Vol-2544",
    "eventType": "Conference",
    "field": "Health",
    "foundBy": "IREHI 2018",
    "homepage": null,
    "location": "Cotonou",
    "lookedUpIn": "events",
    "lookupAcronym": "IREHI 2018",
    "month": "December",
    "publish": "Proceedings",
    "scope": "International",
    "source": "CEUR-WS",
    "syntax": "and",
    "title": "Proceedings of the International Conference on Rural and Elderly Health Informatics (IREHI 2018),Cotonou/Benin, 3-4 December, 2018.Submitted by: Solomiia Fedushko",
    "topic": "Rural and Elderly Health Informatics",
    "url": "http://ceur-ws.org/Vol-2544",
    "year": "2018"
}

is also available at DBLP:

https://dblp.org/db/conf/irehi/irehi2018.html

CEUR-WS Volumes are generally also available in DBLP. There should be a "long running" check that the data from both sources is consistent.