diff --git a/README.md b/README.md index d6eb1296..b55ffd8f 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ TIDES is the Transit Integrated Data Exchange Specification and is your key to a ## Why TIDES? -TIDES is a data specification for transit operations data including vehicle location data, passenger count data, and fare transaction data. +TIDES is a data specification for transit operations data including vehicle locations, passenger counts, and fare transactions. -- For **transit agencies**, TIDES simplifies data access and offers industry best practice tools to improve data quality, integrate data sources, and create the reports and tools you need to plan and manage service. -- For **consultants, researchers, and partners**, TIDES simplifies access to agency data and allows creation of standard reports and tools across agencies and data sets. +- For **transit agencies**, TIDES simplifies and unifies your historical operational data, allowing you to improve data quality, integrate data sources, and create the reports and tools you need to plan and manage service, including use cases like National Transit Database reporting and on-time performance analysis. +- For **consultants, researchers, and partners**, TIDES simplifies access to transit operational data and allows creation of standard reports and tools across agencies and data sets. +- For **national, state, and regional bodies**, TIDES enables collecting granular, standardized data from transit providers throughout your jurisdiction, streamlining reporting and unlocking new analysis capabilities without burdensome overhead. - For **ITS system vendors**, TIDES makes it easier to give your customers access to their data and allows them to use the data in more ways. TIDES frees your transit data and gives you more options to turn operations data into information on ridership, passenger loads, fare revenue, vehicle speed and delay, service reliability, and more! @@ -42,7 +43,7 @@ Directories with TIDES data must contain metadata in a [`datapackage.json`][tide ## Sample Data -[Sample data][samples] can be found in the `/samples` directory, with one directory for each sample. +See the [TIDES Resources page](https://tides-transit.org/main/resources/#sample-data) for sample data. There is also a framework for adding [sample data][samples] in the `/samples` directory, with one directory for each sample. ### Template diff --git a/docs/index.md b/docs/index.md index e31d914c..8d9a1bdd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,30 @@ -{{ include_file('README.md', downshift_h1= False) }} +# TIDES + +TIDES (the Transit Integrated Data Exchange Specification) is your key to accessing, managing, and using transit operations data. + +## Why TIDES? + +TIDES is a data specification for transit operations data including vehicle locations, passenger counts, and fare transactions. + +- For **transit agencies**, TIDES simplifies and unifies your historical operational data, allowing you to improve data quality, integrate data sources, and create the reports and tools you need to plan and manage service, including use cases like National Transit Database reporting and on-time performance analysis. +- For **consultants, researchers, and partners**, TIDES simplifies access to transit operational data and allows creation of standard reports and tools across agencies and data sets. +- For **national, state, and regional bodies**, TIDES enables collecting granular, standardized data from transit providers throughout your jurisdiction, streamlining reporting and unlocking new analysis capabilities without burdensome overhead. +- For **ITS system vendors**, TIDES makes it easier to give your customers access to their data and allows them to use the data in more ways. + +TIDES frees your transit data and gives you more options to turn operations data into information on ridership, passenger loads, fare revenue, vehicle speed and delay, service reliability, and more! + +TIDES is open-source, free for use, and is [community governed](governance.md), developed and supported. + +## Specification Information + +For full TIDES specification documentation, see [Architecture](architecture.md), with detailed table schemas under [Data Table Schemas](tables.md). + +## Getting Started and Resources + +[Getting Started](getting-started.md) has information for organizations or individuals seeking to start a new TIDES implementation. See [Resources](resources.md) for implementation guidance, information on existing implementations, sample data, and more. + +## Acknowledgment + +The data schemas and tools documented here are based on the results of research conducted by the Transportation Research Board (TRB) of the National Academies of Science, Engineering, and Medicine (NASEM) under the Transit Cooperative Research Program (TCRP). This research is available at [the National Academies website](https://nap.nationalacademies.org/catalog/26674/improving-access-and-management-of-public-transit-its-data). + +Note that neither the TIDES Project nor the TIDES-transit repository are associated with TCRP, TRB, or the Academies. The use of the TCRP research results in this repository do not reflect any explicit or implicit endorsement of or participation in this work by the Academies. In addition, the opinions and conclusions expressed or implied in the research are those of the contractor. They are not necessarily those of the Transportation Research Board, the Academies, or the program sponsors. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 9af4fa99..1d3b7473 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -87,7 +87,7 @@ nav: - Table Schemas: tables.md - Data Package: datapackage.md - Getting Started: getting-started.md - - Sample Data: samples.md + - Sample Data: resources#sample-data - Contributing: - Development: development.md - Documentation: documentation.md