-
Notifications
You must be signed in to change notification settings - Fork 2
Home
- CEUR-WS homepage
- CEUR-WS Wikidata Entry
- CEUR-WS Volume browser
- CEUR-WS Wikidata Queries
- CEUR-WS Single Point of Truth Server
- CEUR-WS Single Point of Truth Server github project
- CEUR-WS Semantic Mediawiki prototype
- CEUR-WS Entry in ConfIDent RQ wiki
- ConfIDent Requirements and Use Cases Wiki
- ConfIDent goals
- ConfIDent Technical Blueprint
- ConfIDent server at RWTH Aachen i5
- ConfIDent Semantic MediaWiki at TIB
- OpenResearch
Academic workshops are often colocated with a conference but this information is not systematically and semantically available. For trend detection, recommendation and exploring conferences and their workshops it is necessary that this relation is semantified and queryable. Thus, knowing (and querying) all workshops of a conference is important but currently only available for a handful of workshop and conference pairs (see WDQS Query).
-
Input: Workshop proceedings title (with colocated with (P11633) information)
- e.g. "Proceedings of the 3rd Wikidata Workshop 2022 co-located with the 21st International Semantic Web Conference (ISWC2022)"
- find workshop
- find conference
-
Starting Point: CEUR-WS Volume e.g. Volume 2065 Volume 3262 in Volume Browser (for all 3000+ Volumes)
-
Check whether volume is a workshop event and if it is colocated with a conference
-
Find Workshop + Conference
- all workshops for ceur-ws should exist in wikidata conferenecs might be missing
- e.g. via ceurspt api http://ceurspt.wikidata.dbis.rwth-aachen.de/Vol-3262.html
- e.g. via wikidata The Third Wikidata Workshop (Q112055391) -- colocated with (P11633) --> The 21th International Semantic Web Conference (Q109296593)
-
Add relation (create conference entry if not present)
- e.g. create conference entry if missing
- e.g. create Wikidata statement for workshop linked to conference
- Starting Point: CEUR-WS Volume e.g.
- Volume 2065
- Volume 2065 in Volume Browser
- Volume 2065 in Single Point of Truth Server (for all 3000+ Volumes)
- Check whether volume is a workshop event (maybe colocated) or a standalone conference event
- Try to find series via information from: dblp, wikidata, wikicfp using the dblp/wikidata SPARQL endpoints and or the Conference Corpus wikicfp event table eg. in Wikidata KG navigate from Proceedings e.g. Proceedings of Workshops and Tutorials of the 9th International Conference on Knowledge Capture to Workshop Workshops and Tutorials of the 9th International Conference on Knowledge Capture
- Find Conference + Series
- Apply Event Series Completion as per past KG Lab results
- e.g. create Wikidata statement for Event linked to series using Property P179 part of the series
- How often can the algorithm be successfully applied?
- Which obstacles have to be overcome to increase the success rate?
- How can the success rate be improved by overcoming obstacles?
-
Open Source projects with proper documentation, testing and CI
-
Python
-
SPARQL backend, justpy/nicegui/fastapi frontend
-
Caching with JSON, RDF Dumps, Sqlite or similar
-
existing libraries available e.g. for crawling (see e.g. Wiki-CFP crawler for ConferenceCorpus)
ℹ️ workshops of a series are not necessarily colocated with the same conference series, the conference might change/alternate.
Research Questions:
- Does a workshop change its conference? (how often is it the case)
- Is it related to the quality of the workshop?