- Find CEUR-WS related academic events in Wikidata
- Some events have the property 179 (part of the series)
- For all events that don't have this property find whether,
- they are part of a conference/workshop series or
- they are a standalone event
- Match events to their event series and update the property.
classDiagram
note for Proceeding "Those are in CEUR-WS"
class Proceeding {
String title
Int Volume
}
class Event {
String title
Int ordinal
Optional~String~ dblpEventId(P10692)
}
class Conference
class Workshop
note for `CEUR-WS (Q27230297)` "Only proceedings for this\n series are of interest"
class `CEUR-WS (Q27230297)`
<<Singleton>> `CEUR-WS (Q27230297)`
note for EventSeries "This relation is what\n we need to find"
class EventSeries {
String title
String acronym
}
Event <|-- Workshop: instance of (P31)
Event <|-- Conference: instance of (P31)
Proceeding --> Event: is proceedings from
Proceeding --> `Conference Proceedings Series (Q27785883)`: part of the series
`Conference Proceedings Series (Q27785883)` <|-- `CEUR-WS (Q27230297)`
Event --> EventSeries: part of the series (P179)
- You can edit this file at Excalidraw
- Two main approaches
- Match directly based on attributes (title, acronym)
- Match through DBLP
- Extracted relevant events from Wikidata
- Implemented various matching-algorithms mostly comparing titles
- Parsed and scraped events and their series from dblp that are related to CEUR-WS
- Extracted meta-information, event-information, event-series-information
- Matched conferences to their series through dblp
- More information can be found in the final presentation

- The excalidraw information is embedded in the file
- The main module is
eventseries - Test are found in
eventseries/src/tests- More information about dblp can be found in
eventseries/src/main/dblp - Resources like
.json,.pickleor.csvfiles are located ineventseries/src/main/resources
- More information about dblp can be found in
- Dataexploration and experiments are within notebooks in
notebooks- Data used within the notebooks should be placed in
data
- Data used within the notebooks should be placed in
- Classification of events
- A lot of workshops are classified as conference and not academic workshop
- Some conferences are classified as workshops,
likely due to missing disambiguation between the conference and a workshop hosted at that
conference
- http://www.wikidata.org/entity/Q113638423'
- http://www.wikidata.org/entity/Q113637342'
- http://www.wikidata.org/entity/Q113674405'
- http://www.wikidata.org/entity/Q113649411'
- http://www.wikidata.org/entity/Q113922773'
- http://www.wikidata.org/entity/Q118164538'
- http://www.wikidata.org/entity/Q113656570'
- http://www.wikidata.org/entity/Q113646150'
- http://www.wikidata.org/entity/Q113672458'
- http://www.wikidata.org/entity/Q113625151'
- http://www.wikidata.org/entity/Q113623296'
- http://www.wikidata.org/entity/Q113649178'
- http://www.wikidata.org/entity/Q113576146'
- Bad WikiData entries
- No meaningful label or title
- Invalid dblp-id