International-Data-Spaces-Association / InformationModel

The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Apache License 2.0
64 stars 37 forks source link

widoco contributor list: fix listing in provenance turtle and config file #459

Open HaydarAk opened 3 years ago

HaydarAk commented 3 years ago

In the widoco configuration, we use direct HTML code as part of the contributor name to have a superscript number next to each contributor. We also provide a list with all institutions / comapnies and use the superscript numbers to align a contributor with the corresponding institution image

Based on this, widoco generates a provenance file which is not correct. https://github.com/International-Data-Spaces-Association/InformationModel/blob/develop/docs/provenance/provenance-en.ttl

Suggestion: Fix contributor list in the widoco config. This should lead to a proper provenance ttl. Also check the html representation in the documentation after fixing the contributor list.

See also: https://github.com/International-Data-Spaces-Association/InformationModel/pull/453#discussion_r649473834

JohannesLipp commented 2 years ago

Current: The contributor list in the Widoco config.properties has only one entry (=HTML string) with all contributors Expected: Proper handlich of contributors and their institutions as lists instead of custom HTML text.

Replacing the commas , in the config.properties with semicolons ; (as done in the Widoco example) might solve this. Maybe, Widoco supports something like contr1, contr2, contr3 and then inst1, inst2, inst1, and will smartly join similar institutions?