ec2u / data

EC2U Knowledge Hub
https://data.ec2u.eu
Apache License 2.0
2 stars 0 forks source link

Events › Jena › University / Missing Events #15

Closed knoan closed 2 years ago

knoan commented 2 years ago

Discussed in https://github.com/ec2u/data/discussions/11

Originally posted by **knoan** May 19, 2022 > Also Jena international university events were then visible and currently those are not. I promised to check with you if some some integrations have been taken away or do you know why there might have been events from multiple Jena calendars and now there are not? The current status integration status is documented @ https://github.com/ec2u/data/blob/main/src/test/resources/eu/ec2u/data/tasks/events/EventsJenaUniversity.md: * we are scanning 5 separate event sites managed by the same CMS * we recently fixed #5, but no other major activity on the feed was performed after MMT launch * missing events, like https://www.uni-jena.de/international/internationale-partnerschaften/ec2u/ec2u-veranstaltungen/ec2u-videos-von-studierenden, are ignored because embedded JSON-LD metadata describe them as `WebPage` instead of `Event` as expected, e.g. ```json { "@context": "https:\/\/schema.org", "@type": "WebPage", "headline": "Show your Jena experience", "…": "…" } ``` This is a problem to be resolved on the source side, as already done in the past in the case of pages missing start/end dates. @ec2u/mmt
knoan commented 2 years ago

the default settings of our system set the type WebPage for entries without specifying a location. If locations, including digital plattforms, are specified, the location is marked accordingly. So the problem is the lack of entry in events and not a technical deficiency. We will point this out to the editors again, then the problem should no longer occur.