diff --git a/.eleventy.js b/.eleventy.js index 3418ead0..9333923d 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -9,7 +9,7 @@ const markdownItFootnote = require('markdown-it-footnote'); const { readableDate, htmlDateString, head, min, filterTagList } = require("./config/filters"); const { headingLinks } = require("./config/headingLinks"); const { contrastRatio, humanReadableContrastRatio } = require("./config/wcagColorContrast"); -const privateLinks = require ('./config/privateLinksList.js'); +const privateLinks = require('./config/privateLinksList.js'); const svgSprite = require("eleventy-plugin-svg-sprite"); const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight"); const yaml = require("js-yaml"); @@ -28,7 +28,7 @@ module.exports = function (config) { config.addPassthroughCopy('robots.txt'); // Copy USWDS init JS so we can load it in HEAD to prevent banner flashing - config.addPassthroughCopy({'./node_modules/@uswds/uswds/dist/js/uswds-init.js': 'assets/js/uswds-init.js'}); + config.addPassthroughCopy({ './node_modules/@uswds/uswds/dist/js/uswds-init.js': 'assets/js/uswds-init.js' }); // Specific scripts to guides config.addPassthroughCopy("./assets/**/js/*"); @@ -36,8 +36,9 @@ module.exports = function (config) { config.addPassthroughCopy("./assets/_common/js/filters.js"); config.addPassthroughCopy("./assets/_common/js/issue-filters.js"); - config.addPassthroughCopy({'./assets/_common/_img/favicons/favicon.ico': './favicon.ico' }); - config.addPassthroughCopy({'./assets/_common/_img/favicons': './img/favicons' }); + config.addPassthroughCopy({ './assets/_common/_img/favicons/favicon.ico': './favicon.ico' }); + config.addPassthroughCopy({ './assets/_common/_img/favicons': './img/favicons' }); + config.addPassthroughCopy({ './assets/resources/img/agency_logos': './img/agency_logos' }); // Set download paths // Place files for download in assets/{guide}/dist/{filename.ext} @@ -90,7 +91,7 @@ module.exports = function (config) { return value.toUpperCase(); }); - config.addFilter("capitalize", (value) =>{ + config.addFilter("capitalize", (value) => { return value.charAt(0).toUpperCase() + value.slice(1); }); @@ -122,15 +123,15 @@ module.exports = function (config) { // Override Footnote opener markdownLibrary.renderer.rules.footnote_block_open = () => ( - '
\n' + - '
    \n' + '
    \n' + + '
      \n' ); // Add icons for links with locked resources and external links // https://github.com/markdown-it/markdown-it/blob/master/docs/architecture.md // Token methods: https://github.com/markdown-it/markdown-it/blob/master/lib/token.js#L125 const openDefaultRender = markdownLibrary.renderer.rules.link_open || - function(tokens, idx, options, env, self) { + function (tokens, idx, options, env, self) { return self.renderToken(tokens, idx, options); }; @@ -139,10 +140,10 @@ module.exports = function (config) { let prefixIcon = ''; if (privateLinks.some((link) => token.attrGet('href').indexOf(link) >= 0)) { prefixIcon = ' 18F only, ' + - '' + - '' + - '' + '' + + '' + + '' } // Check for external URLs. External means any site that is not a federal .gov url @@ -166,7 +167,7 @@ module.exports = function (config) { }; const defaultHtmlBlockRender = markdownLibrary.renderer.rules.html_block || - function(tokens, idx, options, env, self) { + function (tokens, idx, options, env, self) { return self.renderToken(tokens, idx, options); }; @@ -213,26 +214,26 @@ module.exports = function (config) { // Also need to add icon links to any html style links const inlineHTMLDefaultRender = markdownLibrary.renderer.rules.html_inline || - function(tokens, idx, options, env, self) { + function (tokens, idx, options, env, self) { return self.renderToken(tokens, idx, options); }; const linkOpenRE = /^\s]/i; markdownLibrary.renderer.rules.html_inline = (tokens, idx, options, env, self) => { - const token=tokens[idx]; + const token = tokens[idx]; if (linkOpenRE.test(token.content) && token.content.includes('http')) { let content = token.content; //Add private link icon const hrefRE = /href=\"([^"]*)/; // get the matching capture group - const contentUrl = content.match(hrefRE)[1]; + const contentUrl = content.match(hrefRE)[1]; if (privateLinks.some((privateLink) => contentUrl.indexOf(privateLink) >= 0)) { const prefixIcon = ' 18F only, ' + - '' + - '' + - '' + '' + + '' + + '' content = content.replace('>', `> ${prefixIcon}`); tokens[idx].content = content; } diff --git a/agency-indexes/DoE/LC-IMS-MS_Feature_Finder.json b/agency-indexes/DoE/LC-IMS-MS_Feature_Finder.json index 37a9328b..8015cf4b 100644 --- a/agency-indexes/DoE/LC-IMS-MS_Feature_Finder.json +++ b/agency-indexes/DoE/LC-IMS-MS_Feature_Finder.json @@ -3,31 +3,29 @@ "email": "david.long@pnnl.gov" }, "date": { - "created": "2022-07-18", - "metadataLastUpdated": "2022-07-19" + "created": "2018-02-21", + "metadataLastUpdated": "2024-06-18" }, - "description": "LC-IMS-MS Feature Finder is a command line software application which searches for possible molecular ion signatures in multidimensional liquid chromatography, ion mobility spectrometry, and mass spectrometry data by clustering deisotoped peaks with similar monoisotopic mass values, charge states, elution times, and drift times. The software application includes an algorithm for detecting multiple conformations and co-eluting species in the ion mobility dimension. LC-IMS-MS Feature Finder is designed to create an output file with detected features that includes associated information about the detected features.", - "homepageURL": "https://www.pnnl.gov/available-technologies", - "laborHours": 0.0, - "languages": [ - "C#" - ], + "description": "The LC-IMS-MS Feature Finder finds LC-IMS-MS features and conformers using deisotoped features from DeconTools.\u00a0", + "laborHours": 2021.6, + "languages": [], "name": "LC-IMS-MS Feature Finder", "organization": "Pacific Northwest National Laboratory (PNNL)", "permissions": { - "exemptionText": "This source code is restricted by patent and / or intellectual property law.", + "exemptionText": null, "licenses": [ { - "URL": "https://www.pnnl.gov/available-technologies", - "name": "Other" + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" } ], - "usageType": "exemptByLaw" + "usageType": "openSource" }, - "repositoryURL": "https://www.pnnl.gov/available-technologies", + "repositoryURL": "https://github.com/PNNL-Comp-Mass-Spec/LC-IMS-MS-Feature-Finder", "status": "Production", "tags": [ "DOE CODE", "Pacific Northwest National Laboratory (PNNL)" - ] + ], + "vcs": "git" } \ No newline at end of file diff --git a/agency-indexes/DoE/PRIME.json b/agency-indexes/DoE/PRIME.json index ca488061..52875859 100644 --- a/agency-indexes/DoE/PRIME.json +++ b/agency-indexes/DoE/PRIME.json @@ -1,34 +1,31 @@ { "contact": { - "email": "copyrightadmin@sandia.gov" + "email": "david.long@pnnl.gov" }, "date": { - "created": "2021-12-02", - "metadataLastUpdated": "2021-12-02" + "created": "2020-01-10", + "metadataLastUpdated": "2024-06-18" }, - "description": "SAND2021-0565 O PRIME is a modeling framework designed for the real-time characterization and forecasting of partially observed epidemics. The method is designed to help guide medical resource allocation in the early epoch of the outbreak. Characterization is the estimation of infection spread parameters using daily counts of symptomatic patients. The estimation problem is posed as one of Bayesian inference and solved using a Markov Chain Monte Carlo technique. The framework can accommodate multiple epidemic waves and can help identify different disease dynamics at the regional, state, and country levels. Examples are provided using publicly available COVID-19 data. Sandia National Laboratories is a multimission laboratory managed and operated by National Technology & Engineering Solutions of Sandia, LLC, a wholly owned subsidiary of Honeywell International Inc., for the U.S. Department of Energy\u2019s National Nuclear Security Administration under contract DE-NA0003525.", + "description": "The testbed \u201cPRIME\u201d is implemented as a typical end-to-end SCADA hierarchy, from the substation to the control center,\nusing a combination of a well-known power system simulator, power system control, hardware-in-the-loop (HIL) and\nindustry grade EMS software. Other cyber-physical testbeds have similar modularity. However, they lack flexibility in\nswapping out the software used for EMS, FEP, and the hardware used for RTU and relays as the computational\nsubsystems and the input/output (I/O) subsystems are tightly coupled and integrated. They tend to be tied to a single\nvendor. In our approach, the power system simulator and the hardware driver (analog output subsystems to drive HIL) are\ndecoupled and are interconnected through communication protocols as an interface. This provides an additional level of\nmodularity to the architecture creating an interoperable environment where power system simulators and hardware could\nbe interchanged as long as they support streaming of measurements/commands.", + "homepageURL": "https://availabletechnologies.pnnl.gov", "laborHours": 0.0, - "languages": [ - "Python" - ], + "languages": [], "name": "PRIME", - "organization": "Sandia National Laboratories (SNL)", + "organization": "Pacific Northwest National Laboratory (PNNL)", "permissions": { - "exemptionText": null, + "exemptionText": "This source code is restricted by patent and / or intellectual property law.", "licenses": [ { - "URL": "https://api.github.com/licenses/bsd-2-clause", - "name": "BSD-2-Clause" + "URL": "https://availabletechnologies.pnnl.gov", + "name": "Other" } ], - "usageType": "openSource" + "usageType": "exemptByLaw" }, - "repositoryURL": "https://github.com/sandialabs/PRIME", - "status": "Production", + "repositoryURL": "https://availabletechnologies.pnnl.gov", + "status": "Development", "tags": [ "DOE CODE", - "Sandia National Laboratories (SNL)" - ], - "vcs": "git", - "version": "1" + "Pacific Northwest National Laboratory (PNNL)" + ] } \ No newline at end of file diff --git a/agency-indexes/DoE/hypre.json b/agency-indexes/DoE/hypre.json index 6968db3f..918fd8d3 100644 --- a/agency-indexes/DoE/hypre.json +++ b/agency-indexes/DoE/hypre.json @@ -1,13 +1,13 @@ { "contact": { - "email": "holdensanchez2@llnl.gov" + "email": "arroyo7@llnl.gov" }, "date": { - "created": "2020-05-18", - "metadataLastUpdated": "2020-05-18" + "created": "2019-07-15", + "metadataLastUpdated": "2020-07-09" }, - "description": "Parallel solvers for sparse linear systems featuring multigrid methods.", - "laborHours": 458036.8, + "description": "hypre is a library of high performance preconditioners and solvers featuring multigrid methods for the solution of large, sparse linear systems of equations on massively parallel computers.\n", + "laborHours": 0.0, "languages": [], "name": "hypre", "organization": "Lawrence Livermore National Laboratory (LLNL)", @@ -15,17 +15,22 @@ "exemptionText": null, "licenses": [ { - "URL": "https://github.com/hypre-space/hypre/blob/master/COPYRIGHT", - "name": "Other" + "URL": "https://api.github.com/licenses/mit", + "name": "MIT" + }, + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" } ], "usageType": "openSource" }, - "repositoryURL": "https://github.com/hypre-space/hypre", - "status": "Development", + "repositoryURL": "https://github.com/hypre-space/hypre/releases/tag/v2.17.0", + "status": "Production", "tags": [ "DOE CODE", "Lawrence Livermore National Laboratory (LLNL)" ], - "vcs": "git" + "vcs": "git", + "version": "V2.17.0" } \ No newline at end of file diff --git a/agency-indexes/EPA-index.json b/agency-indexes/EPA-index.json index 67628a7d..0e2d9943 100644 --- a/agency-indexes/EPA-index.json +++ b/agency-indexes/EPA-index.json @@ -19406,6 +19406,237 @@ "lastModified": "2023-10-17T17:14:36Z", "metadataLastUpdated": "2025-06-04T06:24:54.166Z" } + }, + { + "name": "USEPA/WMLCI", + "organization": "usepa", + "description": "Waste Management Life Cycle Inventory Model Assembler and Calculator", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/WMLCI/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/WMLCI", + "downloadURL": "https://github.com/USEPA/WMLCI/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/WMLCI/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/WMLCI.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-04-28T18:26:06Z", + "lastModified": "2025-06-27T20:53:04Z", + "metadataLastUpdated": "2025-07-01T06:24:55.032Z" + } + }, + { + "name": "USEPA/clinical-nonclinical-concordance", + "organization": "usepa", + "description": "R script and input files for \"Quantitative and qualitative concordance between clinical and nonclinical toxicity data\"", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/clinical-nonclinical-concordance/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/clinical-nonclinical-concordance", + "downloadURL": "https://github.com/USEPA/clinical-nonclinical-concordance/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/clinical-nonclinical-concordance/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/clinical-nonclinical-concordance.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-04-18T17:52:08Z", + "lastModified": "2025-06-13T18:50:55Z", + "metadataLastUpdated": "2025-07-01T06:24:55.045Z" + } + }, + { + "name": "USEPA/fegs-dashboard", + "organization": "usepa", + "description": "", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/fegs-dashboard/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/fegs-dashboard", + "downloadURL": "https://github.com/USEPA/fegs-dashboard/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/fegs-dashboard/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/fegs-dashboard.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2016-02-10T15:55:35Z", + "lastModified": "2021-08-04T23:16:04Z", + "metadataLastUpdated": "2025-07-01T06:24:54.699Z" + } + }, + { + "name": "USEPA/gcam-kaya-decomposition", + "organization": "usepa", + "description": "Repository for R-code development of GHG emissions decomposition analysis using GCAM-GLIMPSE scenario outputs and Kaya Identity method", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/gcam-kaya-decomposition/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/gcam-kaya-decomposition", + "downloadURL": "https://github.com/USEPA/gcam-kaya-decomposition/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/gcam-kaya-decomposition/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/gcam-kaya-decomposition.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-05-20T17:40:24Z", + "lastModified": "2025-06-30T20:33:13Z", + "metadataLastUpdated": "2025-07-01T06:24:55.060Z" + } + }, + { + "name": "USEPA/lfg-calc-py", + "organization": "usepa", + "description": "A landfill gas generation and emissions calculator in Python", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/lfg-calc-py/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/lfg-calc-py", + "downloadURL": "https://github.com/USEPA/lfg-calc-py/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/lfg-calc-py/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/lfg-calc-py.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-02-14T18:22:59Z", + "lastModified": "2025-06-25T18:05:06Z", + "metadataLastUpdated": "2025-07-01T06:24:55.013Z" + } + }, + { + "name": "USEPA/rsig3d", + "organization": "usepa", + "description": "", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/rsig3d/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/rsig3d", + "downloadURL": "https://github.com/USEPA/rsig3d/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/rsig3d/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/rsig3d.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-04-29T19:39:39Z", + "lastModified": "2025-06-23T17:36:51Z", + "metadataLastUpdated": "2025-07-01T06:24:54.994Z" + } + }, + { + "name": "USEPA/rsigserver", + "organization": "usepa", + "description": "", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/rsigserver/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/rsigserver", + "downloadURL": "https://github.com/USEPA/rsigserver/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/rsigserver/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/rsigserver.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-04-29T19:48:49Z", + "lastModified": "2025-06-25T18:56:10Z", + "metadataLastUpdated": "2025-07-01T06:24:55.031Z" + } } ] } \ No newline at end of file diff --git a/agency-indexes/EPA/USEPA_WMLCI.json b/agency-indexes/EPA/USEPA_WMLCI.json new file mode 100644 index 00000000..81ae7d3f --- /dev/null +++ b/agency-indexes/EPA/USEPA_WMLCI.json @@ -0,0 +1,33 @@ +{ + "name": "USEPA/WMLCI", + "organization": "usepa", + "description": "Waste Management Life Cycle Inventory Model Assembler and Calculator", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/WMLCI/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/WMLCI", + "downloadURL": "https://github.com/USEPA/WMLCI/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/WMLCI/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/WMLCI.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-04-28T18:26:06Z", + "lastModified": "2025-06-27T20:53:04Z", + "metadataLastUpdated": "2025-07-01T06:24:55.032Z" + } +} \ No newline at end of file diff --git a/agency-indexes/EPA/USEPA_clinical-nonclinical-concordance.json b/agency-indexes/EPA/USEPA_clinical-nonclinical-concordance.json new file mode 100644 index 00000000..71998cd0 --- /dev/null +++ b/agency-indexes/EPA/USEPA_clinical-nonclinical-concordance.json @@ -0,0 +1,33 @@ +{ + "name": "USEPA/clinical-nonclinical-concordance", + "organization": "usepa", + "description": "R script and input files for \"Quantitative and qualitative concordance between clinical and nonclinical toxicity data\"", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/clinical-nonclinical-concordance/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/clinical-nonclinical-concordance", + "downloadURL": "https://github.com/USEPA/clinical-nonclinical-concordance/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/clinical-nonclinical-concordance/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/clinical-nonclinical-concordance.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-04-18T17:52:08Z", + "lastModified": "2025-06-13T18:50:55Z", + "metadataLastUpdated": "2025-07-01T06:24:55.045Z" + } +} \ No newline at end of file diff --git a/agency-indexes/EPA/USEPA_fegs-dashboard.json b/agency-indexes/EPA/USEPA_fegs-dashboard.json new file mode 100644 index 00000000..f44d12a6 --- /dev/null +++ b/agency-indexes/EPA/USEPA_fegs-dashboard.json @@ -0,0 +1,33 @@ +{ + "name": "USEPA/fegs-dashboard", + "organization": "usepa", + "description": "", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/fegs-dashboard/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/fegs-dashboard", + "downloadURL": "https://github.com/USEPA/fegs-dashboard/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/fegs-dashboard/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/fegs-dashboard.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2016-02-10T15:55:35Z", + "lastModified": "2021-08-04T23:16:04Z", + "metadataLastUpdated": "2025-07-01T06:24:54.699Z" + } +} \ No newline at end of file diff --git a/agency-indexes/EPA/USEPA_gcam-kaya-decomposition.json b/agency-indexes/EPA/USEPA_gcam-kaya-decomposition.json new file mode 100644 index 00000000..52227387 --- /dev/null +++ b/agency-indexes/EPA/USEPA_gcam-kaya-decomposition.json @@ -0,0 +1,33 @@ +{ + "name": "USEPA/gcam-kaya-decomposition", + "organization": "usepa", + "description": "Repository for R-code development of GHG emissions decomposition analysis using GCAM-GLIMPSE scenario outputs and Kaya Identity method", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/gcam-kaya-decomposition/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/gcam-kaya-decomposition", + "downloadURL": "https://github.com/USEPA/gcam-kaya-decomposition/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/gcam-kaya-decomposition/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/gcam-kaya-decomposition.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-05-20T17:40:24Z", + "lastModified": "2025-06-30T20:33:13Z", + "metadataLastUpdated": "2025-07-01T06:24:55.060Z" + } +} \ No newline at end of file diff --git a/agency-indexes/EPA/USEPA_lfg-calc-py.json b/agency-indexes/EPA/USEPA_lfg-calc-py.json new file mode 100644 index 00000000..89f1361d --- /dev/null +++ b/agency-indexes/EPA/USEPA_lfg-calc-py.json @@ -0,0 +1,33 @@ +{ + "name": "USEPA/lfg-calc-py", + "organization": "usepa", + "description": "A landfill gas generation and emissions calculator in Python", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/lfg-calc-py/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/lfg-calc-py", + "downloadURL": "https://github.com/USEPA/lfg-calc-py/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/lfg-calc-py/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/lfg-calc-py.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-02-14T18:22:59Z", + "lastModified": "2025-06-25T18:05:06Z", + "metadataLastUpdated": "2025-07-01T06:24:55.013Z" + } +} \ No newline at end of file diff --git a/agency-indexes/EPA/USEPA_rsig3d.json b/agency-indexes/EPA/USEPA_rsig3d.json new file mode 100644 index 00000000..c322ff66 --- /dev/null +++ b/agency-indexes/EPA/USEPA_rsig3d.json @@ -0,0 +1,33 @@ +{ + "name": "USEPA/rsig3d", + "organization": "usepa", + "description": "", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/rsig3d/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/rsig3d", + "downloadURL": "https://github.com/USEPA/rsig3d/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/rsig3d/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/rsig3d.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-04-29T19:39:39Z", + "lastModified": "2025-06-23T17:36:51Z", + "metadataLastUpdated": "2025-07-01T06:24:54.994Z" + } +} \ No newline at end of file diff --git a/agency-indexes/EPA/USEPA_rsigserver.json b/agency-indexes/EPA/USEPA_rsigserver.json new file mode 100644 index 00000000..e4ca6891 --- /dev/null +++ b/agency-indexes/EPA/USEPA_rsigserver.json @@ -0,0 +1,33 @@ +{ + "name": "USEPA/rsigserver", + "organization": "usepa", + "description": "", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/rsigserver/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/rsigserver", + "downloadURL": "https://github.com/USEPA/rsigserver/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/rsigserver/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/rsigserver.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-04-29T19:48:49Z", + "lastModified": "2025-06-25T18:56:10Z", + "metadataLastUpdated": "2025-07-01T06:24:55.031Z" + } +} \ No newline at end of file diff --git a/agency-indexes/SSA-index.json b/agency-indexes/SSA-index.json index b016803d..a280ad94 100644 --- a/agency-indexes/SSA-index.json +++ b/agency-indexes/SSA-index.json @@ -9669,6 +9669,2387 @@ "name": "Open Source Administrator" } }, + { + "name": "UEF Website", + "repositoryURL": "", + "description": "Standards Website for the User Experience Framework", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "UEF", + "Standards", + "User Experience Framework" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Disability Case Adjudication and Review System", + "repositoryURL": "", + "description": "Disability Case Adjudication and Review System (DICARS) is the legacy system supporting business processes in the Disability Quality Branches (DQBs) and the simultaneous, blind, pre-effectuation consistency review of initial Disability Determination Service (DDS) clearances processed in Division of Disability Quality Operations DDQO). Works in conjunction with the Disability Quality Review (DQR) application which will eventually replace it.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Case Processing", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Disability Predictive Model", + "repositoryURL": "", + "description": "Dual score card application based on the Predictive Model design architecture written by IBM. It is called when initial adjudicative disability cases are transferred to the DDS for a medical determination. It will analyze the date electronically and produce two values, each between 0 and 1. The first value will express the confidence that a favorable determination will be made (known as SSAL - SSA Allowance). The second (known as SSPT - SSA Processing Time) will express the confidence that the determination can be reached quickly.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Predictive", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Front End Capture System", + "repositoryURL": "", + "description": "Front-end document capture system for DMA. Processes unstructured data and sends a receipt notification to the requesting application.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Document Capture", + "Document Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Analyst Case Processing System", + "repositoryURL": "", + "description": "Legacy Disability system used by the NY DDS.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Case Processing", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Cornhusker", + "repositoryURL": "", + "description": "Legacy Disability system used by the Nebraska DDS.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Case Processing", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Electronic Claims Analysis Tool", + "repositoryURL": "", + "description": "eCAT is a web-based application that guides Disability Examiners and Medical Consultants through the sequential evaluation of a disability claim. The tool aids in documenting, analyzing, and adjudicating the claim in accordance with SSA regulations.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Enumeration Verification System", + "repositoryURL": "", + "description": "A batch application that provides SSN, corresponding name, DOB, and/or gender match validation to federal, state, local and foreign government agencies, private companies and internal SSA customers and systems.", + "permissions": { + "licenses": [], + "usageType": "exemptByNationalSecurity", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Verification" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Acquisition Planning and Reporting System", + "repositoryURL": "", + "description": "An application used mainly by the DCS and OTSO budget staff to manage and report the ITS budget. Self employment Income (SEI) and project data is also entered using APRS.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Reporting", + "Planning", + "Administrative" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Administrative Payments Information Network", + "repositoryURL": "", + "description": "A web based inquiry system that allows SSA employees and vendors within SSA firewall to receive the status of invoices, vouchers and claims submitted for payment to the Office of Finance for the past eighteen months.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Claims", + "Payments", + "Administrative" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "eTravel", + "repositoryURL": "", + "description": "An on-demand/full travel service providing capabilities to make travel reservations and create, route and approve travel documents. Travel reimbursements are generated through an interface between the eTravel system and the Social Security Online Accounting Reporting System (SSOARS).", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Administrative" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "GIS Direct Deposit Maps", + "repositoryURL": "", + "description": "GISSDD maps application creates U.S. and State/County maps and reports, to provide the percentage of Title II and Title XVI payments made through direct deposit in those areas. The information is updated monthly and uploaded to the SSA Internet site.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Maps", + "Geospatial" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Social Security Online Accounting and Reporting System - MF Batch", + "repositoryURL": "", + "description": "SSOARS is SSA's centralized accounting system for recording, classifying and summarizing information on SSA's financial position and operation. It maintains a variety of financial information including, but not limited to, funding data, commitments, obligations, receivables, and payables.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Reporting", + "Accounting" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Mini Learning Management System", + "repositoryURL": "", + "description": "This LMS supports the Seattle Region Studio 6 in managing course content that they are responsible for, mainly the Transition to Leadership Courses, Core, and ASC/SLC training.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Learning Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Third Party Payment System", + "repositoryURL": "", + "description": "The Third Party Payment System (TPPS) is a register of paper checks that are known as Third Party Drafts. These drafts are issued to vendors for goods and services, to SSA employees for reimbursement of payments and to beneficiaries for Programmatic Immediate Payments (IPs) and Emergency Advance Payments (EAPs). TPPS enforces payment limits, maintains office draft stock, records and validates accounting data, and generates daily activity and monthly accountability reports.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Reimbursements", + "Third Party", + "Payment" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Death Information Processing System Web", + "repositoryURL": "", + "description": "The Death Information Processing System (DIPS) is a web-based iMain application used to add, change, or delete death data on the NUMIDENT. It replaced the Death Alert Control and Update System (DACUS) CICS screens in PCOM.", + "permissions": { + "licenses": [], + "usageType": "exemptByNationalSecurity", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Death" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Earnings Modernization Itemized Statement of Earnings Requests", + "repositoryURL": "", + "description": "Earnings Modernization Itemized Statement of Earnings Report (EMISER) is an interactive CICS control system that processes requests for Itemized Statements of Earnings (SSA-1826).", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Earnings Requests", + "Earnings" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Volume Death", + "repositoryURL": "", + "description": "Updates the SSA Death Master File.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Death" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Rep Payee System", + "repositoryURL": "", + "description": "The Representative Payee System (RPS) is an online system used to store and process current and prior Rep Payee applications (both approved and denied). Data is stored on the Master Rep Payee File (MRPF) as applicants, beneficiaries, or recipients, and the relationship between the Rep Payee and beneficiary. The RPS data is also useful to adjudicators in processing subsequent actions.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Representative Payee" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "VIEWS - Data Exchange Inventory", + "repositoryURL": "", + "description": "DEXI is an inventory database that contains information about data exchanges between SSA and various partners. It interfaces with external applications to retrieve project code data, financial accounting data, management information data, and electronic reimbursable agreement documentation, and can be queried in various ways.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Data Exchange" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Numident Online Verification Utility", + "repositoryURL": "", + "description": "A mainframe application that accesses the NUMIDENT to perform real-time SSN verifications. This program is called by other SSA online programs that serve as interfaces to end-users.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Verification" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Work Experience Reporting System", + "repositoryURL": "", + "description": "WERS is an MI system that captures and reports workload volumes and the hours needed to process items in each workload category. Weekly, monthly, quarterly, and yearly reports are produced for the Office of Budget, Finance and Management (OBFM).", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Administrative", + "Reporting" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Medicare Non-Utilization Project", + "repositoryURL": "", + "description": "The Medicare Non-Usage Project (MNUP) objective is to use Medicare non-utilization information furnished to us by CMS as an indicator to select and prioritize cases for review to determine continued eligibility to SSA Title II benefits. We will obtain an initial data extract of individuals age 90 or over who are living in the United States, in current pay status and have not used Medicare during the previous three years. Subsequent data extracts will be obtained bi-annually. The data received from CMS will include Title II beneficiaries who reside in nursing homes, are enrolled in HMOs, or have private health insurance.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Medicare" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Medicare - IRMAA", + "repositoryURL": "", + "description": "Imposes higher Medicare Part B and Part D premium rates on high-income earners as defined by statute, adjusts those additional amounts on the basis of beneficiary allegations, and verifies the accuracy of those allegations.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "medicare" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Military Service Reimbursement", + "repositoryURL": "", + "description": "The Military Service Reimbursement System (MSRS) was developed to replace the process within the Title II AERO system that calculates Primary Insurance Amounts (PIA) for the Office of the Chief Actuary (OCACT).", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Reimbursement", + "Military" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Legal Automated Workflow System", + "repositoryURL": "", + "description": "A new system replacing the Program Litigation functions in the National Docketing Management Information System (NDMIS). LAWS electronically receives information contained in the Certified Administrative Record (CAR), interacts with Electronic Folder, allows OGC users access to historical data, accurately captures workloads, and enables users to produce and communicate management information.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Workflow" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Cost Analysis System", + "repositoryURL": "", + "description": "The Cost Analysis System gathers workload counts and costs.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Cost Analysis" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Federal Assistance Award Data System", + "repositoryURL": "", + "description": "A central collection of selected, computer-based domestic financial assistance programs data for the Federal Government mandated by the Federal Funding Accountability and Transparency Act and is compiled quarterly.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Federal Assistance" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Quality Performance Management System / DARES", + "repositoryURL": "", + "description": "Performance management data extracted from multiple sources is consolidated into the QPMS data warehouse, providing a \"one-stop\" source for generating quality performance measures. The Disability Adjudication Review Evaluation System (DARES) provides a dashboard display of necessary management/decision support and risk information to Office of Disability Adjudication and Review (ODAR) officials, allowing them to effectively monitor and control the hearings backlog reduction initiatives and to determine the health of the overall hearings backlog reduction program at SSA. DARES also serves as the front-end starting point for QPMS DARES, which offers web-based, parameter-driven reports that are based on the breakdown of ODAR workloads within the context of how they relate to key hearing backlog initiatives.\u00c2 ", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Review", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Case Processing Management System", + "repositoryURL": "", + "description": "An intranet application used by the Office of Disability Adjudication and Review's (ODAR) hearing offices to process cases and manage office workloads.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Case Management", + "Workload Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Electronic Work Reporting Front End", + "repositoryURL": "", + "description": "A Web-based application used by all SSA technicians (TSC, FO, PC, and OCO), which fully automates the initiation, development, adjudication, and effectuation of Title II Work CDRs.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Work Reporting", + "Title II" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Consent Based Social Security Number Verification", + "repositoryURL": "", + "description": "A fee-based SSN verification service that permits private businesses, as well as Federal, State and Local governments, to use the Internet or a Web Service to verify an individual's SSN once a valid signed consent form is obtained from the SSN holder.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Verification" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Social Security Number Verification", + "repositoryURL": "", + "description": "An application within Business Services Online (BSO). SSNVS allows registered users to verify names and SSNs of their employees against SSA's master files via the Internet.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Internet", + "Verification" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "National Instant Criminal Background Check System", + "repositoryURL": "", + "description": "The purpose of the National Instant Criminal Background Check System (NICS) is to process potential NICS candidates for inclusion to the FBI, prohibiting firearm ownership.\nThis is an Intranet application for CRs to gather information from potential candidates who are identified by EDCS. CRs will then process the candidates who are legally incompetent and provide notification of NICS determinations to the appropriate parties, such as legal guardians, appointed representatives, and representative payees. All candidates found eligible will have identifying information submitted to the FBI.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Criminal", + "Background Check" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Internet Ticket Operations Provider Support System", + "repositoryURL": "", + "description": "An automated system that allows users to award contracts, provide ticket assignment/unassignment, and payments for Employment Networks (EN). It allows users to process, verify, and cancel payments before they reach Treasury.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Payments", + "Employment Networks", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Internet Application Status", + "repositoryURL": "", + "description": "An application that allows an individual to enter their Social Security Number (SSN) and follow the progress of all available claims using the Internet.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Claim Status", + "Internet" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Audit Trail System", + "repositoryURL": "", + "description": "Collects application-specific transaction data and provides search capability for the Center Directors for Security and Integrity and their staffs for the purpose of deterring, detecting, and investigating instances of fraud and abuse.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Fraud Prevention", + "Security", + "Audit" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "UniForms", + "repositoryURL": "", + "description": "UniForms is a replacement for eForms, allowing Agency-wide retrieval of administrative forms.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Administrative", + "Forms" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Manual Adjustment Credit & Award Data Entry", + "repositoryURL": "", + "description": "CICS data collection system consists of data entered/received via MACADE or data that comes to MACADE via A101, and propagates information into the SPS database to create a payment record.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Payment" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Processing Center Action Control System", + "repositoryURL": "", + "description": "PCACS provides timely, accurate, and detailed online information regarding the status and location of actions and folders in progress in all processing centers (PCs).", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Workload Management", + "Processing Center" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Social Security Electronic Remittance System", + "repositoryURL": "", + "description": "The Social Security Electronic Remittance System (SERS) collects standard fees for non-program-related requests for information. The system allows field office personnel to quickly process payments and eliminates the need to bundle and send payment requests to the Office of Finance at headquarters.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Fee Collection" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Returned Check Action", + "repositoryURL": "", + "description": "The program generates an electronic alert file to the servicing Processing Center (PC) when Title II benefit payments are returned, indicating the beneficiary is deceased. It will automatically send a call-in letter to each beneficiary indicating the stop payment and the reason why.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Death", + "Title II", + "Processing Center" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Fugitive Felon Matching Agreements", + "repositoryURL": "", + "description": "APPLICATION TO COLLECT INFORMATION ON SSA EFFORTS TO NEGOTIATE MATCHING AGREEMENTS WITH LAW ENFORCEMENT AGENCIES TO IDENTIFY FUGITIVE FELONS AND PAROLE AND PROBATION VIOLATORS", + "permissions": { + "licenses": [], + "usageType": "exemptByNationalSecurity", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Felon" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "National Docketing Management Information System", + "repositoryURL": "", + "description": "Centralized system for tracking and managing legal matters as a system-of-record for all OGC regions and at OGC headquarters. Tracks due dates to ensure that responsive documents are filed in a timely manner.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Workload Management", + "Legal", + "Docket Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Employee Retirement Income Security Act", + "repositoryURL": "", + "description": "Produces notices to inform retirees of their possible eligibility for pensions under a private pension plan. There is also an online system for users in OCO and the field offices to query the ERISA master files.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Private Pensions", + "Notices" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Modernized Integrated Disability Adjudicative System", + "repositoryURL": "", + "description": "A federal disability case processing system used in Disability Determination Services, Disability Processing Branches, and some federal components that process disability claims.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Claims", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Target Notice Architecture - Mainframe", + "repositoryURL": "", + "description": "TNA is the agency's standard for the systems development of 508-compliant notice language.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "508", + "Notices" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Earnings Case Management System", + "repositoryURL": "", + "description": "This is a case management system which tracks many different earnings workloads.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Workload Management", + "Earnings Requests", + "Case Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Electronic Disability Collection System (EDCS\\eView)", + "repositoryURL": "", + "description": "An automated system for SSA field personnel to electronically collect information about the applicant and his or her medical condition, and transfer the data to the EF for use by a local case management system.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Case Management", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Electronic Folder Interface", + "repositoryURL": "", + "description": "An interface between the electronic folder and the case processing systems (CPMS for ODAR). Enables transactions that allow: Messages and alerts to be sent to case processing systems; Electronic cases to be transferred between processing locations and closed when processing is complete; and Case processing systems to electronically send data to the CEF when case processing actions are complete.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Access for Cross-Platform Intranet Services", + "repositoryURL": "", + "description": "Access to Cross-Platform Intranet Services (AXIS), a Web Service environment, is a part of Core Services for security logon. It allows ColdFusion applications to leverage the security infrastructure in order to access mainframe resources on z/OS.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Security", + "Web Services" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Work History Assistant Tool", + "repositoryURL": "", + "description": "A web-based application, available on a need-to-know basis, that retrieves Detail Earnings Query (DEQY) data and makes it easier to interpret.wh", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Employment" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Employee Office Sampler", + "repositoryURL": "", + "description": "Capture/store/manage end-user work activities at designated times as needed for DOWS sampling", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Workload Management", + "Field Office" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Medical Evidence Gathering & Analysis Health Information Technology", + "repositoryURL": "", + "description": "An application called through Health IT that requests, receives, and analyzes electronic medical records in a fully automated manner. Upon transfer of a claim to a disability case processing unit, MEGAHIT automatically identifies a health IT participating source and gathers electronic medical records.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Medical Records" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Document Generation System", + "repositoryURL": "", + "description": "DGS is a Windows-based application used to create Office of Hearings and Appeals (OHA) Distributed Online Correspondence System (DOCS) and notices.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Notices", + "Document Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Access Control Utility", + "repositoryURL": "", + "description": "Access Control Utility (ACU) provides access only to applications that employ Knowledge Based Authentication (KBA).", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Authentication", + "Security" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Electronic Access - (RIR)", + "repositoryURL": "", + "description": "ID Proofing and Authentication system for SSA online applications.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Security", + "Authentication" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "EMR-Framework", + "repositoryURL": "", + "description": "The Enterprise Metadata Repository Framework is built on an open architecture using relational databases and provides an infrastructure for retrieving data to load to the EMR, as well as controlling the load process.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Framework", + "Data", + "Metadata Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "EMR-UI/API", + "repositoryURL": "", + "description": "Provides front-end and API access to the Enterprise Metadata Repository, which stores metadata about SSA's applications and databases. The Enterprise Metadata Repository (EMR) is a data management tool used to coordinate enterprise-wide information. It ties physical and logical metadata which may be used in data administration and application development efforts. The EMR is built on an open architecture using relational databases. It serves as a central location for documentation of SSA's data infrastructure.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Front End", + "Data", + "Metadata Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Health informationTechnology management information", + "repositoryURL": "", + "description": "Health IT Management Information (HIT MI) is part of the WebFocus Business Intelligence Dashboard. It provides data analysis to monitor work loads and trend analysis and information on a variety of variables such as time and location, allowing users to make further improvements and enhancements to the disability process.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "HealthIT" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "WMI for IC and Appeals", + "repositoryURL": "", + "description": "Legacy Workload Management Information (WMI) for IC and appeals batch programs and CICS screens.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Appeals", + "Workload Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "VIEWS - Agreement Workflow Tool", + "repositoryURL": "", + "description": "AWT is a workflow tool and repository for the reimbursable agreement documents. The agreement process begins in AWT, which allows related documentation to be circulated electronically for approval and signature.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Agreements", + "Workflow Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "MI Central", + "repositoryURL": "", + "description": "Facilitates access to management information and workload control reports by providing centralized access to workload counts, workload control listings, processing time reports, performance measurement reports and managerial cost analysis data/reports.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Management Information" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Detailed Office Organization Resource System", + "repositoryURL": "", + "description": "The Detailed Office/Organization Resource System (DOORS) is SSA's official Agency repository of office information, such as location and phone numbers, for all SSA offices. DOORS has a user and customer base of all SSA employees, hundreds of SSA systems, and members of the public who use SSA.GOV on the Internet.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Inventory Management", + "Office", + "Administrative" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Automatic Earnings Reappraisal Operation", + "repositoryURL": "", + "description": "The process that \"automatically\" screens the earning records of Retirement, Survivors, and Disability Insurance (RSDI) beneficiaries for additional earnings and computes necessary changes. The beneficiary does NOT have to initiate this process.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Automated", + "Disability", + "Earnings" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Social Security Number Application Process", + "repositoryURL": "", + "description": "An Enumeration software application that will perform a cross-reference check of a new SSN.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Application", + "Enumeration" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Verifications Account Management System", + "repositoryURL": "", + "description": "Verification Account Management System (VAMS) is a centralized location for maintaining Enumeration Verification Systems (EVS) accounts. VAMS allows users to create new accounts, search for existing accounts, update current accounts, and generate MI count reports. DEVO interfaces with VAMS to perform the administrative functions of registration, access control and tracking, and to manage assignment of the functional processes.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Account Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Integrated Client Database System", + "repositoryURL": "", + "description": "The Integrated Client Database (ICDB) System allows data to be shared among SSA's major application systems (e.g., Title II and Title XVI Claims Processing). ICDB is comprised of a set of databases, common screens and access software that collects, maintains, and provides access to common Client data.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Client" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Earnings Use - SEQY", + "repositoryURL": "", + "description": "A Master File online query request screen that adds earnings from up to 10 SSNs to the query response. The system then combines the earnings from the SSNs in the yearly totals on the query response.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Earnings" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Person Information", + "repositoryURL": "", + "description": "The Person Information web application was created to provide a common set of screens to display and collect person data. It is available as an independent application through the Person Information link on iMain. It can also be included in another application's path.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Person" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Electronic Folder Interface - Data Access", + "repositoryURL": "", + "description": "Allows shared access via eView to legacy information and documents within a case.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Document", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "AccuWage", + "repositoryURL": "", + "description": "AccuWage is used for testing the Electronic Filing of Wage and Tax Statement (EFW2). The software is downloaded from the SSA Web site by a submitter and used to check the format of a wage report submission file.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Taxes", + "Employment" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Comprehensive Integrity Review Process - Mainframe", + "repositoryURL": "", + "description": "Collects and evaluates electronic transactions entered into the programmatic systems. Identifies those transactions that may indicate abuse or fraudulent activity involving SSA employees or the public.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Review", + "Fraud Prevention" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "DCS Budget Tracking System", + "repositoryURL": "", + "description": "Tracks Other Objects budget allocations for the Office of Systems and tracks some Information Technology budgets. Monitors and tracks allocations, expenditures and generates Management Information (MI) reports for planning budget requests and allocations.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Management Information", + "Administrative", + "Budget Tracking" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Internet Special Notices Option", + "repositoryURL": "", + "description": "An Internet/Intranet application designed to collect notice preferences from applicants, beneficiaries, recipients, and representative payees who allege blindness or visual impairment. These individuals can select to receive all notices and written communication from SSA via a Microsoft Word CD or in Braille.", + "permissions": { + "licenses": [], + "usageType": "exemptByNationalSecurity", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "SNO", + "Notices" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Performance Assessment and Communication System", + "repositoryURL": "", + "description": "PACS assists supervisors in preparing employee performance plans, documenting expectations and progress reviews and preparing performance appraisals.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Performance Appraisals", + "Human Resources" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Security Administration Reports Application", + "repositoryURL": "", + "description": "SARA is the automated solution to an existing manual review\nprocess, and it will provide the ability to capture trending data to\nassist in management decisions. Yes, The Security Administration Reports\nApplication SARA will allow Information Security Officers ISOs,\nAlternate Information Security Officers ALT ISOs and Management Designee\nMD to access, review and take appropriate action on Security\nAdministration Reports.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Reporting", + "Management Information", + "Security" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Document Processing System", + "repositoryURL": "", + "description": "The Document Processing System (DPS) is an SSA developed, browser based application that will provide the user with functionality similar to the client server based system, Distributed Online Correspondence System (DOCS).", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Document Processing", + "Document Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Electronic Personal Enrollment Credential System", + "repositoryURL": "", + "description": "The HSPD-12 Electronic Personal Enrollment Credential System (EPECS) supports the HSPD-12 credentialing process at SSA. It automates the sponsoring, vetting, and issuing of HSPD-12 credentials. It interfaces with other SSA systems for compliance with various directives.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Security" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Electronic Bench Book", + "repositoryURL": "", + "description": "A web-based application used by the office of Disability Adjudication and Review/ODAR to aid with documentation, analysis, and adjudication of disability cases.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Workload Management", + "Adjudication", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Visitor Intake Process - Rewrite", + "repositoryURL": "", + "description": "Manages appointments and walk-ins for Field Office (FO) and assigns them to the FO staff in an effective way to minimize the wait time of the users.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Scheduling", + "Workload Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Hires and Losses Tracking System", + "repositoryURL": "", + "description": "This application tracks the hires and losses of employees to the Office of Systems. It provides an automated way of approving hires and tracking both hires and losses in Systems. It also provides many reports from captured data on individuals joining the Office of Systems, leaving the Office of Systems, or moving from one Associate Commissioner's office within Systems to another Associate Commissioner's office within Systems. The data from these reports are used by management to make budget decisions.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Human Resources" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "GSO - Interim Assistance Reimbursement", + "repositoryURL": "", + "description": "An online mechanism for state agencies to report to SSA the amount of state or local assistance the agencies paid to individuals who are now eligible for SSI payments.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Data Exchanges", + "Payments" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Modernized Supplemental Security Income Claims System", + "repositoryURL": "", + "description": "Web-based Intranet pages that collect and document application information about the claimant, provide a modernized data-collection environment for most post-eligibility (PE) events - regardless of whether the action taken is an initial claim or a PE event - and allow online claims initiation for the majority of SSI claims.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Internet", + "Claim", + "SSI" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Affordable Care Act - Batch Redetermination/Renewal Process", + "repositoryURL": "", + "description": "A batch application exchanges data with CMS related to eligibility Redeterminations and Renewal decisions for Insurance Affordability Programs.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Medical", + "Insurance" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Electronic Freedom of Information Act System -Intranet", + "repositoryURL": "", + "description": "An Intranet application used by the Office of Public Disclosure (OPD) and the Division of Earnings Record Operations (DERO) to process the different types of FOIA requests that are received.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Intranet", + "FOIA" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Direct Deposit Fraud Prevention", + "repositoryURL": "", + "description": "An intranet web application developed to collect and processes requests to block direct deposit auto-enrollment changes that are received and processed in the SSA Notification of Change (SANOC) System. The DDFP web application also requires input of the reason for the block - Fraud Alleged or Preventive Measure. Both the adding and removal of the block are updated in real time allowing the application to access the data for display the block request history.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Direct Deposit", + "Fraud Prevention" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "SSI Claims System - Web", + "repositoryURL": "", + "description": "Enables SSI claim submissions via a web-based intranet data collection process. It replaces the previous set of CICS MSSICS screens.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Data Collection", + "Claim", + "Internet" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Access to Financial Institutions", + "repositoryURL": "", + "description": "Electronically verifies depository account balances for Supplemental Security Income (SSI) applicants, recipients, and deemors. It also searches for undisclosed depository accounts and detects unreported excess resources, reducing improper SSI payments.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Direct Deposit", + "Financial" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "electronic Representative Payee System", + "repositoryURL": "", + "description": "The Electronic Representative Payee Accounting (eRPA) system is an intranet-based system that has automated the processing of Representative Payee Accounting forms.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Forms", + "Intranet", + "Representative Payee" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Data Exchange and Verification Online", + "repositoryURL": "", + "description": "DEVO is the back-end application for processing SSN verifications and data exchanges. DEVO uses modern technology for parameter driven processing of both batch and real time requests. DEVO provides the capability for SSA to accurately and rapidly respond to customized requests, legislative mandates, and court orders. Legacy verification and data exchange applications (Enumeration Verification System (EVS), Numident Online Verification Utility (NOVU), State Verification Exchange System (SVES), and State Online Query System (SOLQ)) are methodically being reengineered into DEVO, which will make use of reusable, flexible software. DEVO interfaces with the Verification Account Management System (VAMS) to determine account status, obtain processing parameters, and store transaction counts for Management Information (MI).", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Administrative", + "Verification", + "Data Exchange" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Core Services", + "repositoryURL": "", + "description": "A suite of Intranet-based utilities designed to simplify central or common routines required by many web based applications. The utilities leverage open, accessible technologies eliminating the drawbacks commonly seen in proprietary coding techniques. They help prevent duplication of effort by reusing what already exists.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Intranet", + "Services" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "StaRZ & Stripes - The Next Generation", + "repositoryURL": "", + "description": "StarRZ and Stripes the Next Generation (SSTNG) provides the full range of detailed workload monitoring, management reports and listings used by Claims Reps, Operation Supervisors and FO Managers to identify, track and successfully complete their annual Redetermination/Limited (RZ/LI) workloads.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Workload Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "MI for Debt Management System", + "repositoryURL": "", + "description": "Provides an summary of the financial Debt Management screens at the regional field offices and the processing center levels", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Processing Center", + "Debt Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Customer Help and Information Program", + "repositoryURL": "", + "description": "CHIP is an Intranet application currently used by National 800 Number (N8NN) Agents to respond to inquiries made by the public. Provides instant access to facts, policies and reference material found in the Teleservice Center Operating Guide (TSCOG), as well as information from certain mainframe records.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Policy", + "Call Center", + "Phone" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Prisoner Tracking MI", + "repositoryURL": "", + "description": "The Prisoner Tracking Management Information (PTMI) provides aggregate and workload data for Title II and Title XVI prisoner transactions processed in SSA field offices (FO's) and Processing Service Centers (PSC's), provides correctional facility names, and correctional facility reporting and incentive payment information.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Management Information", + "Prisoner" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Social Security Access to State Records Online", + "repositoryURL": "", + "description": "Social Security Access to State Records Online (SASRO) provides authorized SSA employees access to state agency benefit information, in order to correctly process many of its entitlement and post-entitlement actions.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Entitlments", + "Benefits", + "State" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "My Human Resources", + "repositoryURL": "", + "description": "This application is part of the application hub, Human Resources Services Portal. The e7B creates a secure, electronic centralized repository accessed through the agency's Intranet for all information maintained in the 7B, 7B Extension File, and holding file to reduce the amount of required time and expenditures associated with file maintenance.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Human Resources" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Security Oversight Command & Control System", + "repositoryURL": "", + "description": "SOCCS is utilized to coordinate disaster planning, evacuation and security.\n\nSOCCS is used for security oversight and disaster planning for SSA HQ complex, leased buildings and facilities assigned to SSA HQ.\n\nOffice of Security and Emergency Preparedness (OSEP) will capitalize on SOCCS ability to read and receive live data feeds, ensuring the safety of SSA personnel and the public.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Safety", + "Disaster Planning" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Integrated Registration Services - Internet", + "repositoryURL": "", + "description": "An internet application that provides registration, authentication and authorization gateway services for the Business Services Online (BSO) suite of Business-to-Government (B2G) services.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Registration", + "Internet" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Disability Quality Review", + "repositoryURL": "", + "description": "The Disability Quality Review system is an JAVA web-based application that allows in-line quality reviews of cases/claims adjudicated by the Disability Determination Services.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Claims Review", + "Review", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Official Union Time Tracking System", + "repositoryURL": "", + "description": "OUTTS will collect and load into MTAS the number and type of regular hours, as well as the number and type of credit hours that were worked on official union time for the current pay period or amended union activity for a prior pay period.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Human Resources", + "Time and Attendance", + "Union" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "National Disability Determination Services System", + "repositoryURL": "", + "description": "NDDSS is a software application that provides case control management and reporting capabilities. NDDSS gives the state Disability Determination Services offices the ability to track the receipt, development and closures of claims.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Case Management", + "Determination", + "Disability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Disability Case Processing System", + "repositoryURL": "", + "description": "The Disability Case Processing System is used by disability determination components to process disability claims.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Claims Processing", + "Disability", + "Case Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Employer Balancing Intranet Processing System", + "repositoryURL": "", + "description": "The Annual Wage reporting (AWR) Employer Balancing Intranet Processing System (EBIPS) enables users to view submitter, employer, submission, W-3, W-2, and report of contact information.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Wage Reporting", + "Employer" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "myAPS Web Application", + "repositoryURL": "", + "description": "As part of the mySSA suite of applications, myAPS provides detailed status information for all pending T2, T16, and T18 claims, including Appeals up to the Hearing Request level for denied claims.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencySystem", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Claims", + "Claims Tracking", + "Internet" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Global Reference Table Portal", + "repositoryURL": "", + "description": "Application used to collect data to update the Global Reference Tables, which store common information used throughout SSA, and standardize code structures and code usage of SSA business and Policy-approved values.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Metadata Management", + "Data", + "Common" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Workload Action Center", + "repositoryURL": "", + "description": "The Workload Action Center (WAC) allows users to view, analyze, and work initial claims and appeals pending lists, as well as mainframe tickle lists. It consumes Programmatic Workload data to provide information to the 1,394 field offices to assist SSA employees in adjudicating initial disability claims.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Disability", + "Workload Management" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "MySSA Benefit Verification - Backend", + "repositoryURL": "", + "description": "Accessed through the MySocialSecurity portal, it provides instant verification of SSA benefits for proof of income purposes. It also provides immediate view, print, and save of benefit verification letters to prove receipt/non-receipt of SSA benefits, Supplemental Income (SSI) or Medicare.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Registration", + "Internet" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "iAppeals (i3441)", + "repositoryURL": "", + "description": "Allows electronic submission of requests from individuals and/or third parties for the Request for Reconsideration (SSA-561), Request for Hearing (HA-501) on medically denied claims for both Title II and Title XVI claims, and allows an individual to appeal the decision directly on-line.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Appeals", + "Medical", + "Forms" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Social Security Number Verification - BSO", + "repositoryURL": "", + "description": "Allows employers to verify name/SSNs for wage reporting purposes.", + "permissions": { + "licenses": [], + "usageType": "exemptByAgencyMission", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Identity", + "Verification" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Calendar Availability Services", + "repositoryURL": "", + "description": "The calendar availability service allows the ability to add availability, update availability, get availability, update available resources, and delete availability for one or many offices and calendar configurations.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Spring Boot", + "RESTful", + "Calendar Management", + "Calendar Availability" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "CET Dynamic Help", + "repositoryURL": "", + "description": "mySSA Dynamic Help application", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "mySSA" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "codeMetadata.json Generator", + "repositoryURL": "", + "description": "A single page application for generating a codeMetadata.json file. The codeMetadata.json file contains basic data about a code asset such as it's name, description, languages, and the like.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "node.js", + "REACT", + "SPA", + "Single Page Application" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "EPMO Web Application", + "repositoryURL": "", + "description": "EPMO Application is developed in MDE using AngualrJS, HTML front end and Java (Jax-RS ) backend. This is a RESTful app with authentication and authorization done using WebSeal.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "AngularJS", + "JAX-RS", + "EJB", + "SPA", + "JWT" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "iAppointment", + "repositoryURL": "", + "description": "An Internet application that allows individuals to schedule appointments with SSA's Field Offices.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Appointments", + "MVC", + "UEF", + "FlexWeb" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Main Complex Conference Rooms System", + "repositoryURL": "", + "description": "The MCCR system is a web application tool used to reserve conference rooms for meetings, events, presentations, etc.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "facilities, conference room, reservations, coldfusion" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "MDE Control Center", + "repositoryURL": "", + "description": "Self-serve control center application for SSA MDE.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Spring", + "Thymeleaf", + "LDAP", + "SMTP" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "MDE JSON Generator", + "repositoryURL": "", + "description": "Self-serve application for SSA mde.json generation.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Spring", + "Thymeleaf", + "JSON" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Message Center", + "repositoryURL": "", + "description": "CET Message Center for mySSA", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "CET", + "mySSA" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "Message Service", + "repositoryURL": "", + "description": "Web Service for CET Message Center", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "SOAP" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "MessageAdmin", + "repositoryURL": "", + "description": "CET Message Center Admin Console", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "CET" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "openshift-upgrade-testing", + "repositoryURL": "", + "description": "Java code to create a sample web app - to be deployed in Open shift to perform regression testing on any major releases.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "MUT", + "paas", + "MDE", + "OpenShift" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "property-services", + "repositoryURL": "", + "description": "Property Services is an independent component that is used to read the configuration files and resources and make them available for accessing as per the environment/scope.", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "Property Services" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, + { + "name": "UEF Core", + "repositoryURL": "", + "description": "UEF patterns", + "permissions": { + "licenses": [], + "usageType": "governmentWideReuse", + "exemptionText": "" + }, + "laborHours": 0, + "tags": [ + "uef, inputs, web, containers, buttons, notices, links, design, page, standard, 508 compliance" + ], + "contact": { + "email": "Open.Source@ssa.gov", + "name": "Open Source Administrator" + } + }, { "name": "UEF Website", "repositoryURL": "", diff --git a/agency-indexes/TREASURY-index.json b/agency-indexes/TREASURY-index.json new file mode 100644 index 00000000..ff766be5 --- /dev/null +++ b/agency-indexes/TREASURY-index.json @@ -0,0 +1,271 @@ +{ + "agency": "TREASURY", + "version": "2.0.0", + "measurementType": { + "ifOther": "", + "method": "other" + }, + "releases": [ + { + "contact": { + "URL": "https://fedspendingtransparency.github.io/", + "email": "Renata.Maziarz@fiscal.treasury.gov", + "name": "Renata Maziarz", + "phone": "(202) 874-5732" + }, + "date": { + "created": "2019-06-05", + "lastModified": "2019-06-05" + }, + "downloadURL": "https://github.com/fedspendingtransparency/data-act-broker-web-app/archive/dev.zip", + "homepageURL": "https://fedspendingtransparency.github.io/", + "disclaimerURL": "https://github.com/fedspendingtransparency/data-act-broker-web-app/blob/dev/LICENSE", + "disclaimerText": "The Creative Commons CC0 Public Domain Dedication waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.", + "laborHours": 1, + "languages": [ + "HTML", + "CSS", + "JavaScript" + ], + "name": "data-act-broker-web-app", + "version": "1.0.0", + "description": "The DATA Act broker website is the front-end to the DATA Act broker backend. To increase access to and use of federal financial data in order to strengthen government-wide decision-making and accountability through data transparency, the broker relies on hundreds of distinct data elements to tell the story of how federal dollars are spent.", + "organization": "Bureau of the Fiscal Service(BFS)", + "permissions": { + "licenses": [ + { + "name": "Creative Commons Zero v1.0 Universal", + "URL": "http://creativecommons.org/publicdomain/zero/1.0/" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/fedspendingtransparency/data-act-broker-web-app", + "status": "Development", + "tags": [ + "spending", + "government", + "transparency", + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://fedspendingtransparency.github.io/", + "email": "Renata.Maziarz@fiscal.treasury.gov", + "name": "Renata Maziarz", + "phone": "(202) 874-5732" + }, + "date": { + "created": "2019-06-05", + "lastModified": "2019-06-05" + }, + "downloadURL": "https://github.com/fedspendingtransparency/data-act-broker-backend/archive/development.zip", + "homepageURL": "https://broker.usaspending.gov/", + "disclaimerURL": "https://github.com/fedspendingtransparency/data-act-broker-backend/blob/development/LICENSE", + "disclaimerText": "The Creative Commons CC0 Public Domain Dedication waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.", + "laborHours": 1, + "languages": [ + "HTML", + "CSS", + "Python" + ], + "name": "data-act-broker-backend", + "version": "1.0.0", + "description": "The DATA Act broker backend is a collection of services that power the DATA Act's central data submission platform. To increase access to and use of federal financial data in order to strengthen government-wide decision-making and accountability through data transparency, the broker relies on hundreds of distinct data elements to tell the story of how federal dollars are spent.", + "organization": "Bureau of the Fiscal Service(BFS)", + "permissions": { + "licenses": [ + { + "name": "Creative Commons Zero v1.0 Universal", + "URL": "http://creativecommons.org/publicdomain/zero/1.0/" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/fedspendingtransparency/data-act-broker-backend", + "status": "Development", + "tags": [ + "spending", + "government", + "transparency", + "broker", + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://fedspendingtransparency.github.io/", + "email": "Renata.Maziarz@fiscal.treasury.gov", + "name": "Renata Maziarz", + "phone": "(202) 874-5732" + }, + "date": { + "created": "2019-06-05", + "lastModified": "2019-06-05" + }, + "downloadURL": "https://github.com/fedspendingtransparency/fedspendingtransparency.github.io/archive/master.zip", + "homepageURL": "https://github.com/fedspendingtransparency", + "disclaimerURL": "https://github.com/fedspendingtransparency/fedspendingtransparency.github.io/blob/master/LICENSE", + "disclaimerText": "The Creative Commons CC0 Public Domain Dedication waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.", + "laborHours": 1, + "languages": [ + "HTML", + "CSS" + ], + "name": "federal spending transparency", + "version": "1.0.0", + "description": "This collaboration space is designed to make federal spending data more accessible, searchable, reliable and meet the transparency requirements of the DATA Act.", + "organization": "Bureau of the Fiscal Service(BFS)", + "permissions": { + "licenses": [ + { + "name": "Creative Commons Zero v1.0 Universal", + "URL": "http://creativecommons.org/publicdomain/zero/1.0/" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/fedspendingtransparency/fedspendingtransparency.github.io", + "status": "Development", + "tags": [ + "spending", + "government", + "transparency", + "Federal", + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://fedspendingtransparency.github.io/", + "email": "Renata.Maziarz@fiscal.treasury.gov", + "name": "Renata Maziarz", + "phone": "(202) 874-5732" + }, + "date": { + "created": "2019-06-05", + "lastModified": "2019-06-05" + }, + "downloadURL": "https://github.com/fedspendingtransparency/usaspending-api/archive/dev.zip", + "homepageURL": "https://github.com/fedspendingtransparency", + "disclaimerURL": "https://github.com/fedspendingtransparency/fedspendingtransparency.github.io/blob/master/LICENSE", + "disclaimerText": "This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication. All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.", + "laborHours": 1, + "languages": [ + "PostgreSQL", + "Python" + ], + "name": "usa spending api", + "version": "1.0.0", + "description": "An RESTful API for U.S. federal spending data. It is designed to make federal spending data more accessible, searchable, reliable and meet the transparency requirements of the DATA Act.", + "organization": "Bureau of the Fiscal Service(BFS)", + "permissions": { + "licenses": [ + { + "name": "Creative Commons Zero v1.0 Universal", + "URL": "http://creativecommons.org/publicdomain/zero/1.0/" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/fedspendingtransparency/usaspending-api", + "status": "Development", + "tags": [ + "spending", + "government", + "transparency", + "API", + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/IRSgov/", + "email": "lbi.fatca.ides@irs.gov", + "name": "Ortiz Hahnemann" + }, + "date": { + "created": "2019-06-05", + "lastModified": "2019-06-05" + }, + "downloadURL": "https://github.com/IRSgov/IDES-Data-Preparation-Dot-Net/zipball/master", + "homepageURL": "https://github.com/IRSgov/", + "disclaimerURL": "https://github.com/IRSgov/IDES-Data-Preparation-Dot-Net/blob/master/LICENSE", + "disclaimerText": "We waive copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication. Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the author or the affirmer.", + "laborHours": 1, + "languages": [ + "HTML", + ".NET" + ], + "name": "IDES-Data-Preparation-Dot-Net", + "version": "1.0.0", + "description": "The International Data Exchange Service (IDES) is a secure managed file transfer service that allows financial institutions and tax authorities to securely send information on financial accounts held by U.S. taxpayers in accordance with the Foreign Account Tax Compliance Act (FATCA). The IDES Data Preparation .NET project repository demonstrates a sample working application developed using .NET.", + "organization": "Internal Revenue Service(IRS)", + "permissions": { + "licenses": [ + { + "name": "Creative Commons Zero v1.0 Universal", + "URL": "http://creativecommons.org/publicdomain/zero/1.0/" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/IRSgov/IDES-Data-Preparation-Dot-Net", + "status": "Development", + "tags": [ + "IRS", + "FATCA", + "IDES", + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/IRSgov/", + "email": "lbi.fatca.ides@irs.gov", + "name": "Ortiz Hahnemann" + }, + "date": { + "created": "2019-06-05", + "lastModified": "2019-06-05" + }, + "downloadURL": "https://github.com/IRSgov/IDES-Data-Preparation-Java/archive/master.zip", + "homepageURL": "https://github.com/IRSgov/", + "disclaimerURL": "https://github.com/IRSgov/IDES-Data-Preparation-Java/blob/master/LICENSE", + "disclaimerText": "We waive copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication. Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the author or the affirmer.", + "laborHours": 1, + "languages": [ + "HTML", + "JAVA" + ], + "name": "IDES-Data-Preparation-Dot-Java", + "version": "1.0.0", + "description": "The International Data Exchange Service (IDES) is a secure managed file transfer service that allows financial institutions and tax authorities to securely send information on financial accounts held by U.S. taxpayers in accordance with the Foreign Account Tax Compliance Act (FATCA). The IDES Data Preparation JAVA project repository demonstrates a sample working application developed using .NET.", + "organization": "Internal Revenue Service(IRS)", + "permissions": { + "licenses": [ + { + "name": "Creative Commons Zero v1.0 Universal", + "URL": "http://creativecommons.org/publicdomain/zero/1.0/" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/IRSgov/IDES-Data-Preparation-Java", + "status": "Development", + "tags": [ + "IRS", + "FATCA", + "IDES", + "github" + ], + "vcs": "git" + } + ] +} \ No newline at end of file diff --git a/agency-indexes/DoT/IDES-Data-Preparation-Dot-Java.json b/agency-indexes/TREASURY/IDES-Data-Preparation-Dot-Java.json similarity index 100% rename from agency-indexes/DoT/IDES-Data-Preparation-Dot-Java.json rename to agency-indexes/TREASURY/IDES-Data-Preparation-Dot-Java.json diff --git a/agency-indexes/DoT/IDES-Data-Preparation-Dot-Net.json b/agency-indexes/TREASURY/IDES-Data-Preparation-Dot-Net.json similarity index 100% rename from agency-indexes/DoT/IDES-Data-Preparation-Dot-Net.json rename to agency-indexes/TREASURY/IDES-Data-Preparation-Dot-Net.json diff --git a/agency-indexes/DoT/data-act-broker-backend.json b/agency-indexes/TREASURY/data-act-broker-backend.json similarity index 100% rename from agency-indexes/DoT/data-act-broker-backend.json rename to agency-indexes/TREASURY/data-act-broker-backend.json diff --git a/agency-indexes/DoT/data-act-broker-web-app.json b/agency-indexes/TREASURY/data-act-broker-web-app.json similarity index 100% rename from agency-indexes/DoT/data-act-broker-web-app.json rename to agency-indexes/TREASURY/data-act-broker-web-app.json diff --git a/agency-indexes/DoT/federal_spending_transparency.json b/agency-indexes/TREASURY/federal_spending_transparency.json similarity index 100% rename from agency-indexes/DoT/federal_spending_transparency.json rename to agency-indexes/TREASURY/federal_spending_transparency.json diff --git a/agency-indexes/DoT/usa_spending_api.json b/agency-indexes/TREASURY/usa_spending_api.json similarity index 100% rename from agency-indexes/DoT/usa_spending_api.json rename to agency-indexes/TREASURY/usa_spending_api.json diff --git a/agency-indexes/USDA-index.json b/agency-indexes/USDA-index.json new file mode 100644 index 00000000..10cc460a --- /dev/null +++ b/agency-indexes/USDA-index.json @@ -0,0 +1,1513 @@ +{ + "agency": "USDA", + "version": "2.0.0", + "measurementType": { + "method": "projects" + }, + "releases": [ + { + "organization": "OC", + "name": "DigitalGov Analytics", + "description": "A Drupal Module that implements all features defined within the DAP Implementation Guide by exposing an admin configuration page to edit each resource reference customization.", + "repositoryURL": "https://www.drupal.org/project/gov_analytics", + "permissions": { + "licenses": [ + { + "URL": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html", + "name": "GPL-2.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 16, + "tags": [ + "Drupal", + "DigitalGov", + "analytics", + "DAP" + ], + "contact": { + "email": "Source.Code@ocio.usda.gov", + "name": "USDA Source Code" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "Drupal", + "php" + ], + "homepageURL": "https://www.drupal.org/project/gov_analytics", + "date": { + "created": "2015-05-29", + "lastModified": "2015-06-01", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "OC", + "name": "LAP (LAMP without MySQL) on Docker", + "description": "Docker LAP/MySQL for Drupal and PHP", + "repositoryURL": "https://bitbucket.org/usdawcmaas/gov-drupal", + "permissions": { + "licenses": [ + { + "URL": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html", + "name": "GPL-2.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 480, + "tags": [ + "Docker", + "Drupal", + "PHP", + "DevOps" + ], + "contact": { + "email": "Source.Code@ocio.usda.gov", + "name": "USDA Source Code" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "salt" + ], + "homepageURL": "https://bitbucket.org/usdawcmaas/gov-drupal", + "date": { + "created": "2015-03-24", + "lastModified": "2019-02-05", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "OC", + "name": "USDA WCMaaS Rancher Provisioner", + "description": "Salt script for provisioning Rancher for Docker containers.", + "repositoryURL": "https://bitbucket.org/usdawcmaas/rancher-salt", + "permissions": { + "licenses": [ + { + "URL": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html", + "name": "GPL-2.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 240, + "tags": [ + "Docker", + "Rancher", + "DevOps" + ], + "contact": { + "email": "Source.Code@ocio.usda.gov", + "name": "USDA Source Code" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "salt" + ], + "homepageURL": "https://usdawcmaas.atlassian.net/wiki/display/PLATFORM/Platform", + "date": { + "created": "2016-08-30", + "lastModified": "2018-04-20", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "OC", + "name": "USDA WCMaaS Varnish Cache", + "description": "Containerization of the high performance web content cache", + "repositoryURL": "https://bitbucket.org/usdawcmaas/varnish-cache", + "permissions": { + "licenses": [ + { + "URL": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html", + "name": "GPL-2.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 20, + "tags": [ + "Varnish", + "Rancher", + "DevOps" + ], + "contact": { + "email": "Source.Code@ocio.usda.gov", + "name": "USDA Source Code" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "salt" + ], + "homepageURL": "https://bitbucket.org/usdawcmaas/varnish-cache", + "date": { + "created": "2017-01-25", + "lastModified": "2017-10-13", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "OC", + "name": "Rancher Git Deployment Sidekick Service", + "description": "Rancher Git Deployment Sidekick Service", + "repositoryURL": "https://bitbucket.org/usdawcmaas/git-deploy", + "permissions": { + "licenses": [ + { + "URL": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html", + "name": "GPL-2.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 200, + "tags": [ + "Rancher", + "DevOps" + ], + "contact": { + "email": "Source.Code@ocio.usda.gov", + "name": "USDA Source Code" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "salt" + ], + "homepageURL": "https://bitbucket.org/usdawcmaas/git-deploy/src/master/", + "date": { + "created": "2017-11-21", + "lastModified": "2017-11-21", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "APHIS", + "name": "Animal Disease Spread Model", + "description": "A simulation of disease spread in livestock populations. Includes detection and containment simulation.", + "repositoryURL": "https://github.com/NAVADMC/ADSM", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/NAVADMC/ADSM/blob/master/LICENSE", + "name": "BSD-2-Clause" + } + ], + "usageType": "openSource" + }, + "laborHours": 2838, + "relatedCode": [ + { + "name": "Animal Disease Spread Model C-Engine", + "URL": "https://github.com/NAVADMC/ADSM-CEngine" + } + ], + "tags": [ + "USDA", + "source code", + "animal", + "disease", + "herds", + "livestock", + "simulation", + "model" + ], + "contact": { + "email": "Melissa.Schoenbaum@usda.gov", + "name": "Missy Schoenbaum" + }, + "status": "Beta", + "vcs": "git", + "languages": [ + "python" + ], + "homepageURL": "https://github.com/NAVADMC/ADSM", + "date": { + "lastModified": "2019-06-06", + "metadataLastUpdated": "2019-11-03" + } + }, + { + "organization": "APHIS", + "name": "Animal Disease Spread Model C-Engine", + "description": "The Simulation Backend for the Animal Disease Spread Model (ADSM) Project.", + "repositoryURL": "https://github.com/NAVADMC/ADSM-CEngine", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/NAVADMC/ADSM-CEngine/blob/master/LICENSE", + "name": "BSD-2-Clause" + } + ], + "usageType": "openSource" + }, + "laborHours": 0, + "relatedCode": [ + { + "name": "Animal Disease Spread Model (ADSM)", + "URL": "https://github.com/NAVADMC/ADSM" + } + ], + "tags": [ + "USDA", + "source code", + "animal", + "disease", + "herds", + "livestock", + "simulation", + "model" + ], + "contact": { + "email": "Melissa.Schoenbaum@usda.gov", + "name": "Missy Schoenbaum" + }, + "status": "Beta", + "vcs": "git", + "languages": [ + "C" + ], + "homepageURL": "https://github.com/NAVADMC/ADSM-CEngine", + "date": { + "lastModified": "2019-05-22", + "metadataLastUpdated": "2019-11-03" + } + }, + { + "organization": "USDA", + "name": "RIDB", + "description": "Recreation Information Database", + "tags": [ + "USDA", + "source code", + "recreation" + ], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA/RIDB/archive/master.zip", + "repositoryURL": "https://github.com/USDA/RIDB", + "homepageURL": "https://usda.github.io/RIDB", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2018-10-13", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "USDA", + "name": "data-standards", + "description": "A collaborative site for official USDA data elements and data standards.", + "tags": [ + "USDA", + "source code", + "data", + "standards" + ], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA/data-standards/archive/master.zip", + "repositoryURL": "https://github.com/USDA/data-standards", + "homepageURL": "https://usda.github.io/data-standards", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA/data-standards/blob/gh-pages/LICENSE", + "name": "CC0" + } + ], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2016-11-08", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "ARS-ARGIL", + "name": "BovineTFBS", + "description": "USDA-ARS Animal Genomics and Improvement Laboratory; CDH Conserved Transcription Factor Binding Sites", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-ARS-AGIL/BovineTFBS/archive/master.zip", + "repositoryURL": "https://github.com/USDA-ARS-AGIL/BovineTFBS", + "homepageURL": "https://github.com/USDA-ARS-AGIL/BovineTFBS", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2015-06-22", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "ARS-ARGIL", + "name": "cattleCNV", + "description": "USDA-ARS Animal Genomics and Improvement Laboratory; Cattle Copy Number Variation", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Ideation", + "vcs": "git", + "downloadURL": "https://github.com/USDA-ARS-AGIL/cattleCNV/archive/master.zip", + "repositoryURL": "https://github.com/USDA-ARS-AGIL/cattleCNV", + "homepageURL": "https://github.com/USDA-ARS-AGIL/cattleCNV", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2015-06-22", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "ARS-ARGIL", + "name": "tfbsConsSites", + "description": "USDA-ARS Animal Genomics and Improvement Laboratory; Cattle Genome transcription factor binding sites (TFBS) site prediction", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-ARS-AGIL/tfbsConsSites/archive/master.zip", + "repositoryURL": "https://github.com/USDA-ARS-AGIL/tfbsConsSites", + "homepageURL": "https://github.com/USDA-ARS-AGIL/tfbsConsSites", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2015-06-22", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "ERS", + "name": "website-content-api", + "description": "Programmatic access to the primary content areas of the ERS public website, including Topics, Publications, Amber Waves online magazine, etc.", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-ERS/website-content-api/archive/master.zip", + "repositoryURL": "https://github.com/USDA-ERS/website-content-api", + "homepageURL": "https://github.com/USDA-ERS/website-content-api", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2013-12-05", + "metadataLastUpdated": "2019-06-06" + }, + "disclaimerURL": "https://github.com/USDA-ERS/website-content-api/blob/master/API%20Terms%20of%20Service.md" + }, + { + "organization": "ERS", + "name": "widgets", + "description": "Source code for widgets using ERS APIs.", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-ERS/widgets/archive/master.zip", + "languages": [ + "javascript" + ], + "repositoryURL": "https://github.com/USDA-ERS/widgets", + "homepageURL": "https://github.com/USDA-ERS/widgets", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2013-11-29", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "ERS", + "name": "data-apis", + "description": "The Data API provides programmatic access to select data sets.", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-ERS/data-apis/archive/master.zip", + "languages": [ + "C#", + "jQuery", + "python", + "ruby" + ], + "partners": [], + "repositoryURL": "https://github.com/USDA-ERS/data-apis", + "homepageURL": "http://www.ers.usda.gov/developer/data-apis.aspx", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2013-12-12", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "ERS", + "name": "geospatial-apis", + "description": "ERS Geospatial APIs", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-ERS/geospatial-apis/archive/master.zip", + "repositoryURL": "https://github.com/USDA-ERS/geospatial-apis", + "homepageURL": "https://github.com/USDA-ERS/geospatial-apis", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2013-12-12", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "FPAC", + "name": "fsa-style", + "description": "USDA FPAC's Visual Language and HTML/CSS Framework, as documented by the Design System .", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-FSA/fsa-style/archive/master.zip", + "languages": [], + "partners": [], + "repositoryURL": "https://github.com/USDA-FSA/fsa-style", + "homepageURL": "http://usda-fsa.github.io/fsa-style/", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-FSA/fsa-style/blob/master/LICENSE.md", + "name": "CC0" + } + ], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2019-06-06", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "FSA", + "name": "fsa-design-system", + "description": "Design System site for USDA Farm Service Agency digital products", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-FSA/fsa-design-system/archive/master.zip", + "repositoryURL": "https://github.com/USDA-FSA/fsa-design-system", + "homepageURL": "http://usda-fsa.github.io/fsa-design-system", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-FSA/fsa-design-system/blob/gh-pages/LICENSE.md", + "name": "CC0" + }, + { + "URL": "http://scripts.sil.org/OFL", + "name": "SIL Open Font License" + }, + { + "URL": "https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT", + "name": "MIT" + } + ], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2019-05-01", + "metadataLastUpdated": "2019-06-06" + }, + "disclaimerURL": "https://github.com/USDA-FSA/fsa-design-system/blob/gh-pages/CONTRIBUTING.md" + }, + { + "organization": "FSA", + "name": "playbook-draft-content", + "description": "Drafting content for an FSA Playbook", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Ideation", + "vcs": "git", + "downloadURL": "https://github.com/USDA-FSA/playbook-draft-content/archive/master.zip", + "repositoryURL": "https://github.com/USDA-FSA/playbook-draft-content", + "homepageURL": "https://github.com/USDA-FSA/playbook-draft-content", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-FSA/playbook-draft-content/blob/master/LICENSE.md", + "name": "CC0" + } + ], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "created": "2016-10-18", + "lastModified": "2016-10-20", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "FSA", + "name": "dependency-intelligence", + "description": "dependency-intelligence", + "languages": [ + "JavaScript", + "Node.js" + ], + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-FSA/dependency-intelligence/archive/master.zip", + "repositoryURL": "https://github.com/USDA-FSA/dependency-intelligence", + "homepageURL": "https://github.com/USDA-FSA/dependency-intelligence", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "created": "2016-10-18", + "lastModified": "2016-10-20", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "FSA", + "name": "FSA Prototype Kit", + "description": "A baseline project starter that utilizes webpack and FSA Style.", + "languages": [ + "JavaScript" + ], + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-FSA/fsa-prototype-kit/archive/master.zip", + "repositoryURL": "https://github.com/USDA-FSA/fsa-prototype-kit", + "homepageURL": "https://github.com/USDA-FSA/fsa-prototype-kit", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "created": "2018-08-01", + "lastModified": "2019-04-24", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "VS", + "name": "reference_guided_assembly", + "description": "USDA APHIS Veterinary Services (VS) virus, mainly influenza, Kraken / Krona and reference guided assembly.", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Archival", + "vcs": "git", + "downloadURL": "https://github.com/USDA-VS/reference_guided_assembly/archive/master.zip", + "languages": [ + "shell", + "perl", + "python" + ], + "repositoryURL": "https://github.com/USDA-VS/reference_guided_assembly", + "homepageURL": "https://github.com/USDA-VS/reference_guided_assembly", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2017-11-03", + "metadataLastUpdated": "2017-11-06" + } + }, + { + "organization": "VS", + "name": "snp_analysis", + "description": "vSNP \ufffd> USDA APHIS Veterinary Services pipeline for Mycobacterium tuberculosis complex and Brucella sp. Genotyping from high throughput sequence providing SNP tables and phylogentic trees with output to aid in SNP validation. Formerly ", + "tags": [], + "contact": { + "email": "tod.p.stuber@usda.gov", + "name": "Tod Stuber" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDA-VS/snp_analysis/archive/master.zip", + "languages": [ + "python" + ], + "partners": [], + "repositoryURL": "https://github.com/USDA-VS/vSNP", + "homepageURL": "https://usda-vs.github.io/vSNP/", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "created": "2019-03-06", + "lastModified": "2019-03-24", + "metadataLastUpdated": "2019-06-06" + } + }, + { + "organization": "VS", + "name": "ksnp", + "description": "kSNP repository to continue development, provide additional documentation and commenting of source files and collaboration.", + "tags": [], + "contact": { + "email": "source.code@ocio.usda.gov" + }, + "status": "Archival", + "vcs": "git", + "downloadURL": "https://github.com/USDA-VS/ksnp/archive/master.zip", + "languages": [ + "perl", + "shell", + "python" + ], + "repositoryURL": "https://github.com/USDA-VS/ksnp", + "homepageURL": "https://github.com/USDA-VS/ksnp", + "permissions": { + "licenses": [], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "lastModified": "2016-12-20", + "metadataLastUpdated": "2017-11-06" + } + }, + { + "organization": "Forest Service (FS)", + "name": "Open Forest", + "description": "This repo contains documentation describing the United States Forest Service (USFS) Open Forest project.", + "tags": [], + "contact": { + "email": "SM.FS.OpnFrstCsSup@usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USDAForestService/fs-open-forest", + "languages": [ + "javascript", + "jquery", + "html5" + ], + "repositoryURL": "https://github.com/USDAForestService/fs-open-forest", + "homepageURL": "https://github.com/USDAForestService/fs-open-forest", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDAForestService/fs-open-forest/blob/master/license.md", + "name": "CC0" + } + ], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "created": "2017-04-20", + "lastModified": "2019-09-18", + "metadataLastUpdated": "2019-09-18" + } + }, + { + "organization": "Food and Nutrition Service", + "name": "SuperTracker", + "description": "SuperTracker was an online tool offered by USDA (2011-2018) that helped users track diet, physical activity and weight. SuperTracker provided a personalized plan based on the 2015-2020 Dietary Guidelines for Americans for what you should eat and drink and guided users to making better choices. This dataset includes the SuperTracker source code (latest update April 2018), including: front end application, database schema, documentation, deployment scripts and a ReadMe.txt file that provides high level instructions for the source code. Database connection strings and actual data are not included. The full foods database spreadsheet is attached as well; these foods are based on the Food and Nutrient Database for Dietary Studies (FNDDS), and the Food Patterns Equivalents Database (FPED), both from the USDA/ARS Food Surveys Research Group.\r\n\r\nIt is important to note that the code is based on 2015-2020 Dietary Guidelines for Americans and will not be updated to reflect future guidance. In addition, the food database is based on FNDDS from 2011-2012 (FNDDS 6.0) and FPED from 2011-2012 and will not be updated with future data releases.", + "tags": [ + "Dietary Guidelines", + "Health", + "Nutrition" + ], + "contact": { + "email": "Jackie.Haven@cnpp.usda.gov" + }, + "status": "Archival", + "vcs": "zip", + "downloadURL": "https://inventory.data.gov/dataset/97f9a5cf-61c4-406b-8170-5a6422b68654/resource/c04948d7-4af3-42c7-ae4b-5b805ea7571e/download/supertrackersource2.zip", + "languages": [], + "repositoryURL": "https://inventory.data.gov/dataset/97f9a5cf-61c4-406b-8170-5a6422b68654/resource/c04948d7-4af3-42c7-ae4b-5b805ea7571e/download/supertrackersource2.zip", + "homepageURL": "https://catalog.data.gov/dataset/supertracker-source-code-and-foods-database", + "permissions": { + "licenses": [ + { + "URL": "http://opendefinition.org/licenses/cc-zero/", + "name": "CC0" + } + ], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "created": "2018-10-12", + "lastModified": "2019-05-02", + "metadataLastUpdated": "2019-09-22" + } + }, + { + "organization": "ARS", + "name": "Fast and robust curve skeletonization for real-world elongated objects", + "description": "A curve skeletonization method for elongated objects that may be noisy.", + "tags": [ + "curve skeletonization" + ], + "contact": { + "email": "amy.tabb@ars.usda.gov" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/amy-tabb/CurveSkel-Tabb-Medeiros.git", + "languages": [ + "C++" + ], + "repositoryURL": "https://github.com/amy-tabb/CurveSkel-Tabb-Medeiros", + "homepageURL": "https://github.com/amy-tabb/CurveSkel-Tabb-Medeiros", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/amy-tabb/CurveSkel-Tabb-Medeiros/blob/master/LICENSE", + "name": "GPL 3.0" + } + ], + "usageType": "openSource" + }, + "laborHours": 0, + "date": { + "created": "2017-10-11", + "lastModified": "2018-08-16", + "metadataLastUpdated": "2019-09-22" + } + }, + { + "organization": "ARS", + "name": "Automated Water Supply Model (AWSM)", + "description": "Automated Water Supply Model (AWSM) was developed at the USDA Agricultural Research Service (ARS) in Boise, ID. AWSM was designed to streamline the work flow used by the ARS to forecast the water supply of multiple water basins. AWSM standardizes the steps needed to distribute weather station data with SMRF, run an energy and mass balance with iSnobal, and process the results, while maintaining the flexibility of each program.", + "tags": [ + "Northwest Watershed Research Center", + "watershed", + "hydrology", + "awsm", + "forecast", + "modeling", + "water", + "snow", + "usg-artificial-intelligence" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/awsm.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/awsm", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/awsm/blob/master/LICENSE.md", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2017-01-18", + "lastModified": "2020-03-24", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Spatial Modeling for Resources Framework (SMRF)", + "description": "Spatial Modeling for Resources Framework (SMRF) was developed by Dr. Scott Havens at the USDA Agricultural Research Service (ARS) in Boise, ID. SMRF was designed to increase the flexibility of taking measured weather data and distributing the point measurements across a watershed. SMRF was developed to be used as an operational or research framework, where ease of use, efficiency, and ability to run in near real time are high priorities.", + "tags": [ + "Northwest Watershed Research Center", + "smrf", + "watershed", + "hydrology", + "modeling", + "interpolation", + "water", + "snow", + "usg-artificial-intelligence" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python", + "c", + "fortran" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/smrf.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/smrf", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/smrf/blob/master/LICENSE", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2015-12-28", + "lastModified": "2020-04-30", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Weather Database", + "description": "The Weather Database project creates a MySQL database to ingest and manage weather station data from multiple sources. Included in the repository are the schema model and everything needed to generate a weather station database. The wxdb package is able to interact with the database and grab metadata and station data from multiple sources. ", + "tags": [ + "Northwest Watershed Research Center", + "weather-database", + "database", + "docker", + "python", + "snow", + "modeling", + "mesowest" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python", + "PLSQL", + "PLpgSQL" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/weather_database.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/weather_database", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/weather_database/blob/master/LICENSE", + "name": "GPL3.0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2015-12-29", + "lastModified": "2019-06-04", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Weather forecast retrieval", + "description": "Weather forecast retrieval gathers relevant gridded weather forecasts to ingest into physically based models for water supply forecasts", + "tags": [ + "Northwest Watershed Research Center", + "weather", + "usg-artificial-intelligence" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python", + "docker" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/weather_forecast_retrieval.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/weather_forecast_retrieval", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/weather_forecast_retrieval/blob/master/LICENSE", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2017-11-15", + "lastModified": "2020-03-27", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Python Snobal", + "description": "Python implementation of the Snobal model applied at either a point or over and image (iSnobal). This package conatains the C libraries of Snobal in a python wrapper for more flexibility and ease of interaction.", + "tags": [ + "Northwest Watershed Research Center", + "weather", + "usg-artificial-intelligence" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "c++", + "c", + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/pysnobal.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/pysnobal", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/pysnobal/blob/master/LICENSE", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2016-01-09", + "lastModified": "2020-05-01", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Snow and water model analysis and visualization (snowav)", + "description": "Snow and water model analysis and visualization (snowav) processes the spatial inputs from smrf and spatial outputs from awsm into summary database values, and generates figures and reports for dissemination.", + "tags": [ + "Northwest Watershed Research Center", + "weather", + "snow", + "water", + "model", + "usg-artificial-intelligence" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/snowav.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/snowav", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/snowav/blob/master/LICENSE.md", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2017-12-13", + "lastModified": "2020-04-28", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Image Processing Workbench (IPW)", + "description": "Image Processing Workbench (IPW) is a collection of utilities to process digital images. IPW contains the energy-balance snowmelt models Snobal and iSnobal.", + "tags": [ + "Northwest Watershed Research Center", + "weather", + "snow", + "water", + "model", + "usg-artificial-intelligence" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "C", + "Roff", + "Fortran" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/ipw.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/ipw", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/snowav/blob/master/LICENSE.md", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2015-03-05", + "lastModified": "2020-03-22", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "inicheck", + "description": "inicheck is an advanced configuration file checker/manager enabling developers high end control over their users configuration files. inicheck is specifcially aimed at files that adhere to the .ini format.", + "tags": [ + "Northwest Watershed Research Center", + "ini file" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/inicheck.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/inicheck", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/inicheck/blob/master/LICENSE", + "name": "GPL 3.0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2018-01-05", + "lastModified": "2020-02-26", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Basin setup tool", + "description": "The basin setup tool is a python script designed to create the required inputs for running SMRF and AWSM simulations. The tool outputs a single netcdf file containing the necessary spatial information for a water basin This includes basin mask, DEM, veg type and height (from Landfire), veg tau, and veg K.", + "tags": [ + "Northwest Watershed Research Center" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/basin_setup.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/basin_setup", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/inicheck/blob/master/LICENSE", + "name": "GPL 3.0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2017-12-05", + "lastModified": "2020-04-29", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "swiflow", + "description": "A python package for modeling streamflow from modeled surface water input.", + "tags": [ + "Northwest Watershed Research Center", + "weather", + "snow", + "water", + "model", + "usg-artificial-intelligence" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/swiflow.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/swiflow", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/swiflow/blob/master/LICENSE.md", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2019-05-23", + "lastModified": "2020-04-02", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "topocalc", + "description": "The topocalc package is a collection of functions to calculate various metrics on a digital elevation model (DEM). The calculations follow the equations laid out in Dozier and Frew, 1990 for the gradient, horizon and sky view factor. ", + "tags": [ + "Northwest Watershed Research Center", + "model", + "usg-artificial-intelligence" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "Jupyter Notebook" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/topocalc.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/topocalc", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/topocalc/blob/master/LICENSE", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2020-04-07", + "lastModified": "2020-04-23", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Goldmeister", + "description": "Goldmeister is a Python package designed to manage/examine changes to a gold file.", + "tags": [ + "Northwest Watershed Research Center", + "dataset" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/goldmeister.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/goldmeister", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/goldmeister/blob/master/LICENSE", + "name": "MIT" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2020-04-08", + "lastModified": "2020-04-22", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "spatialnc", + "description": "Python library for managing spatial data in netcdfs with a lot of functionality specifically for AWSM/SMRF.", + "tags": [ + "Northwest Watershed Research Center", + "spatial" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/spatialnc.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/spatialnc", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/spatialnc/blob/master/LICENSE", + "name": "MIT" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2019-01-31", + "lastModified": "2020-04-16", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Tablizer", + "description": "Tablizer makes simple statistical summaries of DataFrames and arrays, and places them on SQL or sqlite database.", + "tags": [ + "Northwest Watershed Research Center", + "statistical summaries" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/tablizer.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/tablizer", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/tablizer/blob/master/LICENSE", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2019-08-20", + "lastModified": "2019-10-08", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Katana", + "description": "A project for bringing WindNinja Data into the AWSM system.", + "tags": [ + "Northwest Watershed Research Center", + "WindNinja" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/katana.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/katana", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/katana/blob/master/LICENSE", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2018-08-27", + "lastModified": "2020-04-07", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "AWSM Run Manager", + "description": "AWSM run manager is designed to facilitate AWSM simulations from the command line with more complicated simulations involving multiple Docker images. Currently, awsm_run_manager only supports runs that use atmospheric model's as inputs, like the High Resolution Rapid Refresh, because the Wind is downscaled using Katana.", + "tags": [ + "Northwest Watershed Research Center", + "Docker", + "Katana" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/awsm_run_manager.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/awsm_run_manager", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/awsm_run_manager/blob/master/LICENSE.md", + "name": "CC0" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2020-01-02", + "lastModified": "2020-02-06", + "metadataLastUpdated": "2020-05-03" + } + }, + { + "organization": "ARS", + "name": "Repeat Array Quality Check (RAQC)", + "description": "Utility to assess change in 3D image data, such as gridded output from models and remote sensing imagery collected repeatedly over the same spatial domain.", + "tags": [ + "Northwest Watershed Research Center", + "weather", + "snow", + "water", + "model", + "usg-artificial-intelligence" + ], + "contact": { + "email": "source.code@ocio.usda.gov", + "name": "" + }, + "status": "Production", + "vcs": "git", + "languages": [ + "python" + ], + "repositoryURL": "https://github.com/USDA-ARS-NWRC/raqc.git", + "homepageURL": "https://github.com/USDA-ARS-NWRC/raqc", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/USDA-ARS-NWRC/raqc/blob/master/LICENSE", + "name": "GPL3" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 0, + "date": { + "created": "2019-08-01", + "lastModified": "2019-11-05", + "metadataLastUpdated": "2020-05-03" + } + } + ] +} \ No newline at end of file diff --git a/agency-indexes/DoA/AWSM_Run_Manager.json b/agency-indexes/USDA/AWSM_Run_Manager.json similarity index 100% rename from agency-indexes/DoA/AWSM_Run_Manager.json rename to agency-indexes/USDA/AWSM_Run_Manager.json diff --git a/agency-indexes/DoA/Animal_Disease_Spread_Model.json b/agency-indexes/USDA/Animal_Disease_Spread_Model.json similarity index 100% rename from agency-indexes/DoA/Animal_Disease_Spread_Model.json rename to agency-indexes/USDA/Animal_Disease_Spread_Model.json diff --git a/agency-indexes/DoA/Animal_Disease_Spread_Model_C-Engine.json b/agency-indexes/USDA/Animal_Disease_Spread_Model_C-Engine.json similarity index 100% rename from agency-indexes/DoA/Animal_Disease_Spread_Model_C-Engine.json rename to agency-indexes/USDA/Animal_Disease_Spread_Model_C-Engine.json diff --git a/agency-indexes/DoA/Automated_Water_Supply_Model__AWSM_.json b/agency-indexes/USDA/Automated_Water_Supply_Model__AWSM_.json similarity index 100% rename from agency-indexes/DoA/Automated_Water_Supply_Model__AWSM_.json rename to agency-indexes/USDA/Automated_Water_Supply_Model__AWSM_.json diff --git a/agency-indexes/DoA/Basin_setup_tool.json b/agency-indexes/USDA/Basin_setup_tool.json similarity index 100% rename from agency-indexes/DoA/Basin_setup_tool.json rename to agency-indexes/USDA/Basin_setup_tool.json diff --git a/agency-indexes/DoA/BovineTFBS.json b/agency-indexes/USDA/BovineTFBS.json similarity index 100% rename from agency-indexes/DoA/BovineTFBS.json rename to agency-indexes/USDA/BovineTFBS.json diff --git a/agency-indexes/DoA/DigitalGov_Analytics.json b/agency-indexes/USDA/DigitalGov_Analytics.json similarity index 100% rename from agency-indexes/DoA/DigitalGov_Analytics.json rename to agency-indexes/USDA/DigitalGov_Analytics.json diff --git a/agency-indexes/DoA/FSA_Prototype_Kit.json b/agency-indexes/USDA/FSA_Prototype_Kit.json similarity index 100% rename from agency-indexes/DoA/FSA_Prototype_Kit.json rename to agency-indexes/USDA/FSA_Prototype_Kit.json diff --git a/agency-indexes/DoA/Fast_and_robust_curve_skeletonization_for_real-world_elongated_objects.json b/agency-indexes/USDA/Fast_and_robust_curve_skeletonization_for_real-world_elongated_objects.json similarity index 100% rename from agency-indexes/DoA/Fast_and_robust_curve_skeletonization_for_real-world_elongated_objects.json rename to agency-indexes/USDA/Fast_and_robust_curve_skeletonization_for_real-world_elongated_objects.json diff --git a/agency-indexes/DoA/Goldmeister.json b/agency-indexes/USDA/Goldmeister.json similarity index 100% rename from agency-indexes/DoA/Goldmeister.json rename to agency-indexes/USDA/Goldmeister.json diff --git a/agency-indexes/DoA/Image_Processing_Workbench__IPW_.json b/agency-indexes/USDA/Image_Processing_Workbench__IPW_.json similarity index 100% rename from agency-indexes/DoA/Image_Processing_Workbench__IPW_.json rename to agency-indexes/USDA/Image_Processing_Workbench__IPW_.json diff --git a/agency-indexes/DoA/Katana.json b/agency-indexes/USDA/Katana.json similarity index 100% rename from agency-indexes/DoA/Katana.json rename to agency-indexes/USDA/Katana.json diff --git a/agency-indexes/DoA/LAP__LAMP_without_MySQL__on_Docker.json b/agency-indexes/USDA/LAP__LAMP_without_MySQL__on_Docker.json similarity index 100% rename from agency-indexes/DoA/LAP__LAMP_without_MySQL__on_Docker.json rename to agency-indexes/USDA/LAP__LAMP_without_MySQL__on_Docker.json diff --git a/agency-indexes/DoA/Open_Forest.json b/agency-indexes/USDA/Open_Forest.json similarity index 100% rename from agency-indexes/DoA/Open_Forest.json rename to agency-indexes/USDA/Open_Forest.json diff --git a/agency-indexes/DoA/Python_Snobal.json b/agency-indexes/USDA/Python_Snobal.json similarity index 100% rename from agency-indexes/DoA/Python_Snobal.json rename to agency-indexes/USDA/Python_Snobal.json diff --git a/agency-indexes/DoA/RIDB.json b/agency-indexes/USDA/RIDB.json similarity index 100% rename from agency-indexes/DoA/RIDB.json rename to agency-indexes/USDA/RIDB.json diff --git a/agency-indexes/DoA/Rancher_Git_Deployment_Sidekick_Service.json b/agency-indexes/USDA/Rancher_Git_Deployment_Sidekick_Service.json similarity index 100% rename from agency-indexes/DoA/Rancher_Git_Deployment_Sidekick_Service.json rename to agency-indexes/USDA/Rancher_Git_Deployment_Sidekick_Service.json diff --git a/agency-indexes/DoA/Repeat_Array_Quality_Check__RAQC_.json b/agency-indexes/USDA/Repeat_Array_Quality_Check__RAQC_.json similarity index 100% rename from agency-indexes/DoA/Repeat_Array_Quality_Check__RAQC_.json rename to agency-indexes/USDA/Repeat_Array_Quality_Check__RAQC_.json diff --git a/agency-indexes/DoA/Snow_and_water_model_analysis_and_visualization__snowav_.json b/agency-indexes/USDA/Snow_and_water_model_analysis_and_visualization__snowav_.json similarity index 100% rename from agency-indexes/DoA/Snow_and_water_model_analysis_and_visualization__snowav_.json rename to agency-indexes/USDA/Snow_and_water_model_analysis_and_visualization__snowav_.json diff --git a/agency-indexes/DoA/Spatial_Modeling_for_Resources_Framework__SMRF_.json b/agency-indexes/USDA/Spatial_Modeling_for_Resources_Framework__SMRF_.json similarity index 100% rename from agency-indexes/DoA/Spatial_Modeling_for_Resources_Framework__SMRF_.json rename to agency-indexes/USDA/Spatial_Modeling_for_Resources_Framework__SMRF_.json diff --git a/agency-indexes/DoA/SuperTracker.json b/agency-indexes/USDA/SuperTracker.json similarity index 100% rename from agency-indexes/DoA/SuperTracker.json rename to agency-indexes/USDA/SuperTracker.json diff --git a/agency-indexes/DoA/Tablizer.json b/agency-indexes/USDA/Tablizer.json similarity index 100% rename from agency-indexes/DoA/Tablizer.json rename to agency-indexes/USDA/Tablizer.json diff --git a/agency-indexes/DoA/USDA_WCMaaS_Rancher_Provisioner.json b/agency-indexes/USDA/USDA_WCMaaS_Rancher_Provisioner.json similarity index 100% rename from agency-indexes/DoA/USDA_WCMaaS_Rancher_Provisioner.json rename to agency-indexes/USDA/USDA_WCMaaS_Rancher_Provisioner.json diff --git a/agency-indexes/DoA/USDA_WCMaaS_Varnish_Cache.json b/agency-indexes/USDA/USDA_WCMaaS_Varnish_Cache.json similarity index 100% rename from agency-indexes/DoA/USDA_WCMaaS_Varnish_Cache.json rename to agency-indexes/USDA/USDA_WCMaaS_Varnish_Cache.json diff --git a/agency-indexes/DoA/Weather_Database.json b/agency-indexes/USDA/Weather_Database.json similarity index 100% rename from agency-indexes/DoA/Weather_Database.json rename to agency-indexes/USDA/Weather_Database.json diff --git a/agency-indexes/DoA/Weather_forecast_retrieval.json b/agency-indexes/USDA/Weather_forecast_retrieval.json similarity index 100% rename from agency-indexes/DoA/Weather_forecast_retrieval.json rename to agency-indexes/USDA/Weather_forecast_retrieval.json diff --git a/agency-indexes/DoA/cattleCNV.json b/agency-indexes/USDA/cattleCNV.json similarity index 100% rename from agency-indexes/DoA/cattleCNV.json rename to agency-indexes/USDA/cattleCNV.json diff --git a/agency-indexes/DoA/data-apis.json b/agency-indexes/USDA/data-apis.json similarity index 100% rename from agency-indexes/DoA/data-apis.json rename to agency-indexes/USDA/data-apis.json diff --git a/agency-indexes/DoA/data-standards.json b/agency-indexes/USDA/data-standards.json similarity index 100% rename from agency-indexes/DoA/data-standards.json rename to agency-indexes/USDA/data-standards.json diff --git a/agency-indexes/DoA/dependency-intelligence.json b/agency-indexes/USDA/dependency-intelligence.json similarity index 100% rename from agency-indexes/DoA/dependency-intelligence.json rename to agency-indexes/USDA/dependency-intelligence.json diff --git a/agency-indexes/DoA/fsa-design-system.json b/agency-indexes/USDA/fsa-design-system.json similarity index 100% rename from agency-indexes/DoA/fsa-design-system.json rename to agency-indexes/USDA/fsa-design-system.json diff --git a/agency-indexes/DoA/fsa-style.json b/agency-indexes/USDA/fsa-style.json similarity index 100% rename from agency-indexes/DoA/fsa-style.json rename to agency-indexes/USDA/fsa-style.json diff --git a/agency-indexes/DoA/geospatial-apis.json b/agency-indexes/USDA/geospatial-apis.json similarity index 100% rename from agency-indexes/DoA/geospatial-apis.json rename to agency-indexes/USDA/geospatial-apis.json diff --git a/agency-indexes/DoA/inicheck.json b/agency-indexes/USDA/inicheck.json similarity index 100% rename from agency-indexes/DoA/inicheck.json rename to agency-indexes/USDA/inicheck.json diff --git a/agency-indexes/DoA/ksnp.json b/agency-indexes/USDA/ksnp.json similarity index 100% rename from agency-indexes/DoA/ksnp.json rename to agency-indexes/USDA/ksnp.json diff --git a/agency-indexes/DoA/playbook-draft-content.json b/agency-indexes/USDA/playbook-draft-content.json similarity index 100% rename from agency-indexes/DoA/playbook-draft-content.json rename to agency-indexes/USDA/playbook-draft-content.json diff --git a/agency-indexes/DoA/reference_guided_assembly.json b/agency-indexes/USDA/reference_guided_assembly.json similarity index 100% rename from agency-indexes/DoA/reference_guided_assembly.json rename to agency-indexes/USDA/reference_guided_assembly.json diff --git a/agency-indexes/DoA/snp_analysis.json b/agency-indexes/USDA/snp_analysis.json similarity index 100% rename from agency-indexes/DoA/snp_analysis.json rename to agency-indexes/USDA/snp_analysis.json diff --git a/agency-indexes/DoA/spatialnc.json b/agency-indexes/USDA/spatialnc.json similarity index 100% rename from agency-indexes/DoA/spatialnc.json rename to agency-indexes/USDA/spatialnc.json diff --git a/agency-indexes/DoA/swiflow.json b/agency-indexes/USDA/swiflow.json similarity index 100% rename from agency-indexes/DoA/swiflow.json rename to agency-indexes/USDA/swiflow.json diff --git a/agency-indexes/DoA/tfbsConsSites.json b/agency-indexes/USDA/tfbsConsSites.json similarity index 100% rename from agency-indexes/DoA/tfbsConsSites.json rename to agency-indexes/USDA/tfbsConsSites.json diff --git a/agency-indexes/DoA/topocalc.json b/agency-indexes/USDA/topocalc.json similarity index 100% rename from agency-indexes/DoA/topocalc.json rename to agency-indexes/USDA/topocalc.json diff --git a/agency-indexes/DoA/website-content-api.json b/agency-indexes/USDA/website-content-api.json similarity index 100% rename from agency-indexes/DoA/website-content-api.json rename to agency-indexes/USDA/website-content-api.json diff --git a/agency-indexes/DoA/widgets.json b/agency-indexes/USDA/widgets.json similarity index 100% rename from agency-indexes/DoA/widgets.json rename to agency-indexes/USDA/widgets.json diff --git a/assets/_common/js/filters.js b/assets/_common/js/filters.js index 22f4479d..36b6b2a7 100644 --- a/assets/_common/js/filters.js +++ b/assets/_common/js/filters.js @@ -54,10 +54,10 @@ const applySelectFilters = (data, filters, targetType) => { return item[key].includes(value); } return item[key] === value; - } + } } else { let actualKey = key; - + switch (key) { case 'language': actualKey = 'languages' @@ -117,27 +117,27 @@ const sortData = (data, sortBy) => { }; const processFilters = (state) => { - let filtered = [...state.originalData]; - - filtered = applySearchFilter(filtered, state.filters.search, state.targetType); - filtered = applySelectFilters(filtered, state.filters, state.targetType); - filtered = sortData(filtered, state.sortBy); - - return { - ...state, - filteredData: filtered - }; + let filtered = [...state.originalData]; + + filtered = applySearchFilter(filtered, state.filters.search, state.targetType); + filtered = applySelectFilters(filtered, state.filters, state.targetType); + filtered = sortData(filtered, state.sortBy); + + return { + ...state, + filteredData: filtered + }; }; const createAgencyCardHTML = (agency) => `
      - 🏥 +

      - ${ agency.name } + ${agency.name}

        @@ -168,13 +168,13 @@ const createProjectCardHTML = (project) => { if (typeof value === 'string') return [value]; return []; } - + return `

        - ${ project.name } + ${project.name}

        ${project.organization} • ${project.agencyName} @@ -188,8 +188,8 @@ const createProjectCardHTML = (project) => { ${project.status}
        ${ensureArray(project.languages).slice(0, 3).map(language => - `
        ${language}
        ` - ).join('')} + `
        ${language}
        ` + ).join('')}
      diff --git a/assets/resources/img/agency_logos/doen.png b/assets/resources/img/agency_logos/doe.png similarity index 100% rename from assets/resources/img/agency_logos/doen.png rename to assets/resources/img/agency_logos/doe.png diff --git a/assets/resources/img/agency_logos/logo_urls.yml b/assets/resources/img/agency_logos/logo_urls.yml index 8278690c..180c8223 100644 --- a/assets/resources/img/agency_logos/logo_urls.yml +++ b/assets/resources/img/agency_logos/logo_urls.yml @@ -20,3 +20,4 @@ LOGO_URLS: - https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/US-SocialSecurityAdmin-Seal.svg/359px-US-SocialSecurityAdmin-Seal.svg.png - https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Seal_of_the_United_States_Federal_Election_Commission.svg/188px-Seal_of_the_United_States_Federal_Election_Commission.svg.png - https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Seal_of_the_General_Services_Administration.svg/401px-Seal_of_the_General_Services_Administration.svg.png +- https://en.wikipedia.org/wiki/United_States_Department_of_Veterans_Affairs \ No newline at end of file diff --git a/assets/resources/img/agency_logos/dotreas.png b/assets/resources/img/agency_logos/treasury.png similarity index 100% rename from assets/resources/img/agency_logos/dotreas.png rename to assets/resources/img/agency_logos/treasury.png diff --git a/assets/resources/img/agency_logos/doag.png b/assets/resources/img/agency_logos/usda.png similarity index 100% rename from assets/resources/img/agency_logos/doag.png rename to assets/resources/img/agency_logos/usda.png diff --git a/assets/resources/img/agency_logos/va.png b/assets/resources/img/agency_logos/va.png new file mode 100644 index 00000000..56ab27c3 Binary files /dev/null and b/assets/resources/img/agency_logos/va.png differ diff --git a/legacy-codegov.json b/legacy-codegov.json index 9390ca6a..2329bc28 100644 --- a/legacy-codegov.json +++ b/legacy-codegov.json @@ -1,5 +1,5 @@ { - "DoA": [ + "USDA": [ { "organization": "OC", "name": "DigitalGov Analytics", @@ -227634,7 +227634,7 @@ "vcs": "git" } ], - "DoT": [ + "TREASURY": [ { "contact": { "URL": "https://fedspendingtransparency.github.io/", @@ -234662,7 +234662,7 @@ "date": { "created": "2013-07-25T14:48:00Z", "lastModified": "2014-03-26T15:41:13Z", - "metadataLastUpdated": "2025-06-24T06:25:01.952Z" + "metadataLastUpdated": "2025-07-01T06:24:54.685Z" } }, { @@ -234695,7 +234695,7 @@ "date": { "created": "2022-01-28T18:11:30Z", "lastModified": "2025-04-14T17:53:59Z", - "metadataLastUpdated": "2025-06-24T06:25:02.081Z" + "metadataLastUpdated": "2025-07-01T06:24:54.804Z" } }, { @@ -234728,7 +234728,7 @@ "date": { "created": "2025-02-21T18:54:27Z", "lastModified": "2025-06-23T17:18:35Z", - "metadataLastUpdated": "2025-06-24T06:25:02.157Z" + "metadataLastUpdated": "2025-07-01T06:24:55.014Z" } }, { @@ -234761,7 +234761,7 @@ "date": { "created": "2025-02-24T21:08:46Z", "lastModified": "2025-03-19T08:43:15Z", - "metadataLastUpdated": "2025-06-24T06:25:02.225Z" + "metadataLastUpdated": "2025-07-01T06:24:55.006Z" } }, { @@ -234794,7 +234794,7 @@ "date": { "created": "2024-03-13T17:38:05Z", "lastModified": "2024-07-30T22:05:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.134Z" + "metadataLastUpdated": "2025-07-01T06:24:54.870Z" } }, { @@ -234827,7 +234827,7 @@ "date": { "created": "2020-06-08T14:16:44Z", "lastModified": "2021-01-20T15:15:00Z", - "metadataLastUpdated": "2025-06-24T06:25:02.046Z" + "metadataLastUpdated": "2025-07-01T06:24:54.771Z" } }, { @@ -234860,7 +234860,7 @@ "date": { "created": "2021-07-21T12:39:00Z", "lastModified": "2023-02-10T17:57:38Z", - "metadataLastUpdated": "2025-06-24T06:25:02.072Z" + "metadataLastUpdated": "2025-07-01T06:24:54.795Z" } }, { @@ -234893,7 +234893,7 @@ "date": { "created": "2017-04-12T19:42:32Z", "lastModified": "2025-06-23T21:53:03Z", - "metadataLastUpdated": "2025-06-24T06:25:01.986Z" + "metadataLastUpdated": "2025-07-01T06:24:54.716Z" } }, { @@ -234926,7 +234926,7 @@ "date": { "created": "2023-06-06T14:44:49Z", "lastModified": "2025-05-02T17:55:22Z", - "metadataLastUpdated": "2025-06-24T06:25:02.114Z" + "metadataLastUpdated": "2025-07-01T06:24:54.849Z" } }, { @@ -234959,7 +234959,7 @@ "date": { "created": "2023-06-06T15:13:02Z", "lastModified": "2025-05-13T17:56:13Z", - "metadataLastUpdated": "2025-06-24T06:25:02.114Z" + "metadataLastUpdated": "2025-07-01T06:24:54.849Z" } }, { @@ -234992,7 +234992,7 @@ "date": { "created": "2013-07-25T14:37:51Z", "lastModified": "2014-03-26T13:09:28Z", - "metadataLastUpdated": "2025-06-24T06:25:01.951Z" + "metadataLastUpdated": "2025-07-01T06:24:54.682Z" } }, { @@ -235025,7 +235025,7 @@ "date": { "created": "2018-12-13T17:40:30Z", "lastModified": "2022-08-03T19:21:49Z", - "metadataLastUpdated": "2025-06-24T06:25:02.012Z" + "metadataLastUpdated": "2025-07-01T06:24:54.740Z" } }, { @@ -235058,7 +235058,7 @@ "date": { "created": "2025-03-04T17:23:07Z", "lastModified": "2025-03-10T15:00:05Z", - "metadataLastUpdated": "2025-06-24T06:25:02.246Z" + "metadataLastUpdated": "2025-07-01T06:24:55.013Z" } }, { @@ -235091,7 +235091,7 @@ "date": { "created": "2023-11-29T20:10:14Z", "lastModified": "2024-10-02T12:55:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.123Z" + "metadataLastUpdated": "2025-07-01T06:24:54.859Z" } }, { @@ -235124,7 +235124,7 @@ "date": { "created": "2018-02-01T20:10:16Z", "lastModified": "2025-06-11T18:49:50Z", - "metadataLastUpdated": "2025-06-24T06:25:01.998Z" + "metadataLastUpdated": "2025-07-01T06:24:54.726Z" } }, { @@ -235157,7 +235157,7 @@ "date": { "created": "2018-05-24T16:09:41Z", "lastModified": "2025-06-09T14:51:23Z", - "metadataLastUpdated": "2025-06-24T06:25:02.006Z" + "metadataLastUpdated": "2025-07-01T06:24:54.734Z" } }, { @@ -235190,7 +235190,7 @@ "date": { "created": "2015-11-19T21:48:13Z", "lastModified": "2019-02-12T21:11:53Z", - "metadataLastUpdated": "2025-06-24T06:25:01.969Z" + "metadataLastUpdated": "2025-07-01T06:24:54.698Z" } }, { @@ -235223,7 +235223,7 @@ "date": { "created": "2015-07-17T18:01:57Z", "lastModified": "2015-07-28T19:02:30Z", - "metadataLastUpdated": "2025-06-24T06:25:01.965Z" + "metadataLastUpdated": "2025-07-01T06:24:54.695Z" } }, { @@ -235256,7 +235256,7 @@ "date": { "created": "2020-09-14T20:56:54Z", "lastModified": "2022-09-19T18:20:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.051Z" + "metadataLastUpdated": "2025-07-01T06:24:54.775Z" } }, { @@ -235288,8 +235288,8 @@ }, "date": { "created": "2025-03-11T14:35:50Z", - "lastModified": "2025-04-23T19:18:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.237Z" + "lastModified": "2025-06-25T02:28:50Z", + "metadataLastUpdated": "2025-07-01T06:24:55.017Z" } }, { @@ -235322,7 +235322,7 @@ "date": { "created": "2025-03-11T14:22:25Z", "lastModified": "2025-06-06T20:20:25Z", - "metadataLastUpdated": "2025-06-24T06:25:02.231Z" + "metadataLastUpdated": "2025-07-01T06:24:55.009Z" } }, { @@ -235355,7 +235355,7 @@ "date": { "created": "2016-09-13T14:57:03Z", "lastModified": "2024-09-26T15:52:15Z", - "metadataLastUpdated": "2025-06-24T06:25:01.976Z" + "metadataLastUpdated": "2025-07-01T06:24:54.705Z" } }, { @@ -235388,7 +235388,7 @@ "date": { "created": "2025-01-21T17:38:34Z", "lastModified": "2025-04-18T10:41:12Z", - "metadataLastUpdated": "2025-06-24T06:25:02.156Z" + "metadataLastUpdated": "2025-07-01T06:24:55.012Z" } }, { @@ -235421,7 +235421,7 @@ "date": { "created": "2023-02-09T15:16:52Z", "lastModified": "2023-07-11T20:59:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.108Z" + "metadataLastUpdated": "2025-07-01T06:24:54.844Z" } }, { @@ -235454,7 +235454,7 @@ "date": { "created": "2024-01-23T19:40:37Z", "lastModified": "2024-11-13T12:06:41Z", - "metadataLastUpdated": "2025-06-24T06:25:02.130Z" + "metadataLastUpdated": "2025-07-01T06:24:54.866Z" } }, { @@ -235486,8 +235486,8 @@ }, "date": { "created": "2022-04-20T20:26:07Z", - "lastModified": "2025-06-16T16:17:04Z", - "metadataLastUpdated": "2025-06-24T06:25:02.090Z" + "lastModified": "2025-06-24T13:33:46Z", + "metadataLastUpdated": "2025-07-01T06:24:54.815Z" } }, { @@ -235520,7 +235520,7 @@ "date": { "created": "2024-01-16T15:16:34Z", "lastModified": "2025-05-28T17:48:24Z", - "metadataLastUpdated": "2025-06-24T06:25:02.129Z" + "metadataLastUpdated": "2025-07-01T06:24:54.864Z" } }, { @@ -235553,7 +235553,7 @@ "date": { "created": "2025-01-14T17:51:24Z", "lastModified": "2025-01-15T21:27:41Z", - "metadataLastUpdated": "2025-06-24T06:25:02.156Z" + "metadataLastUpdated": "2025-07-01T06:24:55.009Z" } }, { @@ -235586,7 +235586,7 @@ "date": { "created": "2017-04-24T21:46:56Z", "lastModified": "2017-09-21T23:47:55Z", - "metadataLastUpdated": "2025-06-24T06:25:01.987Z" + "metadataLastUpdated": "2025-07-01T06:24:54.716Z" } }, { @@ -235619,7 +235619,7 @@ "date": { "created": "2019-12-11T20:48:03Z", "lastModified": "2023-03-21T20:21:13Z", - "metadataLastUpdated": "2025-06-24T06:25:02.032Z" + "metadataLastUpdated": "2025-07-01T06:24:54.758Z" } }, { @@ -235652,7 +235652,7 @@ "date": { "created": "2023-09-12T14:04:05Z", "lastModified": "2024-02-22T19:09:49Z", - "metadataLastUpdated": "2025-06-24T06:25:02.120Z" + "metadataLastUpdated": "2025-07-01T06:24:54.855Z" } }, { @@ -235685,7 +235685,7 @@ "date": { "created": "2019-02-13T13:20:19Z", "lastModified": "2019-02-20T19:52:03Z", - "metadataLastUpdated": "2025-06-24T06:25:02.013Z" + "metadataLastUpdated": "2025-07-01T06:24:54.741Z" } }, { @@ -235718,7 +235718,7 @@ "date": { "created": "2016-10-19T21:12:30Z", "lastModified": "2024-11-18T19:49:16Z", - "metadataLastUpdated": "2025-06-24T06:25:01.978Z" + "metadataLastUpdated": "2025-07-01T06:24:54.707Z" } }, { @@ -235751,7 +235751,7 @@ "date": { "created": "2017-03-01T16:20:03Z", "lastModified": "2017-04-13T19:38:54Z", - "metadataLastUpdated": "2025-06-24T06:25:01.985Z" + "metadataLastUpdated": "2025-07-01T06:24:54.714Z" } }, { @@ -235783,8 +235783,8 @@ }, "date": { "created": "2022-10-26T17:31:36Z", - "lastModified": "2025-06-20T17:32:54Z", - "metadataLastUpdated": "2025-06-24T06:25:02.103Z" + "lastModified": "2025-06-28T22:50:32Z", + "metadataLastUpdated": "2025-07-01T06:24:54.834Z" } }, { @@ -235817,7 +235817,7 @@ "date": { "created": "2022-07-07T15:00:47Z", "lastModified": "2022-12-31T22:54:33Z", - "metadataLastUpdated": "2025-06-24T06:25:02.096Z" + "metadataLastUpdated": "2025-07-01T06:24:54.823Z" } }, { @@ -235850,7 +235850,7 @@ "date": { "created": "2016-09-06T13:36:41Z", "lastModified": "2025-05-28T18:01:14Z", - "metadataLastUpdated": "2025-06-24T06:25:01.976Z" + "metadataLastUpdated": "2025-07-01T06:24:54.705Z" } }, { @@ -235883,7 +235883,7 @@ "date": { "created": "2020-04-28T15:32:02Z", "lastModified": "2020-05-01T20:33:45Z", - "metadataLastUpdated": "2025-06-24T06:25:02.042Z" + "metadataLastUpdated": "2025-07-01T06:24:54.767Z" } }, { @@ -235916,7 +235916,7 @@ "date": { "created": "2025-04-29T18:48:37Z", "lastModified": "2025-04-30T16:57:31Z", - "metadataLastUpdated": "2025-06-24T06:25:02.244Z" + "metadataLastUpdated": "2025-07-01T06:24:55.039Z" } }, { @@ -235949,7 +235949,7 @@ "date": { "created": "2020-08-21T19:49:20Z", "lastModified": "2024-06-12T13:21:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.049Z" + "metadataLastUpdated": "2025-07-01T06:24:54.773Z" } }, { @@ -235982,7 +235982,7 @@ "date": { "created": "2020-04-09T19:50:31Z", "lastModified": "2025-06-20T16:51:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.041Z" + "metadataLastUpdated": "2025-07-01T06:24:54.766Z" } }, { @@ -236015,7 +236015,7 @@ "date": { "created": "2023-01-12T21:19:40Z", "lastModified": "2024-08-28T20:55:17Z", - "metadataLastUpdated": "2025-06-24T06:25:02.107Z" + "metadataLastUpdated": "2025-07-01T06:24:54.842Z" } }, { @@ -236048,7 +236048,7 @@ "date": { "created": "2024-05-01T18:30:20Z", "lastModified": "2024-12-23T15:39:08Z", - "metadataLastUpdated": "2025-06-24T06:25:02.138Z" + "metadataLastUpdated": "2025-07-01T06:24:54.874Z" } }, { @@ -236081,7 +236081,7 @@ "date": { "created": "2025-03-13T19:35:34Z", "lastModified": "2025-04-10T14:31:08Z", - "metadataLastUpdated": "2025-06-24T06:25:02.229Z" + "metadataLastUpdated": "2025-07-01T06:24:55.018Z" } }, { @@ -236114,7 +236114,7 @@ "date": { "created": "2022-08-04T14:01:59Z", "lastModified": "2025-04-22T15:13:47Z", - "metadataLastUpdated": "2025-06-24T06:25:02.098Z" + "metadataLastUpdated": "2025-07-01T06:24:54.827Z" } }, { @@ -236147,7 +236147,7 @@ "date": { "created": "2025-02-07T18:42:25Z", "lastModified": "2025-02-07T19:23:51Z", - "metadataLastUpdated": "2025-06-24T06:25:02.228Z" + "metadataLastUpdated": "2025-07-01T06:24:55.006Z" } }, { @@ -236180,7 +236180,7 @@ "date": { "created": "2021-10-04T13:47:12Z", "lastModified": "2022-07-07T19:06:38Z", - "metadataLastUpdated": "2025-06-24T06:25:02.076Z" + "metadataLastUpdated": "2025-07-01T06:24:54.799Z" } }, { @@ -236213,7 +236213,7 @@ "date": { "created": "2022-07-07T15:10:59Z", "lastModified": "2022-07-07T19:46:19Z", - "metadataLastUpdated": "2025-06-24T06:25:02.096Z" + "metadataLastUpdated": "2025-07-01T06:24:54.824Z" } }, { @@ -236246,7 +236246,7 @@ "date": { "created": "2022-07-07T15:03:36Z", "lastModified": "2022-07-07T19:47:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.096Z" + "metadataLastUpdated": "2025-07-01T06:24:54.824Z" } }, { @@ -236279,7 +236279,7 @@ "date": { "created": "2018-07-30T10:39:41Z", "lastModified": "2024-12-23T18:01:18Z", - "metadataLastUpdated": "2025-06-24T06:25:02.009Z" + "metadataLastUpdated": "2025-07-01T06:24:54.737Z" } }, { @@ -236312,7 +236312,7 @@ "date": { "created": "2016-11-21T23:03:41Z", "lastModified": "2018-02-13T20:33:22Z", - "metadataLastUpdated": "2025-06-24T06:25:01.980Z" + "metadataLastUpdated": "2025-07-01T06:24:54.709Z" } }, { @@ -236345,7 +236345,7 @@ "date": { "created": "2021-05-27T16:47:29Z", "lastModified": "2021-10-07T19:17:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.070Z" + "metadataLastUpdated": "2025-07-01T06:24:54.792Z" } }, { @@ -236378,7 +236378,7 @@ "date": { "created": "2024-06-07T12:08:19Z", "lastModified": "2024-12-03T15:37:03Z", - "metadataLastUpdated": "2025-06-24T06:25:02.142Z" + "metadataLastUpdated": "2025-07-01T06:24:54.878Z" } }, { @@ -236411,7 +236411,7 @@ "date": { "created": "2025-04-07T21:13:04Z", "lastModified": "2025-05-27T18:04:18Z", - "metadataLastUpdated": "2025-06-24T06:25:02.236Z" + "metadataLastUpdated": "2025-07-01T06:24:54.986Z" } }, { @@ -236444,7 +236444,7 @@ "date": { "created": "2020-11-16T22:07:36Z", "lastModified": "2020-11-16T22:07:38Z", - "metadataLastUpdated": "2025-06-24T06:25:02.055Z" + "metadataLastUpdated": "2025-07-01T06:24:54.778Z" } }, { @@ -236477,7 +236477,7 @@ "date": { "created": "2020-11-16T22:08:30Z", "lastModified": "2020-11-16T22:08:31Z", - "metadataLastUpdated": "2025-06-24T06:25:02.055Z" + "metadataLastUpdated": "2025-07-01T06:24:54.778Z" } }, { @@ -236510,7 +236510,7 @@ "date": { "created": "2021-03-30T15:36:49Z", "lastModified": "2022-11-21T21:30:46Z", - "metadataLastUpdated": "2025-06-24T06:25:02.066Z" + "metadataLastUpdated": "2025-07-01T06:24:54.789Z" } }, { @@ -236543,7 +236543,7 @@ "date": { "created": "2020-11-16T22:13:50Z", "lastModified": "2020-11-16T22:13:51Z", - "metadataLastUpdated": "2025-06-24T06:25:02.057Z" + "metadataLastUpdated": "2025-07-01T06:24:54.780Z" } }, { @@ -236576,7 +236576,7 @@ "date": { "created": "2020-11-16T22:13:08Z", "lastModified": "2020-11-16T22:13:09Z", - "metadataLastUpdated": "2025-06-24T06:25:02.057Z" + "metadataLastUpdated": "2025-07-01T06:24:54.780Z" } }, { @@ -236609,7 +236609,7 @@ "date": { "created": "2020-11-16T22:12:07Z", "lastModified": "2020-11-16T22:12:08Z", - "metadataLastUpdated": "2025-06-24T06:25:02.056Z" + "metadataLastUpdated": "2025-07-01T06:24:54.780Z" } }, { @@ -236642,7 +236642,7 @@ "date": { "created": "2021-03-25T19:40:28Z", "lastModified": "2021-03-25T19:40:28Z", - "metadataLastUpdated": "2025-06-24T06:25:02.066Z" + "metadataLastUpdated": "2025-07-01T06:24:54.788Z" } }, { @@ -236675,7 +236675,7 @@ "date": { "created": "2020-11-16T22:14:31Z", "lastModified": "2020-11-16T22:14:32Z", - "metadataLastUpdated": "2025-06-24T06:25:02.057Z" + "metadataLastUpdated": "2025-07-01T06:24:54.781Z" } }, { @@ -236708,7 +236708,7 @@ "date": { "created": "2020-11-16T22:10:12Z", "lastModified": "2020-11-16T22:10:14Z", - "metadataLastUpdated": "2025-06-24T06:25:02.056Z" + "metadataLastUpdated": "2025-07-01T06:24:54.779Z" } }, { @@ -236741,7 +236741,7 @@ "date": { "created": "2020-11-16T22:09:21Z", "lastModified": "2020-11-16T22:09:22Z", - "metadataLastUpdated": "2025-06-24T06:25:02.055Z" + "metadataLastUpdated": "2025-07-01T06:24:54.779Z" } }, { @@ -236774,7 +236774,7 @@ "date": { "created": "2020-11-16T22:10:59Z", "lastModified": "2020-11-16T22:11:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.056Z" + "metadataLastUpdated": "2025-07-01T06:24:54.779Z" } }, { @@ -236807,7 +236807,7 @@ "date": { "created": "2020-11-16T22:06:12Z", "lastModified": "2020-11-16T22:06:13Z", - "metadataLastUpdated": "2025-06-24T06:25:02.054Z" + "metadataLastUpdated": "2025-07-01T06:24:54.778Z" } }, { @@ -236840,7 +236840,7 @@ "date": { "created": "2017-10-30T21:10:37Z", "lastModified": "2021-09-14T14:44:27Z", - "metadataLastUpdated": "2025-06-24T06:25:01.997Z" + "metadataLastUpdated": "2025-07-01T06:24:54.725Z" } }, { @@ -236873,7 +236873,7 @@ "date": { "created": "2021-12-06T14:35:56Z", "lastModified": "2021-12-07T22:03:51Z", - "metadataLastUpdated": "2025-06-24T06:25:02.078Z" + "metadataLastUpdated": "2025-07-01T06:24:54.800Z" } }, { @@ -236906,7 +236906,7 @@ "date": { "created": "2024-03-20T13:10:58Z", "lastModified": "2024-10-18T18:59:26Z", - "metadataLastUpdated": "2025-06-24T06:25:02.135Z" + "metadataLastUpdated": "2025-07-01T06:24:54.871Z" } }, { @@ -236939,7 +236939,7 @@ "date": { "created": "2024-07-16T18:04:18Z", "lastModified": "2024-12-18T19:55:07Z", - "metadataLastUpdated": "2025-06-24T06:25:02.146Z" + "metadataLastUpdated": "2025-07-01T06:24:54.881Z" } }, { @@ -236972,7 +236972,7 @@ "date": { "created": "2022-09-08T20:39:14Z", "lastModified": "2022-12-29T22:21:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.100Z" + "metadataLastUpdated": "2025-07-01T06:24:54.830Z" } }, { @@ -237005,7 +237005,7 @@ "date": { "created": "2025-03-24T19:04:14Z", "lastModified": "2025-04-03T21:23:23Z", - "metadataLastUpdated": "2025-06-24T06:25:02.230Z" + "metadataLastUpdated": "2025-07-01T06:24:55.020Z" } }, { @@ -237038,7 +237038,7 @@ "date": { "created": "2017-08-21T23:14:16Z", "lastModified": "2025-05-14T20:47:43Z", - "metadataLastUpdated": "2025-06-24T06:25:01.992Z" + "metadataLastUpdated": "2025-07-01T06:24:54.721Z" } }, { @@ -237071,7 +237071,7 @@ "date": { "created": "2018-03-26T18:16:06Z", "lastModified": "2025-01-13T22:45:32Z", - "metadataLastUpdated": "2025-06-24T06:25:02.002Z" + "metadataLastUpdated": "2025-07-01T06:24:54.730Z" } }, { @@ -237104,7 +237104,7 @@ "date": { "created": "2023-09-05T19:33:14Z", "lastModified": "2025-01-21T14:39:16Z", - "metadataLastUpdated": "2025-06-24T06:25:02.120Z" + "metadataLastUpdated": "2025-07-01T06:24:54.855Z" } }, { @@ -237137,7 +237137,7 @@ "date": { "created": "2019-07-08T19:32:53Z", "lastModified": "2019-07-25T16:59:04Z", - "metadataLastUpdated": "2025-06-24T06:25:02.022Z" + "metadataLastUpdated": "2025-07-01T06:24:54.749Z" } }, { @@ -237170,7 +237170,7 @@ "date": { "created": "2022-06-17T19:18:06Z", "lastModified": "2022-06-23T16:35:08Z", - "metadataLastUpdated": "2025-06-24T06:25:02.094Z" + "metadataLastUpdated": "2025-07-01T06:24:54.821Z" } }, { @@ -237203,7 +237203,7 @@ "date": { "created": "2018-03-26T20:54:11Z", "lastModified": "2018-07-17T17:09:32Z", - "metadataLastUpdated": "2025-06-24T06:25:02.003Z" + "metadataLastUpdated": "2025-07-01T06:24:54.731Z" } }, { @@ -237236,7 +237236,7 @@ "date": { "created": "2024-08-14T21:05:53Z", "lastModified": "2024-08-16T18:20:58Z", - "metadataLastUpdated": "2025-06-24T06:25:02.148Z" + "metadataLastUpdated": "2025-07-01T06:24:54.882Z" } }, { @@ -237269,7 +237269,7 @@ "date": { "created": "2022-02-11T19:13:54Z", "lastModified": "2025-03-07T20:07:26Z", - "metadataLastUpdated": "2025-06-24T06:25:02.082Z" + "metadataLastUpdated": "2025-07-01T06:24:54.805Z" } }, { @@ -237302,7 +237302,7 @@ "date": { "created": "2024-07-05T17:13:47Z", "lastModified": "2025-06-16T19:39:58Z", - "metadataLastUpdated": "2025-06-24T06:25:02.146Z" + "metadataLastUpdated": "2025-07-01T06:24:55.005Z" } }, { @@ -237335,7 +237335,7 @@ "date": { "created": "2022-02-16T17:43:47Z", "lastModified": "2022-03-02T22:00:41Z", - "metadataLastUpdated": "2025-06-24T06:25:02.083Z" + "metadataLastUpdated": "2025-07-01T06:24:54.806Z" } }, { @@ -237368,7 +237368,7 @@ "date": { "created": "2025-03-24T01:26:47Z", "lastModified": "2025-03-26T14:04:24Z", - "metadataLastUpdated": "2025-06-24T06:25:02.233Z" + "metadataLastUpdated": "2025-07-01T06:24:55.011Z" } }, { @@ -237401,7 +237401,7 @@ "date": { "created": "2022-08-04T16:00:34Z", "lastModified": "2022-11-17T19:29:34Z", - "metadataLastUpdated": "2025-06-24T06:25:02.099Z" + "metadataLastUpdated": "2025-07-01T06:24:54.828Z" } }, { @@ -237434,7 +237434,7 @@ "date": { "created": "2022-07-15T18:03:58Z", "lastModified": "2024-02-01T15:56:38Z", - "metadataLastUpdated": "2025-06-24T06:25:02.097Z" + "metadataLastUpdated": "2025-07-01T06:24:54.825Z" } }, { @@ -237467,7 +237467,7 @@ "date": { "created": "2019-06-26T17:55:40Z", "lastModified": "2025-05-27T17:47:00Z", - "metadataLastUpdated": "2025-06-24T06:25:02.020Z" + "metadataLastUpdated": "2025-07-01T06:24:54.747Z" } }, { @@ -237500,7 +237500,7 @@ "date": { "created": "2023-05-24T16:14:58Z", "lastModified": "2023-05-24T16:40:55Z", - "metadataLastUpdated": "2025-06-24T06:25:02.114Z" + "metadataLastUpdated": "2025-07-01T06:24:54.849Z" } }, { @@ -237533,7 +237533,7 @@ "date": { "created": "2017-09-21T19:39:28Z", "lastModified": "2018-05-18T06:36:33Z", - "metadataLastUpdated": "2025-06-24T06:25:01.995Z" + "metadataLastUpdated": "2025-07-01T06:24:54.723Z" } }, { @@ -237566,7 +237566,7 @@ "date": { "created": "2017-09-07T20:15:40Z", "lastModified": "2017-10-31T21:33:36Z", - "metadataLastUpdated": "2025-06-24T06:25:01.993Z" + "metadataLastUpdated": "2025-07-01T06:24:54.721Z" } }, { @@ -237599,7 +237599,7 @@ "date": { "created": "2017-09-21T19:36:48Z", "lastModified": "2017-09-26T13:38:41Z", - "metadataLastUpdated": "2025-06-24T06:25:01.994Z" + "metadataLastUpdated": "2025-07-01T06:24:54.722Z" } }, { @@ -237632,7 +237632,7 @@ "date": { "created": "2017-04-25T17:05:00Z", "lastModified": "2025-05-14T19:58:08Z", - "metadataLastUpdated": "2025-06-24T06:25:01.988Z" + "metadataLastUpdated": "2025-07-01T06:24:54.717Z" } }, { @@ -237665,7 +237665,7 @@ "date": { "created": "2020-04-27T20:10:53Z", "lastModified": "2025-04-17T13:36:51Z", - "metadataLastUpdated": "2025-06-24T06:25:02.042Z" + "metadataLastUpdated": "2025-07-01T06:24:54.767Z" } }, { @@ -237698,7 +237698,7 @@ "date": { "created": "2019-06-24T19:59:18Z", "lastModified": "2019-10-16T20:37:24Z", - "metadataLastUpdated": "2025-06-24T06:25:02.019Z" + "metadataLastUpdated": "2025-07-01T06:24:54.746Z" } }, { @@ -237731,7 +237731,7 @@ "date": { "created": "2018-03-26T20:56:54Z", "lastModified": "2023-04-05T12:07:31Z", - "metadataLastUpdated": "2025-06-24T06:25:02.003Z" + "metadataLastUpdated": "2025-07-01T06:24:54.731Z" } }, { @@ -237764,7 +237764,7 @@ "date": { "created": "2017-09-21T19:34:02Z", "lastModified": "2017-09-26T13:34:47Z", - "metadataLastUpdated": "2025-06-24T06:25:01.993Z" + "metadataLastUpdated": "2025-07-01T06:24:54.722Z" } }, { @@ -237797,7 +237797,7 @@ "date": { "created": "2017-09-21T19:34:50Z", "lastModified": "2017-09-26T13:37:11Z", - "metadataLastUpdated": "2025-06-24T06:25:01.994Z" + "metadataLastUpdated": "2025-07-01T06:24:54.722Z" } }, { @@ -237830,7 +237830,7 @@ "date": { "created": "2017-09-21T19:38:04Z", "lastModified": "2017-09-21T19:38:06Z", - "metadataLastUpdated": "2025-06-24T06:25:01.995Z" + "metadataLastUpdated": "2025-07-01T06:24:54.723Z" } }, { @@ -237863,7 +237863,7 @@ "date": { "created": "2024-03-04T20:29:26Z", "lastModified": "2025-05-13T20:42:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.134Z" + "metadataLastUpdated": "2025-07-01T06:24:54.870Z" } }, { @@ -237896,7 +237896,7 @@ "date": { "created": "2021-12-06T16:56:49Z", "lastModified": "2025-05-05T17:21:31Z", - "metadataLastUpdated": "2025-06-24T06:25:02.078Z" + "metadataLastUpdated": "2025-07-01T06:24:54.801Z" } }, { @@ -237929,7 +237929,7 @@ "date": { "created": "2024-04-09T13:24:39Z", "lastModified": "2025-04-17T14:59:46Z", - "metadataLastUpdated": "2025-06-24T06:25:02.137Z" + "metadataLastUpdated": "2025-07-01T06:24:54.873Z" } }, { @@ -237962,7 +237962,7 @@ "date": { "created": "2024-12-27T16:37:04Z", "lastModified": "2025-04-15T21:59:42Z", - "metadataLastUpdated": "2025-06-24T06:25:02.215Z" + "metadataLastUpdated": "2025-07-01T06:24:55.002Z" } }, { @@ -237995,7 +237995,7 @@ "date": { "created": "2025-04-08T18:35:37Z", "lastModified": "2025-04-14T20:21:05Z", - "metadataLastUpdated": "2025-06-24T06:25:02.240Z" + "metadataLastUpdated": "2025-07-01T06:24:55.019Z" } }, { @@ -238028,7 +238028,7 @@ "date": { "created": "2025-04-08T18:39:38Z", "lastModified": "2025-04-11T21:22:14Z", - "metadataLastUpdated": "2025-06-24T06:25:02.238Z" + "metadataLastUpdated": "2025-07-01T06:24:55.034Z" } }, { @@ -238061,7 +238061,7 @@ "date": { "created": "2019-07-03T22:19:30Z", "lastModified": "2019-07-03T22:19:31Z", - "metadataLastUpdated": "2025-06-24T06:25:02.022Z" + "metadataLastUpdated": "2025-07-01T06:24:54.748Z" } }, { @@ -238094,7 +238094,7 @@ "date": { "created": "2017-05-11T21:43:33Z", "lastModified": "2017-06-26T21:33:26Z", - "metadataLastUpdated": "2025-06-24T06:25:01.988Z" + "metadataLastUpdated": "2025-07-01T06:24:54.717Z" } }, { @@ -238127,7 +238127,7 @@ "date": { "created": "2021-03-01T16:06:18Z", "lastModified": "2022-06-07T14:58:16Z", - "metadataLastUpdated": "2025-06-24T06:25:02.063Z" + "metadataLastUpdated": "2025-07-01T06:24:54.786Z" } }, { @@ -238160,7 +238160,7 @@ "date": { "created": "2018-01-29T18:14:13Z", "lastModified": "2018-01-30T16:56:31Z", - "metadataLastUpdated": "2025-06-24T06:25:01.998Z" + "metadataLastUpdated": "2025-07-01T06:24:54.726Z" } }, { @@ -238193,7 +238193,7 @@ "date": { "created": "2023-12-11T21:10:22Z", "lastModified": "2025-05-06T17:06:30Z", - "metadataLastUpdated": "2025-06-24T06:25:02.124Z" + "metadataLastUpdated": "2025-07-01T06:24:54.860Z" } }, { @@ -238226,7 +238226,7 @@ "date": { "created": "2022-08-02T14:19:23Z", "lastModified": "2023-10-31T14:57:12Z", - "metadataLastUpdated": "2025-06-24T06:25:02.098Z" + "metadataLastUpdated": "2025-07-01T06:24:54.826Z" } }, { @@ -238259,7 +238259,7 @@ "date": { "created": "2025-04-15T23:53:25Z", "lastModified": "2025-05-23T12:31:15Z", - "metadataLastUpdated": "2025-06-24T06:25:02.247Z" + "metadataLastUpdated": "2025-07-01T06:24:55.038Z" } }, { @@ -238292,7 +238292,7 @@ "date": { "created": "2019-12-04T19:27:37Z", "lastModified": "2025-03-26T15:08:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.031Z" + "metadataLastUpdated": "2025-07-01T06:24:54.757Z" } }, { @@ -238325,7 +238325,7 @@ "date": { "created": "2019-12-02T20:40:39Z", "lastModified": "2025-04-21T19:55:59Z", - "metadataLastUpdated": "2025-06-24T06:25:02.030Z" + "metadataLastUpdated": "2025-07-01T06:24:54.756Z" } }, { @@ -238358,7 +238358,7 @@ "date": { "created": "2021-03-04T15:50:38Z", "lastModified": "2022-10-14T18:21:24Z", - "metadataLastUpdated": "2025-06-24T06:25:02.063Z" + "metadataLastUpdated": "2025-07-01T06:24:54.786Z" } }, { @@ -238391,7 +238391,7 @@ "date": { "created": "2020-04-24T17:17:57Z", "lastModified": "2021-07-29T14:11:20Z", - "metadataLastUpdated": "2025-06-24T06:25:02.042Z" + "metadataLastUpdated": "2025-07-01T06:24:54.767Z" } }, { @@ -238424,7 +238424,7 @@ "date": { "created": "2022-03-29T17:30:51Z", "lastModified": "2022-04-05T19:21:26Z", - "metadataLastUpdated": "2025-06-24T06:25:02.086Z" + "metadataLastUpdated": "2025-07-01T06:24:54.813Z" } }, { @@ -238457,7 +238457,7 @@ "date": { "created": "2023-12-05T14:06:58Z", "lastModified": "2024-01-02T13:56:15Z", - "metadataLastUpdated": "2025-06-24T06:25:02.124Z" + "metadataLastUpdated": "2025-07-01T06:24:54.860Z" } }, { @@ -238490,7 +238490,7 @@ "date": { "created": "2021-06-01T15:14:37Z", "lastModified": "2025-03-10T14:51:13Z", - "metadataLastUpdated": "2025-06-24T06:25:02.070Z" + "metadataLastUpdated": "2025-07-01T06:24:54.792Z" } }, { @@ -238523,7 +238523,7 @@ "date": { "created": "2019-10-17T20:38:02Z", "lastModified": "2025-04-07T13:45:52Z", - "metadataLastUpdated": "2025-06-24T06:25:02.027Z" + "metadataLastUpdated": "2025-07-01T06:24:54.754Z" } }, { @@ -238556,7 +238556,7 @@ "date": { "created": "2019-12-06T14:22:38Z", "lastModified": "2020-11-13T17:56:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.031Z" + "metadataLastUpdated": "2025-07-01T06:24:54.757Z" } }, { @@ -238589,7 +238589,7 @@ "date": { "created": "2021-01-22T16:30:26Z", "lastModified": "2022-06-11T17:12:37Z", - "metadataLastUpdated": "2025-06-24T06:25:02.060Z" + "metadataLastUpdated": "2025-07-01T06:24:54.783Z" } }, { @@ -238622,7 +238622,7 @@ "date": { "created": "2016-12-14T14:32:55Z", "lastModified": "2019-04-16T15:54:59Z", - "metadataLastUpdated": "2025-06-24T06:25:01.982Z" + "metadataLastUpdated": "2025-07-01T06:24:54.712Z" } }, { @@ -238655,7 +238655,7 @@ "date": { "created": "2015-09-29T13:55:42Z", "lastModified": "2015-10-06T21:16:32Z", - "metadataLastUpdated": "2025-06-24T06:25:01.967Z" + "metadataLastUpdated": "2025-07-01T06:24:54.697Z" } }, { @@ -238688,7 +238688,7 @@ "date": { "created": "2024-01-04T20:23:13Z", "lastModified": "2024-06-26T14:47:34Z", - "metadataLastUpdated": "2025-06-24T06:25:02.127Z" + "metadataLastUpdated": "2025-07-01T06:24:54.863Z" } }, { @@ -238721,7 +238721,7 @@ "date": { "created": "2024-12-22T19:15:44Z", "lastModified": "2025-06-12T16:09:29Z", - "metadataLastUpdated": "2025-06-24T06:25:02.155Z" + "metadataLastUpdated": "2025-07-01T06:24:55.004Z" } }, { @@ -238754,7 +238754,7 @@ "date": { "created": "2019-07-30T20:08:59Z", "lastModified": "2025-05-20T20:45:04Z", - "metadataLastUpdated": "2025-06-24T06:25:02.023Z" + "metadataLastUpdated": "2025-07-01T06:24:54.750Z" } }, { @@ -238787,7 +238787,7 @@ "date": { "created": "2019-10-24T20:36:33Z", "lastModified": "2025-04-29T12:33:46Z", - "metadataLastUpdated": "2025-06-24T06:25:02.028Z" + "metadataLastUpdated": "2025-07-01T06:24:54.754Z" } }, { @@ -238820,7 +238820,7 @@ "date": { "created": "2017-01-19T21:57:55Z", "lastModified": "2025-02-13T17:11:55Z", - "metadataLastUpdated": "2025-06-24T06:25:01.983Z" + "metadataLastUpdated": "2025-07-01T06:24:54.712Z" } }, { @@ -238853,7 +238853,7 @@ "date": { "created": "2017-01-19T21:58:12Z", "lastModified": "2025-02-13T17:56:21Z", - "metadataLastUpdated": "2025-06-24T06:25:01.984Z" + "metadataLastUpdated": "2025-07-01T06:24:54.713Z" } }, { @@ -238886,7 +238886,7 @@ "date": { "created": "2017-01-19T21:58:34Z", "lastModified": "2025-02-13T17:57:42Z", - "metadataLastUpdated": "2025-06-24T06:25:01.984Z" + "metadataLastUpdated": "2025-07-01T06:24:54.713Z" } }, { @@ -238919,7 +238919,7 @@ "date": { "created": "2020-05-26T15:45:59Z", "lastModified": "2025-06-20T22:37:25Z", - "metadataLastUpdated": "2025-06-24T06:25:02.046Z" + "metadataLastUpdated": "2025-07-01T06:24:54.770Z" } }, { @@ -238952,7 +238952,7 @@ "date": { "created": "2019-06-26T17:59:53Z", "lastModified": "2019-08-29T11:17:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.020Z" + "metadataLastUpdated": "2025-07-01T06:24:54.747Z" } }, { @@ -238985,7 +238985,7 @@ "date": { "created": "2020-04-15T13:21:39Z", "lastModified": "2024-10-31T02:29:12Z", - "metadataLastUpdated": "2025-06-24T06:25:02.041Z" + "metadataLastUpdated": "2025-07-01T06:24:54.766Z" } }, { @@ -239018,7 +239018,7 @@ "date": { "created": "2024-09-04T16:25:17Z", "lastModified": "2025-02-26T20:54:06Z", - "metadataLastUpdated": "2025-06-24T06:25:02.149Z" + "metadataLastUpdated": "2025-07-01T06:24:54.883Z" } }, { @@ -239051,7 +239051,7 @@ "date": { "created": "2017-08-17T17:36:37Z", "lastModified": "2019-07-25T14:27:10Z", - "metadataLastUpdated": "2025-06-24T06:25:01.992Z" + "metadataLastUpdated": "2025-07-01T06:24:54.720Z" } }, { @@ -239084,7 +239084,7 @@ "date": { "created": "2019-11-07T18:05:33Z", "lastModified": "2025-02-12T19:16:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.029Z" + "metadataLastUpdated": "2025-07-01T06:24:54.755Z" } }, { @@ -239117,7 +239117,7 @@ "date": { "created": "2021-03-09T18:13:10Z", "lastModified": "2025-03-27T19:30:55Z", - "metadataLastUpdated": "2025-06-24T06:25:02.064Z" + "metadataLastUpdated": "2025-07-01T06:24:54.787Z" } }, { @@ -239149,8 +239149,8 @@ }, "date": { "created": "2021-12-14T18:55:42Z", - "lastModified": "2025-06-23T21:10:27Z", - "metadataLastUpdated": "2025-06-24T06:25:02.079Z" + "lastModified": "2025-06-30T11:47:00Z", + "metadataLastUpdated": "2025-07-01T06:24:54.801Z" } }, { @@ -239183,7 +239183,7 @@ "date": { "created": "2019-09-19T15:40:36Z", "lastModified": "2023-07-11T14:11:20Z", - "metadataLastUpdated": "2025-06-24T06:25:02.027Z" + "metadataLastUpdated": "2025-07-01T06:24:54.753Z" } }, { @@ -239216,7 +239216,7 @@ "date": { "created": "2021-06-01T18:08:59Z", "lastModified": "2021-12-20T23:19:57Z", - "metadataLastUpdated": "2025-06-24T06:25:02.070Z" + "metadataLastUpdated": "2025-07-01T06:24:54.793Z" } }, { @@ -239249,7 +239249,7 @@ "date": { "created": "2017-07-26T19:49:10Z", "lastModified": "2025-02-13T18:00:03Z", - "metadataLastUpdated": "2025-06-24T06:25:01.990Z" + "metadataLastUpdated": "2025-07-01T06:24:54.719Z" } }, { @@ -239282,7 +239282,7 @@ "date": { "created": "2018-03-22T15:51:54Z", "lastModified": "2019-05-13T20:17:45Z", - "metadataLastUpdated": "2025-06-24T06:25:02.002Z" + "metadataLastUpdated": "2025-07-01T06:24:54.730Z" } }, { @@ -239315,7 +239315,7 @@ "date": { "created": "2017-07-31T11:14:41Z", "lastModified": "2017-10-27T22:24:34Z", - "metadataLastUpdated": "2025-06-24T06:25:01.991Z" + "metadataLastUpdated": "2025-07-01T06:24:54.720Z" } }, { @@ -239348,7 +239348,7 @@ "date": { "created": "2019-09-19T15:36:48Z", "lastModified": "2023-06-28T18:44:49Z", - "metadataLastUpdated": "2025-06-24T06:25:02.026Z" + "metadataLastUpdated": "2025-07-01T06:24:54.752Z" } }, { @@ -239381,7 +239381,7 @@ "date": { "created": "2020-04-20T15:14:19Z", "lastModified": "2025-04-25T20:34:46Z", - "metadataLastUpdated": "2025-06-24T06:25:02.041Z" + "metadataLastUpdated": "2025-07-01T06:24:54.766Z" } }, { @@ -239414,7 +239414,7 @@ "date": { "created": "2018-10-01T14:08:33Z", "lastModified": "2025-04-29T21:52:58Z", - "metadataLastUpdated": "2025-06-24T06:25:02.010Z" + "metadataLastUpdated": "2025-07-01T06:24:54.739Z" } }, { @@ -239447,7 +239447,7 @@ "date": { "created": "2019-02-12T13:18:15Z", "lastModified": "2025-05-06T18:19:25Z", - "metadataLastUpdated": "2025-06-24T06:25:02.012Z" + "metadataLastUpdated": "2025-07-01T06:24:54.740Z" } }, { @@ -239480,7 +239480,7 @@ "date": { "created": "2020-03-12T15:33:25Z", "lastModified": "2020-03-12T21:21:15Z", - "metadataLastUpdated": "2025-06-24T06:25:02.040Z" + "metadataLastUpdated": "2025-07-01T06:24:54.765Z" } }, { @@ -239513,7 +239513,7 @@ "date": { "created": "2016-03-02T14:12:18Z", "lastModified": "2024-12-09T18:29:51Z", - "metadataLastUpdated": "2025-06-24T06:25:01.970Z" + "metadataLastUpdated": "2025-07-01T06:24:54.700Z" } }, { @@ -239546,7 +239546,7 @@ "date": { "created": "2019-03-28T18:05:01Z", "lastModified": "2025-05-13T17:55:26Z", - "metadataLastUpdated": "2025-06-24T06:25:02.014Z" + "metadataLastUpdated": "2025-07-01T06:24:54.742Z" } }, { @@ -239579,7 +239579,7 @@ "date": { "created": "2019-12-31T14:15:25Z", "lastModified": "2023-04-13T22:22:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.033Z" + "metadataLastUpdated": "2025-07-01T06:24:54.758Z" } }, { @@ -239611,8 +239611,8 @@ }, "date": { "created": "2024-11-14T22:17:25Z", - "lastModified": "2025-06-20T18:50:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.154Z" + "lastModified": "2025-06-30T19:38:21Z", + "metadataLastUpdated": "2025-07-01T06:24:55.021Z" } }, { @@ -239645,7 +239645,7 @@ "date": { "created": "2018-10-10T14:13:08Z", "lastModified": "2018-10-10T16:00:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.011Z" + "metadataLastUpdated": "2025-07-01T06:24:54.739Z" } }, { @@ -239678,7 +239678,7 @@ "date": { "created": "2017-04-21T16:03:23Z", "lastModified": "2025-06-10T18:09:07Z", - "metadataLastUpdated": "2025-06-24T06:25:01.987Z" + "metadataLastUpdated": "2025-07-01T06:24:54.716Z" } }, { @@ -239710,8 +239710,8 @@ }, "date": { "created": "2023-07-26T16:44:43Z", - "lastModified": "2025-04-23T16:24:10Z", - "metadataLastUpdated": "2025-06-24T06:25:02.118Z" + "lastModified": "2025-06-27T17:50:12Z", + "metadataLastUpdated": "2025-07-01T06:24:54.853Z" } }, { @@ -239744,7 +239744,7 @@ "date": { "created": "2019-12-31T14:21:38Z", "lastModified": "2024-12-02T16:04:43Z", - "metadataLastUpdated": "2025-06-24T06:25:02.033Z" + "metadataLastUpdated": "2025-07-01T06:24:54.759Z" } }, { @@ -239777,7 +239777,7 @@ "date": { "created": "2020-07-21T19:51:25Z", "lastModified": "2021-08-31T02:20:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.048Z" + "metadataLastUpdated": "2025-07-01T06:24:54.772Z" } }, { @@ -239810,7 +239810,7 @@ "date": { "created": "2021-06-01T21:25:29Z", "lastModified": "2021-11-15T14:07:30Z", - "metadataLastUpdated": "2025-06-24T06:25:02.071Z" + "metadataLastUpdated": "2025-07-01T06:24:54.793Z" } }, { @@ -239843,7 +239843,7 @@ "date": { "created": "2019-05-28T14:30:37Z", "lastModified": "2019-06-04T19:22:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.017Z" + "metadataLastUpdated": "2025-07-01T06:24:54.744Z" } }, { @@ -239876,7 +239876,7 @@ "date": { "created": "2020-07-14T20:23:43Z", "lastModified": "2024-03-28T21:29:32Z", - "metadataLastUpdated": "2025-06-24T06:25:02.048Z" + "metadataLastUpdated": "2025-07-01T06:24:54.772Z" } }, { @@ -239909,7 +239909,7 @@ "date": { "created": "2025-01-08T19:32:01Z", "lastModified": "2025-04-11T18:44:39Z", - "metadataLastUpdated": "2025-06-24T06:25:02.155Z" + "metadataLastUpdated": "2025-07-01T06:24:55.002Z" } }, { @@ -239942,7 +239942,7 @@ "date": { "created": "2018-06-18T19:08:56Z", "lastModified": "2019-06-28T14:09:52Z", - "metadataLastUpdated": "2025-06-24T06:25:02.006Z" + "metadataLastUpdated": "2025-07-01T06:24:54.735Z" } }, { @@ -239975,7 +239975,7 @@ "date": { "created": "2024-12-30T20:53:56Z", "lastModified": "2025-04-24T14:10:45Z", - "metadataLastUpdated": "2025-06-24T06:25:02.224Z" + "metadataLastUpdated": "2025-07-01T06:24:55.003Z" } }, { @@ -240008,7 +240008,7 @@ "date": { "created": "2014-02-18T21:53:57Z", "lastModified": "2015-03-27T13:46:30Z", - "metadataLastUpdated": "2025-06-24T06:25:01.958Z" + "metadataLastUpdated": "2025-07-01T06:24:54.688Z" } }, { @@ -240041,7 +240041,7 @@ "date": { "created": "2018-07-09T20:45:35Z", "lastModified": "2018-08-14T15:28:50Z", - "metadataLastUpdated": "2025-06-24T06:25:02.007Z" + "metadataLastUpdated": "2025-07-01T06:24:54.736Z" } }, { @@ -240074,7 +240074,7 @@ "date": { "created": "2019-10-18T17:02:38Z", "lastModified": "2023-11-22T14:56:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.028Z" + "metadataLastUpdated": "2025-07-01T06:24:54.754Z" } }, { @@ -240106,8 +240106,8 @@ }, "date": { "created": "2021-09-13T13:28:14Z", - "lastModified": "2025-06-23T21:04:13Z", - "metadataLastUpdated": "2025-06-24T06:25:02.075Z" + "lastModified": "2025-06-25T17:17:07Z", + "metadataLastUpdated": "2025-07-01T06:24:54.797Z" } }, { @@ -240140,7 +240140,7 @@ "date": { "created": "2023-06-15T18:27:31Z", "lastModified": "2025-06-23T18:07:14Z", - "metadataLastUpdated": "2025-06-24T06:25:02.115Z" + "metadataLastUpdated": "2025-07-01T06:24:54.850Z" } }, { @@ -240173,7 +240173,7 @@ "date": { "created": "2023-01-24T16:39:05Z", "lastModified": "2024-02-21T01:02:59Z", - "metadataLastUpdated": "2025-06-24T06:25:02.107Z" + "metadataLastUpdated": "2025-07-01T06:24:54.842Z" } }, { @@ -240206,7 +240206,7 @@ "date": { "created": "2019-06-27T17:52:57Z", "lastModified": "2024-12-23T18:08:21Z", - "metadataLastUpdated": "2025-06-24T06:25:02.021Z" + "metadataLastUpdated": "2025-07-01T06:24:54.748Z" } }, { @@ -240239,7 +240239,7 @@ "date": { "created": "2018-07-30T10:34:13Z", "lastModified": "2024-12-23T18:08:38Z", - "metadataLastUpdated": "2025-06-24T06:25:02.008Z" + "metadataLastUpdated": "2025-07-01T06:24:54.736Z" } }, { @@ -240271,8 +240271,8 @@ }, "date": { "created": "2022-11-22T22:36:02Z", - "lastModified": "2025-06-18T15:58:13Z", - "metadataLastUpdated": "2025-06-24T06:25:02.104Z" + "lastModified": "2025-06-26T20:07:42Z", + "metadataLastUpdated": "2025-07-01T06:24:54.837Z" } }, { @@ -240305,7 +240305,7 @@ "date": { "created": "2016-05-18T13:42:41Z", "lastModified": "2020-05-25T05:47:03Z", - "metadataLastUpdated": "2025-06-24T06:25:01.972Z" + "metadataLastUpdated": "2025-07-01T06:24:54.701Z" } }, { @@ -240338,7 +240338,7 @@ "date": { "created": "2025-04-08T13:55:40Z", "lastModified": "2025-06-12T14:43:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.158Z" + "metadataLastUpdated": "2025-07-01T06:24:55.020Z" } }, { @@ -240370,8 +240370,8 @@ }, "date": { "created": "2024-03-01T21:48:43Z", - "lastModified": "2025-06-11T20:00:37Z", - "metadataLastUpdated": "2025-06-24T06:25:02.134Z" + "lastModified": "2025-06-30T19:37:35Z", + "metadataLastUpdated": "2025-07-01T06:24:54.869Z" } }, { @@ -240404,7 +240404,7 @@ "date": { "created": "2020-11-13T19:16:26Z", "lastModified": "2020-11-17T14:20:08Z", - "metadataLastUpdated": "2025-06-24T06:25:02.054Z" + "metadataLastUpdated": "2025-07-01T06:24:54.777Z" } }, { @@ -240437,7 +240437,7 @@ "date": { "created": "2022-05-27T21:15:49Z", "lastModified": "2023-04-18T19:39:30Z", - "metadataLastUpdated": "2025-06-24T06:25:02.093Z" + "metadataLastUpdated": "2025-07-01T06:24:54.819Z" } }, { @@ -240470,7 +240470,7 @@ "date": { "created": "2021-03-04T15:52:44Z", "lastModified": "2021-03-05T14:14:07Z", - "metadataLastUpdated": "2025-06-24T06:25:02.064Z" + "metadataLastUpdated": "2025-07-01T06:24:54.786Z" } }, { @@ -240503,7 +240503,7 @@ "date": { "created": "2019-06-26T17:50:34Z", "lastModified": "2025-02-11T23:56:46Z", - "metadataLastUpdated": "2025-06-24T06:25:02.019Z" + "metadataLastUpdated": "2025-07-01T06:24:54.746Z" } }, { @@ -240536,7 +240536,7 @@ "date": { "created": "2019-06-19T13:17:25Z", "lastModified": "2020-07-30T15:42:41Z", - "metadataLastUpdated": "2025-06-24T06:25:02.018Z" + "metadataLastUpdated": "2025-07-01T06:24:54.746Z" } }, { @@ -240569,7 +240569,7 @@ "date": { "created": "2017-01-27T15:45:08Z", "lastModified": "2020-07-01T20:23:20Z", - "metadataLastUpdated": "2025-06-24T06:25:01.984Z" + "metadataLastUpdated": "2025-07-01T06:24:54.714Z" } }, { @@ -240602,7 +240602,7 @@ "date": { "created": "2020-10-13T16:45:09Z", "lastModified": "2022-03-17T20:35:52Z", - "metadataLastUpdated": "2025-06-24T06:25:02.053Z" + "metadataLastUpdated": "2025-07-01T06:24:54.776Z" } }, { @@ -240635,7 +240635,7 @@ "date": { "created": "2025-05-14T19:10:22Z", "lastModified": "2025-05-14T23:39:29Z", - "metadataLastUpdated": "2025-06-24T06:25:02.265Z" + "metadataLastUpdated": "2025-07-01T06:24:55.035Z" } }, { @@ -240668,7 +240668,7 @@ "date": { "created": "2022-08-02T20:45:33Z", "lastModified": "2023-12-15T03:07:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.098Z" + "metadataLastUpdated": "2025-07-01T06:24:54.827Z" } }, { @@ -240701,7 +240701,7 @@ "date": { "created": "2016-11-28T18:06:32Z", "lastModified": "2018-01-31T13:58:25Z", - "metadataLastUpdated": "2025-06-24T06:25:01.980Z" + "metadataLastUpdated": "2025-07-01T06:24:54.710Z" } }, { @@ -240734,7 +240734,7 @@ "date": { "created": "2025-02-20T20:43:11Z", "lastModified": "2025-05-09T16:53:51Z", - "metadataLastUpdated": "2025-06-24T06:25:02.229Z" + "metadataLastUpdated": "2025-07-01T06:24:54.994Z" } }, { @@ -240767,7 +240767,7 @@ "date": { "created": "2022-07-29T13:21:52Z", "lastModified": "2023-04-26T13:15:33Z", - "metadataLastUpdated": "2025-06-24T06:25:02.097Z" + "metadataLastUpdated": "2025-07-01T06:24:54.826Z" } }, { @@ -240800,7 +240800,7 @@ "date": { "created": "2021-03-01T16:03:51Z", "lastModified": "2021-03-01T16:03:52Z", - "metadataLastUpdated": "2025-06-24T06:25:02.063Z" + "metadataLastUpdated": "2025-07-01T06:24:54.786Z" } }, { @@ -240833,7 +240833,7 @@ "date": { "created": "2023-05-11T16:32:43Z", "lastModified": "2025-03-10T19:15:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.113Z" + "metadataLastUpdated": "2025-07-01T06:24:54.848Z" } }, { @@ -240866,7 +240866,7 @@ "date": { "created": "2025-04-23T20:47:33Z", "lastModified": "2025-05-06T12:36:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.245Z" + "metadataLastUpdated": "2025-07-01T06:24:55.034Z" } }, { @@ -240899,7 +240899,7 @@ "date": { "created": "2016-06-27T16:37:14Z", "lastModified": "2021-11-12T19:59:29Z", - "metadataLastUpdated": "2025-06-24T06:25:01.973Z" + "metadataLastUpdated": "2025-07-01T06:24:54.702Z" } }, { @@ -240932,7 +240932,7 @@ "date": { "created": "2025-05-19T13:40:07Z", "lastModified": "2025-05-20T19:41:19Z", - "metadataLastUpdated": "2025-06-24T06:25:02.284Z" + "metadataLastUpdated": "2025-07-01T06:24:54.986Z" } }, { @@ -240965,7 +240965,7 @@ "date": { "created": "2025-05-14T13:13:01Z", "lastModified": "2025-05-14T16:56:42Z", - "metadataLastUpdated": "2025-06-24T06:25:02.290Z" + "metadataLastUpdated": "2025-07-01T06:24:54.984Z" } }, { @@ -240998,7 +240998,7 @@ "date": { "created": "2018-07-30T10:36:58Z", "lastModified": "2024-12-23T18:04:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.008Z" + "metadataLastUpdated": "2025-07-01T06:24:54.737Z" } }, { @@ -241031,7 +241031,7 @@ "date": { "created": "2018-11-26T19:43:02Z", "lastModified": "2023-07-11T13:03:12Z", - "metadataLastUpdated": "2025-06-24T06:25:02.011Z" + "metadataLastUpdated": "2025-07-01T06:24:54.739Z" } }, { @@ -241063,8 +241063,8 @@ }, "date": { "created": "2020-08-24T18:08:48Z", - "lastModified": "2025-06-19T20:55:26Z", - "metadataLastUpdated": "2025-06-24T06:25:02.050Z" + "lastModified": "2025-06-30T21:03:49Z", + "metadataLastUpdated": "2025-07-01T06:24:54.774Z" } }, { @@ -241097,7 +241097,7 @@ "date": { "created": "2021-09-23T19:55:49Z", "lastModified": "2022-04-04T16:06:16Z", - "metadataLastUpdated": "2025-06-24T06:25:02.075Z" + "metadataLastUpdated": "2025-07-01T06:24:54.798Z" } }, { @@ -241130,7 +241130,7 @@ "date": { "created": "2024-06-07T15:19:33Z", "lastModified": "2025-03-24T18:52:06Z", - "metadataLastUpdated": "2025-06-24T06:25:02.142Z" + "metadataLastUpdated": "2025-07-01T06:24:55.011Z" } }, { @@ -241163,7 +241163,7 @@ "date": { "created": "2014-01-07T18:37:17Z", "lastModified": "2017-01-20T21:01:18Z", - "metadataLastUpdated": "2025-06-24T06:25:01.956Z" + "metadataLastUpdated": "2025-07-01T06:24:54.687Z" } }, { @@ -241196,7 +241196,7 @@ "date": { "created": "2019-03-21T12:29:11Z", "lastModified": "2019-11-15T15:48:35Z", - "metadataLastUpdated": "2025-06-24T06:25:02.013Z" + "metadataLastUpdated": "2025-07-01T06:24:54.741Z" } }, { @@ -241229,7 +241229,7 @@ "date": { "created": "2018-02-01T20:10:57Z", "lastModified": "2020-07-23T14:40:05Z", - "metadataLastUpdated": "2025-06-24T06:25:01.999Z" + "metadataLastUpdated": "2025-07-01T06:24:54.727Z" } }, { @@ -241262,7 +241262,7 @@ "date": { "created": "2019-05-22T13:55:50Z", "lastModified": "2025-05-21T16:51:19Z", - "metadataLastUpdated": "2025-06-24T06:25:02.015Z" + "metadataLastUpdated": "2025-07-01T06:24:54.742Z" } }, { @@ -241295,7 +241295,7 @@ "date": { "created": "2020-12-18T17:36:47Z", "lastModified": "2024-07-02T17:42:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.059Z" + "metadataLastUpdated": "2025-07-01T06:24:54.782Z" } }, { @@ -241328,7 +241328,7 @@ "date": { "created": "2020-01-31T14:48:21Z", "lastModified": "2020-01-31T14:48:22Z", - "metadataLastUpdated": "2025-06-24T06:25:02.035Z" + "metadataLastUpdated": "2025-07-01T06:24:54.761Z" } }, { @@ -241361,7 +241361,7 @@ "date": { "created": "2018-03-07T15:22:44Z", "lastModified": "2018-10-03T11:19:54Z", - "metadataLastUpdated": "2025-06-24T06:25:02.001Z" + "metadataLastUpdated": "2025-07-01T06:24:54.729Z" } }, { @@ -241394,7 +241394,7 @@ "date": { "created": "2020-05-14T19:32:50Z", "lastModified": "2020-08-26T18:34:30Z", - "metadataLastUpdated": "2025-06-24T06:25:02.045Z" + "metadataLastUpdated": "2025-07-01T06:24:54.769Z" } }, { @@ -241427,7 +241427,7 @@ "date": { "created": "2016-10-13T20:57:53Z", "lastModified": "2024-12-30T17:56:07Z", - "metadataLastUpdated": "2025-06-24T06:25:01.977Z" + "metadataLastUpdated": "2025-07-01T06:24:54.707Z" } }, { @@ -241460,7 +241460,7 @@ "date": { "created": "2014-08-27T18:38:15Z", "lastModified": "2020-10-08T16:54:29Z", - "metadataLastUpdated": "2025-06-24T06:25:01.961Z" + "metadataLastUpdated": "2025-07-01T06:24:54.691Z" } }, { @@ -241493,7 +241493,7 @@ "date": { "created": "2023-04-04T16:15:04Z", "lastModified": "2025-04-15T20:59:52Z", - "metadataLastUpdated": "2025-06-24T06:25:02.112Z" + "metadataLastUpdated": "2025-07-01T06:24:54.847Z" } }, { @@ -241526,7 +241526,7 @@ "date": { "created": "2022-06-06T16:03:41Z", "lastModified": "2025-06-03T12:22:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.094Z" + "metadataLastUpdated": "2025-07-01T06:24:54.821Z" } }, { @@ -241559,7 +241559,7 @@ "date": { "created": "2024-02-23T22:20:09Z", "lastModified": "2025-06-16T18:11:39Z", - "metadataLastUpdated": "2025-06-24T06:25:02.133Z" + "metadataLastUpdated": "2025-07-01T06:24:54.869Z" } }, { @@ -241592,7 +241592,7 @@ "date": { "created": "2021-03-18T18:48:37Z", "lastModified": "2021-03-18T21:05:33Z", - "metadataLastUpdated": "2025-06-24T06:25:02.065Z" + "metadataLastUpdated": "2025-07-01T06:24:54.787Z" } }, { @@ -241625,7 +241625,7 @@ "date": { "created": "2021-11-29T15:05:55Z", "lastModified": "2022-06-24T19:37:12Z", - "metadataLastUpdated": "2025-06-24T06:25:02.077Z" + "metadataLastUpdated": "2025-07-01T06:24:54.800Z" } }, { @@ -241658,7 +241658,7 @@ "date": { "created": "2023-04-12T12:41:42Z", "lastModified": "2024-02-26T00:18:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.112Z" + "metadataLastUpdated": "2025-07-01T06:24:54.847Z" } }, { @@ -241691,7 +241691,7 @@ "date": { "created": "2022-05-31T17:36:07Z", "lastModified": "2022-10-20T17:54:50Z", - "metadataLastUpdated": "2025-06-24T06:25:02.093Z" + "metadataLastUpdated": "2025-07-01T06:24:54.819Z" } }, { @@ -241724,7 +241724,7 @@ "date": { "created": "2020-05-13T17:10:59Z", "lastModified": "2022-04-27T13:14:06Z", - "metadataLastUpdated": "2025-06-24T06:25:02.044Z" + "metadataLastUpdated": "2025-07-01T06:24:54.769Z" } }, { @@ -241757,7 +241757,7 @@ "date": { "created": "2015-09-11T20:42:48Z", "lastModified": "2018-05-26T11:00:06Z", - "metadataLastUpdated": "2025-06-24T06:25:01.966Z" + "metadataLastUpdated": "2025-07-01T06:24:54.696Z" } }, { @@ -241790,7 +241790,7 @@ "date": { "created": "2025-04-11T18:36:12Z", "lastModified": "2025-04-11T21:21:35Z", - "metadataLastUpdated": "2025-06-24T06:25:02.233Z" + "metadataLastUpdated": "2025-07-01T06:24:54.988Z" } }, { @@ -241823,7 +241823,7 @@ "date": { "created": "2022-04-13T17:34:00Z", "lastModified": "2022-11-02T22:07:15Z", - "metadataLastUpdated": "2025-06-24T06:25:02.086Z" + "metadataLastUpdated": "2025-07-01T06:24:54.813Z" } }, { @@ -241856,7 +241856,7 @@ "date": { "created": "2013-06-12T14:15:41Z", "lastModified": "2013-06-19T21:46:47Z", - "metadataLastUpdated": "2025-06-24T06:25:01.947Z" + "metadataLastUpdated": "2025-07-01T06:24:54.680Z" } }, { @@ -241889,7 +241889,7 @@ "date": { "created": "2022-12-20T19:05:13Z", "lastModified": "2024-11-06T14:14:40Z", - "metadataLastUpdated": "2025-06-24T06:25:02.106Z" + "metadataLastUpdated": "2025-07-01T06:24:54.840Z" } }, { @@ -241922,7 +241922,7 @@ "date": { "created": "2021-04-26T14:49:02Z", "lastModified": "2025-06-10T18:59:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.069Z" + "metadataLastUpdated": "2025-07-01T06:24:54.791Z" } }, { @@ -241955,7 +241955,7 @@ "date": { "created": "2021-04-22T16:56:25Z", "lastModified": "2025-05-05T18:37:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.069Z" + "metadataLastUpdated": "2025-07-01T06:24:54.791Z" } }, { @@ -241988,7 +241988,7 @@ "date": { "created": "2025-04-22T19:53:41Z", "lastModified": "2025-05-08T18:54:20Z", - "metadataLastUpdated": "2025-06-24T06:25:02.243Z" + "metadataLastUpdated": "2025-07-01T06:24:55.032Z" } }, { @@ -242021,7 +242021,7 @@ "date": { "created": "2025-03-05T15:32:24Z", "lastModified": "2025-05-06T17:06:18Z", - "metadataLastUpdated": "2025-06-24T06:25:02.224Z" + "metadataLastUpdated": "2025-07-01T06:24:55.018Z" } }, { @@ -242054,7 +242054,7 @@ "date": { "created": "2020-06-15T14:02:08Z", "lastModified": "2021-02-16T13:51:38Z", - "metadataLastUpdated": "2025-06-24T06:25:02.046Z" + "metadataLastUpdated": "2025-07-01T06:24:54.771Z" } }, { @@ -242087,7 +242087,7 @@ "date": { "created": "2021-06-01T18:11:49Z", "lastModified": "2021-06-01T18:11:50Z", - "metadataLastUpdated": "2025-06-24T06:25:02.071Z" + "metadataLastUpdated": "2025-07-01T06:24:54.793Z" } }, { @@ -242120,7 +242120,7 @@ "date": { "created": "2022-08-17T17:55:35Z", "lastModified": "2024-11-06T14:10:06Z", - "metadataLastUpdated": "2025-06-24T06:25:02.099Z" + "metadataLastUpdated": "2025-07-01T06:24:54.828Z" } }, { @@ -242153,7 +242153,7 @@ "date": { "created": "2025-05-20T16:19:24Z", "lastModified": "2025-05-23T19:20:28Z", - "metadataLastUpdated": "2025-06-24T06:25:02.255Z" + "metadataLastUpdated": "2025-07-01T06:24:54.985Z" } }, { @@ -242186,7 +242186,7 @@ "date": { "created": "2020-10-14T13:42:05Z", "lastModified": "2024-05-31T16:26:41Z", - "metadataLastUpdated": "2025-06-24T06:25:02.053Z" + "metadataLastUpdated": "2025-07-01T06:24:54.777Z" } }, { @@ -242219,7 +242219,7 @@ "date": { "created": "2018-05-03T12:10:13Z", "lastModified": "2023-10-05T13:24:15Z", - "metadataLastUpdated": "2025-06-24T06:25:02.005Z" + "metadataLastUpdated": "2025-07-01T06:24:54.733Z" } }, { @@ -242252,7 +242252,7 @@ "date": { "created": "2018-09-04T19:33:59Z", "lastModified": "2019-09-13T20:05:32Z", - "metadataLastUpdated": "2025-06-24T06:25:02.010Z" + "metadataLastUpdated": "2025-07-01T06:24:54.738Z" } }, { @@ -242285,7 +242285,7 @@ "date": { "created": "2024-01-04T20:25:07Z", "lastModified": "2024-08-09T17:53:45Z", - "metadataLastUpdated": "2025-06-24T06:25:02.128Z" + "metadataLastUpdated": "2025-07-01T06:24:54.864Z" } }, { @@ -242318,7 +242318,7 @@ "date": { "created": "2022-09-27T20:06:09Z", "lastModified": "2024-05-03T21:36:29Z", - "metadataLastUpdated": "2025-06-24T06:25:02.100Z" + "metadataLastUpdated": "2025-07-01T06:24:54.831Z" } }, { @@ -242351,7 +242351,7 @@ "date": { "created": "2019-06-27T20:25:17Z", "lastModified": "2019-12-26T19:27:29Z", - "metadataLastUpdated": "2025-06-24T06:25:02.021Z" + "metadataLastUpdated": "2025-07-01T06:24:54.748Z" } }, { @@ -242384,7 +242384,7 @@ "date": { "created": "2016-05-05T14:54:21Z", "lastModified": "2017-12-22T01:04:22Z", - "metadataLastUpdated": "2025-06-24T06:25:01.971Z" + "metadataLastUpdated": "2025-07-01T06:24:54.701Z" } }, { @@ -242417,7 +242417,7 @@ "date": { "created": "2022-12-06T17:18:26Z", "lastModified": "2022-12-06T17:27:19Z", - "metadataLastUpdated": "2025-06-24T06:25:02.105Z" + "metadataLastUpdated": "2025-07-01T06:24:54.839Z" } }, { @@ -242450,7 +242450,7 @@ "date": { "created": "2019-09-06T13:12:31Z", "lastModified": "2019-09-25T13:58:46Z", - "metadataLastUpdated": "2025-06-24T06:25:02.026Z" + "metadataLastUpdated": "2025-07-01T06:24:54.752Z" } }, { @@ -242483,7 +242483,7 @@ "date": { "created": "2018-05-21T18:18:57Z", "lastModified": "2019-09-09T13:14:37Z", - "metadataLastUpdated": "2025-06-24T06:25:02.005Z" + "metadataLastUpdated": "2025-07-01T06:24:54.734Z" } }, { @@ -242516,7 +242516,7 @@ "date": { "created": "2022-03-23T15:08:30Z", "lastModified": "2023-10-04T21:30:45Z", - "metadataLastUpdated": "2025-06-24T06:25:02.085Z" + "metadataLastUpdated": "2025-07-01T06:24:54.812Z" } }, { @@ -242549,7 +242549,7 @@ "date": { "created": "2024-03-24T18:23:07Z", "lastModified": "2025-05-02T12:16:04Z", - "metadataLastUpdated": "2025-06-24T06:25:02.136Z" + "metadataLastUpdated": "2025-07-01T06:24:54.872Z" } }, { @@ -242582,7 +242582,7 @@ "date": { "created": "2024-03-15T23:25:12Z", "lastModified": "2025-01-07T19:44:41Z", - "metadataLastUpdated": "2025-06-24T06:25:02.135Z" + "metadataLastUpdated": "2025-07-01T06:24:54.871Z" } }, { @@ -242615,7 +242615,7 @@ "date": { "created": "2019-05-22T14:00:59Z", "lastModified": "2024-02-29T21:03:26Z", - "metadataLastUpdated": "2025-06-24T06:25:02.015Z" + "metadataLastUpdated": "2025-07-01T06:24:54.743Z" } }, { @@ -242648,7 +242648,7 @@ "date": { "created": "2023-01-25T14:59:54Z", "lastModified": "2023-11-15T13:20:08Z", - "metadataLastUpdated": "2025-06-24T06:25:02.108Z" + "metadataLastUpdated": "2025-07-01T06:24:54.843Z" } }, { @@ -242681,7 +242681,7 @@ "date": { "created": "2021-12-06T15:13:14Z", "lastModified": "2025-03-07T16:10:37Z", - "metadataLastUpdated": "2025-06-24T06:25:02.078Z" + "metadataLastUpdated": "2025-07-01T06:24:54.801Z" } }, { @@ -242714,7 +242714,7 @@ "date": { "created": "2017-04-06T14:13:33Z", "lastModified": "2022-07-22T15:17:55Z", - "metadataLastUpdated": "2025-06-24T06:25:01.986Z" + "metadataLastUpdated": "2025-07-01T06:24:54.715Z" } }, { @@ -242747,7 +242747,7 @@ "date": { "created": "2020-02-21T15:49:45Z", "lastModified": "2020-02-27T00:33:57Z", - "metadataLastUpdated": "2025-06-24T06:25:02.036Z" + "metadataLastUpdated": "2025-07-01T06:24:54.761Z" } }, { @@ -242780,7 +242780,7 @@ "date": { "created": "2025-03-26T23:33:55Z", "lastModified": "2025-03-28T03:53:09Z", - "metadataLastUpdated": "2025-06-24T06:25:02.239Z" + "metadataLastUpdated": "2025-07-01T06:24:55.022Z" } }, { @@ -242813,7 +242813,7 @@ "date": { "created": "2024-01-04T20:24:21Z", "lastModified": "2024-06-26T15:10:28Z", - "metadataLastUpdated": "2025-06-24T06:25:02.128Z" + "metadataLastUpdated": "2025-07-01T06:24:54.863Z" } }, { @@ -242846,7 +242846,7 @@ "date": { "created": "2020-07-21T20:28:21Z", "lastModified": "2021-03-19T21:36:42Z", - "metadataLastUpdated": "2025-06-24T06:25:02.048Z" + "metadataLastUpdated": "2025-07-01T06:24:54.772Z" } }, { @@ -242879,7 +242879,7 @@ "date": { "created": "2021-03-18T18:43:48Z", "lastModified": "2021-03-19T22:00:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.065Z" + "metadataLastUpdated": "2025-07-01T06:24:54.787Z" } }, { @@ -242912,7 +242912,7 @@ "date": { "created": "2020-08-11T18:50:24Z", "lastModified": "2023-08-22T17:25:33Z", - "metadataLastUpdated": "2025-06-24T06:25:02.049Z" + "metadataLastUpdated": "2025-07-01T06:24:54.773Z" } }, { @@ -242945,7 +242945,7 @@ "date": { "created": "2024-01-29T22:17:00Z", "lastModified": "2024-05-22T13:49:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.131Z" + "metadataLastUpdated": "2025-07-01T06:24:54.867Z" } }, { @@ -242978,7 +242978,7 @@ "date": { "created": "2025-03-06T20:41:30Z", "lastModified": "2025-03-06T20:55:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.237Z" + "metadataLastUpdated": "2025-07-01T06:24:55.015Z" } }, { @@ -243011,7 +243011,7 @@ "date": { "created": "2013-07-22T12:32:32Z", "lastModified": "2017-05-16T20:27:06Z", - "metadataLastUpdated": "2025-06-24T06:25:01.949Z" + "metadataLastUpdated": "2025-07-01T06:24:54.681Z" } }, { @@ -243044,7 +243044,7 @@ "date": { "created": "2020-10-05T17:52:43Z", "lastModified": "2023-01-11T18:37:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.052Z" + "metadataLastUpdated": "2025-07-01T06:24:54.776Z" } }, { @@ -243077,7 +243077,7 @@ "date": { "created": "2022-07-25T20:17:25Z", "lastModified": "2022-12-12T19:28:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.097Z" + "metadataLastUpdated": "2025-07-01T06:24:54.825Z" } }, { @@ -243110,7 +243110,7 @@ "date": { "created": "2022-05-24T21:26:32Z", "lastModified": "2022-07-22T04:09:20Z", - "metadataLastUpdated": "2025-06-24T06:25:02.092Z" + "metadataLastUpdated": "2025-07-01T06:24:54.818Z" } }, { @@ -243143,7 +243143,7 @@ "date": { "created": "2014-01-10T19:19:38Z", "lastModified": "2016-09-30T17:33:53Z", - "metadataLastUpdated": "2025-06-24T06:25:01.957Z" + "metadataLastUpdated": "2025-07-01T06:24:54.688Z" } }, { @@ -243176,7 +243176,7 @@ "date": { "created": "2016-09-22T19:20:37Z", "lastModified": "2017-02-09T18:10:40Z", - "metadataLastUpdated": "2025-06-24T06:25:01.976Z" + "metadataLastUpdated": "2025-07-01T06:24:54.706Z" } }, { @@ -243209,7 +243209,7 @@ "date": { "created": "2021-03-18T18:52:24Z", "lastModified": "2021-03-19T22:07:22Z", - "metadataLastUpdated": "2025-06-24T06:25:02.065Z" + "metadataLastUpdated": "2025-07-01T06:24:54.788Z" } }, { @@ -243242,7 +243242,7 @@ "date": { "created": "2014-12-05T15:58:21Z", "lastModified": "2016-09-08T18:15:09Z", - "metadataLastUpdated": "2025-06-24T06:25:01.962Z" + "metadataLastUpdated": "2025-07-01T06:24:54.692Z" } }, { @@ -243275,7 +243275,7 @@ "date": { "created": "2022-10-26T14:25:49Z", "lastModified": "2023-07-24T20:30:15Z", - "metadataLastUpdated": "2025-06-24T06:25:02.102Z" + "metadataLastUpdated": "2025-07-01T06:24:54.834Z" } }, { @@ -243308,7 +243308,7 @@ "date": { "created": "2018-03-05T19:56:41Z", "lastModified": "2022-08-02T18:28:37Z", - "metadataLastUpdated": "2025-06-24T06:25:02.001Z" + "metadataLastUpdated": "2025-07-01T06:24:54.729Z" } }, { @@ -243341,7 +243341,7 @@ "date": { "created": "2021-01-04T20:55:29Z", "lastModified": "2025-02-13T16:04:34Z", - "metadataLastUpdated": "2025-06-24T06:25:02.060Z" + "metadataLastUpdated": "2025-07-01T06:24:54.783Z" } }, { @@ -243374,7 +243374,7 @@ "date": { "created": "2016-11-30T18:35:43Z", "lastModified": "2018-05-01T01:02:21Z", - "metadataLastUpdated": "2025-06-24T06:25:01.981Z" + "metadataLastUpdated": "2025-07-01T06:24:54.710Z" } }, { @@ -243407,7 +243407,7 @@ "date": { "created": "2024-09-25T17:14:15Z", "lastModified": "2025-01-30T21:52:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.151Z" + "metadataLastUpdated": "2025-07-01T06:24:55.005Z" } }, { @@ -243440,7 +243440,7 @@ "date": { "created": "2019-08-01T16:35:30Z", "lastModified": "2025-05-06T15:27:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.024Z" + "metadataLastUpdated": "2025-07-01T06:24:54.750Z" } }, { @@ -243473,7 +243473,7 @@ "date": { "created": "2015-07-21T20:43:50Z", "lastModified": "2025-03-07T15:20:02Z", - "metadataLastUpdated": "2025-06-24T06:25:01.966Z" + "metadataLastUpdated": "2025-07-01T06:24:54.695Z" } }, { @@ -243506,7 +243506,7 @@ "date": { "created": "2023-11-08T17:20:46Z", "lastModified": "2023-12-27T15:44:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.122Z" + "metadataLastUpdated": "2025-07-01T06:24:54.858Z" } }, { @@ -243539,7 +243539,7 @@ "date": { "created": "2021-04-08T16:20:52Z", "lastModified": "2024-04-01T18:38:10Z", - "metadataLastUpdated": "2025-06-24T06:25:02.067Z" + "metadataLastUpdated": "2025-07-01T06:24:54.789Z" } }, { @@ -243572,7 +243572,7 @@ "date": { "created": "2020-01-21T19:04:00Z", "lastModified": "2020-06-05T04:36:42Z", - "metadataLastUpdated": "2025-06-24T06:25:02.035Z" + "metadataLastUpdated": "2025-07-01T06:24:54.760Z" } }, { @@ -243605,7 +243605,7 @@ "date": { "created": "2016-12-09T21:02:17Z", "lastModified": "2017-08-21T20:24:53Z", - "metadataLastUpdated": "2025-06-24T06:25:01.982Z" + "metadataLastUpdated": "2025-07-01T06:24:54.711Z" } }, { @@ -243638,7 +243638,7 @@ "date": { "created": "2020-01-21T19:03:12Z", "lastModified": "2020-06-05T04:27:57Z", - "metadataLastUpdated": "2025-06-24T06:25:02.034Z" + "metadataLastUpdated": "2025-07-01T06:24:54.760Z" } }, { @@ -243671,7 +243671,7 @@ "date": { "created": "2024-06-13T20:28:20Z", "lastModified": "2024-11-04T19:24:25Z", - "metadataLastUpdated": "2025-06-24T06:25:02.143Z" + "metadataLastUpdated": "2025-07-01T06:24:54.878Z" } }, { @@ -243704,7 +243704,7 @@ "date": { "created": "2020-05-06T17:33:01Z", "lastModified": "2024-03-13T17:00:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.043Z" + "metadataLastUpdated": "2025-07-01T06:24:54.768Z" } }, { @@ -243737,7 +243737,7 @@ "date": { "created": "2016-08-18T21:40:49Z", "lastModified": "2025-03-07T19:40:54Z", - "metadataLastUpdated": "2025-06-24T06:25:01.975Z" + "metadataLastUpdated": "2025-07-01T06:24:54.704Z" } }, { @@ -243770,7 +243770,7 @@ "date": { "created": "2021-02-16T20:34:45Z", "lastModified": "2024-06-13T12:33:14Z", - "metadataLastUpdated": "2025-06-24T06:25:02.061Z" + "metadataLastUpdated": "2025-07-01T06:24:54.784Z" } }, { @@ -243803,7 +243803,7 @@ "date": { "created": "2021-08-30T18:41:44Z", "lastModified": "2024-06-25T17:40:59Z", - "metadataLastUpdated": "2025-06-24T06:25:02.074Z" + "metadataLastUpdated": "2025-07-01T06:24:54.796Z" } }, { @@ -243836,7 +243836,7 @@ "date": { "created": "2024-12-19T02:18:00Z", "lastModified": "2024-12-31T01:37:50Z", - "metadataLastUpdated": "2025-06-24T06:25:02.155Z" + "metadataLastUpdated": "2025-07-01T06:24:55.007Z" } }, { @@ -243869,7 +243869,7 @@ "date": { "created": "2018-04-04T13:51:48Z", "lastModified": "2018-04-09T12:00:20Z", - "metadataLastUpdated": "2025-06-24T06:25:02.003Z" + "metadataLastUpdated": "2025-07-01T06:24:54.732Z" } }, { @@ -243902,7 +243902,7 @@ "date": { "created": "2021-02-18T15:11:20Z", "lastModified": "2021-03-01T14:25:28Z", - "metadataLastUpdated": "2025-06-24T06:25:02.061Z" + "metadataLastUpdated": "2025-07-01T06:24:54.784Z" } }, { @@ -243935,7 +243935,7 @@ "date": { "created": "2023-10-18T03:01:18Z", "lastModified": "2023-10-19T16:56:59Z", - "metadataLastUpdated": "2025-06-24T06:25:02.121Z" + "metadataLastUpdated": "2025-07-01T06:24:54.857Z" } }, { @@ -243968,7 +243968,7 @@ "date": { "created": "2022-10-07T15:59:33Z", "lastModified": "2023-06-04T07:46:22Z", - "metadataLastUpdated": "2025-06-24T06:25:02.101Z" + "metadataLastUpdated": "2025-07-01T06:24:54.831Z" } }, { @@ -244001,7 +244001,7 @@ "date": { "created": "2023-03-16T11:33:00Z", "lastModified": "2023-03-16T11:40:03Z", - "metadataLastUpdated": "2025-06-24T06:25:02.110Z" + "metadataLastUpdated": "2025-07-01T06:24:54.846Z" } }, { @@ -244034,7 +244034,7 @@ "date": { "created": "2016-10-25T21:15:40Z", "lastModified": "2018-01-03T20:17:23Z", - "metadataLastUpdated": "2025-06-24T06:25:01.978Z" + "metadataLastUpdated": "2025-07-01T06:24:54.708Z" } }, { @@ -244067,7 +244067,7 @@ "date": { "created": "2018-02-15T20:32:45Z", "lastModified": "2022-06-28T20:21:31Z", - "metadataLastUpdated": "2025-06-24T06:25:02.000Z" + "metadataLastUpdated": "2025-07-01T06:24:54.728Z" } }, { @@ -244100,7 +244100,7 @@ "date": { "created": "2022-10-26T12:35:41Z", "lastModified": "2025-04-18T13:20:12Z", - "metadataLastUpdated": "2025-06-24T06:25:02.102Z" + "metadataLastUpdated": "2025-07-01T06:24:54.833Z" } }, { @@ -244133,7 +244133,7 @@ "date": { "created": "2022-12-07T17:23:30Z", "lastModified": "2023-09-21T00:39:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.106Z" + "metadataLastUpdated": "2025-07-01T06:24:54.839Z" } }, { @@ -244166,7 +244166,7 @@ "date": { "created": "2024-10-15T19:46:48Z", "lastModified": "2025-06-12T13:17:04Z", - "metadataLastUpdated": "2025-06-24T06:25:02.152Z" + "metadataLastUpdated": "2025-07-01T06:24:54.885Z" } }, { @@ -244199,7 +244199,7 @@ "date": { "created": "2020-10-14T15:22:43Z", "lastModified": "2020-11-17T22:07:21Z", - "metadataLastUpdated": "2025-06-24T06:25:02.053Z" + "metadataLastUpdated": "2025-07-01T06:24:54.777Z" } }, { @@ -244232,7 +244232,7 @@ "date": { "created": "2022-11-02T22:02:25Z", "lastModified": "2025-05-02T17:58:29Z", - "metadataLastUpdated": "2025-06-24T06:25:02.104Z" + "metadataLastUpdated": "2025-07-01T06:24:54.836Z" } }, { @@ -244265,7 +244265,7 @@ "date": { "created": "2016-07-12T13:25:18Z", "lastModified": "2019-11-22T01:30:19Z", - "metadataLastUpdated": "2025-06-24T06:25:01.974Z" + "metadataLastUpdated": "2025-07-01T06:24:54.703Z" } }, { @@ -244298,7 +244298,7 @@ "date": { "created": "2023-10-20T21:36:20Z", "lastModified": "2025-06-17T01:41:28Z", - "metadataLastUpdated": "2025-06-24T06:25:02.121Z" + "metadataLastUpdated": "2025-07-01T06:24:54.857Z" } }, { @@ -244331,7 +244331,7 @@ "date": { "created": "2022-01-20T13:25:40Z", "lastModified": "2022-09-29T21:50:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.080Z" + "metadataLastUpdated": "2025-07-01T06:24:54.803Z" } }, { @@ -244364,7 +244364,7 @@ "date": { "created": "2015-12-18T15:41:52Z", "lastModified": "2022-09-26T19:25:09Z", - "metadataLastUpdated": "2025-06-24T06:25:01.969Z" + "metadataLastUpdated": "2025-07-01T06:24:54.699Z" } }, { @@ -244397,7 +244397,7 @@ "date": { "created": "2023-07-27T17:06:14Z", "lastModified": "2025-04-09T10:37:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.118Z" + "metadataLastUpdated": "2025-07-01T06:24:54.853Z" } }, { @@ -244430,7 +244430,7 @@ "date": { "created": "2023-03-08T13:56:45Z", "lastModified": "2024-07-25T19:00:21Z", - "metadataLastUpdated": "2025-06-24T06:25:02.109Z" + "metadataLastUpdated": "2025-07-01T06:24:54.845Z" } }, { @@ -244463,7 +244463,7 @@ "date": { "created": "2019-12-11T16:40:59Z", "lastModified": "2023-12-13T22:13:27Z", - "metadataLastUpdated": "2025-06-24T06:25:02.032Z" + "metadataLastUpdated": "2025-07-01T06:24:54.757Z" } }, { @@ -244496,7 +244496,7 @@ "date": { "created": "2015-07-01T16:46:18Z", "lastModified": "2016-04-04T20:50:10Z", - "metadataLastUpdated": "2025-06-24T06:25:01.963Z" + "metadataLastUpdated": "2025-07-01T06:24:54.693Z" } }, { @@ -244529,7 +244529,7 @@ "date": { "created": "2015-07-01T16:46:36Z", "lastModified": "2016-04-04T20:51:46Z", - "metadataLastUpdated": "2025-06-24T06:25:01.964Z" + "metadataLastUpdated": "2025-07-01T06:24:54.694Z" } }, { @@ -244562,7 +244562,7 @@ "date": { "created": "2015-07-01T16:47:02Z", "lastModified": "2016-04-04T20:52:36Z", - "metadataLastUpdated": "2025-06-24T06:25:01.965Z" + "metadataLastUpdated": "2025-07-01T06:24:54.694Z" } }, { @@ -244595,7 +244595,7 @@ "date": { "created": "2015-11-19T21:47:57Z", "lastModified": "2016-04-04T20:53:16Z", - "metadataLastUpdated": "2025-06-24T06:25:01.968Z" + "metadataLastUpdated": "2025-07-01T06:24:54.698Z" } }, { @@ -244628,7 +244628,7 @@ "date": { "created": "2015-07-01T16:47:16Z", "lastModified": "2016-04-04T20:54:03Z", - "metadataLastUpdated": "2025-06-24T06:25:01.965Z" + "metadataLastUpdated": "2025-07-01T06:24:54.695Z" } }, { @@ -244661,7 +244661,7 @@ "date": { "created": "2025-03-05T20:01:31Z", "lastModified": "2025-06-23T15:34:38Z", - "metadataLastUpdated": "2025-06-24T06:25:02.223Z" + "metadataLastUpdated": "2025-07-01T06:24:55.014Z" } }, { @@ -244694,7 +244694,7 @@ "date": { "created": "2014-03-14T17:15:30Z", "lastModified": "2025-05-01T15:28:09Z", - "metadataLastUpdated": "2025-06-24T06:25:01.958Z" + "metadataLastUpdated": "2025-07-01T06:24:54.689Z" } }, { @@ -244727,7 +244727,7 @@ "date": { "created": "2015-10-28T17:32:28Z", "lastModified": "2025-04-07T18:53:42Z", - "metadataLastUpdated": "2025-06-24T06:25:01.968Z" + "metadataLastUpdated": "2025-07-01T06:24:54.698Z" } }, { @@ -244760,7 +244760,7 @@ "date": { "created": "2020-03-12T19:38:33Z", "lastModified": "2025-06-18T16:53:52Z", - "metadataLastUpdated": "2025-06-24T06:25:02.040Z" + "metadataLastUpdated": "2025-07-01T06:24:54.765Z" } }, { @@ -244793,13 +244793,13 @@ "date": { "created": "2024-03-25T23:11:25Z", "lastModified": "2025-05-07T18:47:20Z", - "metadataLastUpdated": "2025-06-24T06:25:02.136Z" + "metadataLastUpdated": "2025-07-01T06:24:54.872Z" } }, { "name": "USEPA/SuRGE", "organization": "usepa", - "description": "", + "description": "Code to reproduce the data files described in \"Summertime methane and carbon dioxide emission rates and associated variables from a national-scale survey of 146 reservoirs in the United States\" to be submitted to Limnology and Oceanography Letters in July 2025. The project was led by the US EPA's Office of Research and Development.", "version": "", "status": "Development", "permissions": { @@ -244825,8 +244825,8 @@ }, "date": { "created": "2017-03-21T21:19:59Z", - "lastModified": "2025-06-23T13:00:03Z", - "metadataLastUpdated": "2025-06-24T06:25:01.985Z" + "lastModified": "2025-06-28T15:20:53Z", + "metadataLastUpdated": "2025-07-01T06:24:54.715Z" } }, { @@ -244859,7 +244859,7 @@ "date": { "created": "2024-01-23T18:36:06Z", "lastModified": "2024-08-19T23:06:03Z", - "metadataLastUpdated": "2025-06-24T06:25:02.130Z" + "metadataLastUpdated": "2025-07-01T06:24:54.865Z" } }, { @@ -244891,8 +244891,8 @@ }, "date": { "created": "2021-12-17T20:54:35Z", - "lastModified": "2025-06-23T15:33:14Z", - "metadataLastUpdated": "2025-06-24T06:25:02.079Z" + "lastModified": "2025-06-30T20:09:41Z", + "metadataLastUpdated": "2025-07-01T06:24:54.802Z" } }, { @@ -244925,7 +244925,7 @@ "date": { "created": "2020-11-18T16:56:42Z", "lastModified": "2024-10-30T16:22:04Z", - "metadataLastUpdated": "2025-06-24T06:25:02.058Z" + "metadataLastUpdated": "2025-07-01T06:24:54.781Z" } }, { @@ -244958,7 +244958,7 @@ "date": { "created": "2020-10-02T12:39:15Z", "lastModified": "2020-10-16T13:59:55Z", - "metadataLastUpdated": "2025-06-24T06:25:02.051Z" + "metadataLastUpdated": "2025-07-01T06:24:54.775Z" } }, { @@ -244991,7 +244991,7 @@ "date": { "created": "2019-06-10T15:37:51Z", "lastModified": "2019-07-24T21:27:32Z", - "metadataLastUpdated": "2025-06-24T06:25:02.017Z" + "metadataLastUpdated": "2025-07-01T06:24:54.745Z" } }, { @@ -245024,7 +245024,7 @@ "date": { "created": "2018-08-15T14:58:24Z", "lastModified": "2023-07-12T01:44:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.009Z" + "metadataLastUpdated": "2025-07-01T06:24:54.737Z" } }, { @@ -245057,7 +245057,7 @@ "date": { "created": "2023-01-04T19:50:26Z", "lastModified": "2023-05-08T18:52:34Z", - "metadataLastUpdated": "2025-06-24T06:25:02.106Z" + "metadataLastUpdated": "2025-07-01T06:24:54.840Z" } }, { @@ -245090,7 +245090,7 @@ "date": { "created": "2021-03-01T15:51:44Z", "lastModified": "2025-02-07T15:48:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.062Z" + "metadataLastUpdated": "2025-07-01T06:24:54.785Z" } }, { @@ -245123,7 +245123,7 @@ "date": { "created": "2025-05-02T15:22:20Z", "lastModified": "2025-06-03T14:14:39Z", - "metadataLastUpdated": "2025-06-24T06:25:02.400Z" + "metadataLastUpdated": "2025-07-01T06:24:55.035Z" } }, { @@ -245156,7 +245156,7 @@ "date": { "created": "2018-04-24T21:06:58Z", "lastModified": "2025-06-20T13:58:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.004Z" + "metadataLastUpdated": "2025-07-01T06:24:54.732Z" } }, { @@ -245189,7 +245189,7 @@ "date": { "created": "2023-11-21T19:47:43Z", "lastModified": "2025-05-02T13:59:54Z", - "metadataLastUpdated": "2025-06-24T06:25:02.123Z" + "metadataLastUpdated": "2025-07-01T06:24:54.859Z" } }, { @@ -245222,7 +245222,7 @@ "date": { "created": "2017-10-05T13:16:24Z", "lastModified": "2023-10-10T10:58:21Z", - "metadataLastUpdated": "2025-06-24T06:25:01.996Z" + "metadataLastUpdated": "2025-07-01T06:24:54.724Z" } }, { @@ -245255,7 +245255,7 @@ "date": { "created": "2021-08-24T19:55:51Z", "lastModified": "2022-10-25T14:33:47Z", - "metadataLastUpdated": "2025-06-24T06:25:02.074Z" + "metadataLastUpdated": "2025-07-01T06:24:54.796Z" } }, { @@ -245288,7 +245288,7 @@ "date": { "created": "2021-03-22T20:26:39Z", "lastModified": "2024-08-16T11:41:31Z", - "metadataLastUpdated": "2025-06-24T06:25:02.066Z" + "metadataLastUpdated": "2025-07-01T06:24:54.788Z" } }, { @@ -245321,7 +245321,7 @@ "date": { "created": "2018-01-11T19:49:05Z", "lastModified": "2025-05-14T18:34:51Z", - "metadataLastUpdated": "2025-06-24T06:25:01.997Z" + "metadataLastUpdated": "2025-07-01T06:24:54.725Z" } }, { @@ -245354,7 +245354,7 @@ "date": { "created": "2024-01-16T16:33:31Z", "lastModified": "2024-01-22T15:07:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.129Z" + "metadataLastUpdated": "2025-07-01T06:24:54.865Z" } }, { @@ -245387,7 +245387,7 @@ "date": { "created": "2025-02-27T19:10:18Z", "lastModified": "2025-05-06T17:02:05Z", - "metadataLastUpdated": "2025-06-24T06:25:02.224Z" + "metadataLastUpdated": "2025-07-01T06:24:55.015Z" } }, { @@ -245420,7 +245420,7 @@ "date": { "created": "2025-04-04T20:19:06Z", "lastModified": "2025-04-04T20:51:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.238Z" + "metadataLastUpdated": "2025-07-01T06:24:55.015Z" } }, { @@ -245453,7 +245453,7 @@ "date": { "created": "2021-08-03T14:37:53Z", "lastModified": "2022-02-01T08:24:51Z", - "metadataLastUpdated": "2025-06-24T06:25:02.073Z" + "metadataLastUpdated": "2025-07-01T06:24:54.795Z" } }, { @@ -245486,7 +245486,7 @@ "date": { "created": "2021-10-14T17:47:20Z", "lastModified": "2023-12-04T14:01:32Z", - "metadataLastUpdated": "2025-06-24T06:25:02.076Z" + "metadataLastUpdated": "2025-07-01T06:24:54.799Z" } }, { @@ -245519,7 +245519,7 @@ "date": { "created": "2025-05-15T10:17:22Z", "lastModified": "2025-05-15T12:44:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.292Z" + "metadataLastUpdated": "2025-07-01T06:24:54.985Z" } }, { @@ -245552,7 +245552,7 @@ "date": { "created": "2022-03-29T17:29:17Z", "lastModified": "2022-04-07T16:11:34Z", - "metadataLastUpdated": "2025-06-24T06:25:02.086Z" + "metadataLastUpdated": "2025-07-01T06:24:54.812Z" } }, { @@ -245584,8 +245584,8 @@ }, "date": { "created": "2025-04-28T18:26:06Z", - "lastModified": "2025-06-13T20:29:55Z", - "metadataLastUpdated": "2025-06-24T06:25:02.238Z" + "lastModified": "2025-06-27T20:53:04Z", + "metadataLastUpdated": "2025-07-01T06:24:55.032Z" } }, { @@ -245617,8 +245617,8 @@ }, "date": { "created": "2016-07-13T16:33:33Z", - "lastModified": "2025-06-23T20:57:54Z", - "metadataLastUpdated": "2025-06-24T06:25:01.974Z" + "lastModified": "2025-06-26T18:25:57Z", + "metadataLastUpdated": "2025-07-01T06:24:54.704Z" } }, { @@ -245651,7 +245651,7 @@ "date": { "created": "2021-03-01T15:57:42Z", "lastModified": "2023-02-17T14:30:00Z", - "metadataLastUpdated": "2025-06-24T06:25:02.062Z" + "metadataLastUpdated": "2025-07-01T06:24:54.785Z" } }, { @@ -245684,7 +245684,7 @@ "date": { "created": "2021-03-01T16:00:14Z", "lastModified": "2025-01-30T13:00:21Z", - "metadataLastUpdated": "2025-06-24T06:25:02.062Z" + "metadataLastUpdated": "2025-07-01T06:24:54.785Z" } }, { @@ -245717,7 +245717,7 @@ "date": { "created": "2017-10-11T19:42:02Z", "lastModified": "2022-03-08T22:00:50Z", - "metadataLastUpdated": "2025-06-24T06:25:01.996Z" + "metadataLastUpdated": "2025-07-01T06:24:54.724Z" } }, { @@ -245750,7 +245750,7 @@ "date": { "created": "2016-06-28T15:40:02Z", "lastModified": "2022-03-08T21:59:21Z", - "metadataLastUpdated": "2025-06-24T06:25:01.973Z" + "metadataLastUpdated": "2025-07-01T06:24:54.703Z" } }, { @@ -245783,7 +245783,7 @@ "date": { "created": "2019-06-10T15:41:32Z", "lastModified": "2020-09-24T19:28:44Z", - "metadataLastUpdated": "2025-06-24T06:25:02.018Z" + "metadataLastUpdated": "2025-07-01T06:24:54.745Z" } }, { @@ -245816,7 +245816,7 @@ "date": { "created": "2020-04-28T15:35:16Z", "lastModified": "2025-06-18T15:43:23Z", - "metadataLastUpdated": "2025-06-24T06:25:02.043Z" + "metadataLastUpdated": "2025-07-01T06:24:54.768Z" } }, { @@ -245849,7 +245849,7 @@ "date": { "created": "2020-01-14T13:43:12Z", "lastModified": "2022-01-06T19:09:58Z", - "metadataLastUpdated": "2025-06-24T06:25:02.033Z" + "metadataLastUpdated": "2025-07-01T06:24:54.759Z" } }, { @@ -245882,7 +245882,7 @@ "date": { "created": "2016-10-13T20:56:49Z", "lastModified": "2024-10-22T20:33:11Z", - "metadataLastUpdated": "2025-06-24T06:25:01.977Z" + "metadataLastUpdated": "2025-07-01T06:24:54.706Z" } }, { @@ -245915,7 +245915,7 @@ "date": { "created": "2013-07-24T19:58:44Z", "lastModified": "2014-03-25T19:54:38Z", - "metadataLastUpdated": "2025-06-24T06:25:01.950Z" + "metadataLastUpdated": "2025-07-01T06:24:54.681Z" } }, { @@ -245948,7 +245948,7 @@ "date": { "created": "2022-10-28T15:31:40Z", "lastModified": "2023-04-02T18:55:04Z", - "metadataLastUpdated": "2025-06-24T06:25:02.103Z" + "metadataLastUpdated": "2025-07-01T06:24:54.835Z" } }, { @@ -245981,7 +245981,7 @@ "date": { "created": "2020-02-21T15:46:09Z", "lastModified": "2021-02-13T21:31:21Z", - "metadataLastUpdated": "2025-06-24T06:25:02.035Z" + "metadataLastUpdated": "2025-07-01T06:24:54.761Z" } }, { @@ -246014,7 +246014,7 @@ "date": { "created": "2023-09-29T22:52:05Z", "lastModified": "2024-11-08T17:43:31Z", - "metadataLastUpdated": "2025-06-24T06:25:02.121Z" + "metadataLastUpdated": "2025-07-01T06:24:54.856Z" } }, { @@ -246047,7 +246047,7 @@ "date": { "created": "2016-06-21T13:56:36Z", "lastModified": "2025-02-06T21:14:45Z", - "metadataLastUpdated": "2025-06-24T06:25:01.972Z" + "metadataLastUpdated": "2025-07-01T06:24:54.702Z" } }, { @@ -246080,7 +246080,7 @@ "date": { "created": "2024-06-26T15:15:43Z", "lastModified": "2025-05-29T17:55:08Z", - "metadataLastUpdated": "2025-06-24T06:25:02.145Z" + "metadataLastUpdated": "2025-07-01T06:24:54.880Z" } }, { @@ -246113,7 +246113,7 @@ "date": { "created": "2024-05-20T18:23:35Z", "lastModified": "2025-06-17T15:42:46Z", - "metadataLastUpdated": "2025-06-24T06:25:02.141Z" + "metadataLastUpdated": "2025-07-01T06:24:54.877Z" } }, { @@ -246146,7 +246146,7 @@ "date": { "created": "2024-05-20T18:34:32Z", "lastModified": "2025-04-15T22:34:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.141Z" + "metadataLastUpdated": "2025-07-01T06:24:54.877Z" } }, { @@ -246179,7 +246179,7 @@ "date": { "created": "2022-03-04T19:05:36Z", "lastModified": "2022-03-07T17:10:28Z", - "metadataLastUpdated": "2025-06-24T06:25:02.084Z" + "metadataLastUpdated": "2025-07-01T06:24:54.807Z" } }, { @@ -246212,7 +246212,7 @@ "date": { "created": "2024-10-09T18:55:55Z", "lastModified": "2024-10-09T18:57:43Z", - "metadataLastUpdated": "2025-06-24T06:25:02.152Z" + "metadataLastUpdated": "2025-07-01T06:24:54.884Z" } }, { @@ -246245,7 +246245,7 @@ "date": { "created": "2023-06-29T19:32:18Z", "lastModified": "2024-05-09T14:01:58Z", - "metadataLastUpdated": "2025-06-24T06:25:02.117Z" + "metadataLastUpdated": "2025-07-01T06:24:54.852Z" } }, { @@ -246278,7 +246278,7 @@ "date": { "created": "2025-01-31T19:16:06Z", "lastModified": "2025-04-17T21:57:47Z", - "metadataLastUpdated": "2025-06-24T06:25:02.230Z" + "metadataLastUpdated": "2025-07-01T06:24:55.016Z" } }, { @@ -246311,7 +246311,7 @@ "date": { "created": "2023-03-22T18:28:48Z", "lastModified": "2023-04-20T19:29:03Z", - "metadataLastUpdated": "2025-06-24T06:25:02.111Z" + "metadataLastUpdated": "2025-07-01T06:24:54.846Z" } }, { @@ -246344,7 +246344,7 @@ "date": { "created": "2021-05-25T18:03:48Z", "lastModified": "2023-12-04T18:08:42Z", - "metadataLastUpdated": "2025-06-24T06:25:02.069Z" + "metadataLastUpdated": "2025-07-01T06:24:54.792Z" } }, { @@ -246377,7 +246377,7 @@ "date": { "created": "2022-06-27T13:10:44Z", "lastModified": "2025-06-17T19:41:32Z", - "metadataLastUpdated": "2025-06-24T06:25:02.095Z" + "metadataLastUpdated": "2025-07-01T06:24:54.822Z" } }, { @@ -246410,7 +246410,7 @@ "date": { "created": "2021-09-08T13:15:25Z", "lastModified": "2024-09-13T03:17:18Z", - "metadataLastUpdated": "2025-06-24T06:25:02.074Z" + "metadataLastUpdated": "2025-07-01T06:24:54.797Z" } }, { @@ -246442,8 +246442,8 @@ }, "date": { "created": "2020-08-24T19:36:44Z", - "lastModified": "2025-06-23T13:46:59Z", - "metadataLastUpdated": "2025-06-24T06:25:02.050Z" + "lastModified": "2025-06-27T19:09:13Z", + "metadataLastUpdated": "2025-07-01T06:24:54.774Z" } }, { @@ -246476,7 +246476,7 @@ "date": { "created": "2022-08-18T20:48:32Z", "lastModified": "2024-05-16T19:19:58Z", - "metadataLastUpdated": "2025-06-24T06:25:02.099Z" + "metadataLastUpdated": "2025-07-01T06:24:54.829Z" } }, { @@ -246508,8 +246508,8 @@ }, "date": { "created": "2022-10-25T17:57:08Z", - "lastModified": "2025-06-24T06:09:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.102Z" + "lastModified": "2025-07-01T06:10:05Z", + "metadataLastUpdated": "2025-07-01T06:24:54.833Z" } }, { @@ -246542,7 +246542,7 @@ "date": { "created": "2025-04-14T18:45:51Z", "lastModified": "2025-04-16T16:36:21Z", - "metadataLastUpdated": "2025-06-24T06:25:02.228Z" + "metadataLastUpdated": "2025-07-01T06:24:55.035Z" } }, { @@ -246575,7 +246575,7 @@ "date": { "created": "2025-04-14T19:17:44Z", "lastModified": "2025-04-16T18:39:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.241Z" + "metadataLastUpdated": "2025-07-01T06:24:54.992Z" } }, { @@ -246608,7 +246608,7 @@ "date": { "created": "2024-02-08T19:36:04Z", "lastModified": "2024-07-17T16:49:09Z", - "metadataLastUpdated": "2025-06-24T06:25:02.132Z" + "metadataLastUpdated": "2025-07-01T06:24:54.868Z" } }, { @@ -246641,7 +246641,7 @@ "date": { "created": "2025-04-14T18:50:09Z", "lastModified": "2025-04-16T18:40:51Z", - "metadataLastUpdated": "2025-06-24T06:25:02.240Z" + "metadataLastUpdated": "2025-07-01T06:24:55.033Z" } }, { @@ -246674,7 +246674,7 @@ "date": { "created": "2025-04-14T18:53:13Z", "lastModified": "2025-04-16T18:41:38Z", - "metadataLastUpdated": "2025-06-24T06:25:02.242Z" + "metadataLastUpdated": "2025-07-01T06:24:54.988Z" } }, { @@ -246707,7 +246707,7 @@ "date": { "created": "2025-04-14T18:58:58Z", "lastModified": "2025-04-16T18:42:25Z", - "metadataLastUpdated": "2025-06-24T06:25:02.235Z" + "metadataLastUpdated": "2025-07-01T06:24:54.988Z" } }, { @@ -246740,7 +246740,7 @@ "date": { "created": "2025-04-14T19:00:35Z", "lastModified": "2025-04-16T18:43:09Z", - "metadataLastUpdated": "2025-06-24T06:25:02.244Z" + "metadataLastUpdated": "2025-07-01T06:24:54.989Z" } }, { @@ -246773,7 +246773,7 @@ "date": { "created": "2025-04-14T19:06:39Z", "lastModified": "2025-04-16T18:43:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.244Z" + "metadataLastUpdated": "2025-07-01T06:24:54.989Z" } }, { @@ -246806,7 +246806,7 @@ "date": { "created": "2025-03-12T14:56:58Z", "lastModified": "2025-03-20T19:55:08Z", - "metadataLastUpdated": "2025-06-24T06:25:02.232Z" + "metadataLastUpdated": "2025-07-01T06:24:55.010Z" } }, { @@ -246839,7 +246839,7 @@ "date": { "created": "2025-03-04T13:41:09Z", "lastModified": "2025-03-20T19:42:03Z", - "metadataLastUpdated": "2025-06-24T06:25:02.225Z" + "metadataLastUpdated": "2025-07-01T06:24:55.006Z" } }, { @@ -246872,7 +246872,7 @@ "date": { "created": "2025-03-03T18:17:41Z", "lastModified": "2025-05-02T19:04:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.227Z" + "metadataLastUpdated": "2025-07-01T06:24:55.016Z" } }, { @@ -246905,7 +246905,7 @@ "date": { "created": "2025-03-05T18:58:09Z", "lastModified": "2025-04-23T15:08:12Z", - "metadataLastUpdated": "2025-06-24T06:25:02.157Z" + "metadataLastUpdated": "2025-07-01T06:24:55.021Z" } }, { @@ -246938,7 +246938,7 @@ "date": { "created": "2025-04-02T17:52:59Z", "lastModified": "2025-04-14T14:04:14Z", - "metadataLastUpdated": "2025-06-24T06:25:02.239Z" + "metadataLastUpdated": "2025-07-01T06:24:55.021Z" } }, { @@ -246971,7 +246971,7 @@ "date": { "created": "2025-03-07T19:57:06Z", "lastModified": "2025-04-23T14:04:57Z", - "metadataLastUpdated": "2025-06-24T06:25:02.158Z" + "metadataLastUpdated": "2025-07-01T06:24:55.017Z" } }, { @@ -247004,7 +247004,7 @@ "date": { "created": "2025-03-05T18:45:58Z", "lastModified": "2025-04-08T19:30:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.226Z" + "metadataLastUpdated": "2025-07-01T06:24:55.014Z" } }, { @@ -247037,7 +247037,7 @@ "date": { "created": "2019-07-30T14:01:52Z", "lastModified": "2023-04-03T12:52:42Z", - "metadataLastUpdated": "2025-06-24T06:25:02.023Z" + "metadataLastUpdated": "2025-07-01T06:24:54.749Z" } }, { @@ -247070,7 +247070,7 @@ "date": { "created": "2021-04-13T20:09:37Z", "lastModified": "2021-04-21T19:18:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.068Z" + "metadataLastUpdated": "2025-07-01T06:24:54.791Z" } }, { @@ -247103,7 +247103,7 @@ "date": { "created": "2021-04-13T20:07:13Z", "lastModified": "2021-04-21T19:23:47Z", - "metadataLastUpdated": "2025-06-24T06:25:02.068Z" + "metadataLastUpdated": "2025-07-01T06:24:54.790Z" } }, { @@ -247136,7 +247136,7 @@ "date": { "created": "2021-04-13T19:56:58Z", "lastModified": "2022-09-09T12:16:49Z", - "metadataLastUpdated": "2025-06-24T06:25:02.068Z" + "metadataLastUpdated": "2025-07-01T06:24:54.790Z" } }, { @@ -247169,7 +247169,7 @@ "date": { "created": "2020-12-07T21:36:45Z", "lastModified": "2025-05-15T20:15:16Z", - "metadataLastUpdated": "2025-06-24T06:25:02.058Z" + "metadataLastUpdated": "2025-07-01T06:24:54.782Z" } }, { @@ -247202,7 +247202,7 @@ "date": { "created": "2025-04-18T17:52:08Z", "lastModified": "2025-06-13T18:50:55Z", - "metadataLastUpdated": "2025-06-24T06:25:02.234Z" + "metadataLastUpdated": "2025-07-01T06:24:55.045Z" } }, { @@ -247235,7 +247235,7 @@ "date": { "created": "2022-04-18T16:28:13Z", "lastModified": "2022-05-19T21:44:54Z", - "metadataLastUpdated": "2025-06-24T06:25:02.090Z" + "metadataLastUpdated": "2025-07-01T06:24:54.814Z" } }, { @@ -247268,7 +247268,7 @@ "date": { "created": "2021-11-16T15:14:30Z", "lastModified": "2025-06-10T17:34:34Z", - "metadataLastUpdated": "2025-06-24T06:25:02.077Z" + "metadataLastUpdated": "2025-07-01T06:24:54.800Z" } }, { @@ -247301,7 +247301,7 @@ "date": { "created": "2023-09-05T19:25:07Z", "lastModified": "2025-03-17T18:05:23Z", - "metadataLastUpdated": "2025-06-24T06:25:02.119Z" + "metadataLastUpdated": "2025-07-01T06:24:54.855Z" } }, { @@ -247334,7 +247334,7 @@ "date": { "created": "2018-08-28T15:51:51Z", "lastModified": "2020-02-21T15:56:07Z", - "metadataLastUpdated": "2025-06-24T06:25:02.009Z" + "metadataLastUpdated": "2025-07-01T06:24:54.738Z" } }, { @@ -247367,7 +247367,7 @@ "date": { "created": "2020-11-18T18:27:23Z", "lastModified": "2023-05-15T14:06:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.058Z" + "metadataLastUpdated": "2025-07-01T06:24:54.781Z" } }, { @@ -247399,8 +247399,8 @@ }, "date": { "created": "2022-02-09T21:30:08Z", - "lastModified": "2025-06-20T18:27:58Z", - "metadataLastUpdated": "2025-06-24T06:25:02.082Z" + "lastModified": "2025-06-27T19:07:17Z", + "metadataLastUpdated": "2025-07-01T06:24:54.804Z" } }, { @@ -247433,7 +247433,7 @@ "date": { "created": "2024-05-08T13:46:20Z", "lastModified": "2025-02-12T17:57:03Z", - "metadataLastUpdated": "2025-06-24T06:25:02.139Z" + "metadataLastUpdated": "2025-07-01T06:24:54.875Z" } }, { @@ -247466,7 +247466,7 @@ "date": { "created": "2024-06-28T19:57:41Z", "lastModified": "2025-06-12T18:33:55Z", - "metadataLastUpdated": "2025-06-24T06:25:02.145Z" + "metadataLastUpdated": "2025-07-01T06:24:54.881Z" } }, { @@ -247499,7 +247499,7 @@ "date": { "created": "2023-06-12T18:25:18Z", "lastModified": "2023-06-14T21:05:58Z", - "metadataLastUpdated": "2025-06-24T06:25:02.115Z" + "metadataLastUpdated": "2025-07-01T06:24:54.850Z" } }, { @@ -247532,7 +247532,7 @@ "date": { "created": "2023-08-14T18:18:39Z", "lastModified": "2025-05-06T18:27:40Z", - "metadataLastUpdated": "2025-06-24T06:25:02.119Z" + "metadataLastUpdated": "2025-07-01T06:24:54.854Z" } }, { @@ -247565,7 +247565,7 @@ "date": { "created": "2023-03-02T18:21:58Z", "lastModified": "2023-06-08T17:58:39Z", - "metadataLastUpdated": "2025-06-24T06:25:02.109Z" + "metadataLastUpdated": "2025-07-01T06:24:54.845Z" } }, { @@ -247598,7 +247598,7 @@ "date": { "created": "2016-10-26T17:48:57Z", "lastModified": "2016-10-27T18:17:01Z", - "metadataLastUpdated": "2025-06-24T06:25:01.979Z" + "metadataLastUpdated": "2025-07-01T06:24:54.708Z" } }, { @@ -247631,7 +247631,7 @@ "date": { "created": "2016-10-27T14:46:06Z", "lastModified": "2016-10-27T14:46:07Z", - "metadataLastUpdated": "2025-06-24T06:25:01.979Z" + "metadataLastUpdated": "2025-07-01T06:24:54.708Z" } }, { @@ -247664,7 +247664,7 @@ "date": { "created": "2016-10-27T14:48:30Z", "lastModified": "2016-10-27T14:48:31Z", - "metadataLastUpdated": "2025-06-24T06:25:01.979Z" + "metadataLastUpdated": "2025-07-01T06:24:54.709Z" } }, { @@ -247697,7 +247697,7 @@ "date": { "created": "2023-01-10T15:45:29Z", "lastModified": "2024-05-08T19:23:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.106Z" + "metadataLastUpdated": "2025-07-01T06:24:54.841Z" } }, { @@ -247730,7 +247730,7 @@ "date": { "created": "2023-02-21T13:00:45Z", "lastModified": "2023-03-03T03:09:45Z", - "metadataLastUpdated": "2025-06-24T06:25:02.108Z" + "metadataLastUpdated": "2025-07-01T06:24:54.844Z" } }, { @@ -247763,7 +247763,7 @@ "date": { "created": "2023-05-15T14:13:18Z", "lastModified": "2023-09-03T12:48:03Z", - "metadataLastUpdated": "2025-06-24T06:25:02.113Z" + "metadataLastUpdated": "2025-07-01T06:24:54.848Z" } }, { @@ -247796,7 +247796,7 @@ "date": { "created": "2023-02-21T17:34:47Z", "lastModified": "2023-03-10T18:18:51Z", - "metadataLastUpdated": "2025-06-24T06:25:02.109Z" + "metadataLastUpdated": "2025-07-01T06:24:54.844Z" } }, { @@ -247829,7 +247829,7 @@ "date": { "created": "2023-01-11T19:09:57Z", "lastModified": "2023-04-29T01:52:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.107Z" + "metadataLastUpdated": "2025-07-01T06:24:54.841Z" } }, { @@ -247862,7 +247862,7 @@ "date": { "created": "2022-06-23T15:00:53Z", "lastModified": "2025-05-29T12:32:06Z", - "metadataLastUpdated": "2025-06-24T06:25:02.095Z" + "metadataLastUpdated": "2025-07-01T06:24:54.822Z" } }, { @@ -247894,8 +247894,8 @@ }, "date": { "created": "2016-12-01T15:39:13Z", - "lastModified": "2025-02-19T12:12:16Z", - "metadataLastUpdated": "2025-06-24T06:25:01.981Z" + "lastModified": "2025-06-30T19:58:40Z", + "metadataLastUpdated": "2025-07-01T06:24:54.711Z" } }, { @@ -247928,7 +247928,7 @@ "date": { "created": "2025-04-25T16:33:18Z", "lastModified": "2025-04-25T16:33:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.269Z" + "metadataLastUpdated": "2025-07-01T06:24:54.993Z" } }, { @@ -247961,7 +247961,7 @@ "date": { "created": "2024-01-30T17:34:50Z", "lastModified": "2024-02-26T20:05:07Z", - "metadataLastUpdated": "2025-06-24T06:25:02.131Z" + "metadataLastUpdated": "2025-07-01T06:24:54.867Z" } }, { @@ -247994,7 +247994,7 @@ "date": { "created": "2024-06-16T20:38:57Z", "lastModified": "2024-06-16T20:38:58Z", - "metadataLastUpdated": "2025-06-24T06:25:02.144Z" + "metadataLastUpdated": "2025-07-01T06:24:54.879Z" } }, { @@ -248027,7 +248027,7 @@ "date": { "created": "2024-06-16T20:24:36Z", "lastModified": "2024-09-24T16:36:07Z", - "metadataLastUpdated": "2025-06-24T06:25:02.143Z" + "metadataLastUpdated": "2025-07-01T06:24:54.879Z" } }, { @@ -248059,8 +248059,8 @@ }, "date": { "created": "2023-06-13T13:34:46Z", - "lastModified": "2025-06-21T19:31:24Z", - "metadataLastUpdated": "2025-06-24T06:25:02.115Z" + "lastModified": "2025-06-30T19:01:36Z", + "metadataLastUpdated": "2025-07-01T06:24:54.850Z" } }, { @@ -248093,7 +248093,7 @@ "date": { "created": "2025-05-09T18:30:59Z", "lastModified": "2025-06-10T15:03:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.301Z" + "metadataLastUpdated": "2025-07-01T06:24:55.038Z" } }, { @@ -248126,7 +248126,7 @@ "date": { "created": "2021-01-13T21:21:57Z", "lastModified": "2025-01-22T14:50:51Z", - "metadataLastUpdated": "2025-06-24T06:25:02.060Z" + "metadataLastUpdated": "2025-07-01T06:24:54.783Z" } }, { @@ -248159,7 +248159,7 @@ "date": { "created": "2025-01-17T18:44:33Z", "lastModified": "2025-01-27T21:06:49Z", - "metadataLastUpdated": "2025-06-24T06:25:02.156Z" + "metadataLastUpdated": "2025-07-01T06:24:55.004Z" } }, { @@ -248192,7 +248192,7 @@ "date": { "created": "2015-03-21T03:28:27Z", "lastModified": "2023-09-11T17:39:04Z", - "metadataLastUpdated": "2025-06-24T06:25:01.963Z" + "metadataLastUpdated": "2025-07-01T06:24:54.693Z" } }, { @@ -248225,7 +248225,7 @@ "date": { "created": "2024-11-06T20:55:50Z", "lastModified": "2025-03-03T18:27:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.154Z" + "metadataLastUpdated": "2025-07-01T06:24:55.010Z" } }, { @@ -248258,7 +248258,7 @@ "date": { "created": "2024-09-04T18:45:00Z", "lastModified": "2024-10-04T16:53:54Z", - "metadataLastUpdated": "2025-06-24T06:25:02.150Z" + "metadataLastUpdated": "2025-07-01T06:24:55.010Z" } }, { @@ -248291,7 +248291,7 @@ "date": { "created": "2024-02-02T15:00:30Z", "lastModified": "2024-09-12T04:39:09Z", - "metadataLastUpdated": "2025-06-24T06:25:02.132Z" + "metadataLastUpdated": "2025-07-01T06:24:54.867Z" } }, { @@ -248324,7 +248324,7 @@ "date": { "created": "2023-12-20T13:27:35Z", "lastModified": "2024-01-02T17:23:30Z", - "metadataLastUpdated": "2025-06-24T06:25:02.126Z" + "metadataLastUpdated": "2025-07-01T06:24:54.862Z" } }, { @@ -248357,7 +248357,7 @@ "date": { "created": "2023-12-20T20:45:09Z", "lastModified": "2024-01-02T17:25:15Z", - "metadataLastUpdated": "2025-06-24T06:25:02.126Z" + "metadataLastUpdated": "2025-07-01T06:24:54.862Z" } }, { @@ -248390,7 +248390,7 @@ "date": { "created": "2023-12-14T19:23:53Z", "lastModified": "2024-01-02T17:19:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.125Z" + "metadataLastUpdated": "2025-07-01T06:24:54.861Z" } }, { @@ -248423,7 +248423,7 @@ "date": { "created": "2023-12-19T15:53:00Z", "lastModified": "2024-01-02T17:21:42Z", - "metadataLastUpdated": "2025-06-24T06:25:02.125Z" + "metadataLastUpdated": "2025-07-01T06:24:54.861Z" } }, { @@ -248456,7 +248456,7 @@ "date": { "created": "2023-12-20T22:01:25Z", "lastModified": "2023-12-21T18:11:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.127Z" + "metadataLastUpdated": "2025-07-01T06:24:54.863Z" } }, { @@ -248489,7 +248489,7 @@ "date": { "created": "2015-02-26T18:39:25Z", "lastModified": "2016-04-04T21:00:48Z", - "metadataLastUpdated": "2025-06-24T06:25:01.962Z" + "metadataLastUpdated": "2025-07-01T06:24:54.692Z" } }, { @@ -248522,7 +248522,7 @@ "date": { "created": "2014-04-16T04:39:06Z", "lastModified": "2025-05-08T15:09:01Z", - "metadataLastUpdated": "2025-06-24T06:25:01.960Z" + "metadataLastUpdated": "2025-07-01T06:24:54.690Z" } }, { @@ -248555,7 +248555,7 @@ "date": { "created": "2025-06-03T12:22:56Z", "lastModified": "2025-06-06T11:00:35Z", - "metadataLastUpdated": "2025-06-24T06:25:02.333Z" + "metadataLastUpdated": "2025-07-01T06:24:55.069Z" } }, { @@ -248588,7 +248588,7 @@ "date": { "created": "2022-09-14T12:47:25Z", "lastModified": "2025-01-07T15:42:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.100Z" + "metadataLastUpdated": "2025-07-01T06:24:54.830Z" } }, { @@ -248621,7 +248621,7 @@ "date": { "created": "2018-06-26T19:47:47Z", "lastModified": "2019-08-12T21:17:13Z", - "metadataLastUpdated": "2025-06-24T06:25:02.007Z" + "metadataLastUpdated": "2025-07-01T06:24:54.735Z" } }, { @@ -248654,7 +248654,7 @@ "date": { "created": "2020-05-11T14:06:25Z", "lastModified": "2020-06-19T15:26:59Z", - "metadataLastUpdated": "2025-06-24T06:25:02.044Z" + "metadataLastUpdated": "2025-07-01T06:24:54.768Z" } }, { @@ -248687,7 +248687,7 @@ "date": { "created": "2012-07-11T18:07:55Z", "lastModified": "2015-06-25T21:12:48Z", - "metadataLastUpdated": "2025-06-24T06:25:01.948Z" + "metadataLastUpdated": "2025-07-01T06:24:54.678Z" } }, { @@ -248720,7 +248720,7 @@ "date": { "created": "2024-09-04T16:43:21Z", "lastModified": "2024-09-04T17:10:45Z", - "metadataLastUpdated": "2025-06-24T06:25:02.149Z" + "metadataLastUpdated": "2025-07-01T06:24:54.884Z" } }, { @@ -248753,7 +248753,7 @@ "date": { "created": "2019-03-22T19:16:08Z", "lastModified": "2020-02-25T19:53:22Z", - "metadataLastUpdated": "2025-06-24T06:25:02.014Z" + "metadataLastUpdated": "2025-07-01T06:24:54.742Z" } }, { @@ -248786,7 +248786,7 @@ "date": { "created": "2014-03-14T17:18:46Z", "lastModified": "2022-02-17T19:39:27Z", - "metadataLastUpdated": "2025-06-24T06:25:01.959Z" + "metadataLastUpdated": "2025-07-01T06:24:54.690Z" } }, { @@ -248819,7 +248819,7 @@ "date": { "created": "2024-02-13T14:30:01Z", "lastModified": "2024-05-02T19:06:22Z", - "metadataLastUpdated": "2025-06-24T06:25:02.132Z" + "metadataLastUpdated": "2025-07-01T06:24:54.868Z" } }, { @@ -248852,7 +248852,7 @@ "date": { "created": "2021-04-05T14:47:33Z", "lastModified": "2021-04-05T14:47:34Z", - "metadataLastUpdated": "2025-06-24T06:25:02.067Z" + "metadataLastUpdated": "2025-07-01T06:24:54.789Z" } }, { @@ -248885,7 +248885,7 @@ "date": { "created": "2025-04-25T16:13:56Z", "lastModified": "2025-04-25T16:22:27Z", - "metadataLastUpdated": "2025-06-24T06:25:02.246Z" + "metadataLastUpdated": "2025-07-01T06:24:55.034Z" } }, { @@ -248918,7 +248918,7 @@ "date": { "created": "2020-12-14T13:28:52Z", "lastModified": "2025-05-09T20:55:34Z", - "metadataLastUpdated": "2025-06-24T06:25:02.059Z" + "metadataLastUpdated": "2025-07-01T06:24:54.782Z" } }, { @@ -248950,8 +248950,8 @@ }, "date": { "created": "2022-10-11T17:03:23Z", - "lastModified": "2025-02-07T15:42:16Z", - "metadataLastUpdated": "2025-06-24T06:25:02.101Z" + "lastModified": "2025-06-30T18:24:20Z", + "metadataLastUpdated": "2025-07-01T06:24:54.831Z" } }, { @@ -248984,7 +248984,7 @@ "date": { "created": "2018-04-30T15:55:56Z", "lastModified": "2018-07-24T18:34:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.004Z" + "metadataLastUpdated": "2025-07-01T06:24:54.733Z" } }, { @@ -249017,7 +249017,7 @@ "date": { "created": "2025-04-14T18:37:11Z", "lastModified": "2025-04-16T16:45:57Z", - "metadataLastUpdated": "2025-06-24T06:25:02.241Z" + "metadataLastUpdated": "2025-07-01T06:24:54.987Z" } }, { @@ -249050,7 +249050,7 @@ "date": { "created": "2018-03-01T22:27:59Z", "lastModified": "2024-08-29T03:07:12Z", - "metadataLastUpdated": "2025-06-24T06:25:02.000Z" + "metadataLastUpdated": "2025-07-01T06:24:54.728Z" } }, { @@ -249083,7 +249083,7 @@ "date": { "created": "2018-02-05T15:35:37Z", "lastModified": "2025-05-21T15:58:33Z", - "metadataLastUpdated": "2025-06-24T06:25:02.000Z" + "metadataLastUpdated": "2025-07-01T06:24:54.728Z" } }, { @@ -249116,7 +249116,7 @@ "date": { "created": "2016-02-10T15:55:35Z", "lastModified": "2021-08-04T23:16:04Z", - "metadataLastUpdated": "2025-06-24T06:25:01.970Z" + "metadataLastUpdated": "2025-07-01T06:24:54.699Z" } }, { @@ -249149,7 +249149,7 @@ "date": { "created": "2023-11-20T17:10:55Z", "lastModified": "2024-02-23T15:28:09Z", - "metadataLastUpdated": "2025-06-24T06:25:02.122Z" + "metadataLastUpdated": "2025-07-01T06:24:54.858Z" } }, { @@ -249181,8 +249181,8 @@ }, "date": { "created": "2019-12-02T19:53:24Z", - "lastModified": "2025-06-23T13:46:40Z", - "metadataLastUpdated": "2025-06-24T06:25:02.030Z" + "lastModified": "2025-07-01T03:35:51Z", + "metadataLastUpdated": "2025-07-01T06:24:54.756Z" } }, { @@ -249215,7 +249215,7 @@ "date": { "created": "2021-02-22T19:38:27Z", "lastModified": "2025-06-13T16:17:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.061Z" + "metadataLastUpdated": "2025-07-01T06:24:54.784Z" } }, { @@ -249248,7 +249248,7 @@ "date": { "created": "2021-09-09T00:32:57Z", "lastModified": "2021-09-09T00:40:57Z", - "metadataLastUpdated": "2025-06-24T06:25:02.075Z" + "metadataLastUpdated": "2025-07-01T06:24:54.797Z" } }, { @@ -249281,7 +249281,40 @@ "date": { "created": "2025-03-19T18:51:19Z", "lastModified": "2025-04-09T19:47:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.232Z" + "metadataLastUpdated": "2025-07-01T06:24:55.020Z" + } + }, + { + "name": "USEPA/gcam-kaya-decomposition", + "organization": "usepa", + "description": "Repository for R-code development of GHG emissions decomposition analysis using GCAM-GLIMPSE scenario outputs and Kaya Identity method", + "version": "", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://github.com/USEPA/gcam-kaya-decomposition/blob/master/LICENSE.md" + } + ] + }, + "homepageURL": "https://github.com/USEPA/gcam-kaya-decomposition", + "downloadURL": "https://github.com/USEPA/gcam-kaya-decomposition/archive/master.zip", + "disclaimerURL": "https://github.com/USEPA/gcam-kaya-decomposition/blob/master/DISCLAIMER.md", + "repositoryURL": "https://github.com/USEPA/gcam-kaya-decomposition.git/", + "vcs": "git", + "laborHours": 0, + "tags": [ + "usgs" + ], + "languages": [], + "contact": { + "name": "USEPA" + }, + "date": { + "created": "2025-05-20T17:40:24Z", + "lastModified": "2025-06-30T20:33:13Z", + "metadataLastUpdated": "2025-07-01T06:24:55.060Z" } }, { @@ -249314,7 +249347,7 @@ "date": { "created": "2022-03-12T14:47:49Z", "lastModified": "2023-03-24T18:45:42Z", - "metadataLastUpdated": "2025-06-24T06:25:02.084Z" + "metadataLastUpdated": "2025-07-01T06:24:54.810Z" } }, { @@ -249347,7 +249380,7 @@ "date": { "created": "2025-04-14T19:32:57Z", "lastModified": "2025-04-16T18:45:32Z", - "metadataLastUpdated": "2025-06-24T06:25:02.245Z" + "metadataLastUpdated": "2025-07-01T06:24:54.992Z" } }, { @@ -249380,7 +249413,7 @@ "date": { "created": "2025-04-14T19:35:50Z", "lastModified": "2025-04-16T18:46:25Z", - "metadataLastUpdated": "2025-06-24T06:25:02.242Z" + "metadataLastUpdated": "2025-07-01T06:24:54.990Z" } }, { @@ -249413,7 +249446,7 @@ "date": { "created": "2025-04-14T19:30:36Z", "lastModified": "2025-04-16T18:47:13Z", - "metadataLastUpdated": "2025-06-24T06:25:02.243Z" + "metadataLastUpdated": "2025-07-01T06:24:54.989Z" } }, { @@ -249446,7 +249479,7 @@ "date": { "created": "2023-12-05T13:13:54Z", "lastModified": "2025-05-01T07:17:05Z", - "metadataLastUpdated": "2025-06-24T06:25:02.123Z" + "metadataLastUpdated": "2025-07-01T06:24:54.859Z" } }, { @@ -249479,7 +249512,7 @@ "date": { "created": "2024-10-25T13:30:51Z", "lastModified": "2025-03-28T15:37:39Z", - "metadataLastUpdated": "2025-06-24T06:25:02.153Z" + "metadataLastUpdated": "2025-07-01T06:24:55.003Z" } }, { @@ -249512,7 +249545,7 @@ "date": { "created": "2022-01-03T20:31:41Z", "lastModified": "2022-01-03T20:31:42Z", - "metadataLastUpdated": "2025-06-24T06:25:02.080Z" + "metadataLastUpdated": "2025-07-01T06:24:54.803Z" } }, { @@ -249545,7 +249578,7 @@ "date": { "created": "2024-01-25T17:40:38Z", "lastModified": "2024-01-25T17:44:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.131Z" + "metadataLastUpdated": "2025-07-01T06:24:54.866Z" } }, { @@ -249578,7 +249611,7 @@ "date": { "created": "2024-09-16T16:10:22Z", "lastModified": "2025-06-12T13:10:45Z", - "metadataLastUpdated": "2025-06-24T06:25:02.151Z" + "metadataLastUpdated": "2025-07-01T06:24:55.008Z" } }, { @@ -249611,7 +249644,7 @@ "date": { "created": "2017-09-25T15:26:18Z", "lastModified": "2018-12-28T21:01:38Z", - "metadataLastUpdated": "2025-06-24T06:25:01.996Z" + "metadataLastUpdated": "2025-07-01T06:24:54.724Z" } }, { @@ -249644,7 +249677,7 @@ "date": { "created": "2022-06-27T14:33:06Z", "lastModified": "2025-02-06T21:19:25Z", - "metadataLastUpdated": "2025-06-24T06:25:02.095Z" + "metadataLastUpdated": "2025-07-01T06:24:54.823Z" } }, { @@ -249677,7 +249710,7 @@ "date": { "created": "2021-06-28T18:07:37Z", "lastModified": "2025-01-29T14:58:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.072Z" + "metadataLastUpdated": "2025-07-01T06:24:54.794Z" } }, { @@ -249710,7 +249743,7 @@ "date": { "created": "2022-03-16T00:44:27Z", "lastModified": "2025-06-10T14:14:23Z", - "metadataLastUpdated": "2025-06-24T06:25:02.085Z" + "metadataLastUpdated": "2025-07-01T06:24:54.811Z" } }, { @@ -249743,7 +249776,7 @@ "date": { "created": "2023-06-16T12:20:06Z", "lastModified": "2025-04-18T21:25:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.116Z" + "metadataLastUpdated": "2025-07-01T06:24:54.851Z" } }, { @@ -249776,7 +249809,7 @@ "date": { "created": "2025-03-19T15:13:47Z", "lastModified": "2025-04-29T18:29:49Z", - "metadataLastUpdated": "2025-06-24T06:25:02.235Z" + "metadataLastUpdated": "2025-07-01T06:24:55.018Z" } }, { @@ -249809,7 +249842,7 @@ "date": { "created": "2017-01-19T20:05:39Z", "lastModified": "2018-01-31T18:36:12Z", - "metadataLastUpdated": "2025-06-24T06:25:01.983Z" + "metadataLastUpdated": "2025-07-01T06:24:54.712Z" } }, { @@ -249842,7 +249875,7 @@ "date": { "created": "2014-09-17T18:17:49Z", "lastModified": "2018-05-18T14:30:48Z", - "metadataLastUpdated": "2025-06-24T06:25:01.961Z" + "metadataLastUpdated": "2025-07-01T06:24:54.692Z" } }, { @@ -249875,7 +249908,7 @@ "date": { "created": "2016-07-14T15:41:41Z", "lastModified": "2016-07-14T16:05:56Z", - "metadataLastUpdated": "2025-06-24T06:25:01.975Z" + "metadataLastUpdated": "2025-07-01T06:24:54.704Z" } }, { @@ -249908,7 +249941,7 @@ "date": { "created": "2025-01-22T20:00:04Z", "lastModified": "2025-03-21T20:10:46Z", - "metadataLastUpdated": "2025-06-24T06:25:02.157Z" + "metadataLastUpdated": "2025-07-01T06:24:55.012Z" } }, { @@ -249941,7 +249974,7 @@ "date": { "created": "2023-03-14T18:58:11Z", "lastModified": "2023-03-15T13:07:28Z", - "metadataLastUpdated": "2025-06-24T06:25:02.110Z" + "metadataLastUpdated": "2025-07-01T06:24:54.845Z" } }, { @@ -249974,7 +250007,7 @@ "date": { "created": "2020-10-05T14:31:32Z", "lastModified": "2021-01-25T15:47:10Z", - "metadataLastUpdated": "2025-06-24T06:25:02.052Z" + "metadataLastUpdated": "2025-07-01T06:24:54.775Z" } }, { @@ -250007,7 +250040,7 @@ "date": { "created": "2022-04-13T20:37:11Z", "lastModified": "2025-06-20T19:16:23Z", - "metadataLastUpdated": "2025-06-24T06:25:02.089Z" + "metadataLastUpdated": "2025-07-01T06:24:54.814Z" } }, { @@ -250040,7 +250073,7 @@ "date": { "created": "2023-12-18T22:39:13Z", "lastModified": "2023-12-19T17:12:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.125Z" + "metadataLastUpdated": "2025-07-01T06:24:54.861Z" } }, { @@ -250073,7 +250106,7 @@ "date": { "created": "2021-08-03T19:41:45Z", "lastModified": "2021-11-18T16:49:20Z", - "metadataLastUpdated": "2025-06-24T06:25:02.073Z" + "metadataLastUpdated": "2025-07-01T06:24:54.795Z" } }, { @@ -250106,7 +250139,7 @@ "date": { "created": "2013-11-15T21:42:11Z", "lastModified": "2024-09-25T14:38:19Z", - "metadataLastUpdated": "2025-06-24T06:25:01.952Z" + "metadataLastUpdated": "2025-07-01T06:24:54.685Z" } }, { @@ -250139,7 +250172,7 @@ "date": { "created": "2017-05-23T13:28:02Z", "lastModified": "2018-05-26T11:01:38Z", - "metadataLastUpdated": "2025-06-24T06:25:01.989Z" + "metadataLastUpdated": "2025-07-01T06:24:54.718Z" } }, { @@ -250172,7 +250205,7 @@ "date": { "created": "2024-07-18T14:00:33Z", "lastModified": "2025-05-20T21:20:41Z", - "metadataLastUpdated": "2025-06-24T06:25:02.147Z" + "metadataLastUpdated": "2025-07-01T06:24:54.882Z" } }, { @@ -250205,7 +250238,7 @@ "date": { "created": "2020-07-23T15:58:27Z", "lastModified": "2020-07-27T19:46:34Z", - "metadataLastUpdated": "2025-06-24T06:25:02.049Z" + "metadataLastUpdated": "2025-07-01T06:24:54.773Z" } }, { @@ -250238,7 +250271,7 @@ "date": { "created": "2020-05-14T19:35:34Z", "lastModified": "2020-06-17T01:28:33Z", - "metadataLastUpdated": "2025-06-24T06:25:02.045Z" + "metadataLastUpdated": "2025-07-01T06:24:54.770Z" } }, { @@ -250270,8 +250303,8 @@ }, "date": { "created": "2025-02-14T18:22:59Z", - "lastModified": "2025-06-18T21:05:27Z", - "metadataLastUpdated": "2025-06-24T06:25:02.226Z" + "lastModified": "2025-06-25T18:05:06Z", + "metadataLastUpdated": "2025-07-01T06:24:55.013Z" } }, { @@ -250304,7 +250337,7 @@ "date": { "created": "2024-09-16T13:21:09Z", "lastModified": "2024-09-16T13:34:50Z", - "metadataLastUpdated": "2025-06-24T06:25:02.150Z" + "metadataLastUpdated": "2025-07-01T06:24:54.884Z" } }, { @@ -250337,7 +250370,7 @@ "date": { "created": "2021-10-20T19:35:27Z", "lastModified": "2025-05-13T12:54:18Z", - "metadataLastUpdated": "2025-06-24T06:25:02.077Z" + "metadataLastUpdated": "2025-07-01T06:24:54.799Z" } }, { @@ -250370,7 +250403,7 @@ "date": { "created": "2024-06-16T20:31:44Z", "lastModified": "2024-11-14T21:26:19Z", - "metadataLastUpdated": "2025-06-24T06:25:02.143Z" + "metadataLastUpdated": "2025-07-01T06:24:55.005Z" } }, { @@ -250403,7 +250436,7 @@ "date": { "created": "2024-06-16T20:35:31Z", "lastModified": "2025-02-26T19:07:15Z", - "metadataLastUpdated": "2025-06-24T06:25:02.144Z" + "metadataLastUpdated": "2025-07-01T06:24:54.879Z" } }, { @@ -250436,7 +250469,7 @@ "date": { "created": "2020-06-30T12:54:53Z", "lastModified": "2022-08-02T18:38:44Z", - "metadataLastUpdated": "2025-06-24T06:25:02.047Z" + "metadataLastUpdated": "2025-07-01T06:24:54.771Z" } }, { @@ -250469,7 +250502,7 @@ "date": { "created": "2023-04-03T18:41:32Z", "lastModified": "2024-05-10T11:07:47Z", - "metadataLastUpdated": "2025-06-24T06:25:02.111Z" + "metadataLastUpdated": "2025-07-01T06:24:54.847Z" } }, { @@ -250502,7 +250535,7 @@ "date": { "created": "2024-05-11T15:37:33Z", "lastModified": "2024-05-11T16:21:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.139Z" + "metadataLastUpdated": "2025-07-01T06:24:54.875Z" } }, { @@ -250535,7 +250568,7 @@ "date": { "created": "2014-07-31T15:13:07Z", "lastModified": "2024-10-31T21:32:56Z", - "metadataLastUpdated": "2025-06-24T06:25:01.960Z" + "metadataLastUpdated": "2025-07-01T06:24:54.691Z" } }, { @@ -250567,8 +250600,8 @@ }, "date": { "created": "2025-03-05T20:51:32Z", - "lastModified": "2025-06-17T22:25:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.231Z" + "lastModified": "2025-06-24T23:36:26Z", + "metadataLastUpdated": "2025-07-01T06:24:55.019Z" } }, { @@ -250601,7 +250634,7 @@ "date": { "created": "2015-09-14T15:56:27Z", "lastModified": "2015-10-08T15:21:29Z", - "metadataLastUpdated": "2025-06-24T06:25:01.967Z" + "metadataLastUpdated": "2025-07-01T06:24:54.696Z" } }, { @@ -250634,7 +250667,7 @@ "date": { "created": "2022-02-02T16:31:13Z", "lastModified": "2022-02-02T16:31:14Z", - "metadataLastUpdated": "2025-06-24T06:25:02.081Z" + "metadataLastUpdated": "2025-07-01T06:24:54.804Z" } }, { @@ -250667,7 +250700,7 @@ "date": { "created": "2022-11-16T18:31:59Z", "lastModified": "2022-11-16T22:44:27Z", - "metadataLastUpdated": "2025-06-24T06:25:02.104Z" + "metadataLastUpdated": "2025-07-01T06:24:54.837Z" } }, { @@ -250700,7 +250733,7 @@ "date": { "created": "2023-01-31T18:38:33Z", "lastModified": "2024-04-09T18:20:17Z", - "metadataLastUpdated": "2025-06-24T06:25:02.108Z" + "metadataLastUpdated": "2025-07-01T06:24:54.843Z" } }, { @@ -250733,7 +250766,7 @@ "date": { "created": "2016-03-30T18:53:13Z", "lastModified": "2020-04-16T12:54:49Z", - "metadataLastUpdated": "2025-06-24T06:25:01.971Z" + "metadataLastUpdated": "2025-07-01T06:24:54.700Z" } }, { @@ -250766,7 +250799,7 @@ "date": { "created": "2020-01-17T15:20:32Z", "lastModified": "2025-06-23T15:43:10Z", - "metadataLastUpdated": "2025-06-24T06:25:02.034Z" + "metadataLastUpdated": "2025-07-01T06:24:54.760Z" } }, { @@ -250799,7 +250832,7 @@ "date": { "created": "2017-08-17T17:32:14Z", "lastModified": "2023-09-13T20:54:37Z", - "metadataLastUpdated": "2025-06-24T06:25:01.991Z" + "metadataLastUpdated": "2025-07-01T06:24:54.720Z" } }, { @@ -250832,7 +250865,7 @@ "date": { "created": "2023-09-18T20:00:42Z", "lastModified": "2024-05-30T17:37:55Z", - "metadataLastUpdated": "2025-06-24T06:25:02.120Z" + "metadataLastUpdated": "2025-07-01T06:24:54.856Z" } }, { @@ -250865,7 +250898,7 @@ "date": { "created": "2025-05-14T20:28:45Z", "lastModified": "2025-05-15T22:44:37Z", - "metadataLastUpdated": "2025-06-24T06:25:02.264Z" + "metadataLastUpdated": "2025-07-01T06:24:54.985Z" } }, { @@ -250898,7 +250931,7 @@ "date": { "created": "2020-05-14T14:03:58Z", "lastModified": "2024-05-03T12:09:39Z", - "metadataLastUpdated": "2025-06-24T06:25:02.044Z" + "metadataLastUpdated": "2025-07-01T06:24:54.769Z" } }, { @@ -250931,7 +250964,7 @@ "date": { "created": "2019-08-06T19:51:26Z", "lastModified": "2023-05-03T18:14:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.024Z" + "metadataLastUpdated": "2025-07-01T06:24:54.751Z" } }, { @@ -250964,7 +250997,7 @@ "date": { "created": "2019-08-15T16:16:52Z", "lastModified": "2020-10-14T19:36:57Z", - "metadataLastUpdated": "2025-06-24T06:25:02.025Z" + "metadataLastUpdated": "2025-07-01T06:24:54.751Z" } }, { @@ -250997,7 +251030,7 @@ "date": { "created": "2020-03-11T20:23:11Z", "lastModified": "2020-03-11T20:23:12Z", - "metadataLastUpdated": "2025-06-24T06:25:02.036Z" + "metadataLastUpdated": "2025-07-01T06:24:54.762Z" } }, { @@ -251030,7 +251063,7 @@ "date": { "created": "2020-03-11T20:23:51Z", "lastModified": "2020-03-11T20:23:52Z", - "metadataLastUpdated": "2025-06-24T06:25:02.037Z" + "metadataLastUpdated": "2025-07-01T06:24:54.762Z" } }, { @@ -251063,7 +251096,7 @@ "date": { "created": "2020-03-11T20:24:48Z", "lastModified": "2020-03-11T20:24:49Z", - "metadataLastUpdated": "2025-06-24T06:25:02.037Z" + "metadataLastUpdated": "2025-07-01T06:24:54.763Z" } }, { @@ -251096,7 +251129,7 @@ "date": { "created": "2020-03-11T20:24:23Z", "lastModified": "2022-01-26T18:26:19Z", - "metadataLastUpdated": "2025-06-24T06:25:02.037Z" + "metadataLastUpdated": "2025-07-01T06:24:54.762Z" } }, { @@ -251129,7 +251162,7 @@ "date": { "created": "2020-03-11T20:25:17Z", "lastModified": "2021-02-01T21:30:09Z", - "metadataLastUpdated": "2025-06-24T06:25:02.038Z" + "metadataLastUpdated": "2025-07-01T06:24:54.763Z" } }, { @@ -251162,7 +251195,7 @@ "date": { "created": "2020-03-11T20:26:10Z", "lastModified": "2024-05-30T11:55:29Z", - "metadataLastUpdated": "2025-06-24T06:25:02.038Z" + "metadataLastUpdated": "2025-07-01T06:24:54.764Z" } }, { @@ -251195,7 +251228,7 @@ "date": { "created": "2020-03-11T20:28:08Z", "lastModified": "2023-08-24T19:09:23Z", - "metadataLastUpdated": "2025-06-24T06:25:02.039Z" + "metadataLastUpdated": "2025-07-01T06:24:54.764Z" } }, { @@ -251228,7 +251261,7 @@ "date": { "created": "2020-03-11T20:25:41Z", "lastModified": "2021-07-12T14:34:00Z", - "metadataLastUpdated": "2025-06-24T06:25:02.038Z" + "metadataLastUpdated": "2025-07-01T06:24:54.763Z" } }, { @@ -251261,7 +251294,7 @@ "date": { "created": "2020-03-11T20:26:56Z", "lastModified": "2020-11-24T23:28:09Z", - "metadataLastUpdated": "2025-06-24T06:25:02.039Z" + "metadataLastUpdated": "2025-07-01T06:24:54.764Z" } }, { @@ -251294,7 +251327,7 @@ "date": { "created": "2020-10-07T23:18:53Z", "lastModified": "2020-10-07T23:18:55Z", - "metadataLastUpdated": "2025-06-24T06:25:02.052Z" + "metadataLastUpdated": "2025-07-01T06:24:54.776Z" } }, { @@ -251327,7 +251360,7 @@ "date": { "created": "2021-06-17T13:32:32Z", "lastModified": "2022-06-15T20:59:08Z", - "metadataLastUpdated": "2025-06-24T06:25:02.072Z" + "metadataLastUpdated": "2025-07-01T06:24:54.794Z" } }, { @@ -251359,8 +251392,8 @@ }, "date": { "created": "2025-04-11T19:46:35Z", - "lastModified": "2025-06-18T16:25:14Z", - "metadataLastUpdated": "2025-06-24T06:25:02.236Z" + "lastModified": "2025-06-25T16:04:48Z", + "metadataLastUpdated": "2025-07-01T06:24:55.031Z" } }, { @@ -251393,7 +251426,7 @@ "date": { "created": "2023-11-06T21:28:07Z", "lastModified": "2025-05-27T21:33:41Z", - "metadataLastUpdated": "2025-06-24T06:25:02.122Z" + "metadataLastUpdated": "2025-07-01T06:24:54.857Z" } }, { @@ -251425,8 +251458,8 @@ }, "date": { "created": "2025-04-09T14:50:41Z", - "lastModified": "2025-06-23T12:43:29Z", - "metadataLastUpdated": "2025-06-24T06:25:02.234Z" + "lastModified": "2025-06-25T16:41:36Z", + "metadataLastUpdated": "2025-07-01T06:24:55.033Z" } }, { @@ -251459,7 +251492,7 @@ "date": { "created": "2020-09-01T12:44:03Z", "lastModified": "2022-09-06T16:17:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.050Z" + "metadataLastUpdated": "2025-07-01T06:24:54.774Z" } }, { @@ -251492,7 +251525,7 @@ "date": { "created": "2022-06-02T12:28:13Z", "lastModified": "2025-04-07T15:11:43Z", - "metadataLastUpdated": "2025-06-24T06:25:02.093Z" + "metadataLastUpdated": "2025-07-01T06:24:54.820Z" } }, { @@ -251525,7 +251558,7 @@ "date": { "created": "2024-08-19T17:03:51Z", "lastModified": "2024-09-09T20:08:59Z", - "metadataLastUpdated": "2025-06-24T06:25:02.149Z" + "metadataLastUpdated": "2025-07-01T06:24:54.883Z" } }, { @@ -251558,7 +251591,7 @@ "date": { "created": "2023-06-21T19:09:15Z", "lastModified": "2025-04-24T13:21:39Z", - "metadataLastUpdated": "2025-06-24T06:25:02.117Z" + "metadataLastUpdated": "2025-07-01T06:24:54.852Z" } }, { @@ -251591,7 +251624,7 @@ "date": { "created": "2023-06-16T15:10:17Z", "lastModified": "2025-03-24T19:55:55Z", - "metadataLastUpdated": "2025-06-24T06:25:02.116Z" + "metadataLastUpdated": "2025-07-01T06:24:54.851Z" } }, { @@ -251624,7 +251657,7 @@ "date": { "created": "2022-11-28T21:49:57Z", "lastModified": "2023-09-15T13:50:33Z", - "metadataLastUpdated": "2025-06-24T06:25:02.105Z" + "metadataLastUpdated": "2025-07-01T06:24:54.838Z" } }, { @@ -251657,7 +251690,7 @@ "date": { "created": "2025-01-14T19:51:42Z", "lastModified": "2025-02-13T15:44:19Z", - "metadataLastUpdated": "2025-06-24T06:25:02.228Z" + "metadataLastUpdated": "2025-07-01T06:24:55.003Z" } }, { @@ -251690,7 +251723,7 @@ "date": { "created": "2024-11-05T14:08:55Z", "lastModified": "2024-11-06T19:13:26Z", - "metadataLastUpdated": "2025-06-24T06:25:02.154Z" + "metadataLastUpdated": "2025-07-01T06:24:54.886Z" } }, { @@ -251754,7 +251787,7 @@ "date": { "created": "2024-10-09T20:21:50Z", "lastModified": "2025-05-09T14:48:23Z", - "metadataLastUpdated": "2025-06-24T06:25:02.152Z" + "metadataLastUpdated": "2025-07-01T06:24:54.885Z" } }, { @@ -251787,7 +251820,7 @@ "date": { "created": "2025-05-27T15:03:59Z", "lastModified": "2025-06-23T17:43:20Z", - "metadataLastUpdated": "2025-06-24T06:25:02.293Z" + "metadataLastUpdated": "2025-07-01T06:24:55.052Z" } }, { @@ -251820,7 +251853,7 @@ "date": { "created": "2024-05-20T16:55:56Z", "lastModified": "2024-05-21T18:14:52Z", - "metadataLastUpdated": "2025-06-24T06:25:02.140Z" + "metadataLastUpdated": "2025-07-01T06:24:54.876Z" } }, { @@ -251853,7 +251886,7 @@ "date": { "created": "2024-05-08T14:48:37Z", "lastModified": "2024-05-13T15:04:46Z", - "metadataLastUpdated": "2025-06-24T06:25:02.139Z" + "metadataLastUpdated": "2025-07-01T06:24:54.875Z" } }, { @@ -251886,7 +251919,7 @@ "date": { "created": "2021-08-24T13:28:30Z", "lastModified": "2023-04-20T19:58:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.073Z" + "metadataLastUpdated": "2025-07-01T06:24:54.796Z" } }, { @@ -251919,7 +251952,7 @@ "date": { "created": "2022-02-15T19:39:14Z", "lastModified": "2022-05-03T19:48:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.083Z" + "metadataLastUpdated": "2025-07-01T06:24:54.806Z" } }, { @@ -251952,7 +251985,7 @@ "date": { "created": "2022-11-07T16:44:24Z", "lastModified": "2023-08-23T18:04:09Z", - "metadataLastUpdated": "2025-06-24T06:25:02.104Z" + "metadataLastUpdated": "2025-07-01T06:24:54.836Z" } }, { @@ -251985,7 +252018,7 @@ "date": { "created": "2022-10-26T21:04:06Z", "lastModified": "2024-12-18T01:00:57Z", - "metadataLastUpdated": "2025-06-24T06:25:02.103Z" + "metadataLastUpdated": "2025-07-01T06:24:54.835Z" } }, { @@ -252018,7 +252051,7 @@ "date": { "created": "2022-12-02T13:54:45Z", "lastModified": "2025-06-04T16:51:24Z", - "metadataLastUpdated": "2025-06-24T06:25:02.105Z" + "metadataLastUpdated": "2025-07-01T06:24:54.838Z" } }, { @@ -252050,8 +252083,8 @@ }, "date": { "created": "2024-07-22T19:59:55Z", - "lastModified": "2025-06-23T20:17:27Z", - "metadataLastUpdated": "2025-06-24T06:25:02.147Z" + "lastModified": "2025-06-25T18:41:12Z", + "metadataLastUpdated": "2025-07-01T06:24:54.882Z" } }, { @@ -252084,7 +252117,7 @@ "date": { "created": "2018-02-01T20:11:33Z", "lastModified": "2020-07-23T14:39:51Z", - "metadataLastUpdated": "2025-06-24T06:25:01.999Z" + "metadataLastUpdated": "2025-07-01T06:24:54.727Z" } }, { @@ -252117,7 +252150,7 @@ "date": { "created": "2015-10-02T15:16:04Z", "lastModified": "2018-06-03T13:00:02Z", - "metadataLastUpdated": "2025-06-24T06:25:01.967Z" + "metadataLastUpdated": "2025-07-01T06:24:54.697Z" } }, { @@ -252150,7 +252183,7 @@ "date": { "created": "2022-04-20T17:11:15Z", "lastModified": "2024-11-06T13:48:24Z", - "metadataLastUpdated": "2025-06-24T06:25:02.090Z" + "metadataLastUpdated": "2025-07-01T06:24:54.815Z" } }, { @@ -252183,7 +252216,7 @@ "date": { "created": "2025-03-24T19:16:15Z", "lastModified": "2025-04-11T20:13:23Z", - "metadataLastUpdated": "2025-06-24T06:25:02.234Z" + "metadataLastUpdated": "2025-07-01T06:24:55.022Z" } }, { @@ -252216,7 +252249,7 @@ "date": { "created": "2025-03-03T18:18:41Z", "lastModified": "2025-06-02T21:06:03Z", - "metadataLastUpdated": "2025-06-24T06:25:02.227Z" + "metadataLastUpdated": "2025-07-01T06:24:55.008Z" } }, { @@ -252249,7 +252282,7 @@ "date": { "created": "2025-04-14T19:39:40Z", "lastModified": "2025-04-16T18:48:05Z", - "metadataLastUpdated": "2025-06-24T06:25:02.247Z" + "metadataLastUpdated": "2025-07-01T06:24:54.991Z" } }, { @@ -252282,7 +252315,7 @@ "date": { "created": "2025-04-14T19:47:50Z", "lastModified": "2025-04-16T18:48:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.241Z" + "metadataLastUpdated": "2025-07-01T06:24:55.038Z" } }, { @@ -252315,7 +252348,7 @@ "date": { "created": "2025-04-14T19:42:09Z", "lastModified": "2025-04-16T18:49:39Z", - "metadataLastUpdated": "2025-06-24T06:25:02.246Z" + "metadataLastUpdated": "2025-07-01T06:24:54.990Z" } }, { @@ -252348,7 +252381,7 @@ "date": { "created": "2025-04-14T19:43:49Z", "lastModified": "2025-04-16T18:50:28Z", - "metadataLastUpdated": "2025-06-24T06:25:02.231Z" + "metadataLastUpdated": "2025-07-01T06:24:54.992Z" } }, { @@ -252381,7 +252414,7 @@ "date": { "created": "2025-04-14T19:46:04Z", "lastModified": "2025-04-16T18:51:11Z", - "metadataLastUpdated": "2025-06-24T06:25:02.248Z" + "metadataLastUpdated": "2025-07-01T06:24:54.993Z" } }, { @@ -252414,7 +252447,7 @@ "date": { "created": "2025-04-14T19:49:53Z", "lastModified": "2025-04-16T18:52:00Z", - "metadataLastUpdated": "2025-06-24T06:25:02.243Z" + "metadataLastUpdated": "2025-07-01T06:24:54.991Z" } }, { @@ -252447,7 +252480,7 @@ "date": { "created": "2017-06-13T18:30:04Z", "lastModified": "2017-08-16T12:52:47Z", - "metadataLastUpdated": "2025-06-24T06:25:01.989Z" + "metadataLastUpdated": "2025-07-01T06:24:54.718Z" } }, { @@ -252480,7 +252513,7 @@ "date": { "created": "2017-06-22T12:38:13Z", "lastModified": "2022-02-16T18:46:40Z", - "metadataLastUpdated": "2025-06-24T06:25:01.990Z" + "metadataLastUpdated": "2025-07-01T06:24:54.718Z" } }, { @@ -252513,7 +252546,7 @@ "date": { "created": "2020-05-21T19:17:55Z", "lastModified": "2020-10-01T20:24:49Z", - "metadataLastUpdated": "2025-06-24T06:25:02.045Z" + "metadataLastUpdated": "2025-07-01T06:24:54.770Z" } }, { @@ -252546,7 +252579,7 @@ "date": { "created": "2016-11-30T20:51:36Z", "lastModified": "2017-04-21T18:04:07Z", - "metadataLastUpdated": "2025-06-24T06:25:01.981Z" + "metadataLastUpdated": "2025-07-01T06:24:54.710Z" } }, { @@ -252612,7 +252645,7 @@ "date": { "created": "2018-05-30T21:16:45Z", "lastModified": "2021-05-12T16:30:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.006Z" + "metadataLastUpdated": "2025-07-01T06:24:54.734Z" } }, { @@ -252645,7 +252678,7 @@ "date": { "created": "2025-04-29T19:39:39Z", "lastModified": "2025-06-23T17:36:51Z", - "metadataLastUpdated": "2025-06-24T06:25:02.247Z" + "metadataLastUpdated": "2025-07-01T06:24:54.994Z" } }, { @@ -252677,8 +252710,8 @@ }, "date": { "created": "2025-04-29T19:48:49Z", - "lastModified": "2025-06-11T17:28:43Z", - "metadataLastUpdated": "2025-06-24T06:25:02.245Z" + "lastModified": "2025-06-25T18:56:10Z", + "metadataLastUpdated": "2025-07-01T06:24:55.031Z" } }, { @@ -252711,7 +252744,7 @@ "date": { "created": "2022-05-11T13:30:09Z", "lastModified": "2022-06-13T20:01:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.091Z" + "metadataLastUpdated": "2025-07-01T06:24:54.817Z" } }, { @@ -252744,7 +252777,7 @@ "date": { "created": "2022-05-11T13:28:11Z", "lastModified": "2025-02-11T20:49:42Z", - "metadataLastUpdated": "2025-06-24T06:25:02.091Z" + "metadataLastUpdated": "2025-07-01T06:24:54.816Z" } }, { @@ -252777,7 +252810,7 @@ "date": { "created": "2024-04-30T17:15:06Z", "lastModified": "2025-02-11T20:49:19Z", - "metadataLastUpdated": "2025-06-24T06:25:02.138Z" + "metadataLastUpdated": "2025-07-01T06:24:54.874Z" } }, { @@ -252810,7 +252843,7 @@ "date": { "created": "2022-02-23T20:56:38Z", "lastModified": "2024-12-11T15:03:20Z", - "metadataLastUpdated": "2025-06-24T06:25:02.083Z" + "metadataLastUpdated": "2025-07-01T06:24:54.806Z" } }, { @@ -252843,7 +252876,7 @@ "date": { "created": "2025-04-29T22:39:09Z", "lastModified": "2025-04-29T22:39:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.291Z" + "metadataLastUpdated": "2025-07-01T06:24:55.077Z" } }, { @@ -252876,7 +252909,7 @@ "date": { "created": "2025-04-29T22:40:06Z", "lastModified": "2025-04-29T22:41:03Z", - "metadataLastUpdated": "2025-06-24T06:25:02.248Z" + "metadataLastUpdated": "2025-07-01T06:24:55.032Z" } }, { @@ -252909,7 +252942,7 @@ "date": { "created": "2025-04-29T23:18:27Z", "lastModified": "2025-04-29T23:20:38Z", - "metadataLastUpdated": "2025-06-24T06:25:02.261Z" + "metadataLastUpdated": "2025-07-01T06:24:55.056Z" } }, { @@ -252942,7 +252975,7 @@ "date": { "created": "2014-01-03T20:08:51Z", "lastModified": "2014-01-03T21:06:17Z", - "metadataLastUpdated": "2025-06-24T06:25:01.955Z" + "metadataLastUpdated": "2025-07-01T06:24:54.686Z" } }, { @@ -252975,7 +253008,7 @@ "date": { "created": "2022-06-03T14:40:46Z", "lastModified": "2025-04-25T20:13:19Z", - "metadataLastUpdated": "2025-06-24T06:25:02.094Z" + "metadataLastUpdated": "2025-07-01T06:24:54.820Z" } }, { @@ -253008,7 +253041,7 @@ "date": { "created": "2023-08-15T18:16:16Z", "lastModified": "2023-10-18T16:13:33Z", - "metadataLastUpdated": "2025-06-24T06:25:02.119Z" + "metadataLastUpdated": "2025-07-01T06:24:54.854Z" } }, { @@ -253041,7 +253074,7 @@ "date": { "created": "2025-06-03T17:12:44Z", "lastModified": "2025-06-17T18:40:19Z", - "metadataLastUpdated": "2025-06-24T06:25:02.294Z" + "metadataLastUpdated": "2025-07-01T06:24:55.066Z" } }, { @@ -253074,7 +253107,7 @@ "date": { "created": "2024-04-11T21:33:54Z", "lastModified": "2024-06-02T00:21:02Z", - "metadataLastUpdated": "2025-06-24T06:25:02.137Z" + "metadataLastUpdated": "2025-07-01T06:24:54.873Z" } }, { @@ -253106,8 +253139,8 @@ }, "date": { "created": "2022-05-16T12:53:48Z", - "lastModified": "2025-06-21T00:03:56Z", - "metadataLastUpdated": "2025-06-24T06:25:02.092Z" + "lastModified": "2025-06-30T16:24:54Z", + "metadataLastUpdated": "2025-07-01T06:24:54.817Z" } }, { @@ -253140,7 +253173,7 @@ "date": { "created": "2022-04-23T02:28:18Z", "lastModified": "2023-02-22T16:19:35Z", - "metadataLastUpdated": "2025-06-24T06:25:02.091Z" + "metadataLastUpdated": "2025-07-01T06:24:54.816Z" } }, { @@ -253173,7 +253206,7 @@ "date": { "created": "2023-07-16T16:30:29Z", "lastModified": "2023-07-20T21:19:33Z", - "metadataLastUpdated": "2025-06-24T06:25:02.118Z" + "metadataLastUpdated": "2025-07-01T06:24:54.853Z" } }, { @@ -253206,7 +253239,7 @@ "date": { "created": "2017-04-24T21:51:27Z", "lastModified": "2024-08-29T18:39:50Z", - "metadataLastUpdated": "2025-06-24T06:25:01.987Z" + "metadataLastUpdated": "2025-07-01T06:24:54.717Z" } }, { @@ -253239,7 +253272,7 @@ "date": { "created": "2022-10-13T14:50:42Z", "lastModified": "2023-01-19T21:45:00Z", - "metadataLastUpdated": "2025-06-24T06:25:02.101Z" + "metadataLastUpdated": "2025-07-01T06:24:54.832Z" } }, { @@ -253272,7 +253305,7 @@ "date": { "created": "2024-04-08T16:19:34Z", "lastModified": "2024-06-03T00:48:35Z", - "metadataLastUpdated": "2025-06-24T06:25:02.136Z" + "metadataLastUpdated": "2025-07-01T06:24:54.872Z" } }, { @@ -253305,7 +253338,7 @@ "date": { "created": "2024-10-25T15:06:12Z", "lastModified": "2024-10-25T15:43:00Z", - "metadataLastUpdated": "2025-06-24T06:25:02.153Z" + "metadataLastUpdated": "2025-07-01T06:24:55.008Z" } }, { @@ -253338,7 +253371,7 @@ "date": { "created": "2017-08-28T14:57:01Z", "lastModified": "2025-03-24T12:54:35Z", - "metadataLastUpdated": "2025-06-24T06:25:01.993Z" + "metadataLastUpdated": "2025-07-01T06:24:54.721Z" } }, { @@ -253371,7 +253404,7 @@ "date": { "created": "2020-07-13T17:49:13Z", "lastModified": "2025-04-23T14:54:15Z", - "metadataLastUpdated": "2025-06-24T06:25:02.047Z" + "metadataLastUpdated": "2025-07-01T06:24:54.771Z" } }, { @@ -253404,7 +253437,7 @@ "date": { "created": "2024-02-22T20:21:59Z", "lastModified": "2024-05-10T06:36:06Z", - "metadataLastUpdated": "2025-06-24T06:25:02.133Z" + "metadataLastUpdated": "2025-07-01T06:24:54.868Z" } }, { @@ -253437,7 +253470,7 @@ "date": { "created": "2022-03-15T11:56:19Z", "lastModified": "2022-12-02T17:59:25Z", - "metadataLastUpdated": "2025-06-24T06:25:02.085Z" + "metadataLastUpdated": "2025-07-01T06:24:54.811Z" } }, { @@ -253469,8 +253502,8 @@ }, "date": { "created": "2022-02-10T17:04:57Z", - "lastModified": "2025-06-18T00:48:25Z", - "metadataLastUpdated": "2025-06-24T06:25:02.082Z" + "lastModified": "2025-06-30T15:09:08Z", + "metadataLastUpdated": "2025-07-01T06:24:54.805Z" } }, { @@ -253503,7 +253536,7 @@ "date": { "created": "2025-04-11T18:12:59Z", "lastModified": "2025-05-19T15:01:33Z", - "metadataLastUpdated": "2025-06-24T06:25:02.236Z" + "metadataLastUpdated": "2025-07-01T06:24:54.987Z" } }, { @@ -253536,7 +253569,7 @@ "date": { "created": "2022-05-19T15:18:04Z", "lastModified": "2022-05-19T15:20:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.092Z" + "metadataLastUpdated": "2025-07-01T06:24:54.818Z" } }, { @@ -253569,7 +253602,7 @@ "date": { "created": "2024-07-26T19:27:19Z", "lastModified": "2024-07-29T15:39:46Z", - "metadataLastUpdated": "2025-06-24T06:25:02.147Z" + "metadataLastUpdated": "2025-07-01T06:24:55.007Z" } }, { @@ -253602,7 +253635,7 @@ "date": { "created": "2023-06-15T21:49:07Z", "lastModified": "2025-05-20T13:46:05Z", - "metadataLastUpdated": "2025-06-24T06:25:02.116Z" + "metadataLastUpdated": "2025-07-01T06:24:54.851Z" } }, { @@ -253635,7 +253668,7 @@ "date": { "created": "2024-01-17T21:28:29Z", "lastModified": "2025-06-13T15:23:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.129Z" + "metadataLastUpdated": "2025-07-01T06:24:54.865Z" } }, { @@ -253668,7 +253701,7 @@ "date": { "created": "2022-01-03T17:45:09Z", "lastModified": "2023-01-19T18:05:18Z", - "metadataLastUpdated": "2025-06-24T06:25:02.080Z" + "metadataLastUpdated": "2025-07-01T06:24:54.802Z" } }, { @@ -253701,7 +253734,7 @@ "date": { "created": "2024-05-28T18:23:05Z", "lastModified": "2025-05-13T15:51:54Z", - "metadataLastUpdated": "2025-06-24T06:25:02.141Z" + "metadataLastUpdated": "2025-07-01T06:24:54.877Z" } }, { @@ -253734,7 +253767,7 @@ "date": { "created": "2023-04-20T12:06:54Z", "lastModified": "2025-06-17T15:14:53Z", - "metadataLastUpdated": "2025-06-24T06:25:02.113Z" + "metadataLastUpdated": "2025-07-01T06:24:54.848Z" } }, { @@ -253767,7 +253800,7 @@ "date": { "created": "2023-03-24T13:39:07Z", "lastModified": "2025-06-10T18:58:14Z", - "metadataLastUpdated": "2025-06-24T06:25:02.111Z" + "metadataLastUpdated": "2025-07-01T06:24:54.846Z" } }, { @@ -253800,7 +253833,7 @@ "date": { "created": "2024-06-26T13:08:39Z", "lastModified": "2025-05-01T21:11:32Z", - "metadataLastUpdated": "2025-06-24T06:25:02.145Z" + "metadataLastUpdated": "2025-07-01T06:24:54.880Z" } }, { @@ -253833,7 +253866,7 @@ "date": { "created": "2018-03-26T15:06:16Z", "lastModified": "2021-08-20T12:36:09Z", - "metadataLastUpdated": "2025-06-24T06:25:02.002Z" + "metadataLastUpdated": "2025-07-01T06:24:54.730Z" } }, { @@ -253866,7 +253899,7 @@ "date": { "created": "2020-04-02T17:54:49Z", "lastModified": "2024-11-09T17:45:44Z", - "metadataLastUpdated": "2025-06-24T06:25:02.040Z" + "metadataLastUpdated": "2025-07-01T06:24:54.765Z" } }, { @@ -253899,7 +253932,7 @@ "date": { "created": "2021-10-04T13:37:01Z", "lastModified": "2025-01-13T21:57:28Z", - "metadataLastUpdated": "2025-06-24T06:25:02.076Z" + "metadataLastUpdated": "2025-07-01T06:24:54.798Z" } }, { @@ -253932,7 +253965,7 @@ "date": { "created": "2019-11-13T14:10:13Z", "lastModified": "2020-05-11T16:04:48Z", - "metadataLastUpdated": "2025-06-24T06:25:02.030Z" + "metadataLastUpdated": "2025-07-01T06:24:54.755Z" } }, { @@ -253964,8 +253997,8 @@ }, "date": { "created": "2019-11-13T14:07:05Z", - "lastModified": "2025-06-22T18:19:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.029Z" + "lastModified": "2025-06-24T19:03:23Z", + "metadataLastUpdated": "2025-07-01T06:24:54.755Z" } }, { @@ -253998,7 +254031,7 @@ "date": { "created": "2024-08-09T14:08:18Z", "lastModified": "2025-04-04T18:48:10Z", - "metadataLastUpdated": "2025-06-24T06:25:02.148Z" + "metadataLastUpdated": "2025-07-01T06:24:55.011Z" } }, { @@ -254031,7 +254064,7 @@ "date": { "created": "2025-04-14T19:13:02Z", "lastModified": "2025-04-16T18:36:01Z", - "metadataLastUpdated": "2025-06-24T06:25:02.239Z" + "metadataLastUpdated": "2025-07-01T06:24:54.991Z" } }, { @@ -254064,7 +254097,7 @@ "date": { "created": "2023-06-22T18:53:02Z", "lastModified": "2025-05-02T14:56:00Z", - "metadataLastUpdated": "2025-06-24T06:25:02.117Z" + "metadataLastUpdated": "2025-07-01T06:24:54.852Z" } }, { @@ -254097,7 +254130,7 @@ "date": { "created": "2024-05-20T17:15:26Z", "lastModified": "2025-05-06T17:04:18Z", - "metadataLastUpdated": "2025-06-24T06:25:02.140Z" + "metadataLastUpdated": "2025-07-01T06:24:54.876Z" } }, { @@ -254130,7 +254163,7 @@ "date": { "created": "2017-07-12T14:09:52Z", "lastModified": "2018-05-08T16:44:26Z", - "metadataLastUpdated": "2025-06-24T06:25:01.990Z" + "metadataLastUpdated": "2025-07-01T06:24:54.719Z" } }, { @@ -254163,7 +254196,7 @@ "date": { "created": "2019-08-23T15:05:01Z", "lastModified": "2025-06-23T19:27:50Z", - "metadataLastUpdated": "2025-06-24T06:25:02.025Z" + "metadataLastUpdated": "2025-07-01T06:24:54.752Z" } }, { @@ -254196,7 +254229,7 @@ "date": { "created": "2022-01-20T20:00:56Z", "lastModified": "2023-10-17T17:14:36Z", - "metadataLastUpdated": "2025-06-24T06:25:02.081Z" + "metadataLastUpdated": "2025-07-01T06:24:54.803Z" } } ], diff --git a/scripts/pull_legacy_assets.py b/scripts/pull_legacy_assets.py index e33b9467..2aba0272 100644 --- a/scripts/pull_legacy_assets.py +++ b/scripts/pull_legacy_assets.py @@ -5,7 +5,7 @@ # the commented out links are not valid or cant be found agencies_links = { - "DoA": "https://usda.gov/code.json", + "USDA": "https://usda.gov/code.json", # "Department of Commerce": "https://www.commerce.gov/code.json", "DoD": "https://www.code.mil/code.json", # "Department of Education": "https://ed.gov/code.json", @@ -16,7 +16,7 @@ # "Department of Justice": "https://www.justice.gov/d9/code.json", # "Department of Labor": "https://www.dol.gov/code.json", # "Department of Transportation": "https://www.transportation.gov/code.json", - "DoT": "https://www.treasury.gov/code.json", + "TREASURY": "https://www.treasury.gov/code.json", "VA": "https://www.va.gov/code.json", "EPA": "https://www.epa.gov/code.json", # "National Aeronautics and Space Administration": "https://code.nasa.gov/code.json",