diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/templates/country/completeness_legend.html b/ckanext-hdx_theme/ckanext/hdx_theme/templates/country/completeness_legend.html index cbfd3ded8d..375c111957 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/templates/country/completeness_legend.html +++ b/ckanext-hdx_theme/ckanext/hdx_theme/templates/country/completeness_legend.html @@ -2,32 +2,26 @@
-
What is Data Grid Completeness?
+
What do the Data Grids measure?
- Data Grid Completeness defines - - a set of core data that are essential for preparedness and emergency response. - - For select countries, the HDX Team and trusted partners evaluate datasets available on HDX and add those meeting the definition of a core data category to the Data Grid Completeness board above. Please help us improve this feature by sending your feedback to - hdx@un.org. + The Data Grid is core data that is essential for preparedness and emergency response. For each sub-category, we assess whether a relevant dataset is 'available'. To be considered available, relevant data should be sub-national, in a commonly used format and up-to-date. Data that is relevant but not up-to-date will be included but marked as 'not up-to-date'. Data that is missing will be marked as 'unavailable'.
Legend:
- Presence, freshness, and quality of dataset
  • - Dataset fully matches criteria and is up-to-date + A dataset is available and up-to date
  • - Dataset partially matches criteria and/or is not up-to-date + A dataset is available and not up-to-date
  • - No dataset found matching the criteria + No dataset is available
diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/templates/country/country.html b/ckanext-hdx_theme/ckanext/hdx_theme/templates/country/country.html index 21f6acbb1d..672d37a202 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/templates/country/country.html +++ b/ckanext-hdx_theme/ckanext/hdx_theme/templates/country/country.html @@ -182,7 +182,7 @@

{{ data.country_dict.display_name }}

- {{ _("Data Grid Completeness") }} + {{ _("Data Grid Availability") }} diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/templates/group/new_group_form.html b/ckanext-hdx_theme/ckanext/hdx_theme/templates/group/new_group_form.html index c44b958502..65a1c9401a 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/templates/group/new_group_form.html +++ b/ckanext-hdx_theme/ckanext/hdx_theme/templates/group/new_group_form.html @@ -101,7 +101,7 @@ {% set data_completeness = data.get('data_completeness', '') %}
- +