Geoextent extraction
+ ++ Extract geospatial and temporal extent from your data files or remote repositories. + This tool analyzes files and returns bounding boxes, time ranges, and other metadata. +
+ + ++ Extraction options +
+ +Extracted extents (0)
+Documentation & supported formats (geoextent v{{ geoextent_version }})
+Supported file formats
+Formats are dynamically loaded from geoextent's features API.
+ {% for format in supported_formats %} +ZIP archives: Upload ZIP files containing multiple data files. The extraction will process all supported files within the archive.
+ +Supported repository providers
+Provider information is dynamically loaded from geoextent's features API.
+{{ provider.description }}
+ {% endif %} + {% if provider.examples %} +-
+ {% for example in provider.examples %}
+
-
+
+
{{ example }}+ +
+ {% endfor %}
+
External resources
+ +Data & Technical
FeedsSubscribe to RSS, Atom, and GeoRSS feeds for updates on new publications
+Extract spatial and temporal extent from geospatial data files and remote repositories
+- Want to stay anonymous? Use Mailinator or check our privacy info. + Want to stay anonymous? Use Mailinator or check our privacy info.
{% endif %} diff --git a/publications/templates/work_landing_page.html b/publications/templates/work_landing_page.html index 1e38e25..7f1b778 100644 --- a/publications/templates/work_landing_page.html +++ b/publications/templates/work_landing_page.html @@ -242,6 +242,8 @@Temporal extent (ti {% endif %} + +
diff --git a/publications/templates/works.html b/publications/templates/works.html index d9521e6..f1bca32 100644 --- a/publications/templates/works.html +++ b/publications/templates/works.html @@ -4,30 +4,263 @@ {% block content %}
All Article Links
+All Works
+ {% if is_admin %}Admin view: You can see all publications regardless of status. Status labels are shown next to each entry.
{% endif %} --
- {% for item in links %}
-
-
- {{ item.title }}
- {% if is_admin and item.status %}
- {{ item.status }}
+
+
+ {% if page_obj %}
+ ++ {% endif %} + + +++ + + +++
+ Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ page_obj.paginator.count }} works +
++ +++ {% for work in works %} ++ + + {% if page_obj and page_obj.paginator.num_pages > 1 %} ++{% empty %} -+ + {{ work.title }} + + {% if is_admin and work.status %} + {{ work.status }} + {% endif %} +
+ +- No publications found.
+No publications found.
{% endfor %} - ++ ++ {% endif %} + + + {% if statistics %} +++ {% endif %} + + + {% if api_url %} +Statistics
+++++-
+
- Total works in database: +
- {{ statistics.total_works|default:"0" }} + +
- Published works: +
- {{ statistics.published_works|default:"0" }} + +
- With geographic data: +
- {{ statistics.with_geometry|default:"0" }} + +
- With temporal extent: +
- {{ statistics.with_temporal|default:"0" }} +
++-
+
- With author information: +
- {{ statistics.with_authors|default:"0" }} + +
- With DOI: +
- {{ statistics.with_doi|default:"0" }} + +
- With abstract: +
- {{ statistics.with_abstract|default:"0" }} + +
- Open access: +
- {{ statistics.open_access|default:"0" }} +
+++++ Complete metadata coverage: + {{ statistics.with_complete_metadata|default:"0" }} works ({{ statistics.complete_percentage|default:"0" }}%) + have geographic data, temporal extent, and author information. ++++ {% endif %} ++ + API Access: + + View this page as JSON (API) + +
++ The API returns the same works displayed on this page with full metadata in JSON format. +
+