WolfgangFahl / ProceedingsTitleParser

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

dblp lookup #25

Open WolfgangFahl opened 4 years ago

WolfgangFahl commented 4 years ago

Finding conferences by proceedings title in the dblp dataset should work.

Acceptance criterion

Situation "Proceedings of 8th International Conference on Software Engineering and Knowledge Engineering (SEKE’96), Nevada, June 1996" is cited in https://archive.org/stream/springer_10.1007-3-540-49205-4/10.1007-3-540-49205-4_djvu.txt

Action Lookup conference by proceedings title Expected Result

<dblp>
<proceedings key="conf/seke/1996" mdate="2014-12-04">
<title>
The 8th International Conference on Software Engineering and Knowledge Engineering, SEKE '96, Lake Tahoe, Nevada, USA, June 10-12, 1996
</title>
<booktitle>SEKE</booktitle>
<publisher>Knowledge Systems Institute</publisher>
<year>1996</year>
<isbn>0-9641699-3-2</isbn>
<url>db/conf/seke/seke1996.html</url>
</proceedings>
</dblp>

as part of series https://dblp.org/db/conf/seke/index

WolfgangFahl commented 4 years ago

grafik