azgs / azlibrary_react

azlibrary frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arizona Geological Survey Web Application

The Arizona Geological Survey freely publishes all of its materials online at https://library.azgs.arizona.edu. This online repository is powered by a custom data service - https://data.azgs.arizona.edu and database. The combination of all three services is codenamed AZLib.

Features List

The following is a checklist of key features that the web application (and/or underlying API/database) are meant to facilitiate.

  • Versioning: AZLib currently supports a linear versioning system where relationships between new publications that supersede an older publication are explicitly tracked. A user is always able to find the successor/predecessor of any item in the repository.

  • Geographic Search: AZLib supports geographic search of its items. This is powered in the web applicaiton through a leaflet interface and in the API by OGC WKT queries.

  • Full-text Search: AZLib supports full-text search of the metadata records AND any of the texts (e.g., PDFs, word-documents) bundled in the publication. This is powered on the back-end by the native PostgreSQL full-text search functions (tsvector and tsquery).

About

azlibrary frontend


Languages

Language:JavaScript 97.0%Language:HTML 2.1%Language:CSS 0.9%