Today we had a meeting at Gruner & Jahr where various magazine editors, picture editors and tv people tested some UI for redaktor which will become partly OpenSource [initially within http://github.com/redaktor/widgets-preview
This was very insightful, about the posting interface the main takeout was what they want to see initially (like the main fields nameMap, summaryMap, contentMap and attaching types and media) and that it needs two “advanced” steps more, their vocabularies and for some cases e.g. schema.org and so I showed approaches like http://skohub.io cause the editor (e.g. right sidebar is fine) …
Then we discussed the reading part (the ActivityPub/LD-widgets) and →
While it was all just about visual representations, 3 questions / feature requests emerged which are more at the vocabulary level:
• Headlines
We discussed the different approaches. redaktor has a markdown parser, so of course it would be possible to write the headlines in the summary.
There are many cons, show stoppers are that the editors want to search them and in some cases like sport event live they are generated automatically. Apart from that the visual styling should be consistent and handled by the theme designed by designers rather than the taste of texters …
In fact, we would need 3 properties cause a typical “headline” consists at least of ‘kicker’, ‘headline’, ‘byline’
The kicker is usually a topic, catchy word or location, often color-accented while the byline is often additional context about the format or contributors but can also be anything.
BBC, all 3 elements
Guardian, 2 elements + summary
We can use schema but in ActivityPub, we use the nameMap
or name
property to collect them.
“A simple, human-readable, plain-text name for the object. ” (?)
Our resolution is 0 = headline, 1 = kicker, 2 = byline
{"name": ["UK Haiti envoy …", "US & Canada", "Daniel Foote says …"]}
Better suggestions?
• Dates, Locations and Persons
belonging to the content of CreativeWork in an object rather than to the object itself
The problem, how to describe it e.g. for an image.
For Dates, there is published
, updated
, deleted
but people want something like contentCreated
.
For them it is equally important if e.g. a picture showing an embassy is from 1975 or 2021 …
For Locations, we have location
where multiple locations related would be specified but we can’t specify the contentLocation
. With schema contentLocation
or Dublin Core it must be a property of the root, so we simply use all properties.
• Map improvements
A feature request was to show boundaries / polygons or geospatial infos like evacuation zones and I found How to represent Places in an event - so, what is the preferred way to specify a polygon instead radius?