WolfgangFahl / ProceedingsTitleParser

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

Allow Lookup in OpenResearch.org Database #2

Closed WolfgangFahl closed 4 years ago

WolfgangFahl commented 4 years ago

Try to find conference for a proceedings title in OpenResearch.org

Acceptance Criterion Situation: The proceedings title: Proceedings of the 10th Central European Workshop on Services and their Composition (ZEUS 2018),Dresden, Germanny, February 8–9, 2018. is given Action Parse title and lookup conference Expected Result https://www.openresearch.org/wiki/ZEUS_2018 should be found and it's metadata

{{Event
|Series=ZEUS
|Homepage=http://zeus2018.org/
|Start date=Feb 8, 2018
|End date=Feb 9, 2018
|City=Dresden
|Country= Germany
|Submission deadline=Jan 10, 2018
|Notification=Jan 26, 2018
|Camera ready=Feb 1, 2018
|Field=, service-orientation,cloud computing,business process management,microservices
}}

should be made available.

WolfgangFahl commented 4 years ago

For the time being the Json result below is ok

{ "acronym": "ZEUS 2010", 
"city": "Berlin", 
"country": "Germany", 
"creation_date": "2017-11-26 08:36:04", 
"end_date": "2010-02-26 00:00:00",
 "event": "ZEUS 2010", 
"homepage": "http://www2.informatik.hu-berlin.de/top/zeus/", 
"modification_date": "2020-07-04 18:34:12", 
"series": "ZEUS", 
"start_date": "2010-02-25 00:00:00", 
"title": null, 
"url": "https://www.openresearch.org/wiki/ZEUS 2010" } 
WolfgangFahl commented 4 years ago

@bobvanluijt

WolfgangFahl commented 3 years ago

see https://github.com/SmartDataAnalytics/OpenResearch/issues/113