diff --git a/cove_ofds/templates/cove_ofds/explore.html b/cove_ofds/templates/cove_ofds/explore.html index e533271..99d6341 100644 --- a/cove_ofds/templates/cove_ofds/explore.html +++ b/cove_ofds/templates/cove_ofds/explore.html @@ -8,46 +8,29 @@ {% block explore_content %}
-
+

{% trans 'Schema Version' %}

-

{% trans 'Schema Version Used' %}: {{ schema_version_used }}

+

{% trans 'Your data was checked against schema version' %}: {{ schema_version_used }}

- {% if has_links_with_external_node_data %} + {% if has_links_with_external_node_data or has_links_with_external_span_data %}
-
-
+
+

- {% trans 'Links to nodes data' %} + {% trans 'Unchecked data' %}

-
-

{% trans 'Your data contains links to API endpoints or bulk files for nodes. The additional data available from the links has not been checked. You can check the data by embedding it in network package and submitting it to CoVE.' %}

-

{% trans 'Schema Documentation' %}

-
-
-
- {% endif %} - - {% if has_links_with_external_span_data %} -
-
-
-

- {% trans 'Links to spans data' %} -

-
-
-

{% trans 'Your data contains links to API endpoints or bulk files for nodes. The additional data available from the links has not been checked. You can check the data by embedding it in network package and submitting it to CoVE.' %}

-

{% trans 'Schema Documentation' %}

+
+

{% trans 'Your data contains links to API endpoints or bulk files. The additional data available from the links has not been checked. You can check the data by embedding it in network package and submitting it to CoVE. For more information, see ' %}/links.

@@ -131,10 +114,11 @@

- {% trans 'Validation Errors' %} + {% trans 'Structure and Format' %}

+

{% trans 'The structure and format of your data does not conform to the OFDS schema. You should check your mapping and data pipeline for errors. For more information, see the ' %}{% trans 'reference documentation' %}.

{% include "cove_ofds/validation_table.html" %}
@@ -142,11 +126,11 @@

- {% trans 'Validation Errors' %} + {% trans 'Structure and Format' %}

-

{% trans 'There were no validation errors!' %}

+

{% trans 'The structure and format of your data conforms to the OFDS schema.' %}

{% endif %} @@ -160,25 +144,32 @@

{% if additional_fields_count %} -
-
+
+

{% trans 'Additional Fields' %}

+

{% trans 'Your data contains additional fields that are not part of the OFDS schema. You should:' %}

+
    +
  • {% trans 'Check that additional fields are not the result of typos in field names or other errors in your mapping or data pipeline.' %}
  • +
  • {% trans 'Check whether the data in these fields could be provided by using a field in the OFDS schema.' %}
  • +
  • {% trans 'Document the structure, format and meaning of additional fields in your' %}{% trans 'data user guide' %}.
  • +
+

{% trans 'For more information, see ' %}{% trans 'how to add additional fields' %}.

{% include "libcoveweb2/additional_fields_table.html" %}
{% else %} -
-
+
+

{% trans 'Additional Fields' %}

-

{% trans 'There were no additional fields!' %}

+

{% trans 'Your data contains no additional fields. For more information, see ' %}{% trans 'how to add additional fields' %}.

{% endif %} @@ -197,9 +188,10 @@

{% if additional_checks_count %} +

{% trans 'Your data failed the following additional checks. You should check your mapping and data pipeline for errors.' %}

{% include "cove_ofds/additional_checks_table.html" %} {% else %} -

{% trans 'All checks passed!' %}

+

{% trans 'Your data passed all additional checks.' %}

{% endif %}
@@ -223,19 +215,20 @@

-
-
+

- {% trans 'Map' %} + {% trans 'Visualisation' %}

{% if can_download_geojson %} +

{% trans 'The GeoJSON version of your data is visualised on the map below. You should check that nodes and spans appear in the correct location. If not, you may need to ' %}{% trans 'transform your coordinates to the correct coordinate reference system' %}.

{% else %}
-

{% trans 'There are no GeoJSON files to visualise!' %}

+

{% trans 'Your data cannot be visualised because it is not available in GeoJSON format. For more information, see ' %}{% trans 'data conversion' %}.

{% endif %}