From f4a98cfdb10105b4ae2c42f54b7db1be0211e218 Mon Sep 17 00:00:00 2001 From: Arpita Patel Date: Sun, 1 Dec 2024 22:53:02 -0600 Subject: [PATCH] Updated news section --- static/nextgen-news.json | 80 ++++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/static/nextgen-news.json b/static/nextgen-news.json index b53ef6d..0fed468 100644 --- a/static/nextgen-news.json +++ b/static/nextgen-news.json @@ -1,47 +1,47 @@ { "November 2024 Update": [ - { - "type": "update", - "title": "NGIAB-CloudInfra : NGIAB Docker Image", - "description": "New Release v1.3.0 available!!! Used forked ngen and t-route repositories in CIROH-UA github. New sample input data information in README.md file based on hydrofabric v2.2. 15 PRs merged in November, with significant improvements such as the integration with TEEHR, and enhancements to the continuous integration pipeline with a single Dockerfile. Great enhancement made in NGIAB Visualizer. Learn more about the updates here.", - "link": "https://github.com/CIROH-UA/NGIAB-CloudInfra/releases/tag/v1.3.0" - } , { - "type": "feature", - "title": "Hydrofabric v2.2", - "description": "Explore the latest Hydrofabric v2.2 data model here:", - "link": "https://lynker-spatial.s3-us-west-2.amazonaws.com/hydrofabric/v2.2/hfv2.2-data_model.html" - }, - { - "type": "update", - "title": "NGIAB-HPCInfra: NGIAB Singularity Image", - "description": "In November, 4 PRs were merged updating the singularity image to use CIROH-UA/ngen and CIROH-UA/t-route repo. New sample input data information in README.md file based on hydrofabric v2.2. Additional updates to align with Docker image changes.", - "link": "https://github.com/CIROH-UA/NGIAB-HPCInfra/commits/main/?since=2024-11-01&until=2024-11-25" - }, + "type": "update", + "title": "NGIAB-CloudInfra: NGIAB Docker Image", + "description": "Release v1.3.0 has been released with several significant improvements: * Integration of forked ngen and t-route repositories from CIROH-UA's GitHub. * Updated sample input data based on hydrofabric v2.2 * 15 PRs merged * TEEHR integration * CI pipeline improvements with unified Dockerfile * Enhanced NGIAB Visualizer. Explore more updates here.", + "link": "https://github.com/CIROH-UA/NGIAB-CloudInfra/releases/tag/v1.3.0" + }, { - "type": "feature", - "title": "NextGen Model Framework (CIROH-UA/ngen) - fork of NOAA-OWP/ngen", - "description": "In November, NGIAB-CloudInfra and NGIAB-HPCInfra started using the main branch of CIROH-UA/ngen. Repository URL can be found here:", - "link": "https://github.com/CIROH-UA/ngen" - }, - { - "type": "feature", - "title": "T-route (CIROH-UA/t-route)- fork of NOAA-OWP/t-route", - "description": "In November, NGIAB-CloudInfra and NGIAB-HPCInfra started using the datastream branch of CIROH-UA/t-route. Repository URL can be found here:", - "link": "https://github.com/CIROH-UA/t-route" - }, - { - "type": "update", - "title": "ngen-datastream", - "description": "In November, 22 commits pushed to main repo. Explore more updates here.", - "link": "https://github.com/CIROH-UA/ngen-datastream/commits/main/?since=2024-11-01&until=2024-11-25" - }, - { - "type": "update", - "title": "NGIAB-data-preprocess", - "description": "New Release v3.1.2 available!! 7 PRs were merged in November, with a major update to the data preprocess to be compatible with the latest hydrofabric v2.2. Explore more updates here. ", - "link": "https://github.com/CIROH-UA/NGIAB_data_preprocess/commits/main/?since=2024-11-01&until=2024-11-25" - } + "type": "update", + "title": "NGIAB-HPCInfra: NGIAB Singularity Image", + "description": "November updates include: * 4 PRs updating singularity image to use CIROH-UA repositories * Updated README with new sample input data for hydrofabric v2.2 * Alignment with Docker image modifications", + "link": "https://github.com/CIROH-UA/NGIAB-HPCInfra/commits/main/?since=2024-11-01&until=2024-11-25" + }, + { + "type": "update", + "title": "ngen-datastream", + "description": "22 new commits pushed to the main repository", + "link": "https://github.com/CIROH-UA/ngen-datastream/commits/main/?since=2024-11-01&until=2024-11-25" + }, + { + "type": "update", + "title": "NGIAB-data-preprocess", + "description": "Version 3.1.2 released featuring: * 7 PRs merged * Major update for compatibility with hydrofabric v2.2. Discover more updates here.", + "link": "https://github.com/CIROH-UA/NGIAB_data_preprocess/commits/main/?since=2024-11-01&until=2024-11-25" + }, + { + "type": "feature", + "title": "Hydrofabric v2.2", + "description": "The latest Hydrofabric v2.2 data model is now available.", + "link": "https://lynker-spatial.s3-us-west-2.amazonaws.com/hydrofabric/v2.2/hfv2.2-data_model.html" + }, + { + "type": "feature", + "title": "NextGen Model Framework (CIROH-UA/ngen) - fork of NOAA-OWP/ngen", + "description": "NGIAB-CloudInfra and NGIAB-HPCInfra now utilize the main branch of CIROH-UA/ngen.", + "link": "https://github.com/CIROH-UA/ngen" + }, + { + "type": "feature", + "title": "T-route (CIROH-UA/t-route) - fork of NOAA-OWP/t-route", + "description": "NGIAB-CloudInfra and NGIAB-HPCInfra now utilize the datastream branch of CIROH-UA/t-route. Main branch is in sync with NOAA-OWP/t-route", + "link": "https://github.com/CIROH-UA/t-route" + } ], "September 2024 Update": [ {