From 1a1b9bc5ff1dee766599d015ff549d60b7a03297 Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Mon, 4 Mar 2024 13:05:20 +0100 Subject: [PATCH] Updated hvd info text --- ckanext/odsh/templates/package/snippets/info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/odsh/templates/package/snippets/info.html b/ckanext/odsh/templates/package/snippets/info.html index 48070fb..7c07d88 100644 --- a/ckanext/odsh/templates/package/snippets/info.html +++ b/ckanext/odsh/templates/package/snippets/info.html @@ -122,7 +122,7 @@ Example: {% pluralize %} HVD Categories: {% endtrans %} - <a data-module="odsh_popover" data-module-trigger="custom" data-module-text="{{ _('A High-Value Dataset (HVD) category refers to a group of datasets that are considered particularly important and valuable. These datasets cover various topics such as maps, environmental data, weather information, statistics, company details, and data related to transportation. The European Commission has identified six main categories of these high-value datasets to ensure that they are easily accessible and useful for different purposes. These categories help to organize and prioritize datasets that have the potential to significantly benefit European citizens and businesses.') }}" title="{{ _('HVD Categories') }}"> + <a data-module="odsh_popover" data-module-trigger="custom" data-module-text="{{ _("<p>The EU Commission has published a list of particularly high-value datasets (HVD - High Value Datasets), which public authorities must make available free of charge and under an open license. Datasets are considered high-value if they "have a special potential for generating socio-economic benefits in connection with harmonized conditions for re-use". They are divided into six categories.</p><p><a href='https://www.govdata.de/web/guest/neues/-/blogs/hochwertige-datensatze'>More about HVD at the national Open Data Portal GovData.</a></p>") }}" title="{{ _('HVD Category') }}"> <i class="fa fa-circle-info"></i> </a> </div> -- GitLab