diff --git a/site/index.html b/index.html similarity index 100% rename from site/index.html rename to index.html diff --git a/index.json b/index.json new file mode 100644 index 0000000..18ae821 --- /dev/null +++ b/index.json @@ -0,0 +1,33 @@ +{ + "index_timestamp": "2024-09-08 16:31:47.904322", + "catalog": { + "datasets": [ + { + "schema_version": "1.0.0", + "schema_type": "dataset", + "dataset_id": "0001-pneuma-dataset", + "title": "pNEUMA Dataset", + "doi": "10.5281/zenodo.7426506", + "version": "v1", + "description": "pNEUMA is an open large-scale dataset of naturalistic trajectories of half a million vehicles that have been collected by a one-of-a-kind experiment by a swarm of drones in the congested downtown area of Athens, Greece.", + "created_at": "2022-12-08T16:26:11Z", + "updated_at": "2022-12-08T16:26:11Z", + "data_format": "zip", + "tags": [ + "traffic", + "drone" + ], + "source": "Zenodo", + "authors": [ + { + "name": "Kim, Sohyeong", + "orcid": "0000-0000-0000-0000" + } + ], + "license": "CC BY 4.0", + "access_url": "https://zenodo.org/record/7426506/", + "documentation_url": "https://zenodo.org/record/7426506" + } + ] + } +} \ No newline at end of file diff --git a/site/script.js b/script.js similarity index 100% rename from site/script.js rename to script.js diff --git a/site/index.json b/site/index.json deleted file mode 100644 index 4ba8eb2..0000000 --- a/site/index.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "index_timestamp": "2024-08-30T12:00:00Z", - "catalog": { - "datasets": [ - { - "version": "1.0.0", - "dataset_id": "123e4567-e89b-12d3-a456-426614174000", - "title": "Global Climate Data 2023", - "doi": "10.1234/global-climate-2023", - "description": "This dataset contains global climate data for the year 2023, including temperature, precipitation, and atmospheric pressure readings from various regions around the world.", - "created_at": "2023-01-01T12:00:00Z", - "updated_at": "2023-06-15T12:00:00Z", - "data_format": "CSV", - "tags": ["climate", "temperature", "precipitation", "atmospheric pressure"], - "source": "National Meteorological Organization", - "authors": { - "name": "Dr. Jane Doe", - "orcid": "0000-0002-1825-0097" - }, - "license": "CC BY 4.0", - "access_url": "https://example.com/datasets/global-climate-2023", - "documentation_url": "https://example.com/datasets/global-climate-2023/documentation", - "access_endpoint": "https://api.example.com/climate/2023/data", - "documentation_endpoint": "https://api.example.com/climate/2023/docs" - }, - { - "version": "1.0.0", - "dataset_id": "223e4567-e89b-12d3-a456-426614174111", - "title": "Regional Climate Data 2022", - "doi": "10.1234/regional-climate-2022", - "description": "This dataset provides detailed climate data for specific regions for the year 2022.", - "created_at": "2022-01-01T12:00:00Z", - "updated_at": "2022-12-15T12:00:00Z", - "data_format": "JSON", - "tags": ["climate", "regional data", "temperature"], - "source": "Regional Weather Stations", - "authors": { - "name": "Dr. John Smith", - "orcid": "0000-0002-3456-7890" - }, - "license": "MIT", - "access_url": "https://example.com/datasets/regional-climate-2022", - "documentation_url": "https://example.com/datasets/regional-climate-2022/documentation", - "access_endpoint": "https://api.example.com/climate/2022/data", - "documentation_endpoint": "https://api.example.com/climate/2022/docs" - }, - { - "version": "1.0.0", - "dataset_id": "323e4567-e89b-12d3-a456-426614174222", - "title": "Global Economic Indicators 2023", - "doi": "10.1234/global-economic-2023", - "description": "This dataset includes global economic indicators such as GDP, inflation rates, and unemployment figures for the year 2023.", - "created_at": "2023-02-01T12:00:00Z", - "updated_at": "2023-07-01T12:00:00Z", - "data_format": "Parquet", - "tags": ["economy", "GDP", "inflation", "unemployment"], - "source": "World Economic Forum", - "authors": { - "name": "Dr. Emily Johnson", - "orcid": "0000-0003-1234-5678" - }, - "license": "CC BY-SA 4.0", - "access_url": "https://example.com/datasets/global-economic-2023", - "documentation_url": "https://example.com/datasets/global-economic-2023/documentation", - "access_endpoint": "https://api.example.com/economy/2023/data", - "documentation_endpoint": "https://api.example.com/economy/2023/docs" - }, - { - "version": "1.0.0", - "dataset_id": "423e4567-e89b-12d3-a456-426614174333", - "title": "Regional Economic Data 2022", - "doi": "10.1234/regional-economic-2022", - "description": "This dataset provides economic data for various regions in 2022, including GDP and unemployment rates.", - "created_at": "2022-03-01T12:00:00Z", - "updated_at": "2022-09-01T12:00:00Z", - "data_format": "CSV", - "tags": ["economy", "regional", "GDP", "unemployment"], - "source": "Regional Economic Offices", - "authors": { - "name": "Dr. Michael Lee", - "orcid": "0000-0004-5678-9101" - }, - "license": "Apache 2.0", - "access_url": "https://example.com/datasets/regional-economic-2022", - "documentation_url": "https://example.com/datasets/regional-economic-2022/documentation", - "access_endpoint": "https://api.example.com/economy/2022/data", - "documentation_endpoint": "https://api.example.com/economy/2022/docs" - } - ] - } - } - \ No newline at end of file diff --git a/site/styles.css b/styles.css similarity index 100% rename from site/styles.css rename to styles.css