diff --git a/src/app/tool/ubid/resources/resources.component.html b/src/app/tool/ubid/resources/resources.component.html
index 5c90127..16b4b87 100644
--- a/src/app/tool/ubid/resources/resources.component.html
+++ b/src/app/tool/ubid/resources/resources.component.html
@@ -8,17 +8,15 @@
Resources
@@ -31,41 +29,35 @@ Resources
- - Original UBID Demonstrator Website
- A web application with map-based UBID assignment and data visualization capabilities. It provides open access to UBID-assigned datasets for 4 major U.S. cities: Chicago, New York City, San Francisco, and Washington, D.C. (Map component and aerial photography provided by Microsoft Bing Maps API.)
-
- - New UBID Demonstrator Website
+ - UBID Demonstrator Website
A suite of UBID-related web applications with open source code that is designed to be copied, pasted, and extended by third parties; including, but not limited to:
- - Drawing Tools. Draw an area on the map. Edit and erase the existing shape. Import UBID strings and Well-Known Text strings.
+ - Cross-reference Example. Decode 2 UBID code strings, then quantify how similar the corresponding pair of UBID code areas are to each other.
- Decode Example. Decode a UBID code string, then view the shape on a map. View minimum and maximum coordinates for UBID code area.
- Encode Example. Encode minimum and maximum coordinates as a UBID code string, then decode and view the shape on the map.
- Well Known Text Read Example. Decode a Well Known Text string, encode a UBID code string, then view the shape on the map.
- - UBID Demonstrator Source Code
-
HTML, CSS and JavaScript source code for the new UBID demonstrator website.
+ - UBID Demonstrator Source Code
+
HTML, CSS and JavaScript source code for the UBID demonstrator website.
- UBID Documentation
Documentation, including, but not limited to:
- UBID specification document
- UBID visualization guide
- - UBID data flow guide
- Overview of information flow in software systems that use UBID. Describes minimum data requirements for UBID assignment and how to convert between UBID and other data types. Uses the UBID demonstrator website to provide interactive examples.
-
- - FAQ
+ - UBID data flow guide
+ Overview of information flow in software systems that use UBID. Describes minimum data requirements for UBID assignment and how to convert between UBID and other data types. Uses the UBID demonstrator website to provide interactive examples.
+ - FAQ
Technical reference material with in-depth discussion of UBID design rationale and implementation details.
- - "Open Spaces" API Description Document
An OpenAPI/Swagger description document for a working draft of the "Open Spaces" API, a vendor-neutral specification for exchanging descriptions of spatially extended entities.
-
- - UBID C-sharp API
An API that provides implementations of UBID encoding, decoding and validation algorithms for Microsoft C-sharp .NET programming language.
-
- - UBID JavaScript API
An API that provides implementations of UBID encoding, decoding and validation algorithms for JavaScript programming languages.
- - UBID PL/pgSQL API
An API that provides implementations of UBID encoding, decoding, and validation algorithms for PL/pgSQL programming language for the PostgreSQL and PostGIS database management systems.
- - UBID Python API & CLI
An API that provides implementations of UBID encoding, decoding, and validation algorithms, and CLI that performs UBID assignment for tabular data files and that performs UBID cross-reference for tabular data files by constructing quadtree indices.
- - UBID Ruby API
An API that provides implementations of UBID encoding, decoding, and validation algorithms for Ruby programming language.
+ - “Open Spaces” API Description Document
An OpenAPI/Swagger description document for a working draft of the “Open Spaces” API, a vendor-neutral specification for exchanging descriptions of spatially extended entities.
+ - UBID C-sharp API
An API that provides implementations of UBID encoding, decoding and validation algorithms for Microsoft C-sharp .NET programming language.
+ - UBID JavaScript API
An API that provides implementations of UBID encoding, decoding and validation algorithms for JavaScript programming languages.
+ - UBID PL/pgSQL API
An API that provides implementations of UBID encoding, decoding and validation algorithms for PL/pgSQL programming language used by the PostgreSQL database management system and its PostGIS extension.
+ - UBID Python API & CLI
An API that provides implementations of UBID encoding, decoding, and validation algorithms, and CLI that performs UBID assignment for tabular data files and that performs UBID cross-reference for tabular data files by constructing quadtree indices.
+ - UBID Ruby API
An API that provides implementations of UBID encoding, decoding, and validation algorithms for Ruby programming language.