ailabitmo / sempubchallenge2014-task1

A solution for the Task 1 of Semantic Publishing Challenge
MIT License
1 stars 1 forks source link

Parsing of the joint proceedings with multiply workshops #49

Open fedulity opened 9 years ago

fedulity commented 9 years ago

Parsing of the joint proceedings is processed on the index page via Workshop Summary Parser. There are 4 templates for joint proceeding parsing. Parser supports proceedings with two or three workshops. All other joint proceedings are missed.

Example: http://ceur-ws.org/Vol-1186/

It's necessary to implement method to parse the joint proceedings with multiply workshops using information on workshop's page.

KMax commented 9 years ago

It's true. The current version of the parser uses on the name of the proceedings from the index page to identify the joint proceedings and usually it's hard to do.

Another option could be to identify CEURSESSION tags on the proceedings page, but current arhictecture doesn't support it.

I don't think that we have enough to time to fix it.