From 4ec665a7cec41d68b1697ee20c61ed78afc01da9 Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Thu, 5 Jun 2025 11:52:04 -0500 Subject: [PATCH 1/6] create parent script to call other scripts. Also modulize the code to add a util function for merging the data from differant indexes Signed-off-by: Isaac Milarsky --- agency-indexes/GSA_index.json | 8 - agency-indexes/HHS_index.json | 954 ------------------ scripts/__init__.py | 0 scripts/pull_all_assets.py | 12 + ...legacy-assets.py => pull_legacy_assets.py} | 28 +- ...public-assets.py => pull_public_assets.py} | 9 +- scripts/util.py | 27 + 7 files changed, 52 insertions(+), 986 deletions(-) delete mode 100644 agency-indexes/GSA_index.json delete mode 100644 agency-indexes/HHS_index.json create mode 100644 scripts/__init__.py create mode 100644 scripts/pull_all_assets.py rename scripts/{pull-legacy-assets.py => pull_legacy_assets.py} (80%) rename scripts/{pull-public-assets.py => pull_public_assets.py} (87%) create mode 100644 scripts/util.py diff --git a/agency-indexes/GSA_index.json b/agency-indexes/GSA_index.json deleted file mode 100644 index 0915afc4..00000000 --- a/agency-indexes/GSA_index.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "agency": "GSA", - "version": "0.0.1", - "measurementType": { - "method": "projects" - }, - "releases": [] -} \ No newline at end of file diff --git a/agency-indexes/HHS_index.json b/agency-indexes/HHS_index.json deleted file mode 100644 index 1768d6c2..00000000 --- a/agency-indexes/HHS_index.json +++ /dev/null @@ -1,954 +0,0 @@ -{ - "agency": "HHS", - "version": "0.0.1", - "measurementType": { - "method": "projects" - }, - "releases": [ - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "automated-codejson-generator", - "description": "Tooling that allows for code.json creation through automation", - "longDescription": "This project provides a GitHub Action that helps federal agencies maintain their code.json files, which are required for compliance with the Federal Source Code Policy. The action automatically calculates and updates various metadata fields including labor hours, programming languages used, repository information, and timestamps. It creates pull requests with these updates, making it easier to keep code.json files accurate and up-to-date.", - "status": "Production", - "permissions": { - "licenses": [ - { - "name": "CC0-1.0", - "URL": "https://creativecommons.org/publicdomain/zero/1.0/" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/automated-codejson-generator", - "vcs": "git", - "laborHours": 11702, - "platforms": [ - "web", - "linux" - ], - "categories": [ - "developer-tools", - "automation" - ], - "softwareType": "standalone/backend", - "languages": [ - "TypeScript", - "JavaScript" - ], - "maintenance": "internal", - "date": { - "created": "2025-02-07T16:29:38Z", - "lastModified": "2025-02-07T21:44:41Z", - "metaDataLastUpdated": "2025-02-07T21:45:22.738Z" - }, - "tags": [ - "github-action", - "codejson" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Team" - }, - "localisation": false, - "repositoryType": "tools", - "userInput": false, - "fismaLevel": "Low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "Operational" - ], - "userType": [ - "Government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 3 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "beneficiary-fhir-data", - "description": "The BFD Server is an API designed to serve Medicare beneficiaries' demographic, enrollment, and claims data using the HL7\u00ae FHIR\u00ae Standard format.", - "longDescription": "It's the vision of this project to provide a comprehensive, performant, and trustworthy platform to transform the way that the CMS enterprise shares and uses data. This aligns with the overarching mission to enable the CMS Enterprise to drive innovation in data sharing so that beneficiaries and their healthcare partners have the data they need to make informed decisions about their healthcare.", - "status": "Production", - "permissions": { - "licenses": [ - { - "URL": "https://github.com/CMSgov/beneficiary-fhir-data/blob/master/LICENSE.md", - "name": "CC0-1.0" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/CMSgov/beneficiary-fhir-data", - "repositoryHost": "github.com/CMSgov", - "repositoryVisibility": "public", - "vcs": "git", - "laborHours": 34495, - "reuseFrequency": { - "forks": 33 - }, - "platforms": [ - "windows", - "mac", - "linux" - ], - "categories": [ - "API", - "Server" - ], - "softwareType": "standalone/backend", - "languages": [ - "Java", - "HCL", - "Python", - "Shell", - "PLpgSQL", - "Groovy", - "Rust", - "GLSL", - "Kotlin", - "Jinja", - "Dockerfile", - "Liquid", - "HTML", - "Go", - "Ruby", - "CSS", - "Smarty", - "JavaScript", - "SCSS" - ], - "maintenance": "internal", - "contractNumber": "0", - "date": { - "created": "2019-08-22T18:41:16Z", - "lastModified": "2025-05-06T13:34:00Z", - "metaDataLastUpdated": "2025-05-08T15:31:44.414Z" - }, - "tags": [ - "fhir", - "cms", - "api", - "BFD", - "blue-button", - "medicare", - "beneficiary", - "data" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Program Office" - }, - "feedbackMechanisms": [ - "https://github.com/CMSgov/beneficiary-fhir-data/issues" - ], - "localisation": false, - "repositoryType": "APIs", - "userInput": true, - "fismaLevel": "Moderate", - "group": "CMS/OEDA/DASG", - "projects": [ - "blue-button" - ], - "systems": [], - "upstream": "https://github.com/CMSgov/beneficiary-fhir-data/network/dependencies", - "subsetInHealthcare": [ - "Operational", - "Medicare" - ], - "userType": [ - "Providers", - "Patients", - "Government" - ], - "maturityModelTier": 3 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "cms-gource", - "description": "Gource.io Visualization of Developer.CMS.gov Open Source repositories", - "longDescription": "This repository contains configuration scripts, log files, and graphic assets used to generate a source code repository visualization using Gource.", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/cms-gource/blob/main/LICENSE" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/cms-gource", - "vcs": "git", - "laborHours": 17736, - "platforms": [ - "web" - ], - "categories": [ - "applicant-tracking", - "data-collection", - "data-visualization" - ], - "softwareType": "standalone/web", - "languages": [ - "python" - ], - "maintenance": "internal", - "date": { - "created": "2023-08-21T15:47:26Z", - "lastModified": "2025-02-12T18:25:06Z", - "metaDataLastUpdated": "2025-02-12T18:27:00.385Z" - }, - "tags": [ - "repository" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS/OA/DSAC" - }, - "localisation": false, - "repositoryType": "data", - "userInput": false, - "fismaLevel": "low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "Operational" - ], - "userType": [ - "government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 3 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "cms-open-source-policy", - "description": "CMS' Open Source Policy", - "longDescription": "The Centers for Medicare & Medicaid Services (CMS) has been an active supporter of and has utilized the Open Source Software (OSS) on several IT projects for its mission-critical programs. Several CMS business units and offices have been actively releasing OSS as part of IT modernization projects. CMS has many active open source communities, such as our Developer APIs like Bluebutton, our CMS Design System, and hundreds of other repos across our many organizations (https://dsacms.github.io/metrics/organizations/). CMS has embraced Open Source development and is looking forward to releasing software to the community to promote reuse. This policy will help CMS achieve the goals outlined in the OMB directive M-16-21 for Federal agencies.", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/cms-open-source-policy/blob/main/LICENSE" - } - ], - "usageType": "governmentWideReuse", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/cms-open-source-policy", - "vcs": "git", - "laborHours": 1381, - "platforms": [ - "web" - ], - "categories": [ - "procurement", - "hr" - ], - "softwareType": "standalone/web", - "languages": [ - "Markdown" - ], - "maintenance": "internal", - "date": { - "created": "2024-09-05T18:22:39Z", - "lastModified": "2025-02-13T20:26:40Z", - "metaDataLastUpdated": "2025-02-13T20:27:21.834Z" - }, - "tags": [ - "Policy", - "OSPO", - "Open Source" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Team" - }, - "localisation": false, - "repositoryType": "standards", - "userInput": false, - "fismaLevel": "Low", - "group": "CMS/OA/DSAC", - "upstream": [ - "https://github.com/CMSgov/cms-open-source-policy" - ], - "subsetInHealthcare": [ - "Policy" - ], - "userType": [ - "Government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 1 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "codejson-generator", - "description": "Form to generate a CMS code.json", - "longDescription": "A web form where project teams fill out information about their project and creates a completed code.json for local download to add to repositories.", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/codejson-generator/blob/main/LICENSE" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/codejson-generator", - "vcs": "git", - "laborHours": 3347, - "platforms": [ - "web" - ], - "categories": [ - "it-asset-management", - "inventory-management", - "data-collection" - ], - "softwareType": "standalone/web", - "languages": [ - "JavaScript", - "HTML", - "CSS" - ], - "maintenance": "internal", - "date": { - "created": "2024-11-22T16:30:29Z", - "lastModified": "2025-02-13T20:05:39Z", - "metaDataLastUpdated": "2025-02-14T15:06:13.678Z" - }, - "tags": [ - "codejson", - "compliance", - "OSPO" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Team" - }, - "localisation": false, - "repositoryType": "website", - "userInput": false, - "fismaLevel": "Low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "Operational" - ], - "userType": [ - "Government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 3 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "codejson-generator", - "description": "Form to generate a CMS code.json", - "longDescription": "A web form where project teams fill out information about their project and creates a completed code.json for local download to add to repositories.", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/codejson-generator/blob/main/LICENSE" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/codejson-generator", - "vcs": "git", - "laborHours": 3347, - "platforms": [ - "web" - ], - "categories": [ - "it-asset-management", - "inventory-management", - "data-collection" - ], - "softwareType": "standalone/web", - "languages": [ - "JavaScript", - "HTML", - "CSS" - ], - "maintenance": "internal", - "date": { - "created": "2024-11-22T16:30:29Z", - "lastModified": "2025-02-13T20:05:39Z", - "metaDataLastUpdated": "2025-02-14T15:06:13.678Z" - }, - "tags": [ - "codejson", - "compliance", - "OSPO" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Team" - }, - "localisation": false, - "repositoryType": "website", - "userInput": false, - "fismaLevel": "Low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "Operational" - ], - "userType": [ - "Government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 3 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "codejson-generator", - "description": "Form to generate a CMS code.json", - "longDescription": "A web form where project teams fill out information about their project and creates a completed code.json for local download to add to repositories.", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/codejson-generator/blob/main/LICENSE" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/codejson-generator", - "vcs": "git", - "laborHours": 3347, - "platforms": [ - "web" - ], - "categories": [ - "it-asset-management", - "inventory-management", - "data-collection" - ], - "softwareType": "standalone/web", - "languages": [ - "JavaScript", - "HTML", - "CSS" - ], - "maintenance": "internal", - "date": { - "created": "2024-11-22T16:30:29Z", - "lastModified": "2025-02-13T20:05:39Z", - "metaDataLastUpdated": "2025-02-14T15:06:13.678Z" - }, - "tags": [ - "codejson", - "compliance", - "OSPO" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Team" - }, - "localisation": false, - "repositoryType": "website", - "userInput": false, - "fismaLevel": "Low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "Operational" - ], - "userType": [ - "Government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 3 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "codejson-index-generator", - "description": "Script to create an indexed code.json", - "longDescription": "The GitHub Code.json Index Generator is a Python-based tool that helps federal agencies compile and maintain their code.json files for code.gov compliance. It automatically scans specified GitHub organizations, finds repositories containing code.json files, and combines them into a single indexed file.", - "status": "production", - "permissions": { - "licenses": [ - { - "URL": "https://github.com/DSACMS/codejson-index-generator/blob/main/LICENSE", - "name": "CC0-1.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "https://github.com/DSACMS/codejson-index-generator", - "vcs": "git", - "laborHours": 2764, - "platforms": [ - "mac" - ], - "categories": [ - "compliance-management", - "data-collection" - ], - "softwareType": "standalone/desktop", - "languages": [ - "Python" - ], - "maintenance": "internal", - "date": { - "created": "2025-01-07T21:26:42Z", - "lastModified": "2025-02-11T21:19:29Z", - "metaDataLastUpdated": "2025-02-11T21:20:49.144Z" - }, - "tags": [ - "codejson", - "index", - "generator", - "tools" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Program Office" - }, - "localisation": false, - "repositoryType": "Tools", - "userInput": true, - "fismaLevel": "Low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": "Operational", - "userType": "Government", - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 3 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "decks", - "description": "Repository containing various presentations delivered by the Digital Service at CMS", - "longDescription": "", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/decks/blob/main/LICENSE" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/decks", - "vcs": "git", - "laborHours": 1326, - "platforms": [ - "web" - ], - "categories": [ - "communications" - ], - "softwareType": "", - "languages": [ - "markdown", - "postscript" - ], - "maintenance": "standalone/other", - "date": { - "created": "2024-04-03T14:48:21Z", - "lastModified": "2025-02-13T19:33:25Z", - "metaDataLastUpdated": "2025-02-13T19:34:31.034Z" - }, - "tags": [ - "presentations", - "repository", - "pdf" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS/OA/DSAC" - }, - "localisation": false, - "repositoryType": "data", - "userInput": false, - "fismaLevel": "low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "operational" - ], - "userType": [ - "government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 1 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "dedupliFHIR", - "description": "Prototype for basic deduplication and aggregation of eCQM data", - "longDescription": "A CLI bundled with an electron front-end that provides data-linkage and AI deduplication for reported ACO data at scale.", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/dedupliFHIR/blob/main/LICENSE" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/dedupliFHIR", - "vcs": "git", - "laborHours": 4252, - "platforms": [ - "windows", - "mac", - "linux" - ], - "categories": [ - "data-analytics", - "application-development", - "data-collection" - ], - "softwareType": "standalone/desktop", - "languages": [ - "Python", - "JavaScript", - "HTML", - "CSS", - "Shell", - "Makefile" - ], - "maintenance": "internal", - "date": { - "created": "2023-06-22T17:08:19Z", - "lastModified": "2025-02-10T19:13:19Z", - "metaDataLastUpdated": "2025-02-10T19:14:29.970Z" - }, - "tags": [ - "AI", - "deduplication", - "data", - "ACA", - "FHIR" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Team" - }, - "localisation": false, - "repositoryType": "application", - "userInput": "Yes", - "fismaLevel": "Moderate", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": "Operational", - "userType": "Providers", - "repositoryHost": "Github.com", - "maturityModelTier": "3", - "projectType": "Tools" - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "dsacms.github.io", - "description": "Landing Page for DSACMS GitHub Organization", - "longDescription": "We're a group of civic-minded technologists transforming how the federal government delivers healthcare to the American people. The Digital Service at CMS (DSAC) consists of engineers, designers, and product managers\u2014serving our country by building and maintaining the technology underpinning our national health care programs.", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/dsacms.github.io/blob/main/LICENSE.md#license" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/dsacms.github.io", - "vcs": "git", - "laborHours": 2392, - "platforms": [ - "web" - ], - "categories": [ - "communications" - ], - "softwareType": "standalone/other", - "languages": [ - "Shell" - ], - "maintenance": "internal", - "date": { - "created": "2023-06-06T17:27:47Z", - "lastModified": "2025-02-13T20:59:29Z", - "metaDataLastUpdated": "2025-02-13T21:01:14.296Z" - }, - "tags": [ - "repository", - "comms" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Team" - }, - "localisation": false, - "repositoryType": "data", - "userInput": false, - "fismaLevel": "low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "operational" - ], - "userType": [ - "government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 2 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "form-demo", - "description": "Demo of a web form", - "longDescription": "This is a quick demo of form capabilities that uses the CMS Design System. It doesn't send the data anywhere.", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/form-demo/blob/main/LICENSE" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/form-demo", - "vcs": "git", - "laborHours": 11466, - "platforms": [ - "web" - ], - "categories": [ - "design-system" - ], - "softwareType": "standalone/web", - "languages": [ - "JavaScript", - "HTML" - ], - "maintenance": "internal", - "date": { - "created": "2024-02-23T19:59:09Z", - "lastModified": "2025-02-13T19:14:34Z", - "metaDataLastUpdated": "2025-02-13T19:15:27.869Z" - }, - "tags": [ - "repository", - "form" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS/OA/DSAC" - }, - "localisation": false, - "repositoryType": "website", - "userInput": false, - "fismaLevel": "low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "operational" - ], - "userType": [ - "government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 1 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "gource-log", - "description": "GitHub Action to run Gource on the desired repository and store the log for later use.", - "longDescription": "A Custom Built GitHub Action that helps Automate Gource and Gource Log Creation", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/gource-log/blob/main/LICENSE" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/gource-log", - "vcs": "git", - "laborHours": 2621, - "platforms": [ - "web" - ], - "categories": [ - "data-collection", - "data-visualization" - ], - "softwareType": "standalone/web", - "languages": [ - "Python", - "Dockerfile" - ], - "maintenance": "internal", - "date": { - "created": "2024-11-05T15:52:01Z", - "lastModified": "2025-02-13T19:29:35Z", - "metaDataLastUpdated": "2025-02-13T19:31:25.332Z" - }, - "tags": [ - "gource", - "data visualization", - "logs" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Team" - }, - "localisation": false, - "repositoryType": "tools", - "userInput": false, - "fismaLevel": "Low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "Operational" - ], - "userType": [ - "Government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 3 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "gov-codejson", - "description": "code.json: An agency-wide metadata standard for software projects", - "longDescription": "This repository contains documentation on code.json, a metadata standard used to collect information on the agency's software projects in compliance with M-16-21 and the SHARE IT Act.", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/gov-codejson/blob/main/LICENSE" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/gov-codejson", - "vcs": "git", - "laborHours": 3479, - "platforms": [ - "web" - ], - "categories": [ - "knowledge-management", - "help-desk" - ], - "softwareType": "standalone/web", - "languages": [ - "Markdown" - ], - "maintenance": "internal", - "date": { - "created": "2025-02-04T21:59:53Z", - "lastModified": "2025-02-11T18:45:30Z", - "metaDataLastUpdated": "2025-02-11T18:47:02.924Z" - }, - "tags": [ - "guide", - "codejson", - "OSPO", - "metadata", - "SHAREIT", - "M-16-21" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS Open Source Team" - }, - "localisation": false, - "repositoryType": "standards", - "userInput": false, - "fismaLevel": "Low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "Operational" - ], - "userType": [ - "Government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 3 - }, - { - "organization": "Centers for Medicare & Medicaid Services", - "name": "income-reporting-playbook", - "description": "The Income Reporting Playbook will offer guidance and templates to improve the client experience of providing income during benefit applications and renewals. It is currently being developed by Nava in conjunction with USDS and DSAC.", - "longDescription": "This project is being developed by Nava in collaboration with USDS. The Income Reporting Playbook will offer guidance and templates to improve the client experience of providing income during benefit applications and renewals. In this playbook, you\u2019ll find: Recommended best practices, Common terms and plain language definitions, Example language and visual templates for income Following this guidance can improve application form accessibility, equity, and usability.", - "status": "Production", - "permissions": { - "license": [ - { - "name": "CC0 1.0 Universal", - "URL": "https://github.com/DSACMS/income-reporting-playbook/blob/main/LICENSE" - } - ], - "usageType": "openSource", - "exemptionText": "" - }, - "repositoryURL": "https://github.com/DSACMS/income-reporting-playbook", - "vcs": "git", - "laborHours": 2295, - "platforms": [ - "web" - ], - "categories": [ - "resource-management", - "knowledge-management" - ], - "softwareType": "standalone/web", - "languages": [ - "HTML", - "SCSS", - "JavaScript", - "Makefile", - "Ruby" - ], - "maintenance": "internal", - "date": { - "created": "2023-09-29T19:39:30Z", - "lastModified": "2025-02-12T18:57:31Z", - "metaDataLastUpdated": "2025-02-12T18:58:41.245Z" - }, - "tags": [ - "repository", - "playbook" - ], - "contact": { - "email": "opensource@cms.hhs.gov", - "name": "CMS/OA/DSAC" - }, - "localisation": false, - "repositoryType": "website", - "userInput": false, - "fismaLevel": "low", - "group": "CMS/OA/DSAC", - "subsetInHealthcare": [ - "operational" - ], - "userType": [ - "government" - ], - "repositoryHost": "github.com/DSACMS", - "maturityModelTier": 1 - } - ] -} \ No newline at end of file diff --git a/scripts/__init__.py b/scripts/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/scripts/pull_all_assets.py b/scripts/pull_all_assets.py new file mode 100644 index 00000000..6b41b2ff --- /dev/null +++ b/scripts/pull_all_assets.py @@ -0,0 +1,12 @@ +from .pull_legacy_assets import agencies_links, headers, add_directories_to_directory, add_indexes_to_directory +from .pull_legacy_assets import main as legacy_pull_function +from .pull_public_assets import main as public_pull_function + +def main(): + legacy_pull_function() + public_pull_function() + + +if __name__ == "__main__": + main() + \ No newline at end of file diff --git a/scripts/pull-legacy-assets.py b/scripts/pull_legacy_assets.py similarity index 80% rename from scripts/pull-legacy-assets.py rename to scripts/pull_legacy_assets.py index 61738525..879497b8 100644 --- a/scripts/pull-legacy-assets.py +++ b/scripts/pull_legacy_assets.py @@ -1,6 +1,7 @@ import requests import json import os +from .util import merge_indexes # the commented out links are not valid or cant be found agencies_links = { @@ -54,35 +55,16 @@ def add_directories_to_directory(data, agency_name): except Exception as e: print(f"Failed to add files to {agency_name} directory: {e}") + def add_indexes_to_directory(data, agency_name): file_name = f"../agency-indexes/{agency_name}-index.json" if os.path.exists(file_name): try: - with open(file_name, 'r', encoding='utf-8') as file: - existing_data = json.load(file) - - existing_releases = existing_data.get('releases', []) - new_releases = data.get('releases', []) - - existing_repos = set() - unique_new_releases = [] - - for release in existing_releases: - repo_url = release.get('repositoryURL') - if repo_url: - existing_repos.add(repo_url) - - for release in new_releases: - repo_url = release.get('repositoryURL') - if repo_url not in existing_repos: - unique_new_releases.append(release) - - merged_releases = existing_releases + unique_new_releases - data['releases'] = merged_releases - + merge_indexes(data,file_name) except Exception as e: - print(f"Failed to read existing file: {e}") + print("Failed to merge existing file with new data!") + print(e) try: with open(file_name, 'w', encoding='utf-8') as file: diff --git a/scripts/pull-public-assets.py b/scripts/pull_public_assets.py similarity index 87% rename from scripts/pull-public-assets.py rename to scripts/pull_public_assets.py index 4bc97c44..ca5653b4 100644 --- a/scripts/pull-public-assets.py +++ b/scripts/pull_public_assets.py @@ -2,6 +2,7 @@ import os from codejson_index_generator import IndexGenerator +from .util import merge_indexes AGENCY_CODEJSON_DIR = "agency-indexes" VERSION = '0.0.1' @@ -65,7 +66,13 @@ def main(): print(e) - indexGen.save_index(os.path.join(AGENCY_CODEJSON_DIR, agency + "_index.json")) + path_to_save = os.path.join(AGENCY_CODEJSON_DIR, agency + "-index.json") + + #Merge with existing data. + if os.path.exists(path_to_save): + merge_indexes(indexGen.index,path_to_save) + + indexGen.save_index(path_to_save) print(f"\nIndexing complete. Results saved to {AGENCY_CODEJSON_DIR}") except Exception as e: diff --git a/scripts/util.py b/scripts/util.py new file mode 100644 index 00000000..9366e577 --- /dev/null +++ b/scripts/util.py @@ -0,0 +1,27 @@ +def merge_indexes(data,existing_file): + try: + with open(existing_file, 'r', encoding='utf-8') as file: + existing_data = json.load(file) + + existing_releases = existing_data.get('releases', []) + new_releases = data.get('releases', []) + + existing_repos = set() + unique_new_releases = [] + + for release in existing_releases: + repo_url = release.get('repositoryURL') + if repo_url: + existing_repos.add(repo_url) + + for release in new_releases: + repo_url = release.get('repositoryURL') + if repo_url not in existing_repos: + unique_new_releases.append(release) + + merged_releases = existing_releases + unique_new_releases + data['releases'] = merged_releases + + except Exception as e: + print(f"Failed to read existing file: {e}") + raise e \ No newline at end of file From 4b96a149f69d3aeee52a8be16f4dc90b341d7a9c Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Thu, 5 Jun 2025 12:05:55 -0500 Subject: [PATCH 2/6] syntax Signed-off-by: Isaac Milarsky --- .gitignore | 1 + agency-indexes/DoE/CAP.json | 31 + agency-indexes/DoE/Cap.json | 23 +- ...nchronous_VisitOr_Queue_Graph_Toolkit.json | 21 +- ...nchronous_Visitor_Queue_Graph_Toolkit.json | 32 + agency-indexes/DoE/JOBRUNNER.json | 31 + agency-indexes/DoE/JobRunner.json | 24 +- agency-indexes/DoE/Kokkos_Spack.json | 17 +- agency-indexes/DoE/LUNA.json | 25 +- agency-indexes/DoE/Luna.json | 34 + agency-indexes/DoE/Magpie.json | 31 + agency-indexes/DoE/OSCARS.json | 28 +- agency-indexes/DoE/Oscars.json | 33 + agency-indexes/DoE/SystemBurn.json | 14 +- agency-indexes/DoE/Systemburn.json | 30 + agency-indexes/DoE/kokkos_spack.json | 31 + agency-indexes/DoE/magpie.json | 22 +- agency-indexes/GSA-index.json | 8 + agency-indexes/HHS-index.json | 40556 ++++++++-------- agency-indexes/HHS/Artemis.json | 58 +- agency-indexes/HHS/artemis.json | 37 + agency-indexes/SSA-index.json | 2381 + scripts/pull_all_assets.py | 6 +- scripts/pull_legacy_assets.py | 6 +- scripts/pull_public_assets.py | 2 +- scripts/util.py | 2 + 26 files changed, 23078 insertions(+), 20406 deletions(-) create mode 100644 agency-indexes/DoE/CAP.json create mode 100644 agency-indexes/DoE/Highly_Asynchronous_Visitor_Queue_Graph_Toolkit.json create mode 100644 agency-indexes/DoE/JOBRUNNER.json create mode 100644 agency-indexes/DoE/Luna.json create mode 100644 agency-indexes/DoE/Magpie.json create mode 100644 agency-indexes/DoE/Oscars.json create mode 100644 agency-indexes/DoE/Systemburn.json create mode 100644 agency-indexes/DoE/kokkos_spack.json create mode 100644 agency-indexes/GSA-index.json create mode 100644 agency-indexes/HHS/artemis.json diff --git a/.gitignore b/.gitignore index b9c8e8de..a098e67a 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,7 @@ web_modules/ .env.production.local .env.local .venv/ +__pycache__/ # VSCode files, e.g. launch configuration .vscode diff --git a/agency-indexes/DoE/CAP.json b/agency-indexes/DoE/CAP.json new file mode 100644 index 00000000..f5258324 --- /dev/null +++ b/agency-indexes/DoE/CAP.json @@ -0,0 +1,31 @@ +{ + "contact": { + "email": "stooksburys@osti.gov" + }, + "date": { + "created": "2020-09-16", + "metadataLastUpdated": "2020-09-16" + }, + "description": "Identification of core annotation pipeline (CAP). The repository for workflow development to integrate in-house workflows into KBase. These scripts integrate assemblies, abundances, and annotations into a Phyloseq object, specifically genes which are core among multiple metagenomes.", + "laborHours": 136.8, + "languages": [], + "name": "CAP", + "organization": "Office of Scientific and Technical Information (OSTI)", + "permissions": { + "exemptionText": null, + "licenses": [ + { + "URL": "https://api.github.com/licenses/mit", + "name": "MIT" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/kbaseattic/cap", + "status": "Development", + "tags": [ + "DOE CODE", + "Office of Scientific and Technical Information (OSTI)" + ], + "vcs": "git" +} \ No newline at end of file diff --git a/agency-indexes/DoE/Cap.json b/agency-indexes/DoE/Cap.json index f5258324..365bb72d 100644 --- a/agency-indexes/DoE/Cap.json +++ b/agency-indexes/DoE/Cap.json @@ -1,31 +1,30 @@ { "contact": { - "email": "stooksburys@osti.gov" + "email": "simsdl@ornl.gov" }, "date": { - "created": "2020-09-16", - "metadataLastUpdated": "2020-09-16" + "created": "2018-04-18", + "metadataLastUpdated": "2018-04-18" }, - "description": "Identification of core annotation pipeline (CAP). The repository for workflow development to integrate in-house workflows into KBase. These scripts integrate assemblies, abundances, and annotations into a Phyloseq object, specifically genes which are core among multiple metagenomes.", - "laborHours": 136.8, - "languages": [], - "name": "CAP", - "organization": "Office of Scientific and Technical Information (OSTI)", + "description": "A library for modeling energy storage devices.\u00a0http://cap.readthedocs.org\n", + "laborHours": 6232.0, + "name": "Cap", + "organization": "Oak Ridge National Laboratory (ORNL)", "permissions": { "exemptionText": null, "licenses": [ { - "URL": "https://api.github.com/licenses/mit", - "name": "MIT" + "URL": "https://api.github.com/licenses/bsd-3-clause", + "name": "BSD-3-Clause" } ], "usageType": "openSource" }, - "repositoryURL": "https://github.com/kbaseattic/cap", + "repositoryURL": "https://github.com/ORNL-CEES/Cap", "status": "Development", "tags": [ "DOE CODE", - "Office of Scientific and Technical Information (OSTI)" + "Oak Ridge National Laboratory (ORNL)" ], "vcs": "git" } \ No newline at end of file diff --git a/agency-indexes/DoE/Highly_Asynchronous_VisitOr_Queue_Graph_Toolkit.json b/agency-indexes/DoE/Highly_Asynchronous_VisitOr_Queue_Graph_Toolkit.json index f70943e8..6700a650 100644 --- a/agency-indexes/DoE/Highly_Asynchronous_VisitOr_Queue_Graph_Toolkit.json +++ b/agency-indexes/DoE/Highly_Asynchronous_VisitOr_Queue_Graph_Toolkit.json @@ -1,32 +1,29 @@ { "contact": { - "email": "bledsoe2@llnl.gov" + "email": "holdensanchez2@llnl.gov" }, "date": { - "created": "2020-12-16", - "metadataLastUpdated": "2020-12-16" + "created": "2017-10-25", + "metadataLastUpdated": "2017-10-25" }, - "description": "HavoqGT (Highly Asynchronous Visitor Queue Graph Toolkit) is a framework for expressing\nasynchronous vertex-centric graph algorithms, and executing them on High Performance Computing (HPC) systems. It provides a vertex 'visitor' interface, where actions are defined at an individual vertex level, and contains a suite of classic graph algorithms. HavoqGT is capable of processing large graphs stored in NVRAM (SSDs) using a memory mapped interface.\n", + "description": "HAVOQGT is a C++ framework that can be used to create highly parallel graph traversal algorithms. The framework stores the graph and algorithmic data structures on external memory that is typically mapped to high performance locally attached NAND FLASH arrays. The framework supports a vertex-centered visitor programming model. The frameworkd has been used to implement breadth first search, connected components, and single source shortest path.", "laborHours": 15139.2, - "languages": [], - "name": "Highly Asynchronous Visitor Queue Graph Toolkit", + "name": "Highly Asynchronous VisitOr Queue Graph Toolkit", "organization": "Lawrence Livermore National Laboratory (LLNL)", "permissions": { "exemptionText": null, "licenses": [ { - "URL": "https://api.github.com/licenses/mit", - "name": "MIT" + "URL": "https://api.github.com/licenses/lgpl-2.1", + "name": "LGPL-2.1" } ], "usageType": "openSource" }, - "repositoryURL": "https://github.com/LLNL/havoqgt", + "repositoryURL": "https://bitbucket.org/PerMA/havoqgt", "status": "Production", "tags": [ "DOE CODE", "Lawrence Livermore National Laboratory (LLNL)" - ], - "vcs": "git", - "version": "0.2" + ] } \ No newline at end of file diff --git a/agency-indexes/DoE/Highly_Asynchronous_Visitor_Queue_Graph_Toolkit.json b/agency-indexes/DoE/Highly_Asynchronous_Visitor_Queue_Graph_Toolkit.json new file mode 100644 index 00000000..f70943e8 --- /dev/null +++ b/agency-indexes/DoE/Highly_Asynchronous_Visitor_Queue_Graph_Toolkit.json @@ -0,0 +1,32 @@ +{ + "contact": { + "email": "bledsoe2@llnl.gov" + }, + "date": { + "created": "2020-12-16", + "metadataLastUpdated": "2020-12-16" + }, + "description": "HavoqGT (Highly Asynchronous Visitor Queue Graph Toolkit) is a framework for expressing\nasynchronous vertex-centric graph algorithms, and executing them on High Performance Computing (HPC) systems. It provides a vertex 'visitor' interface, where actions are defined at an individual vertex level, and contains a suite of classic graph algorithms. HavoqGT is capable of processing large graphs stored in NVRAM (SSDs) using a memory mapped interface.\n", + "laborHours": 15139.2, + "languages": [], + "name": "Highly Asynchronous Visitor Queue Graph Toolkit", + "organization": "Lawrence Livermore National Laboratory (LLNL)", + "permissions": { + "exemptionText": null, + "licenses": [ + { + "URL": "https://api.github.com/licenses/mit", + "name": "MIT" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/LLNL/havoqgt", + "status": "Production", + "tags": [ + "DOE CODE", + "Lawrence Livermore National Laboratory (LLNL)" + ], + "vcs": "git", + "version": "0.2" +} \ No newline at end of file diff --git a/agency-indexes/DoE/JOBRUNNER.json b/agency-indexes/DoE/JOBRUNNER.json new file mode 100644 index 00000000..7195850e --- /dev/null +++ b/agency-indexes/DoE/JOBRUNNER.json @@ -0,0 +1,31 @@ +{ + "contact": { + "email": "dkrakowski@anl.gov" + }, + "date": { + "created": "2023-08-18", + "metadataLastUpdated": "2023-08-21" + }, + "description": "SF-23-071\nJobrunner is a command line tool to manage and deploy computing jobs, organize complex workloads, and enforce a\ndirectory based hierarchy to enable reuse of files and bash scripts within a project. Organization details of a directory\ntree are encoded in Jobfiles which serve as an index of files/scripts, and indicate their purpose when deploying or\nsetting up a job. It is a flexible tool that allows users to design 16 their own directory structure, perserve their design,\nand maintain 17 consistency with increase in complexity of the project.\n", + "laborHours": 0.0, + "languages": [], + "name": "JOBRUNNER", + "organization": "Argonne National Laboratory (ANL)", + "permissions": { + "exemptionText": null, + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/akashdhruv/Jobrunner", + "status": "Production", + "tags": [ + "DOE CODE", + "Argonne National Laboratory (ANL)" + ], + "vcs": "git" +} \ No newline at end of file diff --git a/agency-indexes/DoE/JobRunner.json b/agency-indexes/DoE/JobRunner.json index 7195850e..66b635a3 100644 --- a/agency-indexes/DoE/JobRunner.json +++ b/agency-indexes/DoE/JobRunner.json @@ -1,31 +1,31 @@ { "contact": { - "email": "dkrakowski@anl.gov" + "email": "stooksburys@osti.gov" }, "date": { - "created": "2023-08-18", - "metadataLastUpdated": "2023-08-21" + "created": "2020-07-30", + "metadataLastUpdated": "2020-07-31" }, - "description": "SF-23-071\nJobrunner is a command line tool to manage and deploy computing jobs, organize complex workloads, and enforce a\ndirectory based hierarchy to enable reuse of files and bash scripts within a project. Organization details of a directory\ntree are encoded in Jobfiles which serve as an index of files/scripts, and indicate their purpose when deploying or\nsetting up a job. It is a flexible tool that allows users to design 16 their own directory structure, perserve their design,\nand maintain 17 consistency with increase in complexity of the project.\n", - "laborHours": 0.0, + "description": "The job runner is started by the batch/resource manager system and is the component that actually executes the SDK module. It also provides the callback handler and pushes logs to the execution engine logging system.", + "laborHours": 2036.8, "languages": [], - "name": "JOBRUNNER", - "organization": "Argonne National Laboratory (ANL)", + "name": "JobRunner", + "organization": "Office of Scientific and Technical Information (OSTI)", "permissions": { "exemptionText": null, "licenses": [ { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" + "URL": "https://api.github.com/licenses/mit", + "name": "MIT" } ], "usageType": "openSource" }, - "repositoryURL": "https://github.com/akashdhruv/Jobrunner", - "status": "Production", + "repositoryURL": "https://github.com/kbase/JobRunner", + "status": "Development", "tags": [ "DOE CODE", - "Argonne National Laboratory (ANL)" + "Office of Scientific and Technical Information (OSTI)" ], "vcs": "git" } \ No newline at end of file diff --git a/agency-indexes/DoE/Kokkos_Spack.json b/agency-indexes/DoE/Kokkos_Spack.json index ab5640f8..8d6cd2d9 100644 --- a/agency-indexes/DoE/Kokkos_Spack.json +++ b/agency-indexes/DoE/Kokkos_Spack.json @@ -4,28 +4,27 @@ }, "date": { "created": "2020-05-14", - "metadataLastUpdated": "2020-05-14" + "metadataLastUpdated": "2022-07-28" }, - "description": "A flexible package manager that supports multiple versions, configurations, platforms, and compilers.", - "laborHours": 133364.8, + "description": "The most up-to-date location for Spack packages for Kokkos and Kokkos Kernels.", + "laborHours": 0.0, "languages": [], - "name": "kokkos/spack", + "name": "Kokkos Spack", "organization": "Office of Scientific and Technical Information (OSTI)", "permissions": { "exemptionText": null, "licenses": [ { - "URL": "https://github.com/kokkos/spack/blob/develop/COPYRIGHT", - "name": "Other" + "URL": "https://api.github.com/licenses/bsd-3-clause", + "name": "BSD-3-Clause" } ], "usageType": "openSource" }, - "repositoryURL": "https://github.com/kokkos/spack", + "repositoryURL": "https://gitlab.osti.gov/osti-public/kokkos-spack", "status": "Development", "tags": [ "DOE CODE", "Office of Scientific and Technical Information (OSTI)" - ], - "vcs": "git" + ] } \ No newline at end of file diff --git a/agency-indexes/DoE/LUNA.json b/agency-indexes/DoE/LUNA.json index 0c0b5bac..a7605e4f 100644 --- a/agency-indexes/DoE/LUNA.json +++ b/agency-indexes/DoE/LUNA.json @@ -1,19 +1,17 @@ { "contact": { - "email": "copyrightadmin@sandia.gov" + "email": "chan@lanl.gov" }, "date": { - "created": "2022-10-05", - "metadataLastUpdated": "2022-10-05" + "created": "2021-06-17", + "metadataLastUpdated": "2021-06-17" }, - "description": "SAND2021-15051 O\nLuna is an experimental cognitive architecture that seeks to enable continuous learning in an embodied agent. 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.", - "homepageURL": "https://ip.sandia.gov/contact-form", + "description": "We have developed a mechanistic model of leaf utilization of nitrogen for assimilation (LUNA V1.0) to predict the photosynthetic capacity at the global scale under different environmental conditions. We adopt an optimality hypothesis to nitrogen allocation among light capture, electron transport, carboxylation, and respiration. The LUNA model is able to reasonably capture the measured spatial and temporal patterns of the photosynthetic capacity as it explains ~55% of the global variation in the observed values of maximum carboxylation rate (Vc,max25) and ~65% of the variation in the observed values of maximum electron transport rate (Jmax25).", + "homepageURL": "https://www.lanl.gov/projects/feynman-center/deploying-innovation/intellectual-property/software-tools/open-source-software.php", "laborHours": 0.0, - "languages": [ - "Python3" - ], - "name": "Luna", - "organization": "Sandia National Laboratories (SNL)", + "languages": [], + "name": "LUNA", + "organization": "Los Alamos National Laboratory (LANL)", "permissions": { "exemptionText": null, "licenses": [ @@ -24,11 +22,10 @@ ], "usageType": "openSource" }, - "repositoryURL": "https://ip.sandia.gov/contact-form", + "repositoryURL": "https://www.lanl.gov/projects/feynman-center/deploying-innovation/intellectual-property/software-tools/open-source-software.php", "status": "Development", "tags": [ "DOE CODE", - "Sandia National Laboratories (SNL)" - ], - "version": "0.1" + "Los Alamos National Laboratory (LANL)" + ] } \ No newline at end of file diff --git a/agency-indexes/DoE/Luna.json b/agency-indexes/DoE/Luna.json new file mode 100644 index 00000000..0c0b5bac --- /dev/null +++ b/agency-indexes/DoE/Luna.json @@ -0,0 +1,34 @@ +{ + "contact": { + "email": "copyrightadmin@sandia.gov" + }, + "date": { + "created": "2022-10-05", + "metadataLastUpdated": "2022-10-05" + }, + "description": "SAND2021-15051 O\nLuna is an experimental cognitive architecture that seeks to enable continuous learning in an embodied agent. 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.", + "homepageURL": "https://ip.sandia.gov/contact-form", + "laborHours": 0.0, + "languages": [ + "Python3" + ], + "name": "Luna", + "organization": "Sandia National Laboratories (SNL)", + "permissions": { + "exemptionText": null, + "licenses": [ + { + "URL": "https://api.github.com/licenses/bsd-3-clause", + "name": "BSD-3-Clause" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://ip.sandia.gov/contact-form", + "status": "Development", + "tags": [ + "DOE CODE", + "Sandia National Laboratories (SNL)" + ], + "version": "0.1" +} \ No newline at end of file diff --git a/agency-indexes/DoE/Magpie.json b/agency-indexes/DoE/Magpie.json new file mode 100644 index 00000000..9e2d8976 --- /dev/null +++ b/agency-indexes/DoE/Magpie.json @@ -0,0 +1,31 @@ +{ + "contact": { + "email": "holdensanchez2@llnl.gov" + }, + "date": { + "created": "2018-07-30", + "metadataLastUpdated": "2020-02-05" + }, + "description": "Magpie contains a number of scripts for running Big Data software in HPC environments, including Hadoop and Spark. There is support for Lustre, Slurm, Moab, Torque. and LSF.\n", + "laborHours": 52607.2, + "languages": [], + "name": "Magpie", + "organization": "Lawrence Livermore National Laboratory (LLNL)", + "permissions": { + "exemptionText": null, + "licenses": [ + { + "URL": "https://api.github.com/licenses/gpl-2.0", + "name": "GPL-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/LLNL/magpie", + "status": "Production", + "tags": [ + "DOE CODE", + "Lawrence Livermore National Laboratory (LLNL)" + ], + "vcs": "git" +} \ No newline at end of file diff --git a/agency-indexes/DoE/OSCARS.json b/agency-indexes/DoE/OSCARS.json index db005819..ca8908ef 100644 --- a/agency-indexes/DoE/OSCARS.json +++ b/agency-indexes/DoE/OSCARS.json @@ -1,33 +1,31 @@ { "contact": { - "email": "jhaemmerle@lbl.gov" + "email": "svince@lbl.gov" }, "date": { - "created": "2021-04-16", - "metadataLastUpdated": "2021-04-20" + "created": "2019-06-20", + "metadataLastUpdated": "2019-06-20" }, - "description": "The ESnet On-Demand Secure Circuits and Advance Reservation System (OSCARS) is a prototype service enabling advance reservation of guaranteed bandwidth secure virtual circuits. OSCARS operates within the Energy Sciences Network (ESnet), and has provisions for interoperation with other network domains. OSCARS utilizes the Web services model and standards to implement communication with the system and between domains, and for authentication, authorization, and auditing (AAA). The management and operation of end-to-end virtual circuits within the network is done at the layer 3 network level. Multi-Protocol Label Switching (MPLS) and the Resource Reservation Protocol (RSVP) are used to create the virtual circuits or Label Switched Paths (LSP's). Quality of Service (QoS) is used to provide bandwidth guarantees.", - "homepageURL": "https://www.es.net/engineering-services/oscars", - "laborHours": 0.0, - "languages": [ - "None" - ], - "name": "Oscars", + "description": "Short for On-demand Secure Circuits and Advance Reservation System, OSCARS is a freely available open-source product. As developed by the Department of Energy\u2019s high-performance science network ESnet, OSCARS was designed by network engineers who specialize in supporting the U.S. national laboratory system and its data-intensive collaborations.", + "laborHours": 127877.6, + "languages": [], + "name": "OSCARS", "organization": "Lawrence Berkeley National Laboratory (LBNL)", "permissions": { "exemptionText": null, "licenses": [ { - "URL": "https://api.github.com/licenses/bsd-3-clause", - "name": "BSD-3-Clause" + "URL": "https://api.github.com/licenses/mit", + "name": "MIT" } ], "usageType": "openSource" }, - "repositoryURL": "https://www.es.net/engineering-services/oscars", - "status": "Production", + "repositoryURL": "https://github.com/esnet/oscars", + "status": "Development", "tags": [ "DOE CODE", "Lawrence Berkeley National Laboratory (LBNL)" - ] + ], + "vcs": "git" } \ No newline at end of file diff --git a/agency-indexes/DoE/Oscars.json b/agency-indexes/DoE/Oscars.json new file mode 100644 index 00000000..db005819 --- /dev/null +++ b/agency-indexes/DoE/Oscars.json @@ -0,0 +1,33 @@ +{ + "contact": { + "email": "jhaemmerle@lbl.gov" + }, + "date": { + "created": "2021-04-16", + "metadataLastUpdated": "2021-04-20" + }, + "description": "The ESnet On-Demand Secure Circuits and Advance Reservation System (OSCARS) is a prototype service enabling advance reservation of guaranteed bandwidth secure virtual circuits. OSCARS operates within the Energy Sciences Network (ESnet), and has provisions for interoperation with other network domains. OSCARS utilizes the Web services model and standards to implement communication with the system and between domains, and for authentication, authorization, and auditing (AAA). The management and operation of end-to-end virtual circuits within the network is done at the layer 3 network level. Multi-Protocol Label Switching (MPLS) and the Resource Reservation Protocol (RSVP) are used to create the virtual circuits or Label Switched Paths (LSP's). Quality of Service (QoS) is used to provide bandwidth guarantees.", + "homepageURL": "https://www.es.net/engineering-services/oscars", + "laborHours": 0.0, + "languages": [ + "None" + ], + "name": "Oscars", + "organization": "Lawrence Berkeley National Laboratory (LBNL)", + "permissions": { + "exemptionText": null, + "licenses": [ + { + "URL": "https://api.github.com/licenses/bsd-3-clause", + "name": "BSD-3-Clause" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://www.es.net/engineering-services/oscars", + "status": "Production", + "tags": [ + "DOE CODE", + "Lawrence Berkeley National Laboratory (LBNL)" + ] +} \ No newline at end of file diff --git a/agency-indexes/DoE/SystemBurn.json b/agency-indexes/DoE/SystemBurn.json index 71c1a911..43008ed4 100644 --- a/agency-indexes/DoE/SystemBurn.json +++ b/agency-indexes/DoE/SystemBurn.json @@ -1,14 +1,14 @@ { "contact": { - "email": "simsdl@ornl.gov" + "email": "laymancelk@ornl.gov" }, "date": { - "created": "2018-04-18", - "metadataLastUpdated": "2018-04-18" + "created": "2017-10-25", + "metadataLastUpdated": "2017-10-25" }, - "description": "SystemBurn is a software package designed to allow users to methodically create maximal loads on systems ranging from desktops to supercomputers.\n", + "description": "SystemBurn is a tool for creating a synthetic computational load for the purpose of measuring how much power a computer will draw under that type of load. The loads include fundamental library function calls like matrix multiply, memory copies, fourier transforms, bit manipulation, I/O, network packet transfers, and some code contrived to cause the processor to dray more or less power. The code produces some diagnostic and progress output, but the actual measurements would be recorded from the power panels within the computer room.", "laborHours": 17510.4, - "name": "Systemburn", + "name": "SystemBurn", "organization": "Oak Ridge National Laboratory (ORNL)", "permissions": { "exemptionText": null, @@ -20,8 +20,8 @@ ], "usageType": "openSource" }, - "repositoryURL": "https://github.com/ORNL/systemburn", - "status": "Development", + "repositoryURL": "https://github.com/jlothian/systemburn", + "status": "Production", "tags": [ "DOE CODE", "Oak Ridge National Laboratory (ORNL)" diff --git a/agency-indexes/DoE/Systemburn.json b/agency-indexes/DoE/Systemburn.json new file mode 100644 index 00000000..71c1a911 --- /dev/null +++ b/agency-indexes/DoE/Systemburn.json @@ -0,0 +1,30 @@ +{ + "contact": { + "email": "simsdl@ornl.gov" + }, + "date": { + "created": "2018-04-18", + "metadataLastUpdated": "2018-04-18" + }, + "description": "SystemBurn is a software package designed to allow users to methodically create maximal loads on systems ranging from desktops to supercomputers.\n", + "laborHours": 17510.4, + "name": "Systemburn", + "organization": "Oak Ridge National Laboratory (ORNL)", + "permissions": { + "exemptionText": null, + "licenses": [ + { + "URL": "https://api.github.com/licenses/bsd-3-clause", + "name": "BSD-3-Clause" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/ORNL/systemburn", + "status": "Development", + "tags": [ + "DOE CODE", + "Oak Ridge National Laboratory (ORNL)" + ], + "vcs": "git" +} \ No newline at end of file diff --git a/agency-indexes/DoE/kokkos_spack.json b/agency-indexes/DoE/kokkos_spack.json new file mode 100644 index 00000000..ab5640f8 --- /dev/null +++ b/agency-indexes/DoE/kokkos_spack.json @@ -0,0 +1,31 @@ +{ + "contact": { + "email": "stooksburys@osti.gov" + }, + "date": { + "created": "2020-05-14", + "metadataLastUpdated": "2020-05-14" + }, + "description": "A flexible package manager that supports multiple versions, configurations, platforms, and compilers.", + "laborHours": 133364.8, + "languages": [], + "name": "kokkos/spack", + "organization": "Office of Scientific and Technical Information (OSTI)", + "permissions": { + "exemptionText": null, + "licenses": [ + { + "URL": "https://github.com/kokkos/spack/blob/develop/COPYRIGHT", + "name": "Other" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "https://github.com/kokkos/spack", + "status": "Development", + "tags": [ + "DOE CODE", + "Office of Scientific and Technical Information (OSTI)" + ], + "vcs": "git" +} \ No newline at end of file diff --git a/agency-indexes/DoE/magpie.json b/agency-indexes/DoE/magpie.json index 9e2d8976..60467ea8 100644 --- a/agency-indexes/DoE/magpie.json +++ b/agency-indexes/DoE/magpie.json @@ -1,31 +1,31 @@ { "contact": { - "email": "holdensanchez2@llnl.gov" + "email": "christopher.kowalczyk@inl.gov" }, "date": { - "created": "2018-07-30", - "metadataLastUpdated": "2020-02-05" + "created": "2018-04-24", + "metadataLastUpdated": "2023-03-15" }, - "description": "Magpie contains a number of scripts for running Big Data software in HPC environments, including Hadoop and Spark. There is support for Lustre, Slurm, Moab, Torque. and LSF.\n", - "laborHours": 52607.2, + "description": "Mesoscale Atomistic Glue Program for Integrated Execution", + "laborHours": 14333.6, "languages": [], - "name": "Magpie", - "organization": "Lawrence Livermore National Laboratory (LLNL)", + "name": "magpie", + "organization": "Idaho National Laboratory (INL)", "permissions": { "exemptionText": null, "licenses": [ { - "URL": "https://api.github.com/licenses/gpl-2.0", - "name": "GPL-2.0" + "URL": "https://api.github.com/licenses/lgpl-2.1", + "name": "LGPL-2.1" } ], "usageType": "openSource" }, - "repositoryURL": "https://github.com/LLNL/magpie", + "repositoryURL": "https://github.com/idaholab/magpie", "status": "Production", "tags": [ "DOE CODE", - "Lawrence Livermore National Laboratory (LLNL)" + "Idaho National Laboratory (INL)" ], "vcs": "git" } \ No newline at end of file diff --git a/agency-indexes/GSA-index.json b/agency-indexes/GSA-index.json new file mode 100644 index 00000000..0915afc4 --- /dev/null +++ b/agency-indexes/GSA-index.json @@ -0,0 +1,8 @@ +{ + "agency": "GSA", + "version": "0.0.1", + "measurementType": { + "method": "projects" + }, + "releases": [] +} \ No newline at end of file diff --git a/agency-indexes/HHS-index.json b/agency-indexes/HHS-index.json index eb8f3db6..1c91c9d9 100644 --- a/agency-indexes/HHS-index.json +++ b/agency-indexes/HHS-index.json @@ -1,20280 +1,20280 @@ { - "version": "2.0", - "agency": "HHS", - "measurementType": { - "method": "projects" - }, - "releases": [ - { - "name": "pillbox_docs", - "description": "Pillbox at the National Library of Medicine", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/pillbox_docs", - "downloadURL": "https://api.github.com/repos/HHS/pillbox_docs/downloads", - "repositoryURL": "https://github.com/HHS/pillbox_docs.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Ruby" - ], - "date": { - "created": "2009-12-12", - "lastModified": "2021-11-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Pillbox", - "National", - "Library", - "Medicine" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "healthdata.gov", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/healthdata.gov", - "downloadURL": "https://api.github.com/repos/HHS/healthdata.gov/downloads", - "repositoryURL": "https://github.com/HHS/healthdata.gov.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "XSLT", - "Java", - "Awk", - "CSS", - "Shell" - ], - "date": { - "created": "2012-03-12", - "lastModified": "2020-12-09", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "healthdata" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hd2-ckan", - "description": "Healthdata.gov CKAN code", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hd2-ckan", - "downloadURL": "https://api.github.com/repos/HHS/hd2-ckan/downloads", - "repositoryURL": "https://github.com/HHS/hd2-ckan.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML", - "Shell", - "Python", - "Ruby", - "ApacheConf" - ], - "date": { - "created": "2012-03-21", - "lastModified": "2015-11-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthdata", - "CKAN", - "code" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hd2-solr", - "description": "Healthdata.gov SOLR code (search support for CKAN and Drupal)", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hd2-solr", - "downloadURL": "https://api.github.com/repos/HHS/hd2-solr/downloads", - "repositoryURL": "https://github.com/HHS/hd2-solr.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java", - "JavaScript", - "Shell", - "C", - "Groovy" - ], - "date": { - "created": "2012-03-21", - "lastModified": "2014-05-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthdata", - "SOLR", - "code", - "search", - "support", - "CKAN", - "Drupal" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hd2-drupal", - "description": "Healthdata.gov Drupal code", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hd2-drupal", - "downloadURL": "https://api.github.com/repos/HHS/hd2-drupal/downloads", - "repositoryURL": "https://github.com/HHS/hd2-drupal.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "PHP", - "HTML", - "C", - "CSS", - "Shell", - "C++", - "Python", - "Awk", - "ApacheConf" - ], - "date": { - "created": "2012-03-21", - "lastModified": "2015-11-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthdata", - "Drupal", - "code" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ckan", - "description": "CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers the http://thedatahub.org/ and http://data.gov.uk/ among many other sites.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ckan", - "downloadURL": "https://api.github.com/repos/HHS/ckan/downloads", - "repositoryURL": "https://github.com/HHS/ckan.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "CSS", - "JavaScript", - "Shell" - ], - "date": { - "created": "2012-08-26", - "lastModified": "2021-04-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "CKAN", - "open", - "source", - "DMS", - "management", - "powering", - "hubs", - "portals", - "makes", - "easy", - "publish", - "share", - "use", - "powers", - "http:", - "thedatahub", - "org", - "uk", - "sites" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "voc-public", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/voc-public", - "downloadURL": "https://api.github.com/repos/HHS/voc-public/downloads", - "repositoryURL": "https://github.com/HHS/voc-public.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2012-12-06", - "lastModified": "2018-01-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "voc", - "public" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "voc-admin", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/voc-admin", - "downloadURL": "https://api.github.com/repos/HHS/voc-admin/downloads", - "repositoryURL": "https://github.com/HHS/voc-admin.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2013-01-04", - "lastModified": "2018-01-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "voc", - "admin" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "cwp", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/cwp", - "downloadURL": "https://api.github.com/repos/HHS/cwp/downloads", - "repositoryURL": "https://github.com/HHS/cwp.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "PHP", - "ASP", - "Ruby", - "Shell" - ], - "date": { - "created": "2013-01-30", - "lastModified": "2013-10-29", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "cwp" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "syndication", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/syndication", - "downloadURL": "https://api.github.com/repos/HHS/syndication/downloads", - "repositoryURL": "https://github.com/HHS/syndication.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Groovy", - "JavaScript", - "PHP", - "CSS", - "Shell", - "Batchfile", - "Java", - "HTML" - ], - "date": { - "created": "2013-05-06", - "lastModified": "2021-10-17", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "syndication" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ckanext-datajson", - "description": "Custom CKAN extension for Healthdata.gov", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ckanext-datajson", - "downloadURL": "https://api.github.com/repos/HHS/ckanext-datajson/downloads", - "repositoryURL": "https://github.com/HHS/ckanext-datajson.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python" - ], - "date": { - "created": "2013-05-28", - "lastModified": "2020-04-23", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Custom", - "CKAN", - "extension", - "Healthdata" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs.github.io", - "description": "HHS Organization Page", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs.github.io", - "downloadURL": "https://api.github.com/repos/HHS/hhs.github.io/downloads", - "repositoryURL": "https://github.com/HHS/hhs.github.io.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "JavaScript" - ], - "date": { - "created": "2013-12-07", - "lastModified": "2021-07-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "HHS", - "Organization", - "Page" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "pillbox", - "description": "Pillbox for Developers homepage", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/pillbox", - "downloadURL": "https://api.github.com/repos/HHS/pillbox/downloads", - "repositoryURL": "https://github.com/HHS/pillbox.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "JavaScript" - ], - "date": { - "created": "2014-02-04", - "lastModified": "2017-05-09", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Pillbox", - "Developers", - "homepage" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "pillbox-data-process", - "description": "Pillbox for Developers data processing code", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/pillbox-data-process", - "downloadURL": "https://api.github.com/repos/HHS/pillbox-data-process/downloads", - "repositoryURL": "https://github.com/HHS/pillbox-data-process.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "Shell" - ], - "date": { - "created": "2014-02-04", - "lastModified": "2022-03-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Pillbox", - "Developers", - "processing", - "code" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "healthdata_platform", - "description": "Chef cookbooks and CAP platform deployment profiles for HealthData.gov.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/healthdata_platform", - "downloadURL": "https://api.github.com/repos/HHS/healthdata_platform/downloads", - "repositoryURL": "https://github.com/HHS/healthdata_platform.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML", - "Ruby", - "Shell", - "ApacheConf" - ], - "date": { - "created": "2014-03-10", - "lastModified": "2015-11-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Chef", - "cookbooks", - "CAP", - "platform", - "deployment", - "profiles", - "HealthData" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CoECI-CMS-Healthcare-Fraud-Prevention", - "description": "The Healthcare Fraud Prevention Partnership (HFPP) through United States Centers for Medicare & Medicaid Services (CMS) in collaboration with NASA\u2019s Center of Excellence for Collaboration (CoECI), Harvard, and TopCoder developed software that supports a data exchange network that enables healthcare insurance-paying entities in both the public and private sector to safely and securely share information for purposes of prevention and detection of fraud, waste and abuse across partners.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache License 2.0" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CoECI-CMS-Healthcare-Fraud-Prevention", - "downloadURL": "https://api.github.com/repos/HHS/CoECI-CMS-Healthcare-Fraud-Prevention/downloads", - "repositoryURL": "https://github.com/HHS/CoECI-CMS-Healthcare-Fraud-Prevention.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript" - ], - "date": { - "created": "2014-05-08", - "lastModified": "2020-10-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthcare", - "Fraud", - "Prevention", - "Partnership", - "HFPP", - "United", - "States", - "Centers", - "Medicare", - "Medicaid", - "Services", - "CMS", - "collaboration", - "NASA\u2019s", - "Center", - "Excellence", - "CoECI", - "Harvard", - "TopCoder", - "developed", - "software", - "supports", - "exchange", - "network", - "enables", - "insurance", - "paying", - "entities", - "public", - "private", - "sector", - "safely", - "securely", - "share", - "information", - "purposes", - "detection", - "waste", - "abuse", - "partners" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hd2_linked_data_temp", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hd2_linked_data_temp", - "downloadURL": "https://api.github.com/repos/HHS/hd2_linked_data_temp/downloads", - "repositoryURL": "https://github.com/HHS/hd2_linked_data_temp.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "Java", - "XSLT", - "CSS", - "C", - "Shell", - "Awk", - "ActionScript", - "CoffeeScript", - "PHP" - ], - "date": { - "created": "2014-05-10", - "lastModified": "2015-04-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hd2" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "mesh-rdf", - "description": "google", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/mesh-rdf", - "downloadURL": "https://api.github.com/repos/HHS/mesh-rdf/downloads", - "repositoryURL": "https://github.com/HHS/mesh-rdf.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Perl", - "Shell", - "Python", - "Puppet", - "Makefile", - "HTML", - "Ruby" - ], - "date": { - "created": "2014-06-24", - "lastModified": "2019-02-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "google" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "coeci-cms-mpsp", - "description": "Welcome to the Medicaid Provider Enrollment Screening Portal", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/coeci-cms-mpsp", - "downloadURL": "https://api.github.com/repos/HHS/coeci-cms-mpsp/downloads", - "repositoryURL": "https://github.com/HHS/coeci-cms-mpsp.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2014-07-23", - "lastModified": "2014-01-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Welcome", - "Medicaid", - "Provider", - "Enrollment", - "Screening", - "Portal" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-Fresh-Empire", - "description": "A private repository for HHS/FDA/Rescue SCG co-development team to collaborate and share codes.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-Fresh-Empire", - "downloadURL": "https://api.github.com/repos/HHS/FDA-Fresh-Empire/downloads", - "repositoryURL": "https://github.com/HHS/FDA-Fresh-Empire.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP", - "CSS", - "JavaScript", - "HTML", - "ASP", - "Vue", - "Shell", - "Hack", - "Python", - "XSLT", - "Makefile", - "Ruby", - "PowerShell", - "Batchfile" - ], - "date": { - "created": "2014-09-09", - "lastModified": "2019-01-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "private", - "repository", - "HHS", - "FDA", - "Rescue", - "SCG", - "development", - "collaborate", - "share", - "codes" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "HHS-Responsive-Design", - "description": "A public repository for sharing codes", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/HHS-Responsive-Design", - "downloadURL": "https://api.github.com/repos/HHS/HHS-Responsive-Design/downloads", - "repositoryURL": "https://github.com/HHS/HHS-Responsive-Design.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2014-09-17", - "lastModified": "2017-10-01", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "public", - "repository", - "sharing", - "codes" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-Fresh-Empire-Dev", - "description": "A private development repository for HHS/FDA/Rescue SCG co-development team to collaborate and share codes", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-Fresh-Empire-Dev", - "downloadURL": "https://api.github.com/repos/HHS/FDA-Fresh-Empire-Dev/downloads", - "repositoryURL": "https://github.com/HHS/FDA-Fresh-Empire-Dev.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP", - "CSS", - "JavaScript", - "HTML", - "Less", - "Vue", - "SCSS", - "Classic ASP", - "Shell", - "Hack", - "Python", - "XSLT", - "Handlebars", - "Makefile", - "Pug", - "Ruby", - "PowerShell", - "Batchfile" - ], - "date": { - "created": "2014-09-18", - "lastModified": "2020-09-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "private", - "development", - "repository", - "HHS", - "FDA", - "Rescue", - "SCG", - "collaborate", - "share", - "codes" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "lodestar", - "description": "Linked Data explorer and SPARQL endpoint", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache License 2.0" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/lodestar", - "downloadURL": "https://api.github.com/repos/HHS/lodestar/downloads", - "repositoryURL": "https://github.com/HHS/lodestar.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "Java", - "CSS", - "HTML", - "Dockerfile" - ], - "date": { - "created": "2014-09-19", - "lastModified": "2021-12-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "explorer", - "SPARQL", - "endpoint" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "meshrdf", - "description": "Code and documentation for the release of MeSH in RDF format", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/meshrdf", - "downloadURL": "https://api.github.com/repos/HHS/meshrdf/downloads", - "repositoryURL": "https://github.com/HHS/meshrdf.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java", - "JavaScript", - "XSLT", - "Shell", - "HTML", - "CSS", - "Handlebars" - ], - "date": { - "created": "2014-10-25", - "lastModified": "2021-12-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Code", - "documentation", - "release", - "MeSH", - "RDF", - "format" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "pillbox-engine", - "description": "The new Pillbox Engine. A local web-based application for downloading and management of DailyMed SPL Data", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/pillbox-engine", - "downloadURL": "https://api.github.com/repos/HHS/pillbox-engine/downloads", - "repositoryURL": "https://github.com/HHS/pillbox-engine.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "JavaScript", - "CSS" - ], - "date": { - "created": "2014-11-03", - "lastModified": "2021-12-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "new", - "Pillbox", - "Engine", - "local", - "web", - "based", - "application", - "downloading", - "management", - "DailyMed", - "SPL" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-TheRealCost-Prod", - "description": "Private repository for TheRealCost.gov devlopmer team", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-TheRealCost-Prod", - "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-Prod/downloads", - "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-Prod.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP", - "JavaScript", - "CSS", - "HTML", - "SourcePawn", - "C++", - "ASP", - "Shell", - "ApacheConf", - "XSLT", - "Assembly", - "Batchfile" - ], - "date": { - "created": "2014-12-17", - "lastModified": "2018-09-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Private", - "repository", - "TheRealCost", - "devlopmer" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ckanext-harvest", - "description": "CKAN Remote Harvesting Extension", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ckanext-harvest", - "downloadURL": "https://api.github.com/repos/HHS/ckanext-harvest/downloads", - "repositoryURL": "https://github.com/HHS/ckanext-harvest.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "HTML", - "CSS", - "JavaScript" - ], - "date": { - "created": "2015-02-06", - "lastModified": "2017-11-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "CKAN", - "Remote", - "Harvesting", - "Extension" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-TheRealCost-Dev", - "description": "A repository for FDA TheRealCost.gov developer team", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/gpl-2.0", - "name": "GNU General Public License v2.0" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-TheRealCost-Dev", - "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-Dev/downloads", - "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-Dev.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "PHP", - "CSS", - "HTML", - "Shell", - "Ruby", - "Python", - "ApacheConf", - "XSLT", - "Makefile" - ], - "date": { - "created": "2015-04-13", - "lastModified": "2018-09-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "FDA", - "TheRealCost", - "developer" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "HHS-Project-H-Drupal", - "description": "A private repository for project H", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/HHS-Project-H-Drupal", - "downloadURL": "https://api.github.com/repos/HHS/HHS-Project-H-Drupal/downloads", - "repositoryURL": "https://github.com/HHS/HHS-Project-H-Drupal.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP", - "JavaScript", - "HTML", - "CSS", - "SourcePawn", - "C++", - "ASP", - "Shell", - "Python", - "ApacheConf", - "Ruby", - "Assembly", - "Batchfile" - ], - "date": { - "created": "2015-05-08", - "lastModified": "2015-07-17", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "private", - "repository", - "project", - "H" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "uts-rest-api", - "description": "A repository of code samples in various languages that show how to use the UMLS Terminology Services REST API", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/uts-rest-api", - "downloadURL": "https://api.github.com/repos/HHS/uts-rest-api/downloads", - "repositoryURL": "https://github.com/HHS/uts-rest-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2015-07-27", - "lastModified": "2022-03-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "code", - "samples", - "various", - "languages", - "use", - "UMLS", - "Terminology", - "Services", - "REST", - "API" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "HHS-Subsite-OHRP", - "description": "A repository for OHRP to migrate Independent Information Architecture theme and structure ", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/HHS-Subsite-OHRP", - "downloadURL": "https://api.github.com/repos/HHS/HHS-Subsite-OHRP/downloads", - "repositoryURL": "https://github.com/HHS/HHS-Subsite-OHRP.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2015-11-03", - "lastModified": "2015-11-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "OHRP", - "migrate", - "Independent", - "Information", - "Architecture", - "theme", - "structure" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ProjectH-Subsite-OHRP", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ProjectH-Subsite-OHRP", - "downloadURL": "https://api.github.com/repos/HHS/ProjectH-Subsite-OHRP/downloads", - "repositoryURL": "https://github.com/HHS/ProjectH-Subsite-OHRP.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2015-11-03", - "lastModified": "2015-11-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ProjectH", - "Subsite", - "OHRP" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "HHSonGitHub", - "description": "A repository for guidance on use of the HHS organization account on GitHub.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/HHSonGitHub", - "downloadURL": "https://api.github.com/repos/HHS/HHSonGitHub/downloads", - "repositoryURL": "https://github.com/HHS/HHSonGitHub.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2015-11-04", - "lastModified": "2020-04-27", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "guidance", - "use", - "HHS", - "organization", - "account", - "GitHub" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-TheRealCost-2016", - "description": "Redesign for TheRealCost", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-TheRealCost-2016", - "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-2016/downloads", - "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-2016.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP", - "HTML", - "JavaScript", - "CSS", - "SourcePawn", - "C++", - "Shell", - "Ruby", - "ApacheConf", - "Python" - ], - "date": { - "created": "2015-11-25", - "lastModified": "2016-02-09", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Redesign", - "TheRealCost" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-ThisFreeLife", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/gpl-2.0", - "name": "GNU General Public License v2.0" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-ThisFreeLife", - "downloadURL": "https://api.github.com/repos/HHS/FDA-ThisFreeLife/downloads", - "repositoryURL": "https://github.com/HHS/FDA-ThisFreeLife.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP", - "JavaScript", - "CSS", - "HTML", - "Shell" - ], - "date": { - "created": "2015-12-16", - "lastModified": "2020-06-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "FDA", - "ThisFreeLife" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-ThisFreeLife-AngularJS", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-ThisFreeLife-AngularJS", - "downloadURL": "https://api.github.com/repos/HHS/FDA-ThisFreeLife-AngularJS/downloads", - "repositoryURL": "https://github.com/HHS/FDA-ThisFreeLife-AngularJS.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "CSS", - "PHP", - "Hack", - "HTML", - "Shell" - ], - "date": { - "created": "2016-01-06", - "lastModified": "2020-03-18", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "FDA", - "ThisFreeLife", - "AngularJS" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-TheRealCost-Team", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-TheRealCost-Team", - "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-Team/downloads", - "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-Team.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2016-01-28", - "lastModified": "2016-01-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "FDA", - "TheRealCost" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-TheRealCost-Redesign", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-TheRealCost-Redesign", - "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-Redesign/downloads", - "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-Redesign.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP", - "JavaScript", - "HTML", - "CSS", - "Shell", - "XSLT", - "Makefile", - "Hack" - ], - "date": { - "created": "2016-01-29", - "lastModified": "2019-12-06", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "FDA", - "TheRealCost", - "Redesign" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "owh-ds", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache License 2.0" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/owh-ds", - "downloadURL": "https://api.github.com/repos/HHS/owh-ds/downloads", - "repositoryURL": "https://github.com/HHS/owh-ds.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "HTML", - "Python", - "Gherkin", - "CSS", - "Shell", - "Dockerfile" - ], - "date": { - "created": "2016-08-16", - "lastModified": "2022-02-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "owh", - "ds" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Structured-Content-Article", - "description": "Health and Human Services (HHS) Drupal Content Type Library: Article", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Structured-Content-Article", - "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-Article/downloads", - "repositoryURL": "https://github.com/HHS/Structured-Content-Article.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP" - ], - "date": { - "created": "2017-02-08", - "lastModified": "2019-06-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Health", - "Human", - "Services", - "HHS", - "Drupal", - "Content", - "Type", - "Library:", - "Article" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Structured-Content-Blog", - "description": "Health and Human Services (HHS) Drupal Content Type Library: Internal Blog Post", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Structured-Content-Blog", - "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-Blog/downloads", - "repositoryURL": "https://github.com/HHS/Structured-Content-Blog.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP" - ], - "date": { - "created": "2017-02-08", - "lastModified": "2018-03-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Health", - "Human", - "Services", - "HHS", - "Drupal", - "Content", - "Type", - "Library:", - "Internal", - "Blog", - "Post" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Structured-Content-Announcement", - "description": "Health and Human Services (HHS) Drupal Content Type Library: Announcement", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Structured-Content-Announcement", - "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-Announcement/downloads", - "repositoryURL": "https://github.com/HHS/Structured-Content-Announcement.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP" - ], - "date": { - "created": "2017-02-08", - "lastModified": "2018-03-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Health", - "Human", - "Services", - "HHS", - "Drupal", - "Content", - "Type", - "Library:", - "Announcement" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Structured-Content-FAQ", - "description": "Health and Human Services (HHS) Drupal Content Type Library: FAQ", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Structured-Content-FAQ", - "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-FAQ/downloads", - "repositoryURL": "https://github.com/HHS/Structured-Content-FAQ.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP" - ], - "date": { - "created": "2017-02-08", - "lastModified": "2018-03-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Health", - "Human", - "Services", - "HHS", - "Drupal", - "Content", - "Type", - "Library:", - "FAQ" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Structured-Content-Leadership-Bio", - "description": "Health and Human Services (HHS) Drupal Content Type Library: Leadership Bio", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Structured-Content-Leadership-Bio", - "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-Leadership-Bio/downloads", - "repositoryURL": "https://github.com/HHS/Structured-Content-Leadership-Bio.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP" - ], - "date": { - "created": "2017-02-08", - "lastModified": "2018-03-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Health", - "Human", - "Services", - "HHS", - "Drupal", - "Content", - "Type", - "Library:", - "Leadership", - "Bio" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Structured-Content-News-Release", - "description": "Health and Human Services (HHS) Drupal Content Type Library: News Release", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Structured-Content-News-Release", - "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-News-Release/downloads", - "repositoryURL": "https://github.com/HHS/Structured-Content-News-Release.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP" - ], - "date": { - "created": "2017-02-08", - "lastModified": "2017-06-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Health", - "Human", - "Services", - "HHS", - "Drupal", - "Content", - "Type", - "Library:", - "News", - "Release" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "cxx-toolkit", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/cxx-toolkit", - "downloadURL": "https://api.github.com/repos/HHS/cxx-toolkit/downloads", - "repositoryURL": "https://github.com/HHS/cxx-toolkit.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "JavaScript", - "HTML", - "Ruby" - ], - "date": { - "created": "2017-02-13", - "lastModified": "2017-02-13", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "cxx", - "toolkit" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "survey_stats", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/bsd-2-clause", - "name": "BSD 2-Clause \"Simplified\" License" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/survey_stats", - "downloadURL": "https://api.github.com/repos/HHS/survey_stats/downloads", - "repositoryURL": "https://github.com/HHS/survey_stats.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "Shell", - "Dockerfile" - ], - "date": { - "created": "2017-03-03", - "lastModified": "2022-03-19", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "survey", - "stats" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Analytics-Data-Warehouse-ETL-Rules-Drupal", - "description": "Analytics Data Warehouse ETL", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Analytics-Data-Warehouse-ETL-Rules-Drupal", - "downloadURL": "https://api.github.com/repos/HHS/Analytics-Data-Warehouse-ETL-Rules-Drupal/downloads", - "repositoryURL": "https://github.com/HHS/Analytics-Data-Warehouse-ETL-Rules-Drupal.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-03-24", - "lastModified": "2017-03-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Analytics", - "Warehouse", - "ETL" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-gcm", - "description": "barda-gcm", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-gcm", - "downloadURL": "https://api.github.com/repos/HHS/barda-gcm/downloads", - "repositoryURL": "https://github.com/HHS/barda-gcm.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java", - "R" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2020-05-06", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "gcm" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-gcm-flu", - "description": "barda-gcm-flu", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-gcm-flu", - "downloadURL": "https://api.github.com/repos/HHS/barda-gcm-flu/downloads", - "repositoryURL": "https://github.com/HHS/barda-gcm-flu.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML", - "Java", - "R", - "Shell" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2019-09-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "gcm", - "flu" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-gcm-bio", - "description": "barda-gcm-bio", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-gcm-bio", - "downloadURL": "https://api.github.com/repos/HHS/barda-gcm-bio/downloads", - "repositoryURL": "https://github.com/HHS/barda-gcm-bio.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java", - "R" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2019-06-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "gcm", - "bio" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-mava", - "description": "barda-mava", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-mava", - "downloadURL": "https://api.github.com/repos/HHS/barda-mava/downloads", - "repositoryURL": "https://github.com/HHS/barda-mava.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-07", - "lastModified": "2017-08-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "mava" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-ind", - "description": "barda-ind", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-ind", - "downloadURL": "https://api.github.com/repos/HHS/barda-ind/downloads", - "repositoryURL": "https://github.com/HHS/barda-ind.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-07", - "lastModified": "2017-08-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "ind" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-hsm", - "description": "barda-hsm", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-hsm", - "downloadURL": "https://api.github.com/repos/HHS/barda-hsm/downloads", - "repositoryURL": "https://github.com/HHS/barda-hsm.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-07", - "lastModified": "2017-08-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "hsm" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-timeline-tool", - "description": "barda-timeline-tool", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-timeline-tool", - "downloadURL": "https://api.github.com/repos/HHS/barda-timeline-tool/downloads", - "repositoryURL": "https://github.com/HHS/barda-timeline-tool.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2021-12-06", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "timeline", - "tool" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-flu-forecast", - "description": "barda-flu-forecast", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-flu-forecast", - "downloadURL": "https://api.github.com/repos/HHS/barda-flu-forecast/downloads", - "repositoryURL": "https://github.com/HHS/barda-flu-forecast.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Jupyter Notebook", - "R", - "Python", - "C++", - "Stan", - "Shell" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2020-04-16", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "flu", - "forecast" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-zika-forecast", - "description": "barda-zika-forecast", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-zika-forecast", - "downloadURL": "https://api.github.com/repos/HHS/barda-zika-forecast/downloads", - "repositoryURL": "https://github.com/HHS/barda-zika-forecast.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-07", - "lastModified": "2017-08-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "zika", - "forecast" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-ind-cri", - "description": "barda-ind-cri", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-ind-cri", - "downloadURL": "https://api.github.com/repos/HHS/barda-ind-cri/downloads", - "repositoryURL": "https://github.com/HHS/barda-ind-cri.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2018-05-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "ind", - "cri" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-shinyflu", - "description": "barda-shinyflu", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-shinyflu", - "downloadURL": "https://api.github.com/repos/HHS/barda-shinyflu/downloads", - "repositoryURL": "https://github.com/HHS/barda-shinyflu.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-07", - "lastModified": "2017-08-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "shinyflu" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-flumodels", - "description": "barda-flumodels", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-flumodels", - "downloadURL": "https://api.github.com/repos/HHS/barda-flumodels/downloads", - "repositoryURL": "https://github.com/HHS/barda-flumodels.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2020-05-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "flumodels" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-vaccine-production", - "description": "barda-vaccine-production", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-vaccine-production", - "downloadURL": "https://api.github.com/repos/HHS/barda-vaccine-production/downloads", - "repositoryURL": "https://github.com/HHS/barda-vaccine-production.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-07", - "lastModified": "2017-08-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "vaccine", - "production" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-analyses-flu", - "description": "barda-analyses-flu", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-analyses-flu", - "downloadURL": "https://api.github.com/repos/HHS/barda-analyses-flu/downloads", - "repositoryURL": "https://github.com/HHS/barda-analyses-flu.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-07", - "lastModified": "2017-08-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "analyses", - "flu" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-analyses-cbrn", - "description": "barda-analyses-cbrn", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-analyses-cbrn", - "downloadURL": "https://api.github.com/repos/HHS/barda-analyses-cbrn/downloads", - "repositoryURL": "https://github.com/HHS/barda-analyses-cbrn.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-07", - "lastModified": "2017-08-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "analyses", - "cbrn" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-archive", - "description": "barda-archive", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-archive", - "downloadURL": "https://api.github.com/repos/HHS/barda-archive/downloads", - "repositoryURL": "https://github.com/HHS/barda-archive.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-07", - "lastModified": "2017-08-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "archive" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-sandbox-a", - "description": "barda-sandbox-a", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-sandbox-a", - "downloadURL": "https://api.github.com/repos/HHS/barda-sandbox-a/downloads", - "repositoryURL": "https://github.com/HHS/barda-sandbox-a.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2017-09-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "sandbox" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-sandbox-b", - "description": "barda-sandbox-b", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-sandbox-b", - "downloadURL": "https://api.github.com/repos/HHS/barda-sandbox-b/downloads", - "repositoryURL": "https://github.com/HHS/barda-sandbox-b.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java", - "R" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2020-07-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "sandbox", - "b" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-sandbox-c", - "description": "barda-sandbox-c", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-sandbox-c", - "downloadURL": "https://api.github.com/repos/HHS/barda-sandbox-c/downloads", - "repositoryURL": "https://github.com/HHS/barda-sandbox-c.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2018-10-09", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "sandbox", - "c" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-sandbox-d", - "description": "barda-sandbox-d", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-sandbox-d", - "downloadURL": "https://api.github.com/repos/HHS/barda-sandbox-d/downloads", - "repositoryURL": "https://github.com/HHS/barda-sandbox-d.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML", - "R", - "Python", - "Batchfile" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2021-03-11", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "sandbox", - "d" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-sandbox-e", - "description": "barda-sandbox-e", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-sandbox-e", - "downloadURL": "https://api.github.com/repos/HHS/barda-sandbox-e/downloads", - "repositoryURL": "https://github.com/HHS/barda-sandbox-e.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-07", - "lastModified": "2020-04-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "sandbox", - "e" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "barda-drive", - "description": "barda-drive", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/barda-drive", - "downloadURL": "https://api.github.com/repos/HHS/barda-drive/downloads", - "repositoryURL": "https://github.com/HHS/barda-drive.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML", - "JavaScript", - "R", - "CSS", - "Jupyter Notebook" - ], - "date": { - "created": "2017-08-07", - "lastModified": "2021-06-23", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "barda", - "drive" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ARAPS", - "description": "Automated Reasonable Accommodations Processing System", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ARAPS", - "downloadURL": "https://api.github.com/repos/HHS/ARAPS/downloads", - "repositoryURL": "https://github.com/HHS/ARAPS.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "C#", - "ASP", - "CSS", - "Smalltalk", - "JavaScript", - "HTML", - "Visual Basic", - "PLpgSQL" - ], - "date": { - "created": "2017-08-22", - "lastModified": "2019-05-16", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Automated", - "Reasonable", - "Accommodations", - "Processing" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "MMS", - "description": "Mentoring Matching System", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/MMS", - "downloadURL": "https://api.github.com/repos/HHS/MMS/downloads", - "repositoryURL": "https://github.com/HHS/MMS.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2017-08-22", - "lastModified": "2017-08-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Mentoring", - "Matching" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CDC-BizFlow", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CDC-BizFlow", - "downloadURL": "https://api.github.com/repos/HHS/CDC-BizFlow/downloads", - "repositoryURL": "https://github.com/HHS/CDC-BizFlow.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PLSQL", - "Java", - "SQLPL", - "CSS" - ], - "date": { - "created": "2017-11-13", - "lastModified": "2019-02-09", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "CDC", - "BizFlow" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CMS-BizFlow", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CMS-BizFlow", - "downloadURL": "https://api.github.com/repos/HHS/CMS-BizFlow/downloads", - "repositoryURL": "https://github.com/HHS/CMS-BizFlow.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "TSQL", - "PLSQL", - "PLpgSQL", - "Java", - "SQLPL", - "JavaScript", - "XSLT", - "HTML", - "Shell", - "Batchfile", - "CSS" - ], - "date": { - "created": "2017-11-13", - "lastModified": "2020-09-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "CMS", - "BizFlow" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "IHS-BizFlow", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/IHS-BizFlow", - "downloadURL": "https://api.github.com/repos/HHS/IHS-BizFlow/downloads", - "repositoryURL": "https://github.com/HHS/IHS-BizFlow.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PLSQL", - "Java", - "SQLPL" - ], - "date": { - "created": "2017-11-13", - "lastModified": "2018-09-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "IHS", - "BizFlow" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "WHRSC-BizFlow", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/WHRSC-BizFlow", - "downloadURL": "https://api.github.com/repos/HHS/WHRSC-BizFlow/downloads", - "repositoryURL": "https://github.com/HHS/WHRSC-BizFlow.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java", - "PLSQL", - "TSQL", - "JavaScript", - "Shell", - "Batchfile", - "SQLPL" - ], - "date": { - "created": "2017-11-13", - "lastModified": "2019-07-19", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "WHRSC", - "BizFlow" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "HHS-BizFlow", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/HHS-BizFlow", - "downloadURL": "https://api.github.com/repos/HHS/HHS-BizFlow/downloads", - "repositoryURL": "https://github.com/HHS/HHS-BizFlow.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java", - "PLSQL", - "SQLPL", - "JavaScript", - "TSQL", - "Shell", - "CSS", - "Batchfile", - "HTML" - ], - "date": { - "created": "2018-01-16", - "lastModified": "2020-09-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "HHS", - "BizFlow" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Source-Code-Inventory", - "description": "An application and Wiki for managing an inventory of source code, compliant with the Federal Source Code Policy.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/gpl-3.0", - "name": "GNU General Public License v3.0" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Source-Code-Inventory", - "downloadURL": "https://api.github.com/repos/HHS/Source-Code-Inventory/downloads", - "repositoryURL": "https://github.com/HHS/Source-Code-Inventory.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "C#" - ], - "date": { - "created": "2018-01-30", - "lastModified": "2022-03-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "application", - "Wiki", - "managing", - "inventory", - "source", - "code", - "compliant", - "Federal", - "Policy" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-TheRealCost-D8", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/gpl-2.0", - "name": "GNU General Public License v2.0" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-TheRealCost-D8", - "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-D8/downloads", - "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-D8.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "Twig", - "PHP", - "Less", - "Shell", - "Handlebars" - ], - "date": { - "created": "2018-03-09", - "lastModified": "2021-11-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "FDA", - "TheRealCost", - "D8" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "DSCoLab", - "description": "An information sharing repository for the HHS Data Science CoLab", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/DSCoLab", - "downloadURL": "https://api.github.com/repos/HHS/DSCoLab/downloads", - "repositoryURL": "https://github.com/HHS/DSCoLab.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-04-23", - "lastModified": "2018-06-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "information", - "sharing", - "repository", - "HHS", - "Science", - "CoLab" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "DSCoLab-Spring-2018-Cohort", - "description": "Collaboration repository for the Spring 2018 cohort of the HHS Data Science CoLab", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/DSCoLab-Spring-2018-Cohort", - "downloadURL": "https://api.github.com/repos/HHS/DSCoLab-Spring-2018-Cohort/downloads", - "repositoryURL": "https://github.com/HHS/DSCoLab-Spring-2018-Cohort.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-05-23", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Collaboration", - "repository", - "Spring", - "2018", - "cohort", - "HHS", - "Science", - "CoLab" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.hui.xue", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.hui.xue", - "downloadURL": "https://api.github.com/repos/HHS/capstone.hui.xue/downloads", - "repositoryURL": "https://github.com/HHS/capstone.hui.xue.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-05-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.elaine.lai", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.elaine.lai", - "downloadURL": "https://api.github.com/repos/HHS/capstone.elaine.lai/downloads", - "repositoryURL": "https://github.com/HHS/capstone.elaine.lai.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML" - ], - "date": { - "created": "2018-05-15", - "lastModified": "2018-08-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.dwilkinson", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.dwilkinson", - "downloadURL": "https://api.github.com/repos/HHS/capstone.dwilkinson/downloads", - "repositoryURL": "https://github.com/HHS/capstone.dwilkinson.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-07-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.connor.williams", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.connor.williams", - "downloadURL": "https://api.github.com/repos/HHS/capstone.connor.williams/downloads", - "repositoryURL": "https://github.com/HHS/capstone.connor.williams.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.mary.doi", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.mary.doi", - "downloadURL": "https://api.github.com/repos/HHS/capstone.mary.doi/downloads", - "repositoryURL": "https://github.com/HHS/capstone.mary.doi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.abhivyakti.sawarkar", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.abhivyakti.sawarkar", - "downloadURL": "https://api.github.com/repos/HHS/capstone.abhivyakti.sawarkar/downloads", - "repositoryURL": "https://github.com/HHS/capstone.abhivyakti.sawarkar.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-09-27", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.elizabeth.filauri", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.elizabeth.filauri", - "downloadURL": "https://api.github.com/repos/HHS/capstone.elizabeth.filauri/downloads", - "repositoryURL": "https://github.com/HHS/capstone.elizabeth.filauri.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-05-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.marybeth.foley", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.marybeth.foley", - "downloadURL": "https://api.github.com/repos/HHS/capstone.marybeth.foley/downloads", - "repositoryURL": "https://github.com/HHS/capstone.marybeth.foley.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.emcgill", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.emcgill", - "downloadURL": "https://api.github.com/repos/HHS/capstone.emcgill/downloads", - "repositoryURL": "https://github.com/HHS/capstone.emcgill.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.iacovos.kyprianou", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.iacovos.kyprianou", - "downloadURL": "https://api.github.com/repos/HHS/capstone.iacovos.kyprianou/downloads", - "repositoryURL": "https://github.com/HHS/capstone.iacovos.kyprianou.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-08-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.Michael.Harris2", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.Michael.Harris2", - "downloadURL": "https://api.github.com/repos/HHS/capstone.Michael.Harris2/downloads", - "repositoryURL": "https://github.com/HHS/capstone.Michael.Harris2.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML", - "R" - ], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.jamie.doyle", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.jamie.doyle", - "downloadURL": "https://api.github.com/repos/HHS/capstone.jamie.doyle/downloads", - "repositoryURL": "https://github.com/HHS/capstone.jamie.doyle.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.andrew.brecher", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.andrew.brecher", - "downloadURL": "https://api.github.com/repos/HHS/capstone.andrew.brecher/downloads", - "repositoryURL": "https://github.com/HHS/capstone.andrew.brecher.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-07-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.patra.volarath", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.patra.volarath", - "downloadURL": "https://api.github.com/repos/HHS/capstone.patra.volarath/downloads", - "repositoryURL": "https://github.com/HHS/capstone.patra.volarath.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-07-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.farmerca", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.farmerca", - "downloadURL": "https://api.github.com/repos/HHS/capstone.farmerca/downloads", - "repositoryURL": "https://github.com/HHS/capstone.farmerca.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.sivakumar.kannan", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.sivakumar.kannan", - "downloadURL": "https://api.github.com/repos/HHS/capstone.sivakumar.kannan/downloads", - "repositoryURL": "https://github.com/HHS/capstone.sivakumar.kannan.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-07-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.rachael.walsh", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.rachael.walsh", - "downloadURL": "https://api.github.com/repos/HHS/capstone.rachael.walsh/downloads", - "repositoryURL": "https://github.com/HHS/capstone.rachael.walsh.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.mark.luxton", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.mark.luxton", - "downloadURL": "https://api.github.com/repos/HHS/capstone.mark.luxton/downloads", - "repositoryURL": "https://github.com/HHS/capstone.mark.luxton.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.jacquelyne.ivery", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.jacquelyne.ivery", - "downloadURL": "https://api.github.com/repos/HHS/capstone.jacquelyne.ivery/downloads", - "repositoryURL": "https://github.com/HHS/capstone.jacquelyne.ivery.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-08-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.epark", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.epark", - "downloadURL": "https://api.github.com/repos/HHS/capstone.epark/downloads", - "repositoryURL": "https://github.com/HHS/capstone.epark.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-08-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.nadya.soto", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.nadya.soto", - "downloadURL": "https://api.github.com/repos/HHS/capstone.nadya.soto/downloads", - "repositoryURL": "https://github.com/HHS/capstone.nadya.soto.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-08-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.faith", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.faith", - "downloadURL": "https://api.github.com/repos/HHS/capstone.faith/downloads", - "repositoryURL": "https://github.com/HHS/capstone.faith.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-07-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.frank.block", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.frank.block", - "downloadURL": "https://api.github.com/repos/HHS/capstone.frank.block/downloads", - "repositoryURL": "https://github.com/HHS/capstone.frank.block.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2019-11-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.jessica.bennett", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.jessica.bennett", - "downloadURL": "https://api.github.com/repos/HHS/capstone.jessica.bennett/downloads", - "repositoryURL": "https://github.com/HHS/capstone.jessica.bennett.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.arthur.pignotti", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.arthur.pignotti", - "downloadURL": "https://api.github.com/repos/HHS/capstone.arthur.pignotti/downloads", - "repositoryURL": "https://github.com/HHS/capstone.arthur.pignotti.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R", - "Visual Basic" - ], - "date": { - "created": "2018-05-15", - "lastModified": "2020-04-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.joseph.benson", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.joseph.benson", - "downloadURL": "https://api.github.com/repos/HHS/capstone.joseph.benson/downloads", - "repositoryURL": "https://github.com/HHS/capstone.joseph.benson.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.amanda.dibattista", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.amanda.dibattista", - "downloadURL": "https://api.github.com/repos/HHS/capstone.amanda.dibattista/downloads", - "repositoryURL": "https://github.com/HHS/capstone.amanda.dibattista.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-07-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.bernice.boursiquot", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.bernice.boursiquot", - "downloadURL": "https://api.github.com/repos/HHS/capstone.bernice.boursiquot/downloads", - "repositoryURL": "https://github.com/HHS/capstone.bernice.boursiquot.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.malcolm.hale", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.malcolm.hale", - "downloadURL": "https://api.github.com/repos/HHS/capstone.malcolm.hale/downloads", - "repositoryURL": "https://github.com/HHS/capstone.malcolm.hale.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R" - ], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.rstreeter", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.rstreeter", - "downloadURL": "https://api.github.com/repos/HHS/capstone.rstreeter/downloads", - "repositoryURL": "https://github.com/HHS/capstone.rstreeter.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "SAS", - "R" - ], - "date": { - "created": "2018-05-15", - "lastModified": "2018-07-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.erika.davies", - "description": "Data Science CoLab Capstone project", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.erika.davies", - "downloadURL": "https://api.github.com/repos/HHS/capstone.erika.davies/downloads", - "repositoryURL": "https://github.com/HHS/capstone.erika.davies.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-15", - "lastModified": "2018-06-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.s28kiru", - "description": "Capstone project repository", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.s28kiru", - "downloadURL": "https://api.github.com/repos/HHS/capstone.s28kiru/downloads", - "repositoryURL": "https://github.com/HHS/capstone.s28kiru.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-23", - "lastModified": "2018-06-13", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Capstone", - "project", - "repository" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.KodieMcNamara", - "description": "Capstone project repository", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.KodieMcNamara", - "downloadURL": "https://api.github.com/repos/HHS/capstone.KodieMcNamara/downloads", - "repositoryURL": "https://github.com/HHS/capstone.KodieMcNamara.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-05-23", - "lastModified": "2018-05-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Capstone", - "project", - "repository" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "DSCoLab-Spring-2018-Cohort-Material", - "description": "Training material for the Spring 2018 Cohort of the Data Science CoLab", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/DSCoLab-Spring-2018-Cohort-Material", - "downloadURL": "https://api.github.com/repos/HHS/DSCoLab-Spring-2018-Cohort-Material/downloads", - "repositoryURL": "https://github.com/HHS/DSCoLab-Spring-2018-Cohort-Material.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML", - "R" - ], - "date": { - "created": "2018-05-23", - "lastModified": "2018-07-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Training", - "material", - "Spring", - "2018", - "Cohort", - "Science", - "CoLab" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ITAR", - "description": "ServiceNow application for managing IT Acquisition Reviews", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ITAR", - "downloadURL": "https://api.github.com/repos/HHS/ITAR/downloads", - "repositoryURL": "https://github.com/HHS/ITAR.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-06-01", - "lastModified": "2018-06-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ServiceNow", - "application", - "managing", - "Acquisition", - "Reviews" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.johnfnader", - "description": "Capstone project repository.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.johnfnader", - "downloadURL": "https://api.github.com/repos/HHS/capstone.johnfnader/downloads", - "repositoryURL": "https://github.com/HHS/capstone.johnfnader.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-06-05", - "lastModified": "2018-06-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Capstone", - "project", - "repository" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "capstone.william.carter", - "description": "Data Science CoLab Capstone Project.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/capstone.william.carter", - "downloadURL": "https://api.github.com/repos/HHS/capstone.william.carter/downloads", - "repositoryURL": "https://github.com/HHS/capstone.william.carter.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-06-11", - "lastModified": "2018-06-11", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Science", - "CoLab", - "Capstone", - "Project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "X_ITBM_HR", - "description": "Configuration of the ServiceNow IT Business Management applications for Human Resources projects.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/X_ITBM_HR", - "downloadURL": "https://api.github.com/repos/HHS/X_ITBM_HR/downloads", - "repositoryURL": "https://github.com/HHS/X_ITBM_HR.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-07-27", - "lastModified": "2018-09-13", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Configuration", - "ServiceNow", - "Business", - "Management", - "applications", - "Human", - "Resources", - "projects" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "X_ITBM", - "description": "Configuration of the IT Business Management application suite in ServiceNow.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/X_ITBM", - "downloadURL": "https://api.github.com/repos/HHS/X_ITBM/downloads", - "repositoryURL": "https://github.com/HHS/X_ITBM.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2018-08-14", - "lastModified": "2021-07-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Configuration", - "Business", - "Management", - "application", - "suite", - "ServiceNow" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "OIG-Office-of-Inspector-General", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/OIG-Office-of-Inspector-General", - "downloadURL": "https://api.github.com/repos/HHS/OIG-Office-of-Inspector-General/downloads", - "repositoryURL": "https://github.com/HHS/OIG-Office-of-Inspector-General.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "Java", - "Batchfile" - ], - "date": { - "created": "2019-03-07", - "lastModified": "2019-03-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "OIG", - "Office", - "Inspector", - "General" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FNMS", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FNMS", - "downloadURL": "https://api.github.com/repos/HHS/FNMS/downloads", - "repositoryURL": "https://github.com/HHS/FNMS.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "ASP", - "C#", - "JavaScript", - "HTML", - "CSS", - "Smalltalk" - ], - "date": { - "created": "2019-03-28", - "lastModified": "2019-03-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "FNMS" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "sndml3", - "description": "ServiceNow Data Mart Loader: an application to load SQL databases from ServiceNow", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/mit", - "name": "MIT License" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/sndml3", - "downloadURL": "https://api.github.com/repos/HHS/sndml3/downloads", - "repositoryURL": "https://github.com/HHS/sndml3.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java" - ], - "date": { - "created": "2019-04-15", - "lastModified": "2019-04-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ServiceNow", - "Mart", - "Loader:", - "application", - "load", - "SQL", - "databases" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Test_2", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Test_2", - "downloadURL": "https://api.github.com/repos/HHS/Test_2/downloads", - "repositoryURL": "https://github.com/HHS/Test_2.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2019-05-01", - "lastModified": "2020-08-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Test", - "2" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Informatica", - "description": "Data exchanges employing Informatica PowerCenter", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/unlicense", - "name": "The Unlicense" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Informatica", - "downloadURL": "https://api.github.com/repos/HHS/Informatica/downloads", - "repositoryURL": "https://github.com/HHS/Informatica.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Shell", - "PLSQL" - ], - "date": { - "created": "2019-07-02", - "lastModified": "2021-07-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "exchanges", - "employing", - "Informatica", - "PowerCenter" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "DSColab---Spring-2020-Cohort", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/DSColab---Spring-2020-Cohort", - "downloadURL": "https://api.github.com/repos/HHS/DSColab---Spring-2020-Cohort/downloads", - "repositoryURL": "https://github.com/HHS/DSColab---Spring-2020-Cohort.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML", - "R" - ], - "date": { - "created": "2020-01-13", - "lastModified": "2020-02-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "DSColab", - "Spring", - "2020", - "Cohort" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-EveryTryCounts", - "description": "FDA Repo on behalf of Eric Sun", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-EveryTryCounts", - "downloadURL": "https://api.github.com/repos/HHS/FDA-EveryTryCounts/downloads", - "repositoryURL": "https://github.com/HHS/FDA-EveryTryCounts.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "Roff", - "HTML", - "CSS", - "Vue", - "Shell", - "TypeScript" - ], - "date": { - "created": "2020-02-19", - "lastModified": "2020-09-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "FDA", - "Repo", - "behalf", - "Eric", - "Sun" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "TANF-app", - "description": "Repo for development of a new TANF Data Reporting System", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/TANF-app", - "downloadURL": "https://api.github.com/repos/HHS/TANF-app/downloads", - "repositoryURL": "https://github.com/HHS/TANF-app.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "CSS", - "Python", - "SCSS", - "Shell", - "HTML", - "HCL", - "Dockerfile" - ], - "date": { - "created": "2020-02-19", - "lastModified": "2022-01-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Repo", - "development", - "new", - "TANF", - "Reporting" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "OAuth_Token_Tst", - "description": "To test Personal Token use throughout HHS", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/OAuth_Token_Tst", - "downloadURL": "https://api.github.com/repos/HHS/OAuth_Token_Tst/downloads", - "repositoryURL": "https://github.com/HHS/OAuth_Token_Tst.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-03-19", - "lastModified": "2020-03-19", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "test", - "Personal", - "Token", - "use", - "HHS" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CPO_SharePoint_Repository", - "description": "The repository is in reference to SharePoint development", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CPO_SharePoint_Repository", - "downloadURL": "https://api.github.com/repos/HHS/CPO_SharePoint_Repository/downloads", - "repositoryURL": "https://github.com/HHS/CPO_SharePoint_Repository.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-04-28", - "lastModified": "2020-04-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "reference", - "SharePoint", - "development" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-flumodelsutil", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-flumodelsutil", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-flumodelsutil/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-flumodelsutil.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2020-11-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "aspr-gcm-core-epi", - "description": "ASPR GCM Core Epidemic Simulator - Project Lead: ASPR Modeling & Simulation Branch", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/aspr-gcm-core-epi", - "downloadURL": "https://api.github.com/repos/HHS/aspr-gcm-core-epi/downloads", - "repositoryURL": "https://github.com/HHS/aspr-gcm-core-epi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2020-10-19", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ASPR", - "GCM", - "Core", - "Epidemic", - "Simulator", - "Project", - "Lead:", - "Modeling", - "Simulation", - "Branch" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "aspr-gcm", - "description": "ASPR General Compartmental Model (GCM) Agent-Based Framework - ASPR Modeling & Simulation Branch", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/aspr-gcm", - "downloadURL": "https://api.github.com/repos/HHS/aspr-gcm/downloads", - "repositoryURL": "https://github.com/HHS/aspr-gcm.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2020-09-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ASPR", - "General", - "Compartmental", - "Model", - "GCM", - "Agent", - "Based", - "Framework", - "Modeling", - "Simulation", - "Branch" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-flumodels", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-flumodels", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-flumodels/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-flumodels.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2020-11-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-1", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-1", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-1/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-1.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2020-05-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "aspr-pie", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/aspr-pie", - "downloadURL": "https://api.github.com/repos/HHS/aspr-pie/downloads", - "repositoryURL": "https://github.com/HHS/aspr-pie.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R", - "C++", - "CMake" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2020-05-27", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-3", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-3", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-3/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-3.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R", - "Stan" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2020-08-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-4", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-4", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-4/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-4.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R", - "Shell" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2022-03-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-5", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-5", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-5/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-5.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Jupyter Notebook", - "Python" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2020-09-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-6", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-6", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-6/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-6.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2021-10-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-7", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-7", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-7/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-7.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2022-03-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-8", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-8", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-8/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-8.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2021-12-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-9", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-9", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-9/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-9.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2022-01-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-10", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-10", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-10/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-10.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "R" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2020-11-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-1", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-1", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-1/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-1.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML", - "R" - ], - "date": { - "created": "2020-04-30", - "lastModified": "2020-11-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-2", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-2", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-2/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-2.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-04-30", - "lastModified": "2020-04-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-3", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-3", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-3/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-3.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-04-30", - "lastModified": "2020-04-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-4", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-4", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-4/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-4.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-04-30", - "lastModified": "2020-04-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-5", - "description": "Porject Lead: Diana Wong ", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-5", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-5/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-5.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-04-30", - "lastModified": "2020-04-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Porject", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-6", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-6", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-6/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-6.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-04-30", - "lastModified": "2020-04-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-7", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-7", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-7/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-7.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-04-30", - "lastModified": "2020-04-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-8", - "description": "Project Lead: Diana Wong ", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-8", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-8/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-8.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-04-30", - "lastModified": "2020-04-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-9", - "description": "Porject Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-9", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-9/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-9.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-04-30", - "lastModified": "2020-04-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Porject", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-10", - "description": "Project Lead: Diana Wong", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-10", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-10/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-10.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-04-30", - "lastModified": "2020-04-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Diana", - "Wong" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "OCPO-SPO-ONC", - "description": "HHS SharePointOnline ONC", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/OCPO-SPO-ONC", - "downloadURL": "https://api.github.com/repos/HHS/OCPO-SPO-ONC/downloads", - "repositoryURL": "https://github.com/HHS/OCPO-SPO-ONC.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "TypeScript", - "CSS", - "JavaScript" - ], - "date": { - "created": "2020-05-04", - "lastModified": "2021-07-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "HHS", - "SharePointOnline", - "ONC" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "EIS-PMO-InventoryTracking", - "description": "EIS PMO Project lead by Mahadevan Padmanabhan", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/EIS-PMO-InventoryTracking", - "downloadURL": "https://api.github.com/repos/HHS/EIS-PMO-InventoryTracking/downloads", - "repositoryURL": "https://github.com/HHS/EIS-PMO-InventoryTracking.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-05-05", - "lastModified": "2021-06-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "EIS", - "PMO", - "Project", - "lead", - "Mahadevan", - "Padmanabhan" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "EIS-PMO-HelpDesk", - "description": "EIS PMO Project lead by Mahadevan Padmanabhan", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/EIS-PMO-HelpDesk", - "downloadURL": "https://api.github.com/repos/HHS/EIS-PMO-HelpDesk/downloads", - "repositoryURL": "https://github.com/HHS/EIS-PMO-HelpDesk.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-05-05", - "lastModified": "2020-05-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "EIS", - "PMO", - "Project", - "lead", - "Mahadevan", - "Padmanabhan" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORR_Build", - "description": "A repository to maintain Salesforce metadata for the ACF(ORR) Project.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORR_Build", - "downloadURL": "https://api.github.com/repos/HHS/ORR_Build/downloads", - "repositoryURL": "https://github.com/HHS/ORR_Build.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Apex", - "JavaScript", - "HTML", - "CSS" - ], - "date": { - "created": "2020-05-06", - "lastModified": "2021-11-23", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "maintain", - "Salesforce", - "metadata", - "ACF", - "ORR", - "Project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "OCPO-SPO-LP", - "description": "SPO deployment of MS Learning Pathways", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/mit", - "name": "MIT License" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/OCPO-SPO-LP", - "downloadURL": "https://api.github.com/repos/HHS/OCPO-SPO-LP/downloads", - "repositoryURL": "https://github.com/HHS/OCPO-SPO-LP.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PowerShell" - ], - "date": { - "created": "2020-05-11", - "lastModified": "2020-06-11", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "SPO", - "deployment", - "MS", - "Learning", - "Pathways" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "samhsa-pattern-library", - "description": "Project Lead: Dara Pressley", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/samhsa-pattern-library", - "downloadURL": "https://api.github.com/repos/HHS/samhsa-pattern-library/downloads", - "repositoryURL": "https://github.com/HHS/samhsa-pattern-library.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-05-14", - "lastModified": "2021-01-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Dara", - "Pressley" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "SAMHSA-Sandbox", - "description": "Project Lead: Dara Pressley", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/SAMHSA-Sandbox", - "downloadURL": "https://api.github.com/repos/HHS/SAMHSA-Sandbox/downloads", - "repositoryURL": "https://github.com/HHS/SAMHSA-Sandbox.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-05-14", - "lastModified": "2020-05-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Dara", - "Pressley" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORR_Automation", - "description": "This will contains selenium automation test for ORR (ACF) project.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORR_Automation", - "downloadURL": "https://api.github.com/repos/HHS/ORR_Automation/downloads", - "repositoryURL": "https://github.com/HHS/ORR_Automation.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java", - "Gherkin" - ], - "date": { - "created": "2020-05-19", - "lastModified": "2021-10-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "contains", - "selenium", - "automation", - "test", - "ORR", - "ACF", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-FRESH-Empire-D8", - "description": "ASPA Leads: Eric Sun & Dan Pace", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-FRESH-Empire-D8", - "downloadURL": "https://api.github.com/repos/HHS/FDA-FRESH-Empire-D8/downloads", - "repositoryURL": "https://github.com/HHS/FDA-FRESH-Empire-D8.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-06-08", - "lastModified": "2020-06-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ASPA", - "Leads:", - "Eric", - "Sun", - "Dan", - "Pace" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-FRESH-Empire-D8-Frontend", - "description": "ASPA Leads: Eric Sun & Dan Pace", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-FRESH-Empire-D8-Frontend", - "downloadURL": "https://api.github.com/repos/HHS/FDA-FRESH-Empire-D8-Frontend/downloads", - "repositoryURL": "https://github.com/HHS/FDA-FRESH-Empire-D8-Frontend.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-06-08", - "lastModified": "2020-06-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ASPA", - "Leads:", - "Eric", - "Sun", - "Dan", - "Pace" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "FDA-Retailer-D8", - "description": "ASPA Leads: Eric Sun & Dan Pace", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/FDA-Retailer-D8", - "downloadURL": "https://api.github.com/repos/HHS/FDA-Retailer-D8/downloads", - "repositoryURL": "https://github.com/HHS/FDA-Retailer-D8.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-06-08", - "lastModified": "2020-06-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ASPA", - "Leads:", - "Eric", - "Sun", - "Dan", - "Pace" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "anypoint-cloudhub", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/anypoint-cloudhub", - "downloadURL": "https://api.github.com/repos/HHS/anypoint-cloudhub/downloads", - "repositoryURL": "https://github.com/HHS/anypoint-cloudhub.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-06-10", - "lastModified": "2020-06-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "anypoint", - "cloudhub" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Head-Start-TTADP", - "description": "OHS TTA Project via ACF; Lead POC: Patrice Pascual and Krys Wisnaskas", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Head-Start-TTADP", - "downloadURL": "https://api.github.com/repos/HHS/Head-Start-TTADP/downloads", - "repositoryURL": "https://github.com/HHS/Head-Start-TTADP.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "CSS", - "HCL", - "Shell", - "Ruby", - "HTML", - "Pug", - "Gherkin", - "Dockerfile" - ], - "date": { - "created": "2020-07-07", - "lastModified": "2022-02-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "OHS", - "TTA", - "Project", - "ACF", - "Lead", - "POC:", - "Patrice", - "Pascual", - "Krys", - "Wisnaskas" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "uac-job-images-stg2-path", - "description": "This repository is for ORRUAC-1067 - Migration Attachments present in \"UAC_IMAGES\" Folder", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/uac-job-images-stg2-path", - "downloadURL": "https://api.github.com/repos/HHS/uac-job-images-stg2-path/downloads", - "repositoryURL": "https://github.com/HHS/uac-job-images-stg2-path.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-07-28", - "lastModified": "2020-08-13", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "ORRUAC", - "1067", - "Migration", - "Attachments", - "present", - "\"UAC", - "IMAGES\"", - "Folder" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Fearless-Dreamer", - "description": "Builds PowerPower slides with Covid-19 Data Analytics", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Fearless-Dreamer", - "downloadURL": "https://api.github.com/repos/HHS/Fearless-Dreamer/downloads", - "repositoryURL": "https://github.com/HHS/Fearless-Dreamer.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "CSS", - "TypeScript", - "Shell", - "HCL", - "Makefile", - "Handlebars", - "Python", - "Starlark" - ], - "date": { - "created": "2020-07-29", - "lastModified": "2021-06-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Builds", - "PowerPower", - "slides", - "Covid", - "19", - "Analytics" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "uac-sapi-uip-placement", - "description": "This repository is for ORRUAC-1252 - Build Mulesoft API Interface to Send UAC Placement Information", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/uac-sapi-uip-placement", - "downloadURL": "https://api.github.com/repos/HHS/uac-sapi-uip-placement/downloads", - "repositoryURL": "https://github.com/HHS/uac-sapi-uip-placement.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML" - ], - "date": { - "created": "2020-07-29", - "lastModified": "2020-12-17", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "ORRUAC", - "1252", - "Build", - "Mulesoft", - "API", - "Interface", - "Send", - "UAC", - "Placement", - "Information" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "uac-job-images-portal-stg2", - "description": "This repository is for ORRUAC-1067 - Migration Attachments present in \"UAC_IMAGES\" Folder", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/uac-job-images-portal-stg2", - "downloadURL": "https://api.github.com/repos/HHS/uac-job-images-portal-stg2/downloads", - "repositoryURL": "https://github.com/HHS/uac-job-images-portal-stg2.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-12", - "lastModified": "2020-08-19", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "ORRUAC", - "1067", - "Migration", - "Attachments", - "present", - "\"UAC", - "IMAGES\"", - "Folder" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "uac-job-enrollees-path-pcu", - "description": "This repository is for ORRUAC-802 - PCU Interface", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/uac-job-enrollees-path-pcu", - "downloadURL": "https://api.github.com/repos/HHS/uac-job-enrollees-path-pcu/downloads", - "repositoryURL": "https://github.com/HHS/uac-job-enrollees-path-pcu.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML" - ], - "date": { - "created": "2020-08-17", - "lastModified": "2020-10-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "ORRUAC", - "802", - "PCU", - "Interface" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_01-Repo", - "description": "Healthathon Project sponsored by HHS Office of the Chief Technology Officer and Howard University\u2019s 1867 Health Innovations Project and the Center for Sickle Cell Disease (SCD)", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_01-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_01-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_01-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Apex" - ], - "date": { - "created": "2020-08-24", - "lastModified": "2020-09-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "sponsored", - "HHS", - "Office", - "Chief", - "Technology", - "Officer", - "Howard", - "University\u2019s", - "1867", - "Health", - "Innovations", - "Center", - "Sickle", - "Cell", - "Disease", - "SCD" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_02-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_02-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_02-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_02-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-24", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_03-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_03-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_03-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_03-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-08-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_04-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_04-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_04-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_04-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_05-Repo", - "description": " Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_05-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_05-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_05-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_06-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_06-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_06-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_06-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_07-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_07-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_07-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_07-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_08-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_08-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_08-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_08-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_09-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_09-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_09-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_09-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_10-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_10-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_10-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_10-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_11-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_11-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_11-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_11-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_12-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_12-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_12-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_12-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_13-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_13-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_13-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_13-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_14-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_14-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_14-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_14-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_15-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_15-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_15-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_15-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_16-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_16-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_16-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_16-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_17-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_17-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_17-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_17-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_18-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_18-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_18-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_18-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_19-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_19-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_19-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_19-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_20-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_20-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_20-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_20-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_21-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_21-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_21-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_21-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_22-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_22-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_22-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_22-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_23-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_23-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_23-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_23-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_24-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_24-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_24-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_24-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_25-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_25-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_25-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_25-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_26-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_26-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_26-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_26-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_27-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_27-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_27-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_27-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_28-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_28-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_28-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_28-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_29-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_29-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_29-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_29-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_30-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_30-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_30-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_30-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_31-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_31-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_31-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_31-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_32-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_32-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_32-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_32-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_33-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_33-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_33-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_33-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_34-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_34-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_34-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_34-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_35-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_35-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_35-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_35-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_36-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_36-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_36-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_36-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_37-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_37-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_37-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_37-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_38-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_38-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_38-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_38-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_39-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_39-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_39-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_39-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_40-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_40-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_40-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_40-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_41-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_41-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_41-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_41-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_42-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_42-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_42-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_42-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_43-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_43-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_43-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_43-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_44-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_44-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_44-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_44-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2020-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "CTO_Healthathon_Team_45-Repo", - "description": "Healthathon Project led by Alexander Wilson", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_45-Repo", - "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_45-Repo/downloads", - "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_45-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-08-28", - "lastModified": "2021-01-01", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Healthathon", - "Project", - "led", - "Alexander", - "Wilson" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "HHS-Protect", - "description": "HHS Protect Project lead by Perryn Ashmore", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/HHS-Protect", - "downloadURL": "https://api.github.com/repos/HHS/HHS-Protect/downloads", - "repositoryURL": "https://github.com/HHS/HHS-Protect.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-09-11", - "lastModified": "2020-09-11", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "HHS", - "Protect", - "Project", - "lead", - "Perryn", - "Ashmore" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1121-allergy", - "description": "Data migration Mule projects for Allergy object", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1121-allergy", - "downloadURL": "https://api.github.com/repos/HHS/orruac1121-allergy/downloads", - "repositoryURL": "https://github.com/HHS/orruac1121-allergy.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "migration", - "Mule", - "projects", - "Allergy", - "object" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1120-signsymptoms", - "description": "UAC PATH - Data Migration mule projects for Signs and Symptoms object", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1120-signsymptoms", - "downloadURL": "https://api.github.com/repos/HHS/orruac1120-signsymptoms/downloads", - "repositoryURL": "https://github.com/HHS/orruac1120-signsymptoms.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "mule", - "projects", - "Signs", - "Symptoms", - "object" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1729-physicalexam", - "description": "UAC PATH - Data Migration Mule projects for Physical Exam object", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1729-physicalexam", - "downloadURL": "https://api.github.com/repos/HHS/orruac1729-physicalexam/downloads", - "repositoryURL": "https://github.com/HHS/orruac1729-physicalexam.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "Mule", - "projects", - "Physical", - "Exam", - "object" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1126-immunization", - "description": "UAC PATH - Data Migration Mule projects for Immunization object", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1126-immunization", - "downloadURL": "https://api.github.com/repos/HHS/orruac1126-immunization/downloads", - "repositoryURL": "https://github.com/HHS/orruac1126-immunization.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "Mule", - "projects", - "Immunization", - "object" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1124-medication", - "description": "UAC PATH - Data Migration Mule projects for Medication object", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1124-medication", - "downloadURL": "https://api.github.com/repos/HHS/orruac1124-medication/downloads", - "repositoryURL": "https://github.com/HHS/orruac1124-medication.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "Mule", - "projects", - "Medication", - "object" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1073-case-dnf", - "description": "UAC PATH - Data Migration Mule projects for Case Object Discharge Notifications R/T", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1073-case-dnf", - "downloadURL": "https://api.github.com/repos/HHS/orruac1073-case-dnf/downloads", - "repositoryURL": "https://github.com/HHS/orruac1073-case-dnf.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "Mule", - "projects", - "Case", - "Object", - "Discharge", - "Notifications", - "R", - "T" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1630-referralrelated", - "description": "UAC PATH - Data Migration Mule projects for Referral Related object", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1630-referralrelated", - "downloadURL": "https://api.github.com/repos/HHS/orruac1630-referralrelated/downloads", - "repositoryURL": "https://github.com/HHS/orruac1630-referralrelated.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "Mule", - "projects", - "Referral", - "Related", - "object" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac-datacleansing", - "description": "UAC PATH - Data Migration Mule projects for Data cleansing source tables", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac-datacleansing", - "downloadURL": "https://api.github.com/repos/HHS/orruac-datacleansing/downloads", - "repositoryURL": "https://github.com/HHS/orruac-datacleansing.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2020-10-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "Mule", - "projects", - "cleansing", - "source", - "tables" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac335-contact-uac", - "description": "UAC PATH - Data Migration Mule projects for Contact Object UAC R/T", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac335-contact-uac", - "downloadURL": "https://api.github.com/repos/HHS/orruac335-contact-uac/downloads", - "repositoryURL": "https://github.com/HHS/orruac335-contact-uac.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "Mule", - "projects", - "Contact", - "Object", - "R", - "T" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac431-contact-adult", - "description": "UAC PATH - Data Migration Mule projects for Contact Object Adult Contact R/T", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac431-contact-adult", - "downloadURL": "https://api.github.com/repos/HHS/orruac431-contact-adult/downloads", - "repositoryURL": "https://github.com/HHS/orruac431-contact-adult.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "Mule", - "projects", - "Contact", - "Object", - "Adult", - "R", - "T" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac369-account-program", - "description": "UAC PATH - Data Migration Mule projects for Account Object Program R/T", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac369-account-program", - "downloadURL": "https://api.github.com/repos/HHS/orruac369-account-program/downloads", - "repositoryURL": "https://github.com/HHS/orruac369-account-program.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2020-10-13", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "Mule", - "projects", - "Account", - "Object", - "Program", - "R", - "T" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac363-case-uacreferral", - "description": "UAC PATH - Data Migration Mule projects for Case Object UAC Referral R/T", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac363-case-uacreferral", - "downloadURL": "https://api.github.com/repos/HHS/orruac363-case-uacreferral/downloads", - "repositoryURL": "https://github.com/HHS/orruac363-case-uacreferral.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "Mule", - "projects", - "Case", - "Object", - "Referral", - "R", - "T" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Hospital-Est-Code_1", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Hospital-Est-Code_1", - "downloadURL": "https://api.github.com/repos/HHS/Hospital-Est-Code_1/downloads", - "repositoryURL": "https://github.com/HHS/Hospital-Est-Code_1.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python" - ], - "date": { - "created": "2020-09-22", - "lastModified": "2020-09-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Hospital", - "Est", - "Code", - "1" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ASPR-Redesign-Repo", - "description": "Porject Lead: Lorena Geddes", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ASPR-Redesign-Repo", - "downloadURL": "https://api.github.com/repos/HHS/ASPR-Redesign-Repo/downloads", - "repositoryURL": "https://github.com/HHS/ASPR-Redesign-Repo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-10-01", - "lastModified": "2020-10-01", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Porject", - "Lead:", - "Lorena", - "Geddes" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORR_Migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORR_Migration", - "downloadURL": "https://api.github.com/repos/HHS/ORR_Migration/downloads", - "repositoryURL": "https://github.com/HHS/ORR_Migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-10-02", - "lastModified": "2021-05-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ORR", - "Migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "uip-uac-referral-data", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/uip-uac-referral-data", - "downloadURL": "https://api.github.com/repos/HHS/uip-uac-referral-data/downloads", - "repositoryURL": "https://github.com/HHS/uip-uac-referral-data.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML", - "DataWeave" - ], - "date": { - "created": "2020-10-02", - "lastModified": "2021-03-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "uip", - "uac", - "referral" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORR_Integration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORR_Integration", - "downloadURL": "https://api.github.com/repos/HHS/ORR_Integration/downloads", - "repositoryURL": "https://github.com/HHS/ORR_Integration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-10-02", - "lastModified": "2020-10-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ORR", - "Integration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-ocdo", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-ocdo", - "downloadURL": "https://api.github.com/repos/HHS/hhs-ocdo/downloads", - "repositoryURL": "https://github.com/HHS/hhs-ocdo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HTML", - "SCSS", - "Ruby", - "Dockerfile", - "JavaScript" - ], - "date": { - "created": "2020-10-29", - "lastModified": "2021-12-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "ocdo" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "TANF-app-archive", - "description": "New public repo for Lauren Frohlich", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache License 2.0" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/TANF-app-archive", - "downloadURL": "https://api.github.com/repos/HHS/TANF-app-archive/downloads", - "repositoryURL": "https://github.com/HHS/TANF-app-archive.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "HTML", - "Shell", - "Dockerfile" - ], - "date": { - "created": "2020-11-04", - "lastModified": "2021-01-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "New", - "public", - "repo", - "Lauren", - "Frohlich" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac876-assets-beds", - "description": "Mule data migration project for Assets beds", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac876-assets-beds", - "downloadURL": "https://api.github.com/repos/HHS/orruac876-assets-beds/downloads", - "repositoryURL": "https://github.com/HHS/orruac876-assets-beds.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML", - "DataWeave" - ], - "date": { - "created": "2020-11-07", - "lastModified": "2021-03-18", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Mule", - "migration", - "project", - "Assets", - "beds" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1119-healthevaluation-ime", - "description": "Data migration mule project to migrate health evaluation initial medical exam ", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1119-healthevaluation-ime", - "downloadURL": "https://api.github.com/repos/HHS/orruac1119-healthevaluation-ime/downloads", - "repositoryURL": "https://github.com/HHS/orruac1119-healthevaluation-ime.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-11-10", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "migration", - "mule", - "project", - "migrate", - "health", - "evaluation", - "initial", - "medical", - "exam" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORRUAC-2379-CASE-TRANSFER-REQUEST", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORRUAC-2379-CASE-TRANSFER-REQUEST", - "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-2379-CASE-TRANSFER-REQUEST/downloads", - "repositoryURL": "https://github.com/HHS/ORRUAC-2379-CASE-TRANSFER-REQUEST.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-12-21", - "lastModified": "2020-12-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ORRUAC", - "2379", - "CASE", - "TRANSFER", - "REQUEST" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORRUAC-4220-CASE-TRAVEL-REQUEST", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORRUAC-4220-CASE-TRAVEL-REQUEST", - "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-4220-CASE-TRAVEL-REQUEST/downloads", - "repositoryURL": "https://github.com/HHS/ORRUAC-4220-CASE-TRAVEL-REQUEST.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-12-21", - "lastModified": "2020-12-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ORRUAC", - "4220", - "CASE", - "TRAVEL", - "REQUEST" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORRUAC-2221-SIR", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORRUAC-2221-SIR", - "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-2221-SIR/downloads", - "repositoryURL": "https://github.com/HHS/ORRUAC-2221-SIR.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-12-21", - "lastModified": "2020-12-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ORRUAC", - "2221", - "SIR" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORRUAC-2178-SIR-NOTIFICATION", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORRUAC-2178-SIR-NOTIFICATION", - "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-2178-SIR-NOTIFICATION/downloads", - "repositoryURL": "https://github.com/HHS/ORRUAC-2178-SIR-NOTIFICATION.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-12-21", - "lastModified": "2020-12-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ORRUAC", - "2178", - "SIR", - "NOTIFICATION" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORRUAC-2193-INDIVIDUAL-INVOLVED-ININCIDENT", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORRUAC-2193-INDIVIDUAL-INVOLVED-ININCIDENT", - "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-2193-INDIVIDUAL-INVOLVED-ININCIDENT/downloads", - "repositoryURL": "https://github.com/HHS/ORRUAC-2193-INDIVIDUAL-INVOLVED-ININCIDENT.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-12-21", - "lastModified": "2020-12-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ORRUAC", - "2193", - "INDIVIDUAL", - "INVOLVED", - "ININCIDENT" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORRUAC-3680-ORR-NOTICATION", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORRUAC-3680-ORR-NOTICATION", - "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-3680-ORR-NOTICATION/downloads", - "repositoryURL": "https://github.com/HHS/ORRUAC-3680-ORR-NOTICATION.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2020-12-21", - "lastModified": "2020-12-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ORRUAC", - "3680", - "ORR", - "NOTICATION" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Head-Start-clamav-api-cg-app", - "description": "Cloud.gov and ClamAV-enabled file scanning API in use by Office of Head Start", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Head-Start-clamav-api-cg-app", - "downloadURL": "https://api.github.com/repos/HHS/Head-Start-clamav-api-cg-app/downloads", - "repositoryURL": "https://github.com/HHS/Head-Start-clamav-api-cg-app.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2020-12-22", - "lastModified": "2021-11-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Cloud", - "ClamAV", - "enabled", - "file", - "scanning", - "API", - "use", - "Office", - "Head", - "Start" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1122-test", - "description": "UAC PATH - Data Migration mule projects for Test object", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1122-test", - "downloadURL": "https://api.github.com/repos/HHS/orruac1122-test/downloads", - "repositoryURL": "https://github.com/HHS/orruac1122-test.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-02-10", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAC", - "PATH", - "Migration", - "mule", - "projects", - "Test", - "object" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "SAMs-Modern", - "description": "Project Lead: Meredith Stewart", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/SAMs-Modern", - "downloadURL": "https://api.github.com/repos/HHS/SAMs-Modern/downloads", - "repositoryURL": "https://github.com/HHS/SAMs-Modern.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-02-23", - "lastModified": "2021-02-23", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Project", - "Lead:", - "Meredith", - "Stewart" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "rapidtest", - "description": "RapidTest application - large scale COVID-19 rapid testing tool.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/rapidtest", - "downloadURL": "https://api.github.com/repos/HHS/rapidtest/downloads", - "repositoryURL": "https://github.com/HHS/rapidtest.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "HTML", - "CSS", - "Dockerfile", - "Shell" - ], - "date": { - "created": "2021-03-10", - "lastModified": "2021-04-27", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "RapidTest", - "application", - "large", - "scale", - "COVID", - "19", - "rapid", - "testing", - "tool" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac-sir-addendum", - "description": "Projects related to Sir,Addendum,Case", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac-sir-addendum", - "downloadURL": "https://api.github.com/repos/HHS/orruac-sir-addendum/downloads", - "repositoryURL": "https://github.com/HHS/orruac-sir-addendum.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-03-17", - "lastModified": "2021-03-17", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Projects", - "related", - "Sir", - "Addendum", - "Case" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1125-diagnosis", - "description": "Mule apps related to diagnosis and diagnosis outcome", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1125-diagnosis", - "downloadURL": "https://api.github.com/repos/HHS/orruac1125-diagnosis/downloads", - "repositoryURL": "https://github.com/HHS/orruac1125-diagnosis.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-03-18", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Mule", - "apps", - "related", - "diagnosis", - "outcome" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac3714-atm", - "description": "Mule apps related to Account team member", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac3714-atm", - "downloadURL": "https://api.github.com/repos/HHS/orruac3714-atm/downloads", - "repositoryURL": "https://github.com/HHS/orruac3714-atm.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-03-18", - "lastModified": "2021-05-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Mule", - "apps", - "related", - "Account", - "member" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac-basejobs", - "description": "Mule apps related to base tables,cleansing,lookups", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac-basejobs", - "downloadURL": "https://api.github.com/repos/HHS/orruac-basejobs/downloads", - "repositoryURL": "https://github.com/HHS/orruac-basejobs.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML", - "DataWeave" - ], - "date": { - "created": "2021-03-18", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Mule", - "apps", - "related", - "base", - "tables", - "cleansing", - "lookups" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-ct-account-management", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-ct-account-management", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-ct-account-management/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-ct-account-management.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-03-29", - "lastModified": "2021-06-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "ct", - "account", - "management" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-aws-root-account-bootstrap", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-aws-root-account-bootstrap", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-aws-root-account-bootstrap/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-aws-root-account-bootstrap.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "Gherkin", - "Shell" - ], - "date": { - "created": "2021-03-29", - "lastModified": "2021-04-06", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "aws", - "root", - "account", - "bootstrap" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-member-account-bootstrap", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-member-account-bootstrap", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-member-account-bootstrap/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-member-account-bootstrap.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-03-29", - "lastModified": "2021-12-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "member", - "account", - "bootstrap" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "mule_oauth_application", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/mule_oauth_application", - "downloadURL": "https://api.github.com/repos/HHS/mule_oauth_application/downloads", - "repositoryURL": "https://github.com/HHS/mule_oauth_application.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-03-30", - "lastModified": "2021-03-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "mule", - "oauth", - "application" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "MAPS-app", - "description": "ACF project under Sheila Celentano", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/MAPS-app", - "downloadURL": "https://api.github.com/repos/HHS/MAPS-app/downloads", - "repositoryURL": "https://github.com/HHS/MAPS-app.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Java", - "HTML", - "CSS", - "JavaScript" - ], - "date": { - "created": "2021-03-31", - "lastModified": "2021-06-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ACF", - "project", - "Sheila", - "Celentano" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "AFPS", - "description": "HHS project led by Chau Nguyen", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/AFPS", - "downloadURL": "https://api.github.com/repos/HHS/AFPS/downloads", - "repositoryURL": "https://github.com/HHS/AFPS.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-06", - "lastModified": "2021-04-06", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "HHS", - "project", - "led", - "Chau", - "Nguyen" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "OHS-grantee-smartsheet-sync", - "description": "Script to populate options in various smartsheet columns", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/OHS-grantee-smartsheet-sync", - "downloadURL": "https://api.github.com/repos/HHS/OHS-grantee-smartsheet-sync/downloads", - "repositoryURL": "https://github.com/HHS/OHS-grantee-smartsheet-sync.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Ruby", - "Dockerfile" - ], - "date": { - "created": "2021-04-09", - "lastModified": "2021-05-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Script", - "populate", - "options", - "various", - "smartsheet", - "columns" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1052-edu-placement-docs", - "description": "Mule jobs for migrating education placements documents", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1052-edu-placement-docs", - "downloadURL": "https://api.github.com/repos/HHS/orruac1052-edu-placement-docs/downloads", - "repositoryURL": "https://github.com/HHS/orruac1052-edu-placement-docs.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-20", - "lastModified": "2021-05-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Mule", - "jobs", - "migrating", - "education", - "placements", - "documents" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1074-case-rel-req-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1074-case-rel-req-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1074-case-rel-req-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1074-case-rel-req-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-08-09", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1074", - "case", - "rel", - "req", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1074-case-rel-req-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1074-case-rel-req-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac1074-case-rel-req-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac1074-case-rel-req-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1074", - "case", - "rel", - "req", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1382-adultcontacthho-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1382-adultcontacthho-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac1382-adultcontacthho-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac1382-adultcontacthho-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1382", - "adultcontacthho", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1382_adultcontacthhochild_migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1382_adultcontacthhochild_migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1382_adultcontacthhochild_migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1382_adultcontacthhochild_migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-04-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1382", - "adultcontacthhochild", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1382-adultcontacthho-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1382-adultcontacthho-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1382-adultcontacthho-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1382-adultcontacthho-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1382", - "adultcontacthho", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1531-associatedadultcontact-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1531-associatedadultcontact-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac1531-associatedadultcontact-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac1531-associatedadultcontact-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1531", - "associatedadultcontact", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1531-associatedadultcontact-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1531-associatedadultcontact-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1531-associatedadultcontact-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1531-associatedadultcontact-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1531", - "associatedadultcontact", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1721-aprehension-info", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1721-aprehension-info", - "downloadURL": "https://api.github.com/repos/HHS/orruac1721-aprehension-info/downloads", - "repositoryURL": "https://github.com/HHS/orruac1721-aprehension-info.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1721", - "aprehension", - "info" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1721-contact-adultcontact-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1721-contact-adultcontact-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1721-contact-adultcontact-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1721-contact-adultcontact-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-04-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1721", - "contact", - "adultcontact", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1721-contact-adultcontact-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1721-contact-adultcontact-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac1721-contact-adultcontact-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac1721-contact-adultcontact-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-04-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1721", - "contact", - "adultcontact", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1722-adultcontactrelationshipappreinfo-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1722-adultcontactrelationshipappreinfo-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1722-adultcontactrelationshipappreinfo-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1722-adultcontactrelationshipappreinfo-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1722", - "adultcontactrelationshipappreinfo", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1722-adultcontactrelationshipappreinfo-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1722-adultcontactrelationshipappreinfo-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac1722-adultcontactrelationshipappreinfo-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac1722-adultcontactrelationshipappreinfo-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1722", - "adultcontactrelationshipappreinfo", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1726-admissionassessmentrisk-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1726-admissionassessmentrisk-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1726-admissionassessmentrisk-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1726-admissionassessmentrisk-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1726", - "admissionassessmentrisk", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1726-admissionassessmentrisk-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1726-admissionassessmentrisk-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac1726-admissionassessmentrisk-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac1726-admissionassessmentrisk-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1726", - "admissionassessmentrisk", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1727-admissionassessmentisp-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1727-admissionassessmentisp-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1727-admissionassessmentisp-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1727-admissionassessmentisp-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1727", - "admissionassessmentisp", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1727-admissionassessmentisp-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1727-admissionassessmentisp-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac1727-admissionassessmentisp-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac1727-admissionassessmentisp-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1727", - "admissionassessmentisp", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1728-apprehendedrelationship-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1728-apprehendedrelationship-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1728-apprehendedrelationship-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1728-apprehendedrelationship-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1728", - "apprehendedrelationship", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1728-apprehendedrelationship-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1728-apprehendedrelationship-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac1728-apprehendedrelationship-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac1728-apprehendedrelationship-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1728", - "apprehendedrelationship", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1728-intialintakeassessment-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1728-intialintakeassessment-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1728-intialintakeassessment-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1728-intialintakeassessment-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1728", - "intialintakeassessment", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1728-intialintakeassessment-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1728-intialintakeassessment-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac1728-intialintakeassessment-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac1728-intialintakeassessment-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1728", - "intialintakeassessment", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1752-backgroundcheckhho-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1752-backgroundcheckhho-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac1752-backgroundcheckhho-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac1752-backgroundcheckhho-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1752", - "backgroundcheckhho", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1752-backgroundcheckhho-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1752-backgroundcheckhho-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac1752-backgroundcheckhho-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac1752-backgroundcheckhho-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1752", - "backgroundcheckhho", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2233-admissionapplication-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2233-admissionapplication-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac2233-admissionapplication-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac2233-admissionapplication-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2233", - "admissionapplication", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2233-admissionapplication-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2233-admissionapplication-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac2233-admissionapplication-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac2233-admissionapplication-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2233", - "admissionapplication", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2703-program-event", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2703-program-event", - "downloadURL": "https://api.github.com/repos/HHS/orruac2703-program-event/downloads", - "repositoryURL": "https://github.com/HHS/orruac2703-program-event.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-04-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2703", - "program", - "event" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2704-sir-event-", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2704-sir-event-", - "downloadURL": "https://api.github.com/repos/HHS/orruac2704-sir-event-/downloads", - "repositoryURL": "https://github.com/HHS/orruac2704-sir-event-.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-04-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2704", - "sir", - "event" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac365-adultcontactrelationship-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac365-adultcontactrelationship-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac365-adultcontactrelationship-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac365-adultcontactrelationship-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac365", - "adultcontactrelationship", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac365-adultcontactrelationship-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac365-adultcontactrelationship-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac365-adultcontactrelationship-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac365-adultcontactrelationship-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac365", - "adultcontactrelationship", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac367-apprehendedrelationshipuac-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac367-apprehendedrelationshipuac-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac367-apprehendedrelationshipuac-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac367-apprehendedrelationshipuac-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac367", - "apprehendedrelationshipuac", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac367-apprehendedrelationshipuac-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac367-apprehendedrelationshipuac-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac367-apprehendedrelationshipuac-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac367-apprehendedrelationshipuac-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac367", - "apprehendedrelationshipuac", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac367-apprehendedrelationship-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac367-apprehendedrelationship-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac367-apprehendedrelationship-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac367-apprehendedrelationship-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac367", - "apprehendedrelationship", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac367-apprehendedrelationship-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac367-apprehendedrelationship-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac367-apprehendedrelationship-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac367-apprehendedrelationship-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac367", - "apprehendedrelationship", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac368-addresshistory-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac368-addresshistory-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac368-addresshistory-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac368-addresshistory-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac368", - "addresshistory", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac368-addresshistory-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac368-addresshistory-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac368-addresshistory-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac368-addresshistory-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac368", - "addresshistory", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac3680-sir-orr-notification-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac3680-sir-orr-notification-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac3680-sir-orr-notification-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac3680-sir-orr-notification-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-04-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac3680", - "sir", - "orr", - "notification", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac3680-sir-orr-notification-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac3680-sir-orr-notification-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac3680-sir-orr-notification-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac3680-sir-orr-notification-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-04-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac3680", - "sir", - "orr", - "notification", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac4220-case-rt-ltfc-travel-request-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac4220-case-rt-ltfc-travel-request-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-04-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac4220", - "case", - "rt", - "ltfc", - "travel", - "request", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac4220-case-rt-ltfc-travel-request-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac4220-case-rt-ltfc-travel-request-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-04-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac4220", - "case", - "rt", - "ltfc", - "travel", - "request", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac430-sponsorapplication-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac430-sponsorapplication-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac430-sponsorapplication-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac430-sponsorapplication-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac430", - "sponsorapplication", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac430-sponsorapplication-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac430-sponsorapplication-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac430-sponsorapplication-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac430-sponsorapplication-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-22", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac430", - "sponsorapplication", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac864-backgroundcheck-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac864-backgroundcheck-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac864-backgroundcheck-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac864-backgroundcheck-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac864", - "backgroundcheck", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac864-backgroundcheck-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac864-backgroundcheck-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac864-backgroundcheck-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac864-backgroundcheck-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-22", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac864", - "backgroundcheck", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1075-health-docs", - "description": "Mule apps for Attachment migration related to Health Documents", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1075-health-docs", - "downloadURL": "https://api.github.com/repos/HHS/orruac1075-health-docs/downloads", - "repositoryURL": "https://github.com/HHS/orruac1075-health-docs.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-27", - "lastModified": "2021-05-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Mule", - "apps", - "Attachment", - "migration", - "related", - "Health", - "Documents" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1065-eventreport-docs", - "description": "UCPATH Project - Mule apps for attachment migration related to event reports", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1065-eventreport-docs", - "downloadURL": "https://api.github.com/repos/HHS/orruac1065-eventreport-docs/downloads", - "repositoryURL": "https://github.com/HHS/orruac1065-eventreport-docs.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-27", - "lastModified": "2021-05-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPATH", - "Project", - "Mule", - "apps", - "attachment", - "migration", - "related", - "event", - "reports" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1067-image-docs", - "description": "UCPATH Project - Mule apps related to Images ", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1067-image-docs", - "downloadURL": "https://api.github.com/repos/HHS/orruac1067-image-docs/downloads", - "repositoryURL": "https://github.com/HHS/orruac1067-image-docs.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-27", - "lastModified": "2021-05-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPATH", - "Project", - "Mule", - "apps", - "related", - "Images" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1068-intake-riskassessment-docs", - "description": "UCPATH Project- Mule apps related to Intake & Risk Assessment docs", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1068-intake-riskassessment-docs", - "downloadURL": "https://api.github.com/repos/HHS/orruac1068-intake-riskassessment-docs/downloads", - "repositoryURL": "https://github.com/HHS/orruac1068-intake-riskassessment-docs.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-27", - "lastModified": "2021-05-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPATH", - "Project", - "Mule", - "apps", - "related", - "Intake", - "Risk", - "Assessment", - "docs" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1071-sir-docs", - "description": "UCPATH Project - Mule apps related to attachment migration of SIR Docs ", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1071-sir-docs", - "downloadURL": "https://api.github.com/repos/HHS/orruac1071-sir-docs/downloads", - "repositoryURL": "https://github.com/HHS/orruac1071-sir-docs.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-27", - "lastModified": "2021-05-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPATH", - "Project", - "Mule", - "apps", - "related", - "attachment", - "migration", - "SIR", - "Docs" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2195-doclist", - "description": "UCPATH - Mule Apps related to attachment migration for doclist", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2195-doclist", - "downloadURL": "https://api.github.com/repos/HHS/orruac2195-doclist/downloads", - "repositoryURL": "https://github.com/HHS/orruac2195-doclist.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-27", - "lastModified": "2021-05-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPATH", - "Mule", - "Apps", - "related", - "attachment", - "migration", - "doclist" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2221-sir-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2221-sir-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac2221-sir-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac2221-sir-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-04-27", - "lastModified": "2021-06-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2221", - "sir", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2221-sir-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2221-sir-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac2221-sir-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac2221-sir-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-04-27", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2221", - "sir", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2178-sir-notification-staging1", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2178-sir-notification-staging1", - "downloadURL": "https://api.github.com/repos/HHS/orruac2178-sir-notification-staging1/downloads", - "repositoryURL": "https://github.com/HHS/orruac2178-sir-notification-staging1.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-27", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2178", - "sir", - "notification", - "staging1" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2178-sir-notification-staging2", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2178-sir-notification-staging2", - "downloadURL": "https://api.github.com/repos/HHS/orruac2178-sir-notification-staging2/downloads", - "repositoryURL": "https://github.com/HHS/orruac2178-sir-notification-staging2.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-27", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2178", - "sir", - "notification", - "staging2" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2178-sir-notification-migration-bulkapiv1", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2178-sir-notification-migration-bulkapiv1", - "downloadURL": "https://api.github.com/repos/HHS/orruac2178-sir-notification-migration-bulkapiv1/downloads", - "repositoryURL": "https://github.com/HHS/orruac2178-sir-notification-migration-bulkapiv1.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-27", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2178", - "sir", - "notification", - "migration", - "bulkapiv1" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "PerfRepo", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/PerfRepo", - "downloadURL": "https://api.github.com/repos/HHS/PerfRepo/downloads", - "repositoryURL": "https://github.com/HHS/PerfRepo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "C", - "HTML" - ], - "date": { - "created": "2021-04-29", - "lastModified": "2021-04-29", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "PerfRepo" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORR_ContentVersion", - "description": "This repository is created to manitain the contentversion related files for Pre-Production deployment.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORR_ContentVersion", - "downloadURL": "https://api.github.com/repos/HHS/ORR_ContentVersion/downloads", - "repositoryURL": "https://github.com/HHS/ORR_ContentVersion.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-29", - "lastModified": "2021-07-19", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repository", - "created", - "manitain", - "contentversion", - "related", - "files", - "Pre", - "Production", - "deployment" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORR_PerfRepo", - "description": "this repo will be used to store performance scripts", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORR_PerfRepo", - "downloadURL": "https://api.github.com/repos/HHS/ORR_PerfRepo/downloads", - "repositoryURL": "https://github.com/HHS/ORR_PerfRepo.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "C", - "HTML", - "CSS" - ], - "date": { - "created": "2021-04-29", - "lastModified": "2021-04-29", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "repo", - "used", - "store", - "performance", - "scripts" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2193-individuals-involved-in-incident-staging1", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-staging1", - "downloadURL": "https://api.github.com/repos/HHS/orruac2193-individuals-involved-in-incident-staging1/downloads", - "repositoryURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-staging1.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-29", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2193", - "individuals", - "involved", - "incident", - "staging1" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2193-individuals-involved-in-incident-staging2", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-staging2", - "downloadURL": "https://api.github.com/repos/HHS/orruac2193-individuals-involved-in-incident-staging2/downloads", - "repositoryURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-staging2.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-29", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2193", - "individuals", - "involved", - "incident", - "staging2" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2193-individuals-involved-in-incident-bulkapiv1", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-bulkapiv1", - "downloadURL": "https://api.github.com/repos/HHS/orruac2193-individuals-involved-in-incident-bulkapiv1/downloads", - "repositoryURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-bulkapiv1.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-29", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2193", - "individuals", - "involved", - "incident", - "bulkapiv1" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1728_intialintakeassessment_staging_Med", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1728_intialintakeassessment_staging_Med", - "downloadURL": "https://api.github.com/repos/HHS/orruac1728_intialintakeassessment_staging_Med/downloads", - "repositoryURL": "https://github.com/HHS/orruac1728_intialintakeassessment_staging_Med.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-29", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1728", - "intialintakeassessment", - "staging", - "Med" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1728_intialintakeassessment_migration_Med", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1728_intialintakeassessment_migration_Med", - "downloadURL": "https://api.github.com/repos/HHS/orruac1728_intialintakeassessment_migration_Med/downloads", - "repositoryURL": "https://github.com/HHS/orruac1728_intialintakeassessment_migration_Med.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-04-29", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1728", - "intialintakeassessment", - "migration", - "Med" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2379-case-transferrequest-staging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2379-case-transferrequest-staging", - "downloadURL": "https://api.github.com/repos/HHS/orruac2379-case-transferrequest-staging/downloads", - "repositoryURL": "https://github.com/HHS/orruac2379-case-transferrequest-staging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-04-29", - "lastModified": "2021-06-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2379", - "case", - "transferrequest", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2379-case-transferrequest-migration-bulkapiv1", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2379-case-transferrequest-migration-bulkapiv1", - "downloadURL": "https://api.github.com/repos/HHS/orruac2379-case-transferrequest-migration-bulkapiv1/downloads", - "repositoryURL": "https://github.com/HHS/orruac2379-case-transferrequest-migration-bulkapiv1.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-04-29", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2379", - "case", - "transferrequest", - "migration", - "bulkapiv1" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac3680-sir-orr-notification-staging_", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac3680-sir-orr-notification-staging_", - "downloadURL": "https://api.github.com/repos/HHS/orruac3680-sir-orr-notification-staging_/downloads", - "repositoryURL": "https://github.com/HHS/orruac3680-sir-orr-notification-staging_.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-04-29", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac3680", - "sir", - "orr", - "notification", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac3680-sir-orr-notification-migration_", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac3680-sir-orr-notification-migration_", - "downloadURL": "https://api.github.com/repos/HHS/orruac3680-sir-orr-notification-migration_/downloads", - "repositoryURL": "https://github.com/HHS/orruac3680-sir-orr-notification-migration_.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-04-29", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac3680", - "sir", - "orr", - "notification", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac4220-case-rt-ltfc-travel-request-staging_", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-staging_", - "downloadURL": "https://api.github.com/repos/HHS/orruac4220-case-rt-ltfc-travel-request-staging_/downloads", - "repositoryURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-staging_.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-04-29", - "lastModified": "2021-06-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac4220", - "case", - "rt", - "ltfc", - "travel", - "request", - "staging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac4220-case-rt-ltfc-travel-request-migration_", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-migration_", - "downloadURL": "https://api.github.com/repos/HHS/orruac4220-case-rt-ltfc-travel-request-migration_/downloads", - "repositoryURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-migration_.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-04-29", - "lastModified": "2021-05-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac4220", - "case", - "rt", - "ltfc", - "travel", - "request", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-network-modules", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-network-modules", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-network-modules/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-network-modules.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL" - ], - "date": { - "created": "2021-05-11", - "lastModified": "2021-12-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "network", - "modules" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-network-routing", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-network-routing", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-network-routing/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-network-routing.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL" - ], - "date": { - "created": "2021-05-11", - "lastModified": "2022-01-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "network", - "routing" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-network-tgw", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-network-tgw", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-network-tgw/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-network-tgw.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL" - ], - "date": { - "created": "2021-05-11", - "lastModified": "2021-12-11", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "network", - "tgw" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "TANF_DIGIT", - "description": "Repository for the TANF Data/DIGIT team (Data Integrity Group in TANF)", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/TANF_DIGIT", - "downloadURL": "https://api.github.com/repos/HHS/TANF_DIGIT/downloads", - "repositoryURL": "https://github.com/HHS/TANF_DIGIT.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Jupyter Notebook" - ], - "date": { - "created": "2021-05-13", - "lastModified": "2022-02-11", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Repository", - "TANF", - "DIGIT", - "Integrity", - "Group" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "OPRE-OPS", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/OPRE-OPS", - "downloadURL": "https://api.github.com/repos/HHS/OPRE-OPS/downloads", - "repositoryURL": "https://github.com/HHS/OPRE-OPS.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "Dockerfile", - "Shell" - ], - "date": { - "created": "2021-05-18", - "lastModified": "2022-01-27", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "OPRE", - "OPS" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac5819-assignment-mapping", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac5819-assignment-mapping", - "downloadURL": "https://api.github.com/repos/HHS/orruac5819-assignment-mapping/downloads", - "repositoryURL": "https://github.com/HHS/orruac5819-assignment-mapping.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-05-25", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac5819", - "assignment", - "mapping" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-network-spoke", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-network-spoke", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-network-spoke/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-network-spoke.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL", - "Python" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-12-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "network", - "spoke" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1724-admission-uac-assessment", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1724-admission-uac-assessment", - "downloadURL": "https://api.github.com/repos/HHS/orruac1724-admission-uac-assessment/downloads", - "repositoryURL": "https://github.com/HHS/orruac1724-admission-uac-assessment.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-06-29", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1724", - "admission", - "uac", - "assessment" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1725-admission-uac-case-review", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1725-admission-uac-case-review", - "downloadURL": "https://api.github.com/repos/HHS/orruac1725-admission-uac-case-review/downloads", - "repositoryURL": "https://github.com/HHS/orruac1725-admission-uac-case-review.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1725", - "admission", - "uac", - "case", - "review" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2859-healthevaluation-health-assessment", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2859-healthevaluation-health-assessment", - "downloadURL": "https://api.github.com/repos/HHS/orruac2859-healthevaluation-health-assessment/downloads", - "repositoryURL": "https://github.com/HHS/orruac2859-healthevaluation-health-assessment.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-06-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2859", - "healthevaluation", - "health", - "assessment" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2861-healthevaluation-active-tb", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2861-healthevaluation-active-tb", - "downloadURL": "https://api.github.com/repos/HHS/orruac2861-healthevaluation-active-tb/downloads", - "repositoryURL": "https://github.com/HHS/orruac2861-healthevaluation-active-tb.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2861", - "healthevaluation", - "active", - "tb" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2862-healthevaluation-active-non-tb", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2862-healthevaluation-active-non-tb", - "downloadURL": "https://api.github.com/repos/HHS/orruac2862-healthevaluation-active-non-tb/downloads", - "repositoryURL": "https://github.com/HHS/orruac2862-healthevaluation-active-non-tb.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2862", - "healthevaluation", - "active", - "non", - "tb" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2863-uac-exposure-event", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2863-uac-exposure-event", - "downloadURL": "https://api.github.com/repos/HHS/orruac2863-uac-exposure-event/downloads", - "repositoryURL": "https://github.com/HHS/orruac2863-uac-exposure-event.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2863", - "uac", - "exposure", - "event" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac1122-sa-test", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac1122-sa-test", - "downloadURL": "https://api.github.com/repos/HHS/orruac1122-sa-test/downloads", - "repositoryURL": "https://github.com/HHS/orruac1122-sa-test.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-06-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac1122", - "sa", - "test" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac5401-hotline-alerts", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac5401-hotline-alerts", - "downloadURL": "https://api.github.com/repos/HHS/orruac5401-hotline-alerts/downloads", - "repositoryURL": "https://github.com/HHS/orruac5401-hotline-alerts.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-06-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac5401", - "hotline", - "alerts" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2710-acct-hsprs-primary-provider", - "description": "UAPATH Project - data migration mule apps related hs/prs primary providers", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2710-acct-hsprs-primary-provider", - "downloadURL": "https://api.github.com/repos/HHS/orruac2710-acct-hsprs-primary-provider/downloads", - "repositoryURL": "https://github.com/HHS/orruac2710-acct-hsprs-primary-provider.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UAPATH", - "Project", - "migration", - "mule", - "apps", - "related", - "hs", - "prs", - "primary", - "providers" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac3159-case-hs-prs-referral", - "description": "UCPATH Project - data migration mule apps related to HS PRS Referral cases", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac3159-case-hs-prs-referral", - "downloadURL": "https://api.github.com/repos/HHS/orruac3159-case-hs-prs-referral/downloads", - "repositoryURL": "https://github.com/HHS/orruac3159-case-hs-prs-referral.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPATH", - "Project", - "migration", - "mule", - "apps", - "related", - "HS", - "PRS", - "Referral", - "cases" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac5364-contact-hsprs-primary-sub", - "description": "UCPATH Project - data migration mule apps related to HS PRS Permission sets for Primary Providers and sub contractors", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac5364-contact-hsprs-primary-sub", - "downloadURL": "https://api.github.com/repos/HHS/orruac5364-contact-hsprs-primary-sub/downloads", - "repositoryURL": "https://github.com/HHS/orruac5364-contact-hsprs-primary-sub.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML", - "DataWeave" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2022-02-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPATH", - "Project", - "migration", - "mule", - "apps", - "related", - "HS", - "PRS", - "Permission", - "sets", - "Primary", - "Providers", - "sub", - "contractors" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac876-beds", - "description": "UCPATH Project - data migration mule apps related Beds availability", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac876-beds", - "downloadURL": "https://api.github.com/repos/HHS/orruac876-beds/downloads", - "repositoryURL": "https://github.com/HHS/orruac876-beds.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-05-28", - "lastModified": "2021-05-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPATH", - "Project", - "migration", - "mule", - "apps", - "related", - "Beds", - "availability" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Artemis", - "description": "ACF Project led by Joanna Chan", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Artemis", - "downloadURL": "https://api.github.com/repos/HHS/Artemis/downloads", - "repositoryURL": "https://github.com/HHS/Artemis.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Jupyter Notebook", - "Python", - "Jinja", - "Shell" - ], - "date": { - "created": "2021-06-08", - "lastModified": "2022-01-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ACF", - "Project", - "led", - "Joanna", - "Chan" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-modules", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-modules", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-modules/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-modules.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL" - ], - "date": { - "created": "2021-06-14", - "lastModified": "2021-12-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "modules" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-inbound-polling-batch", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-inbound-polling-batch", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-inbound-polling-batch/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-inbound-polling-batch.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-06-27", - "lastModified": "2021-06-27", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "inbound", - "polling", - "batch" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "OPRE-MAPS-2.0", - "description": "ACF Project Lead: Carly Junger", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/OPRE-MAPS-2.0", - "downloadURL": "https://api.github.com/repos/HHS/OPRE-MAPS-2.0/downloads", - "repositoryURL": "https://github.com/HHS/OPRE-MAPS-2.0.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-06-28", - "lastModified": "2021-06-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ACF", - "Project", - "Lead:", - "Carly", - "Junger" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-portal-to-ucpath-addressHistory-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-addressHistory-api", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-addressHistory-api/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-addressHistory-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-06-29", - "lastModified": "2021-07-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "portal", - "ucpath", - "addressHistory", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-attachment-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-attachment-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-attachment-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-attachment-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-07-02", - "lastModified": "2022-02-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "attachment", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-portal-to-ucpath-relationship-sapi", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-relationship-sapi", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-relationship-sapi/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-relationship-sapi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-07-13", - "lastModified": "2021-07-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "portal", - "ucpath", - "relationship", - "sapi" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-hhs-portal-to-ucpath-healthassociated-sapi", - "description": "Portal to Path Integration for Health Associated objects", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-hhs-portal-to-ucpath-healthassociated-sapi", - "downloadURL": "https://api.github.com/repos/HHS/acf-hhs-portal-to-ucpath-healthassociated-sapi/downloads", - "repositoryURL": "https://github.com/HHS/acf-hhs-portal-to-ucpath-healthassociated-sapi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-07-20", - "lastModified": "2021-07-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Portal", - "Path", - "Integration", - "Health", - "Associated", - "objects" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Hermes-Bed-Matching", - "description": "Program to optimize UC placements", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Hermes-Bed-Matching", - "downloadURL": "https://api.github.com/repos/HHS/Hermes-Bed-Matching/downloads", - "repositoryURL": "https://github.com/HHS/Hermes-Bed-Matching.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "Jupyter Notebook" - ], - "date": { - "created": "2021-07-21", - "lastModified": "2021-12-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Program", - "optimize", - "UC", - "placements" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Deloitte-SQL-Queries", - "description": "SQL Code for Site Case Management Dashboards", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Deloitte-SQL-Queries", - "downloadURL": "https://api.github.com/repos/HHS/Deloitte-SQL-Queries/downloads", - "repositoryURL": "https://github.com/HHS/Deloitte-SQL-Queries.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-07-21", - "lastModified": "2021-11-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "SQL", - "Code", - "Site", - "Case", - "Management", - "Dashboards" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Artemis-Licensed-Bed-Unavailability-Report", - "description": "Analyzes and extract from the UCBC tool to report metrics on bed unavailabillity", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Artemis-Licensed-Bed-Unavailability-Report", - "downloadURL": "https://api.github.com/repos/HHS/Artemis-Licensed-Bed-Unavailability-Report/downloads", - "repositoryURL": "https://github.com/HHS/Artemis-Licensed-Bed-Unavailability-Report.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Jupyter Notebook", - "Python" - ], - "date": { - "created": "2021-07-27", - "lastModified": "2021-07-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Analyzes", - "extract", - "UCBC", - "tool", - "report", - "metrics", - "bed", - "unavailabillity" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Artemis-Fingerprint-Report", - "description": "This script cleans data from fingerprint appointments made by ORR sites and generates a report about usage of different fingerprint methods over time.", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Artemis-Fingerprint-Report", - "downloadURL": "https://api.github.com/repos/HHS/Artemis-Fingerprint-Report/downloads", - "repositoryURL": "https://github.com/HHS/Artemis-Fingerprint-Report.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python" - ], - "date": { - "created": "2021-07-28", - "lastModified": "2021-07-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "script", - "cleans", - "fingerprint", - "appointments", - "ORR", - "sites", - "generates", - "report", - "usage", - "different", - "methods", - "time" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-portal-to-ucpath-prgmtrnsfr-healthAssessment-sapi", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-prgmtrnsfr-healthAssessment-sapi", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-prgmtrnsfr-healthAssessment-sapi/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-prgmtrnsfr-healthAssessment-sapi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-07-30", - "lastModified": "2021-07-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "portal", - "ucpath", - "prgmtrnsfr", - "healthAssessment", - "sapi" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-portal-to-ucpath-apprehendedPerson-sapi", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-apprehendedPerson-sapi", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-apprehendedPerson-sapi/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-apprehendedPerson-sapi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-07-30", - "lastModified": "2021-07-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "portal", - "ucpath", - "apprehendedPerson", - "sapi" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-portal-to-ucpath-apprehendedUC-sapi", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-apprehendedUC-sapi", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-apprehendedUC-sapi/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-apprehendedUC-sapi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-07-30", - "lastModified": "2021-07-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "portal", - "ucpath", - "apprehendedUC", - "sapi" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-portal-to-ucpath-relationship-papi", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-relationship-papi", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-relationship-papi/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-relationship-papi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-07-30", - "lastModified": "2021-07-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "portal", - "ucpath", - "relationship", - "papi" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-portal-ucpath-progrmtrsfr-ime-sapi", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-portal-ucpath-progrmtrsfr-ime-sapi", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-ucpath-progrmtrsfr-ime-sapi/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-portal-ucpath-progrmtrsfr-ime-sapi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-07-30", - "lastModified": "2021-07-30", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "portal", - "ucpath", - "progrmtrsfr", - "ime", - "sapi" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-portal-to-ucpath-admissionassessment-sapi", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-admissionassessment-sapi", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-admissionassessment-sapi/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-admissionassessment-sapi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML" - ], - "date": { - "created": "2021-08-01", - "lastModified": "2021-08-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "portal", - "ucpath", - "admissionassessment", - "sapi" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-contact-channel-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-contact-channel-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-contact-channel-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-contact-channel-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-03", - "lastModified": "2021-08-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "contact", - "channel", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-contact-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-contact-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-contact-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-contact-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-08-03", - "lastModified": "2021-08-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "contact", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "jenkin_test", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/jenkin_test", - "downloadURL": "https://api.github.com/repos/HHS/jenkin_test/downloads", - "repositoryURL": "https://github.com/HHS/jenkin_test.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-09", - "lastModified": "2021-09-16", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "jenkin", - "test" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "Tableau-Dashboards", - "description": "Tableau Dashboards", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/Tableau-Dashboards", - "downloadURL": "https://api.github.com/repos/HHS/Tableau-Dashboards/downloads", - "repositoryURL": "https://github.com/HHS/Tableau-Dashboards.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-10", - "lastModified": "2021-08-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Tableau", - "Dashboards" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-perimeter-defense", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-perimeter-defense", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-perimeter-defense/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-perimeter-defense.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL", - "Smarty" - ], - "date": { - "created": "2021-08-10", - "lastModified": "2021-12-11", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "perimeter", - "defense" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-case-transferrequest-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-case-transferrequest-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-transferrequest-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-case-transferrequest-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-08-17", - "lastModified": "2021-09-01", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "case", - "transferrequest", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-ucpath-to-portal-case-releaserequest-sapi", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-ucpath-to-portal-case-releaserequest-sapi", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-ucpath-to-portal-case-releaserequest-sapi/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-ucpath-to-portal-case-releaserequest-sapi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-08-18", - "lastModified": "2021-08-18", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "ucpath", - "portal", - "case", - "releaserequest", - "sapi" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-errorreprocess-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-errorreprocess-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-errorreprocess-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-errorreprocess-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-18", - "lastModified": "2022-02-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "errorreprocess", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-medication-api", - "description": "UCPath Project Data Sync - Portal to Path Medication Api", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-medication-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-medication-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-medication-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "RAML", - "DataWeave" - ], - "date": { - "created": "2021-08-19", - "lastModified": "2021-11-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPath", - "Project", - "Sync", - "Portal", - "Path", - "Medication", - "Api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "integration-audit-framework", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/integration-audit-framework", - "downloadURL": "https://api.github.com/repos/HHS/integration-audit-framework/downloads", - "repositoryURL": "https://github.com/HHS/integration-audit-framework.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-23", - "lastModified": "2021-08-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "integration", - "audit", - "framework" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-case-releaserequest-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-case-releaserequest-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-releaserequest-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-case-releaserequest-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "RAML" - ], - "date": { - "created": "2021-08-23", - "lastModified": "2022-02-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "case", - "releaserequest", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-allergy-api", - "description": "UCPath Project Data Sync - Portal to Path Allergy Api", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-allergy-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-allergy-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-allergy-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "RAML", - "DataWeave" - ], - "date": { - "created": "2021-08-24", - "lastModified": "2021-11-01", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPath", - "Project", - "Sync", - "Portal", - "Path", - "Allergy", - "Api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-signsandsymptoms-api", - "description": "UCPath Project Data Sync - Portal to Path Signs and Symptoms Api", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-signsandsymptoms-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-signsandsymptoms-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-signsandsymptoms-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML", - "DataWeave" - ], - "date": { - "created": "2021-08-24", - "lastModified": "2021-11-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPath", - "Project", - "Sync", - "Portal", - "Path", - "Signs", - "Symptoms", - "Api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-immunization-api", - "description": "UCPath Project Data Sync - Portal to Path Immunization Api", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-immunization-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-immunization-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-immunization-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-08-24", - "lastModified": "2021-11-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPath", - "Project", - "Sync", - "Portal", - "Path", - "Immunization", - "Api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-diagnosis-api", - "description": "UCPath Project Data Sync - Portal to Path Diagnosis Api", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-diagnosis-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-diagnosis-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-diagnosis-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-08-24", - "lastModified": "2021-11-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPath", - "Project", - "Sync", - "Portal", - "Path", - "Diagnosis", - "Api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-physicalexam-api", - "description": "UCPath Project Data Sync - Portal to Path Physical Exam Api", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-physicalexam-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-physicalexam-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-physicalexam-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML", - "DataWeave" - ], - "date": { - "created": "2021-08-24", - "lastModified": "2021-11-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "UCPath", - "Project", - "Sync", - "Portal", - "Path", - "Physical", - "Exam", - "Api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-admissionassessment-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-admissionassessment-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-admissionassessment-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-admissionassessment-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "RAML" - ], - "date": { - "created": "2021-08-25", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "admissionassessment", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-case-sponsorapp-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-case-sponsorapp-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-sponsorapp-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-case-sponsorapp-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "RAML" - ], - "date": { - "created": "2021-08-25", - "lastModified": "2021-08-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "case", - "sponsorapp", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-case-admission-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-case-admission-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-admission-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-case-admission-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "RAML" - ], - "date": { - "created": "2021-08-25", - "lastModified": "2022-02-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "case", - "admission", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-event-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-event-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-event-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-event-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-08-25", - "lastModified": "2021-11-23", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "event", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-sir-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-sir-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-sir-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-sir-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-08-25", - "lastModified": "2021-11-23", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "sir", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-case-admission-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-case-admission-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-admission-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-case-admission-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-31", - "lastModified": "2021-08-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "case", - "admission", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-case-sponsorapp-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-case-sponsorapp-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-sponsorapp-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-case-sponsorapp-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-31", - "lastModified": "2021-08-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "case", - "sponsorapp", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-case-ucreferral-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-case-ucreferral-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-ucreferral-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-case-ucreferral-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-31", - "lastModified": "2021-08-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "case", - "ucreferral", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-healthtest-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-healthtest-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-healthtest-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-healthtest-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-31", - "lastModified": "2021-08-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "healthtest", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-sponsor-channel-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-sponsor-channel-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-sponsor-channel-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-sponsor-channel-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-31", - "lastModified": "2021-08-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "sponsor", - "channel", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-healthtest-channel-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-healthtest-channel-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-healthtest-channel-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-healthtest-channel-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-31", - "lastModified": "2021-08-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "healthtest", - "channel", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-case-channel-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-case-channel-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-channel-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-case-channel-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-08-31", - "lastModified": "2021-08-31", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "case", - "channel", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-allergy-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-allergy-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-allergy-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-allergy-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-03", - "lastModified": "2021-09-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "allergy", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-signsandsymptoms-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-signsandsymptoms-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-signsandsymptoms-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-signsandsymptoms-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-07", - "lastModified": "2021-09-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "signsandsymptoms", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-ds-factory-processor", - "description": "This is the factory processor for async objects between path and portal. The processor use configuration date stored in the Portal Database to orchestrate events for bi-directional datasync", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-ds-factory-processor", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-ds-factory-processor/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-ds-factory-processor.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-08", - "lastModified": "2021-09-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "factory", - "processor", - "async", - "objects", - "path", - "portal", - "use", - "configuration", - "date", - "stored", - "Database", - "orchestrate", - "events", - "bi", - "directional", - "datasync" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-immunization-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-immunization-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-immunization-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-immunization-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-08", - "lastModified": "2021-09-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "immunization", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-medication-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-medication-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-medication-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-medication-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-08", - "lastModified": "2021-09-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "medication", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-physicalexam-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-physicalexam-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-physicalexam-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-physicalexam-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-08", - "lastModified": "2021-09-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "physicalexam", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-diagnosis-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-diagnosis-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-diagnosis-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-diagnosis-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-08", - "lastModified": "2021-09-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "diagnosis", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-account-channel-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-account-channel-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-account-channel-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-account-channel-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-13", - "lastModified": "2021-09-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "account", - "channel", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-case-transferrequest-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-case-transferrequest-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-transferrequest-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-case-transferrequest-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-09-13", - "lastModified": "2021-11-01", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "case", - "transferrequest", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-case-travelrequest-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-case-travelrequest-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-travelrequest-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-case-travelrequest-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-09-13", - "lastModified": "2021-11-01", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "case", - "travelrequest", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-contact-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-contact-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-contact-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-contact-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML", - "Java" - ], - "date": { - "created": "2021-09-13", - "lastModified": "2022-01-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "contact", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-healthtest-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-healthtest-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-healthtest-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-healthtest-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-09-13", - "lastModified": "2021-11-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "healthtest", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-healthassociated-channel-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-healthassociated-channel-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-healthassociated-channel-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-healthassociated-channel-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-14", - "lastModified": "2021-09-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "healthassociated", - "channel", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-placement-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-placement-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-placement-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-placement-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "DataWeave", - "HTML", - "RAML" - ], - "date": { - "created": "2021-09-14", - "lastModified": "2021-11-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "placement", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-relationship-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-relationship-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-relationship-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-relationship-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "RAML" - ], - "date": { - "created": "2021-09-14", - "lastModified": "2022-02-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "relationship", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-healthevaluation-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-healthevaluation-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-healthevaluation-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-healthevaluation-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "DataWeave", - "HTML", - "RAML" - ], - "date": { - "created": "2021-09-14", - "lastModified": "2021-11-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "healthevaluation", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-address-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-address-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-address-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-address-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-09-15", - "lastModified": "2021-11-16", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "address", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-relationship-channel-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-relationship-channel-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-relationship-channel-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-relationship-channel-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-15", - "lastModified": "2021-09-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "relationship", - "channel", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-healthevaluation-channel-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-healthevaluation-channel-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-healthevaluation-channel-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-healthevaluation-channel-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML" - ], - "date": { - "created": "2021-09-15", - "lastModified": "2021-10-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "healthevaluation", - "channel", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-case-noc-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-case-noc-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-noc-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-case-noc-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-09-15", - "lastModified": "2021-10-29", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "case", - "noc", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-account-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-account-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-account-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-account-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-09-15", - "lastModified": "2021-11-16", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "account", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-event-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-event-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-event-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-event-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "RAML" - ], - "date": { - "created": "2021-09-15", - "lastModified": "2021-10-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "event", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "OCC_Childcare.gov", - "description": "ACF's Childcare.gov website", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "URL": "https://api.github.com/licenses/gpl-2.0", - "name": "GNU General Public License v2.0" - } - ] - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/OCC_Childcare.gov", - "downloadURL": "https://api.github.com/repos/HHS/OCC_Childcare.gov/downloads", - "repositoryURL": "https://github.com/HHS/OCC_Childcare.gov.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "PHP", - "JavaScript", - "CSS", - "Twig", - "HTML", - "SCSS", - "Shell", - "Ruby", - "EJS", - "Smarty", - "Sass", - "Gherkin", - "CoffeeScript", - "Less", - "Slim", - "Makefile", - "Mustache" - ], - "date": { - "created": "2021-09-15", - "lastModified": "2021-10-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ACF's", - "Childcare", - "website" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-listener-channel-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-listener-channel-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-listener-channel-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-listener-channel-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-09-16", - "lastModified": "2022-01-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "listener", - "channel", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-relationship-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-relationship-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-relationship-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-relationship-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-09-20", - "lastModified": "2021-09-20", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "relationship", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-case-ucreferral-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-case-ucreferral-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-ucreferral-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-case-ucreferral-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "DataWeave", - "HTML", - "RAML" - ], - "date": { - "created": "2021-09-23", - "lastModified": "2021-10-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "case", - "ucreferral", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-portal-admissionassessment-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-portal-admissionassessment-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-portal-admissionassessment-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-portal-admissionassessment-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "RAML", - "HTML", - "DataWeave" - ], - "date": { - "created": "2021-09-24", - "lastModified": "2021-11-23", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "portal", - "admissionassessment", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-case-noc-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-case-noc-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-noc-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-case-noc-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-09-24", - "lastModified": "2021-11-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "case", - "noc", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-address-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-address-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-address-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-address-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "DataWeave", - "RAML" - ], - "date": { - "created": "2021-09-24", - "lastModified": "2021-10-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "address", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-attachment-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-attachment-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-attachment-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-attachment-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML", - "DataWeave" - ], - "date": { - "created": "2021-09-24", - "lastModified": "2021-09-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "attachment", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-case-releaserequest-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-case-releaserequest-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-releaserequest-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-case-releaserequest-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "CSS", - "HTML", - "RAML" - ], - "date": { - "created": "2021-09-28", - "lastModified": "2022-02-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "case", - "releaserequest", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-casesponsorapp-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-casesponsorapp-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-casesponsorapp-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-casesponsorapp-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-10-01", - "lastModified": "2021-11-01", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "casesponsorapp", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "auditframework", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/auditframework", - "downloadURL": "https://api.github.com/repos/HHS/auditframework/downloads", - "repositoryURL": "https://github.com/HHS/auditframework.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-10-04", - "lastModified": "2021-10-04", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "auditframework" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-bed-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-bed-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-bed-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-bed-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-10-06", - "lastModified": "2021-10-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "bed", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-compliance", - "description": "a project to produce DISA STIG compliance ami's for the operating systems supported by the NGSC", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-compliance", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-compliance/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-compliance.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "HCL", - "Shell", - "PowerShell" - ], - "date": { - "created": "2021-10-07", - "lastModified": "2021-11-10", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "project", - "produce", - "DISA", - "STIG", - "compliance", - "ami's", - "operating", - "systems", - "supported", - "NGSC" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hig-devops", - "description": "hig-devops", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hig-devops", - "downloadURL": "https://api.github.com/repos/HHS/hig-devops/downloads", - "repositoryURL": "https://github.com/HHS/hig-devops.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL", - "Shell" - ], - "date": { - "created": "2021-10-12", - "lastModified": "2022-02-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hig", - "devops" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-network-dns", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-network-dns", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-network-dns/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-network-dns.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL", - "Python", - "Shell", - "PowerShell" - ], - "date": { - "created": "2021-10-20", - "lastModified": "2022-01-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "network", - "dns" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-sir-addendum-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-sir-addendum-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-sir-addendum-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-sir-addendum-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-10-28", - "lastModified": "2021-10-29", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "sir", - "addendum", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-health-evaluation-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-health-evaluation-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-health-evaluation-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-health-evaluation-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-10-28", - "lastModified": "2021-11-09", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "health", - "evaluation", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-case-travel-request-api-", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-case-travel-request-api-", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-travel-request-api-/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-case-travel-request-api-.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-10-28", - "lastModified": "2021-10-29", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "case", - "travel", - "request", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-uip-path-referral-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-uip-path-referral-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-uip-path-referral-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-uip-path-referral-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML", - "DataWeave" - ], - "date": { - "created": "2021-11-08", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "uip", - "path", - "referral", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orruac2221-loadsirshare-migration", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orruac2221-loadsirshare-migration", - "downloadURL": "https://api.github.com/repos/HHS/orruac2221-loadsirshare-migration/downloads", - "repositoryURL": "https://github.com/HHS/orruac2221-loadsirshare-migration.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2021-11-09", - "lastModified": "2021-11-09", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orruac2221", - "loadsirshare", - "migration" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "uip_uac_referral-uat-gateway", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/uip_uac_referral-uat-gateway", - "downloadURL": "https://api.github.com/repos/HHS/uip_uac_referral-uat-gateway/downloads", - "repositoryURL": "https://github.com/HHS/uip_uac_referral-uat-gateway.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2021-11-12", - "lastModified": "2021-11-12", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "uip", - "uac", - "referral", - "uat", - "gateway" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-modules", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-modules", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-modules/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-modules.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL" - ], - "date": { - "created": "2021-11-22", - "lastModified": "2021-12-09", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "modules" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-splunk", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-splunk", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-splunk/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-splunk.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL" - ], - "date": { - "created": "2021-11-22", - "lastModified": "2021-12-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "splunk" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-ecs-cluster", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-ecs-cluster", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-ecs-cluster/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-ecs-cluster.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL", - "Shell" - ], - "date": { - "created": "2021-11-23", - "lastModified": "2021-12-11", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "ecs", - "cluster" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ORR_BuildModular", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ORR_BuildModular", - "downloadURL": "https://api.github.com/repos/HHS/ORR_BuildModular/downloads", - "repositoryURL": "https://github.com/HHS/ORR_BuildModular.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Apex" - ], - "date": { - "created": "2021-11-23", - "lastModified": "2022-02-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ORR", - "BuildModular" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "BARDA-BDR", - "description": "BARDA Digitial Resources", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/BARDA-BDR", - "downloadURL": "https://api.github.com/repos/HHS/BARDA-BDR/downloads", - "repositoryURL": "https://github.com/HHS/BARDA-BDR.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-11-29", - "lastModified": "2021-11-29", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "BARDA", - "Digitial", - "Resources" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-ecs-service", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-ecs-service", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-ecs-service/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-ecs-service.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL" - ], - "date": { - "created": "2021-12-02", - "lastModified": "2021-12-11", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "ecs", - "service" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-splunk-logging", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-splunk-logging", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-splunk-logging/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-splunk-logging.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python", - "HCL" - ], - "date": { - "created": "2021-12-09", - "lastModified": "2022-01-05", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "splunk", - "logging" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "OCIO-OPS", - "description": "Latest Procedures images ", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/OCIO-OPS", - "downloadURL": "https://api.github.com/repos/HHS/OCIO-OPS/downloads", - "repositoryURL": "https://github.com/HHS/OCIO-OPS.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-12-09", - "lastModified": "2021-12-09", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Latest", - "Procedures", - "images" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "contact-hsprs", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/contact-hsprs", - "downloadURL": "https://api.github.com/repos/HHS/contact-hsprs/downloads", - "repositoryURL": "https://github.com/HHS/contact-hsprs.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2021-12-22", - "lastModified": "2021-12-22", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "contact", - "hsprs" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "childcare-gov", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/childcare-gov", - "downloadURL": "https://api.github.com/repos/HHS/childcare-gov/downloads", - "repositoryURL": "https://github.com/HHS/childcare-gov.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "SCSS", - "HTML", - "Ruby", - "Dockerfile" - ], - "date": { - "created": "2022-01-21", - "lastModified": "2022-02-03", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "childcare" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-tfe", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-tfe", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-tfe/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-tfe.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Jinja" - ], - "date": { - "created": "2022-01-25", - "lastModified": "2022-02-24", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "tfe" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-administration-access", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-administration-access", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-administration-access/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-administration-access.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL", - "Smarty", - "Shell" - ], - "date": { - "created": "2022-01-25", - "lastModified": "2022-01-25", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "administration", - "access" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "USSurgeonGeneral", - "description": "OASH Repo led by William Kim & Parker Woodworth", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/USSurgeonGeneral", - "downloadURL": "https://api.github.com/repos/HHS/USSurgeonGeneral/downloads", - "repositoryURL": "https://github.com/HHS/USSurgeonGeneral.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "JavaScript", - "SCSS", - "TypeScript" - ], - "date": { - "created": "2022-01-26", - "lastModified": "2022-02-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "OASH", - "Repo", - "led", - "William", - "Kim", - "Parker", - "Woodworth" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-audit-framework-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-audit-framework-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-audit-framework-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-audit-framework-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2022-01-26", - "lastModified": "2022-01-26", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "audit", - "framework", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "owh-site-analysis", - "description": "This generates a report for HIG prod site weekly & monthly wise user access analysis", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/owh-site-analysis", - "downloadURL": "https://api.github.com/repos/HHS/owh-site-analysis/downloads", - "repositoryURL": "https://github.com/HHS/owh-site-analysis.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "TypeScript", - "JavaScript", - "HTML", - "CSS" - ], - "date": { - "created": "2022-02-01", - "lastModified": "2022-02-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "generates", - "report", - "HIG", - "prod", - "site", - "weekly", - "monthly", - "wise", - "user", - "access", - "analysis" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-account-bootstrap", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-account-bootstrap", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-account-bootstrap/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-account-bootstrap.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL", - "Shell", - "Python" - ], - "date": { - "created": "2022-02-04", - "lastModified": "2022-03-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "account", - "bootstrap" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-sync-error-eventnotifier-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-sync-error-eventnotifier-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-sync-error-eventnotifier-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-sync-error-eventnotifier-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2022-02-06", - "lastModified": "2022-02-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "sync", - "error", - "eventnotifier", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-account-networking", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-account-networking", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-account-networking/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-account-networking.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL", - "Shell", - "Python", - "Smarty" - ], - "date": { - "created": "2022-02-07", - "lastModified": "2022-02-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "account", - "networking" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-path-case-dischargenotification-api", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-path-case-dischargenotification-api", - "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-dischargenotification-api/downloads", - "repositoryURL": "https://github.com/HHS/acf-path-case-dischargenotification-api.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "RAML" - ], - "date": { - "created": "2022-02-11", - "lastModified": "2022-02-11", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "path", - "case", - "dischargenotification", - "api" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-ds-factory-processor-papi", - "description": "Integration Factory Process API ", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-ds-factory-processor-papi", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-ds-factory-processor-papi/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-ds-factory-processor-papi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2022-02-14", - "lastModified": "2022-02-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Integration", - "Factory", - "Process", - "API" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "OASH_hig-devops-", - "description": "OASH internal project managed by Suresh", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/OASH_hig-devops-", - "downloadURL": "https://api.github.com/repos/HHS/OASH_hig-devops-/downloads", - "repositoryURL": "https://github.com/HHS/OASH_hig-devops-.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2022-02-14", - "lastModified": "2022-02-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "OASH", - "internal", - "project", - "managed", - "Suresh" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "hhs-acf-ds-path-interface-papi", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/hhs-acf-ds-path-interface-papi", - "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-ds-path-interface-papi/downloads", - "repositoryURL": "https://github.com/HHS/hhs-acf-ds-path-interface-papi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2022-02-14", - "lastModified": "2022-02-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "ds", - "path", - "interface", - "papi" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-account-post-processing", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-account-post-processing", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-account-post-processing/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-account-post-processing.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Shell", - "HCL" - ], - "date": { - "created": "2022-02-15", - "lastModified": "2022-02-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "account", - "post", - "processing" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "-hhs-acf-ds-bulk-factory-processor-papi", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/-hhs-acf-ds-bulk-factory-processor-papi", - "downloadURL": "https://api.github.com/repos/HHS/-hhs-acf-ds-bulk-factory-processor-papi/downloads", - "repositoryURL": "https://github.com/HHS/-hhs-acf-ds-bulk-factory-processor-papi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "DataWeave" - ], - "date": { - "created": "2022-02-15", - "lastModified": "2022-02-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "hhs", - "acf", - "ds", - "bulk", - "factory", - "processor", - "papi" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "tcc-data-extractor", - "description": "Extracts data from SITREPs and FFS reports for use in TCC report", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/tcc-data-extractor", - "downloadURL": "https://api.github.com/repos/HHS/tcc-data-extractor/downloads", - "repositoryURL": "https://github.com/HHS/tcc-data-extractor.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python" - ], - "date": { - "created": "2022-02-17", - "lastModified": "2022-02-28", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Extracts", - "SITREPs", - "FFS", - "reports", - "use", - "TCC", - "report" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orr-uc-tools-tips", - "description": "Tips and tricks for working with UC systems", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orr-uc-tools-tips", - "downloadURL": "https://api.github.com/repos/HHS/orr-uc-tools-tips/downloads", - "repositoryURL": "https://github.com/HHS/orr-uc-tools-tips.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2022-02-28", - "lastModified": "2022-03-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Tips", - "tricks", - "working", - "UC", - "systems" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orr-uc-tcc-daily-report", - "description": "Automation of the TCC Daily Deck", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orr-uc-tcc-daily-report", - "downloadURL": "https://api.github.com/repos/HHS/orr-uc-tcc-daily-report/downloads", - "repositoryURL": "https://github.com/HHS/orr-uc-tcc-daily-report.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python" - ], - "date": { - "created": "2022-02-28", - "lastModified": "2022-03-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Automation", - "TCC", - "Daily", - "Deck" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orr-uc-slb", - "description": "Operation Artemis Senior Leadership Brief (SLB) automation", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orr-uc-slb", - "downloadURL": "https://api.github.com/repos/HHS/orr-uc-slb/downloads", - "repositoryURL": "https://github.com/HHS/orr-uc-slb.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Jupyter Notebook", - "Python" - ], - "date": { - "created": "2022-03-01", - "lastModified": "2022-03-14", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Operation", - "Artemis", - "Senior", - "Leadership", - "Brief", - "SLB", - "automation" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orr-uc-tkpi", - "description": "Throughput KPI Tableau dashboard for the Unaccompanied Children program", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orr-uc-tkpi", - "downloadURL": "https://api.github.com/repos/HHS/orr-uc-tkpi/downloads", - "repositoryURL": "https://github.com/HHS/orr-uc-tkpi.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2022-03-02", - "lastModified": "2022-03-02", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Throughput", - "KPI", - "Tableau", - "dashboard", - "Unaccompanied", - "Children", - "program" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orr-uc-systems-infrastructure", - "description": "Plans for data systems infrastructure development in the UC program of ORR", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orr-uc-systems-infrastructure", - "downloadURL": "https://api.github.com/repos/HHS/orr-uc-systems-infrastructure/downloads", - "repositoryURL": "https://github.com/HHS/orr-uc-systems-infrastructure.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2022-03-07", - "lastModified": "2022-03-07", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Plans", - "systems", - "infrastructure", - "development", - "UC", - "program", - "ORR" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orr-uc-behavioral-health-project", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orr-uc-behavioral-health-project", - "downloadURL": "https://api.github.com/repos/HHS/orr-uc-behavioral-health-project/downloads", - "repositoryURL": "https://github.com/HHS/orr-uc-behavioral-health-project.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Python" - ], - "date": { - "created": "2022-03-08", - "lastModified": "2022-03-08", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "orr", - "uc", - "behavioral", - "health", - "project" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "ucprog-rnd", - "description": "ACF ORR UC Program Research & Development", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/ucprog-rnd", - "downloadURL": "https://api.github.com/repos/HHS/ucprog-rnd/downloads", - "repositoryURL": "https://github.com/HHS/ucprog-rnd.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2022-03-15", - "lastModified": "2022-03-15", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "ACF", - "ORR", - "UC", - "Program", - "Research", - "Development" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-jenkins", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-jenkins", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-jenkins/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-jenkins.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "HCL" - ], - "date": { - "created": "2022-03-15", - "lastModified": "2022-03-17", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "jenkins" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-ansible-system-operations", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-ansible-system-operations", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-ansible-system-operations/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-ansible-system-operations.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Jinja" - ], - "date": { - "created": "2022-03-17", - "lastModified": "2022-03-17", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "ansible", - "operations" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "acf-ngsc-system-ansible-security-operations", - "description": "No description available...", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/acf-ngsc-system-ansible-security-operations", - "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-ansible-security-operations/downloads", - "repositoryURL": "https://github.com/HHS/acf-ngsc-system-ansible-security-operations.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [ - "Jinja", - "Shell" - ], - "date": { - "created": "2022-03-17", - "lastModified": "2022-03-17", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "acf", - "ngsc", - "ansible", - "security", - "operations" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orr-uc-template", - "description": "Template repository for UC projects", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orr-uc-template", - "downloadURL": "https://api.github.com/repos/HHS/orr-uc-template/downloads", - "repositoryURL": "https://github.com/HHS/orr-uc-template.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2022-03-18", - "lastModified": "2022-03-18", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Template", - "repository", - "UC", - "projects" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "name": "orr-uc-git-training", - "description": "Instructions and examples for UC GitHub trainings", - "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": null - }, - "organization": "Department of Health and Human Services", - "homepageURL": "https://github.com/HHS/orr-uc-git-training", - "downloadURL": "https://api.github.com/repos/HHS/orr-uc-git-training/downloads", - "repositoryURL": "https://github.com/HHS/orr-uc-git-training.git", - "vcs": "git", - "laborHours": 0.0, - "languages": [], - "date": { - "created": "2022-03-21", - "lastModified": "2022-03-21", - "metadataLastUpdated": "2022-03-22" - }, - "tags": [ - "Instructions", - "examples", - "UC", - "GitHub", - "trainings" - ], - "contact": { - "email": "HHS_GitHub_Service_Desk@hhs.gov", - "name": "U.S. Department of Health & Human Services" - } - }, - { - "contact": { - "URL": "https://github.com/cdcai", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-10-01", - "lastModified": "2021-04-30" - }, - "description": "A deep learning project predicting MIS-A among COVID-19 patients using EHR data. ", - "downloadURL": "https://api.github.com/repos/cdcai/premier_analysis/downloads", - "homepageURL": "https://github.com/cdcai/premier_analysis", - "laborHours": 0, - "languages": [ - "Jupyter Notebook", - "Python", - "Shell", - "R" - ], - "name": "premier_analysis", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/cdcai/premier_analysis.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/cdcai", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-12-17", - "lastModified": "2020-03-16" - }, - "description": "Text classification algorithms for autism surveillance", - "downloadURL": "https://api.github.com/repos/cdcai/autism_surveillance/downloads", - "homepageURL": "https://github.com/cdcai/autism_surveillance", - "laborHours": 0, - "languages": [ - "Python", - "R" - ], - "name": "autism_surveillance", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/cdcai/autism_surveillance.git", - "status": "Development", - "tags": [ - "github", - "usg-artificial-intelligence", - "usg-natural-language-processing" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/cdcai", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-10-16", - "lastModified": "2020-12-16" - }, - "description": "Random examples of Tensorflow in R", - "downloadURL": "https://api.github.com/repos/cdcai/R-tensorflow-projects/downloads", - "homepageURL": "https://github.com/cdcai/R-tensorflow-projects", - "laborHours": 0, - "languages": [ - "R" - ], - "name": "R-tensorflow-projects", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/mit", - "name": "MIT" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/cdcai/R-tensorflow-projects.git", - "status": "Development", - "tags": [ - "github", - "usg-artificial-intelligence" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/cdcai", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-10-08", - "lastModified": "2020-07-06" - }, - "description": "An ensemble of BERTs for classifying injury narratives", - "downloadURL": "https://api.github.com/repos/cdcai/injury-autocoding/downloads", - "homepageURL": "https://github.com/cdcai/injury-autocoding", - "laborHours": 0, - "languages": [ - "Python", - "Jupyter Notebook", - "Batchfile" - ], - "name": "injury-autocoding", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/cdcai/injury-autocoding.git", - "status": "Development", - "tags": [ - "github", - "usg-artificial-intelligence", - "usg-natural-language-processing", - "bert", - "text-classification", - "python" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/cdcai", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-10-08", - "lastModified": "2020-03-16" - }, - "description": "Natural language generation for discrete data in EHRs", - "downloadURL": "https://api.github.com/repos/cdcai/NRC/downloads", - "homepageURL": "https://github.com/cdcai/NRC", - "laborHours": 0, - "languages": [ - "Python" - ], - "name": "NRC", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/cdcai/NRC.git", - "status": "Development", - "tags": [ - "github", - "usg-artificial-intelligence", - "usg-natural-language-processing", - "natural-language-generation", - "electronic-health-record" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/cdcai", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-10-08", - "lastModified": "2020-07-06" - }, - "description": "Classifying multimodal health data with LSTMs", - "downloadURL": "https://api.github.com/repos/cdcai/enriched-LSTMs/downloads", - "homepageURL": "https://github.com/cdcai/enriched-LSTMs", - "laborHours": 0, - "languages": [ - "Python" - ], - "name": "enriched-LSTMs", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/cdcai/enriched-LSTMs.git", - "status": "Development", - "tags": [ - "github", - "usg-artificial-intelligence", - "multimodal-deep-learning", - "biomedical-informatics" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/informaticslab", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2016-08-24", - "lastModified": "2016-08-24" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/informaticslab/zika-pregnancy-testing/downloads", - "homepageURL": "https://github.com/informaticslab/zika-pregnancy-testing", - "laborHours": 0, - "languages": [ - "JavaScript", - "HTML", - "CSS" - ], - "name": "zika-pregnancy-testing", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/informaticslab/zika-pregnancy-testing.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/informaticslab", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2016-06-13", - "lastModified": "2016-12-15" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/informaticslab/zika-risk-assessment/downloads", - "homepageURL": "https://github.com/informaticslab/zika-risk-assessment", - "laborHours": 0, - "languages": [ - "HTML", - "JavaScript", - "CSS" - ], - "name": "zika-risk-assessment", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/informaticslab/zika-risk-assessment.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/informaticslab", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2012-11-29", - "lastModified": "2016-11-08" - }, - "description": "PTT Advisor iOS app to provide clinical decision support for prolonged partial thromboplastin time (PTT).", - "downloadURL": "https://api.github.com/repos/informaticslab/ptt-advisor/downloads", - "homepageURL": "https://github.com/informaticslab/ptt-advisor", - "laborHours": 0, - "languages": [ - "Objective-C", - "HTML" - ], - "name": "ptt-advisor", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/informaticslab/ptt-advisor.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/Epi-Info", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-30", - "lastModified": "2018-11-19" - }, - "description": "REST API to interface with Epi Info web platform and Epi Info 7", - "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Survey-API/downloads", - "homepageURL": "https://github.com/Epi-Info/Epi-Info-Survey-API", - "laborHours": 0, - "languages": [ - "C#", - "JavaScript", - "HTML", - "CSS", - "ASP" - ], - "name": "Epi-Info-Survey-API", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Survey-API.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/Epi-Info", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-11-30", - "lastModified": "2021-01-24" - }, - "description": "Epi Info\u2122 Companion for Android", - "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Android/downloads", - "homepageURL": "https://github.com/Epi-Info/Epi-Info-Android", - "laborHours": 0, - "languages": [ - "Java", - "HTML" - ], - "name": "Epi-Info-Android", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Android.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/Epi-Info", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-11-20", - "lastModified": "2021-04-22" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Web-Survey/downloads", - "homepageURL": "https://github.com/Epi-Info/Epi-Info-Web-Survey", - "laborHours": 0, - "languages": [ - "C#", - "JavaScript", - "CSS", - "HTML", - "PowerShell", - "ASP.NET" - ], - "name": "Epi-Info-Web-Survey", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Web-Survey.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/Epi-Info", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-09-14", - "lastModified": "2021-05-08" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Community-Edition/downloads", - "homepageURL": "https://github.com/Epi-Info/Epi-Info-Community-Edition", - "laborHours": 0, - "languages": [ - "C#", - "Visual Basic .NET", - "HTML", - "TSQL", - "Rich Text Format", - "Roff", - "ASP.NET", - "Batchfile" - ], - "name": "Epi-Info-Community-Edition", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Community-Edition.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/Epi-Info", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-08-21", - "lastModified": "2021-04-13" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Cloud-Data-Capture/downloads", - "homepageURL": "https://github.com/Epi-Info/Epi-Info-Cloud-Data-Capture", - "laborHours": 0, - "languages": [ - "C#", - "JavaScript", - "CSS", - "HTML", - "TSQL", - "ASP.NET" - ], - "name": "Epi-Info-Cloud-Data-Capture", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Cloud-Data-Capture.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/Epi-Info", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2016-04-11", - "lastModified": "2020-06-24" - }, - "description": "Epi Info's scalable Cloud Contact Tracing platform build using .NET framework and Azure PaaS services ", - "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Cloud-Contact-Tracing/downloads", - "homepageURL": "https://github.com/Epi-Info/Epi-Info-Cloud-Contact-Tracing", - "laborHours": 0, - "languages": [ - "C#", - "JavaScript", - "CSS", - "PLpgSQL", - "PowerShell", - "ASP", - "HTML", - "Roff" - ], - "name": "Epi-Info-Cloud-Contact-Tracing", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Cloud-Contact-Tracing.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/Epi-Info", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2016-01-22", - "lastModified": "2021-04-21" - }, - "description": "Epi Info\u2122 Companion for iOS", - "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-iOS/downloads", - "homepageURL": "https://github.com/Epi-Info/Epi-Info-iOS", - "laborHours": 0, - "languages": [ - "Objective-C", - "C", - "Swift", - "HTML", - "Rich Text Format" - ], - "name": "Epi-Info-iOS", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/Epi-Info/Epi-Info-iOS.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-04-07", - "lastModified": "2021-04-15" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/MicrobeTraceNext/downloads", - "homepageURL": "https://github.com/CDCgov/MicrobeTraceNext", - "laborHours": 0, - "languages": [ - "TypeScript", - "HTML", - "JavaScript", - "C#", - "CSS", - "Less", - "PowerShell", - "SCSS", - "Dockerfile" - ], - "name": "MicrobeTraceNext", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/MicrobeTraceNext.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-04-02", - "lastModified": "2021-04-19" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/prime-devops/downloads", - "homepageURL": "https://github.com/CDCgov/prime-devops", - "laborHours": 0, - "languages": [], - "name": "prime-devops", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/prime-devops.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-04-01", - "lastModified": "2021-04-16" - }, - "description": "Data for the SPHERES Auspice site", - "downloadURL": "https://api.github.com/repos/CDCgov/spheres-auspice-data/downloads", - "homepageURL": "https://github.com/CDCgov/spheres-auspice-data", - "laborHours": 0, - "languages": [], - "name": "spheres-auspice-data", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/spheres-auspice-data.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-03-24", - "lastModified": "2021-04-02" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/excessdeathsCOVID19/downloads", - "homepageURL": "https://github.com/CDCgov/excessdeathsCOVID19", - "laborHours": 0, - "languages": [ - "R" - ], - "name": "excessdeathsCOVID19", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/excessdeathsCOVID19.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-03-18", - "lastModified": "2021-03-18" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/COVIDReportR_AShinyApp/downloads", - "homepageURL": "https://github.com/CDCgov/COVIDReportR_AShinyApp", - "laborHours": 0, - "languages": [], - "name": "COVIDReportR_AShinyApp", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/COVIDReportR_AShinyApp.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-02-24", - "lastModified": "2021-05-14" - }, - "description": "This workflow calls variants for MycoSNP using GATK.", - "downloadURL": "https://api.github.com/repos/CDCgov/mycosnp-gatk-variants/downloads", - "homepageURL": "https://github.com/CDCgov/mycosnp-gatk-variants", - "laborHours": 0, - "languages": [], - "name": "mycosnp-gatk-variants", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/mycosnp-gatk-variants.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-02-24", - "lastModified": "2021-05-14" - }, - "description": "This workflow prepares and aligns samples using BWA for variant calling using the MycoSNP GATK workflow.", - "downloadURL": "https://api.github.com/repos/CDCgov/mycosnp-bwa-pre-process/downloads", - "homepageURL": "https://github.com/CDCgov/mycosnp-bwa-pre-process", - "laborHours": 0, - "languages": [], - "name": "mycosnp-bwa-pre-process", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/mycosnp-bwa-pre-process.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-02-24", - "lastModified": "2021-05-11" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/mycosnp/downloads", - "homepageURL": "https://github.com/CDCgov/mycosnp", - "laborHours": 0, - "languages": [], - "name": "mycosnp", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/mycosnp.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-02-22", - "lastModified": "2021-05-14" - }, - "description": "This workflow prepares a reference index using BWA as part of the MycoSNP suite of workflows.", - "downloadURL": "https://api.github.com/repos/CDCgov/mycosnp-bwa-reference/downloads", - "homepageURL": "https://github.com/CDCgov/mycosnp-bwa-reference", - "laborHours": 0, - "languages": [], - "name": "mycosnp-bwa-reference", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/mycosnp-bwa-reference.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-02-22", - "lastModified": "2021-02-24" - }, - "description": "Standalone Hantavirus visualization engine, based on MicrobeTrace", - "downloadURL": "https://api.github.com/repos/CDCgov/HantaNet/downloads", - "homepageURL": "https://github.com/CDCgov/HantaNet", - "laborHours": 0, - "languages": [], - "name": "HantaNet", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/HantaNet.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-02-11", - "lastModified": "2021-04-24" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/prime-field-teams/downloads", - "homepageURL": "https://github.com/CDCgov/prime-field-teams", - "laborHours": 0, - "languages": [ - "Rich Text Format", - "JavaScript" - ], - "name": "prime-field-teams", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/prime-field-teams.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2021-01-25", - "lastModified": "2021-04-08" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/legionella_pneumophila_SBT_analysis/downloads", - "homepageURL": "https://github.com/CDCgov/legionella_pneumophila_SBT_analysis", - "laborHours": 0, - "languages": [ - "Shell", - "Dockerfile" - ], - "name": "legionella_pneumophila_SBT_analysis", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/legionella_pneumophila_SBT_analysis.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-12-15", - "lastModified": "2021-03-17" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/EPHTracking/downloads", - "homepageURL": "https://github.com/CDCgov/EPHTracking", - "laborHours": 0, - "languages": [ - "SAS", - "R" - ], - "name": "EPHTracking", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/EPHTracking.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-12-14", - "lastModified": "2021-05-13" - }, - "description": "CDC OpenViz is a library of React packages for data visualization.", - "downloadURL": "https://api.github.com/repos/CDCgov/cdc-open-viz/downloads", - "homepageURL": "https://github.com/CDCgov/cdc-open-viz", - "laborHours": 0, - "languages": [ - "JavaScript", - "SCSS", - "TypeScript", - "HTML" - ], - "name": "cdc-open-viz", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/cdc-open-viz.git", - "status": "Development", - "tags": [ - "github", - "react", - "data", - "visualization", - "visualization-library" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-12-10", - "lastModified": "2020-12-21" - }, - "description": "HIE Automation testing framework - OpenMRS, OpenHIM, OpenSHR, HAPI-FHIR, OpenEMPI", - "downloadURL": "https://api.github.com/repos/CDCgov/hie-automation-tests/downloads", - "homepageURL": "https://github.com/CDCgov/hie-automation-tests", - "laborHours": 0, - "languages": [ - "Python", - "Gherkin" - ], - "name": "hie-automation-tests", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/hie-automation-tests.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-11-17", - "lastModified": "2021-05-13" - }, - "description": "Landing / marketing site for the SimpleReport application", - "downloadURL": "https://api.github.com/repos/CDCgov/prime-simplereport-site/downloads", - "homepageURL": "https://github.com/CDCgov/prime-simplereport-site", - "laborHours": 0, - "languages": [ - "JavaScript", - "HTML", - "SCSS", - "Ruby", - "Shell" - ], - "name": "prime-simplereport-site", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/cc0-1.0", - "name": "CC0-1.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/prime-simplereport-site.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-10-29", - "lastModified": "2021-01-29" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/CDC_IIS_Open_Tools/downloads", - "homepageURL": "https://github.com/CDCgov/CDC_IIS_Open_Tools", - "laborHours": 0, - "languages": [ - "Java", - "Batchfile" - ], - "name": "CDC_IIS_Open_Tools", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/CDC_IIS_Open_Tools.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-10-15", - "lastModified": "2021-05-17" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/prime-data-hub/downloads", - "homepageURL": "https://github.com/CDCgov/prime-data-hub", - "laborHours": 0, - "languages": [ - "Kotlin", - "HTML", - "HCL", - "Shell", - "CSS", - "Liquid", - "JavaScript", - "PLpgSQL", - "Python", - "Dockerfile" - ], - "name": "prime-data-hub", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/prime-data-hub.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-10-14", - "lastModified": "2020-10-14" - }, - "description": "NeST NextFlow ", - "downloadURL": "https://api.github.com/repos/CDCgov/NeST-nf/downloads", - "homepageURL": "https://github.com/CDCgov/NeST-nf", - "laborHours": 0, - "languages": [], - "name": "NeST-nf", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/NeST-nf.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-10-08", - "lastModified": "2021-05-17" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/prime-simplereport/downloads", - "homepageURL": "https://github.com/CDCgov/prime-simplereport", - "laborHours": 0, - "languages": [ - "Java", - "TypeScript", - "HCL", - "SCSS", - "JavaScript", - "Shell", - "HTML", - "Makefile", - "PLpgSQL", - "Dockerfile", - "CSS" - ], - "name": "prime-simplereport", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/cc0-1.0", - "name": "CC0-1.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/prime-simplereport.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-10-07", - "lastModified": "2021-01-03" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/prime-data-input-api/downloads", - "homepageURL": "https://github.com/CDCgov/prime-data-input-api", - "laborHours": 0, - "languages": [ - "JavaScript" - ], - "name": "prime-data-input-api", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/prime-data-input-api.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-09-25", - "lastModified": "2021-04-29" - }, - "description": "Generation of figure by routine reporting for the case surveillance section used for IM slide 1 during summer of 2020 for COVID19 response", - "downloadURL": "https://api.github.com/repos/CDCgov/IMslide_1/downloads", - "homepageURL": "https://github.com/CDCgov/IMslide_1", - "laborHours": 0, - "languages": [ - "R" - ], - "name": "IMslide_1", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/IMslide_1.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-09-17", - "lastModified": "2021-05-10" - }, - "description": "Privacy review and statistical disclosure control methods for covid public case data.", - "downloadURL": "https://api.github.com/repos/CDCgov/covid_case_privacy_review/downloads", - "homepageURL": "https://github.com/CDCgov/covid_case_privacy_review", - "laborHours": 0, - "languages": [ - "R" - ], - "name": "covid_case_privacy_review", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/covid_case_privacy_review.git", - "status": "Development", - "tags": [ - "github", - "covid-19", - "covid", - "r", - "privacy", - "sdc", - "srrg", - "coronavirus" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-09-15", - "lastModified": "2021-05-07" - }, - "description": "This repository analyzes viral genomes using Nextstrain to understand how SARS-CoV-2, the virus that is responsible for the COVID-19 pandemic, evolves and spreads. This is a copy of the original Nextstrain ncov repository, which will (by default) build augur all 50 states + DC + PR using the same parameters and subsampling strategy.", - "downloadURL": "https://api.github.com/repos/CDCgov/spheres-augur-build/downloads", - "homepageURL": "https://github.com/CDCgov/spheres-augur-build", - "laborHours": 0, - "languages": [ - "Python", - "Shell" - ], - "name": "spheres-augur-build", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/spheres-augur-build.git", - "status": "Development", - "tags": [ - "github", - "nextstrain-ncov", - "spheres", - "workflow" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-09-14", - "lastModified": "2020-12-24" - }, - "description": "Starter kit for use in creating new React projects", - "downloadURL": "https://api.github.com/repos/CDCgov/react-starter-kit/downloads", - "homepageURL": "https://github.com/CDCgov/react-starter-kit", - "laborHours": 0, - "languages": [ - "JavaScript", - "SCSS", - "TypeScript", - "HTML" - ], - "name": "react-starter-kit", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/react-starter-kit.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-08-24", - "lastModified": "2020-08-26" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/MBAgeneratoR/downloads", - "homepageURL": "https://github.com/CDCgov/MBAgeneratoR", - "laborHours": 0, - "languages": [], - "name": "MBAgeneratoR", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/MBAgeneratoR.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-08-13", - "lastModified": "2020-11-23" - }, - "description": "A Radical Alternative to Conventional Phylogenetic Tree Renderers", - "downloadURL": "https://api.github.com/repos/CDCgov/PhysicsTree/downloads", - "homepageURL": "https://github.com/CDCgov/PhysicsTree", - "laborHours": 0, - "languages": [ - "HTML" - ], - "name": "PhysicsTree", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/PhysicsTree.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-08-12", - "lastModified": "2021-03-03" - }, - "description": "A simple, all-client-side web app to transform Adjacency lists into Edge Lists", - "downloadURL": "https://api.github.com/repos/CDCgov/pivotable/downloads", - "homepageURL": "https://github.com/CDCgov/pivotable", - "laborHours": 0, - "languages": [ - "HTML", - "JavaScript" - ], - "name": "pivotable", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/pivotable.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-07-15", - "lastModified": "2021-05-17" - }, - "description": "Contains functions for pulling publicly-available global COVID-19 case and testing data for analysis and populating a Power BI dashboard.", - "downloadURL": "https://api.github.com/repos/CDCgov/ITF_Power_BI/downloads", - "homepageURL": "https://github.com/CDCgov/ITF_Power_BI", - "laborHours": 0, - "languages": [ - "R" - ], - "name": "ITF_Power_BI", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/ITF_Power_BI.git", - "status": "Development", - "tags": [ - "github", - "covid-19", - "global-health", - "viz", - "powerbi" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-07-07", - "lastModified": "2020-10-14" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/NeST/downloads", - "homepageURL": "https://github.com/CDCgov/NeST", - "laborHours": 0, - "languages": [ - "Jupyter Notebook", - "Python", - "HTML", - "R", - "Shell" - ], - "name": "NeST", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/NeST.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-06-26", - "lastModified": "2020-12-08" - }, - "description": "The Bacterial Meningitis Genome Analysis Platform, an analysis pipeline, ExpressJS API, and ReactJS webapp for the analysis and characterization of bacterial meningitis samples", - "downloadURL": "https://api.github.com/repos/CDCgov/BMGAP/downloads", - "homepageURL": "https://github.com/CDCgov/BMGAP", - "laborHours": 0, - "languages": [ - "Python", - "Perl", - "JavaScript", - "Shell", - "HTML", - "SCSS", - "CSS" - ], - "name": "BMGAP", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/BMGAP.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-05-29", - "lastModified": "2020-05-29" - }, - "description": "Kmer Pathogen Identification Platform", - "downloadURL": "https://api.github.com/repos/CDCgov/KPIP/downloads", - "homepageURL": "https://github.com/CDCgov/KPIP", - "laborHours": 0, - "languages": [ - "Python", - "Shell" - ], - "name": "KPIP", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/KPIP.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-05-15", - "lastModified": "2020-05-15" - }, - "description": "Dash Demonstration of the File Uploader and Dynamic Populating Dropdown Menu", - "downloadURL": "https://api.github.com/repos/CDCgov/Dash_FileUploader/downloads", - "homepageURL": "https://github.com/CDCgov/Dash_FileUploader", - "laborHours": 0, - "languages": [ - "Python" - ], - "name": "Dash_FileUploader", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/Dash_FileUploader.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-05-12", - "lastModified": "2021-02-17" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/erhms-info-manager/downloads", - "homepageURL": "https://github.com/CDCgov/erhms-info-manager", - "laborHours": 0, - "languages": [ - "C#" - ], - "name": "erhms-info-manager", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/erhms-info-manager.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-04-15", - "lastModified": "2021-05-13" - }, - "description": "GeneFlow: A Workflow Engine for Bioinformatics and Public Health Analytics", - "downloadURL": "https://api.github.com/repos/CDCgov/geneflow2/downloads", - "homepageURL": "https://github.com/CDCgov/geneflow2", - "laborHours": 0, - "languages": [ - "Python", - "Shell", - "Jinja", - "Dockerfile" - ], - "name": "geneflow2", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/geneflow2.git", - "status": "Development", - "tags": [ - "github", - "bioinformatics", - "python", - "workflow" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-04-07", - "lastModified": "2020-09-08" - }, - "description": "GeneFlow Public Reference Workflows", - "downloadURL": "https://api.github.com/repos/CDCgov/geneflow-workflows/downloads", - "homepageURL": "https://github.com/CDCgov/geneflow-workflows", - "laborHours": 0, - "languages": [], - "name": "geneflow-workflows", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/geneflow-workflows.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-04-06", - "lastModified": "2020-04-27" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/phlip-doc-management/downloads", - "homepageURL": "https://github.com/CDCgov/phlip-doc-management", - "laborHours": 0, - "languages": [ - "JavaScript", - "CSS", - "Dockerfile", - "Shell" - ], - "name": "phlip-doc-management", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/phlip-doc-management.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-04-06", - "lastModified": "2020-04-27" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/phlip-backend/downloads", - "homepageURL": "https://github.com/CDCgov/phlip-backend", - "laborHours": 0, - "languages": [ - "C#", - "Dockerfile", - "Shell" - ], - "name": "phlip-backend", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/phlip-backend.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-04-03", - "lastModified": "2020-05-11" - }, - "description": "Remove Host Reads from Paired End Sequencing", - "downloadURL": "https://api.github.com/repos/CDCgov/SanitizeMePaired/downloads", - "homepageURL": "https://github.com/CDCgov/SanitizeMePaired", - "laborHours": 0, - "languages": [ - "Python", - "Shell" - ], - "name": "SanitizeMePaired", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/SanitizeMePaired.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-03-28", - "lastModified": "2020-04-27" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/phlip/downloads", - "homepageURL": "https://github.com/CDCgov/phlip", - "laborHours": 0, - "languages": [ - "JavaScript", - "CSS", - "HTML" - ], - "name": "phlip", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/phlip.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-03-27", - "lastModified": "2020-05-15" - }, - "description": "Remove host contaminants from sequencing files", - "downloadURL": "https://api.github.com/repos/CDCgov/SanitizeMe/downloads", - "homepageURL": "https://github.com/CDCgov/SanitizeMe", - "laborHours": 0, - "languages": [ - "Python", - "Shell" - ], - "name": "SanitizeMe", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/SanitizeMe.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-03-26", - "lastModified": "2021-05-08" - }, - "description": "This project collects automated screening protocols and self-checker algorithms from organizations implementing CDC screening protocols in interactive web sites, chat bots, and other technology.", - "downloadURL": "https://api.github.com/repos/CDCgov/covid19healthbot/downloads", - "homepageURL": "https://github.com/CDCgov/covid19healthbot", - "laborHours": 0, - "languages": [], - "name": "covid19healthbot", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/covid19healthbot.git", - "status": "Development", - "tags": [ - "github", - "covid-19" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-03-18", - "lastModified": "2021-05-14" - }, - "description": "A collection of sequencing protocols and bioinformatic resources for SARS-CoV-2 sequencing.", - "downloadURL": "https://api.github.com/repos/CDCgov/SARS-CoV-2_Sequencing/downloads", - "homepageURL": "https://github.com/CDCgov/SARS-CoV-2_Sequencing", - "laborHours": 0, - "languages": [], - "name": "SARS-CoV-2_Sequencing", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/SARS-CoV-2_Sequencing.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2020-03-04", - "lastModified": "2020-05-21" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/legionella_pneumophila_genomics_speciesID/downloads", - "homepageURL": "https://github.com/CDCgov/legionella_pneumophila_genomics_speciesID", - "laborHours": 0, - "languages": [ - "Perl", - "Dockerfile" - ], - "name": "legionella_pneumophila_genomics_speciesID", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/legionella_pneumophila_genomics_speciesID.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-12-17", - "lastModified": "2020-10-18" - }, - "description": "The Cancer Report Validator (CRV) is an interactive tool for validating the content of electronic submissions of cancer-related medical information prior to a system's communication with a public health central cancer registry. ", - "downloadURL": "https://api.github.com/repos/CDCgov/cancer-report-validator/downloads", - "homepageURL": "https://github.com/CDCgov/cancer-report-validator", - "laborHours": 0, - "languages": [ - "Java", - "XSLT", - "Groovy", - "JavaScript", - "CSS", - "HTML" - ], - "name": "cancer-report-validator", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/cancer-report-validator.git", - "status": "Development", - "tags": [ - "github", - "cancer", - "informatics", - "data-validation", - "hl7", - "cda", - "clinical-document-architecture", - "cancer-registry", - "cancer-reporting" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-10-07", - "lastModified": "2020-03-05" - }, - "description": "This repository contains bioinformatics scripts and a Docker container to perform the in silico prediction of Legionella pneumophila serogroup from short read sequences using a supervised machine learning approach.", - "downloadURL": "https://api.github.com/repos/CDCgov/legionella_pneumophila_genomics/downloads", - "homepageURL": "https://github.com/CDCgov/legionella_pneumophila_genomics", - "laborHours": 0, - "languages": [ - "Shell", - "Python", - "R" - ], - "name": "legionella_pneumophila_genomics", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/legionella_pneumophila_genomics.git", - "status": "Development", - "tags": [ - "github", - "cdc", - "docker-container", - "legionella-pneumophila", - "prediction", - "usg-artificial-intelligence" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-08-26", - "lastModified": "2021-05-12" - }, - "description": "React component for visualizing your data on a map of the United States based off work done for the CDC", - "downloadURL": "https://api.github.com/repos/CDCgov/CDC-Maps/downloads", - "homepageURL": "https://github.com/CDCgov/CDC-Maps", - "laborHours": 0, - "languages": [ - "JavaScript", - "SCSS", - "HTML" - ], - "name": "CDC-Maps", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/CDC-Maps.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-08-21", - "lastModified": "2021-01-30" - }, - "description": "Demonstrations of deploying machine learning models in R, MLflow, and ECPaaS", - "downloadURL": "https://api.github.com/repos/CDCgov/SDP-MLaaS/downloads", - "homepageURL": "https://github.com/CDCgov/SDP-MLaaS", - "laborHours": 0, - "languages": [ - "R", - "Python", - "Shell", - "Dockerfile" - ], - "name": "SDP-MLaaS", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/SDP-MLaaS.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-07-29", - "lastModified": "2019-08-07" - }, - "description": "A little web tool to help people join data tables (without writing code!)", - "downloadURL": "https://api.github.com/repos/CDCgov/TableMerger/downloads", - "homepageURL": "https://github.com/CDCgov/TableMerger", - "laborHours": 0, - "languages": [ - "HTML", - "CSS" - ], - "name": "TableMerger", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/TableMerger.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-07-17", - "lastModified": "2020-03-25" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/Mia_publication/downloads", - "homepageURL": "https://github.com/CDCgov/Mia_publication", - "laborHours": 0, - "languages": [ - "TSQL", - "R", - "Shell", - "Python" - ], - "name": "Mia_publication", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/Mia_publication.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-06-07", - "lastModified": "2019-06-07" - }, - "description": "Project for HL7 Dev Days 2019 Redmond. Converts V2 PIDs to FHIR Patient Resources", - "downloadURL": "https://api.github.com/repos/CDCgov/pid2fhir/downloads", - "homepageURL": "https://github.com/CDCgov/pid2fhir", - "laborHours": 0, - "languages": [ - "Kotlin" - ], - "name": "pid2fhir", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/pid2fhir.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-05-24", - "lastModified": "2020-10-08" - }, - "description": "Run Shiny. Make Gantt Charts.", - "downloadURL": "https://api.github.com/repos/CDCgov/ShinyGanttCharts/downloads", - "homepageURL": "https://github.com/CDCgov/ShinyGanttCharts", - "laborHours": 0, - "languages": [ - "R" - ], - "name": "ShinyGanttCharts", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/ShinyGanttCharts.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-04-23", - "lastModified": "2019-04-30" - }, - "description": "A little web tool to help people translate CSVs to FASTA and vice-versa.", - "downloadURL": "https://api.github.com/repos/CDCgov/CSV2FASTA/downloads", - "homepageURL": "https://github.com/CDCgov/CSV2FASTA", - "laborHours": 0, - "languages": [ - "HTML", - "CSS" - ], - "name": "CSV2FASTA", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/CSV2FASTA.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-04-17", - "lastModified": "2020-07-27" - }, - "description": "A client-side webapp to scrape data from the standard Epidemiological Interview Record", - "downloadURL": "https://api.github.com/repos/CDCgov/Ocra/downloads", - "homepageURL": "https://github.com/CDCgov/Ocra", - "laborHours": 0, - "languages": [ - "JavaScript", - "HTML", - "CSS" - ], - "name": "Ocra", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/Ocra.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-03-19", - "lastModified": "2020-05-20" - }, - "description": "GeneFlow: A Workflow Engine for Bioinformatics and Public Health Analytics", - "downloadURL": "https://api.github.com/repos/CDCgov/geneflow/downloads", - "homepageURL": "https://github.com/CDCgov/geneflow", - "laborHours": 0, - "languages": [ - "Python", - "Shell", - "Gherkin", - "TSQL", - "Dockerfile" - ], - "name": "geneflow", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/geneflow.git", - "status": "Development", - "tags": [ - "github", - "bioinformatics", - "python", - "workflow" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-03-18", - "lastModified": "2019-05-15" - }, - "description": "A little R package to Launch MicrobeTrace in a Shiny Server", - "downloadURL": "https://api.github.com/repos/CDCgov/MicrobeTraceShiny/downloads", - "homepageURL": "https://github.com/CDCgov/MicrobeTraceShiny", - "laborHours": 0, - "languages": [ - "R" - ], - "name": "MicrobeTraceShiny", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/MicrobeTraceShiny.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-03-07", - "lastModified": "2019-03-08" - }, - "description": "Ruby Source-to-Image builder tailored to the needs of the SDP Vocabulary project.", - "downloadURL": "https://api.github.com/repos/CDCgov/s2i-ruby-vocab-builder/downloads", - "homepageURL": "https://github.com/CDCgov/s2i-ruby-vocab-builder", - "laborHours": 0, - "languages": [ - "Shell", - "Roff", - "Dockerfile", - "Makefile", - "Ruby" - ], - "name": "s2i-ruby-vocab-builder", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/s2i-ruby-vocab-builder.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-02-11", - "lastModified": "2019-02-11" - }, - "description": "A Simple Demonstration of Organizing Bubbles using D3v5", - "downloadURL": "https://api.github.com/repos/CDCgov/Bubbles/downloads", - "homepageURL": "https://github.com/CDCgov/Bubbles", - "laborHours": 0, - "languages": [ - "HTML", - "CSS", - "R" - ], - "name": "Bubbles", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "name": "NOASSERTION" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/Bubbles.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-01-14", - "lastModified": "2021-04-25" - }, - "description": "Uncompromisingly Flexible Phylogenetic Trees in Javascript", - "downloadURL": "https://api.github.com/repos/CDCgov/TidyTree/downloads", - "homepageURL": "https://github.com/CDCgov/TidyTree", - "laborHours": 0, - "languages": [ - "JavaScript", - "HTML" - ], - "name": "TidyTree", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/TidyTree.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2019-01-03", - "lastModified": "2019-08-05" - }, - "description": "Spawn Normally-Distributed Mutant DNA Sequences", - "downloadURL": "https://api.github.com/repos/CDCgov/SeqSpawnR/downloads", - "homepageURL": "https://github.com/CDCgov/SeqSpawnR", - "laborHours": 0, - "languages": [ - "R" - ], - "name": "SeqSpawnR", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/SeqSpawnR.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-12-14", - "lastModified": "2020-09-15" - }, - "description": "A little library to work with Javascript File objects", - "downloadURL": "https://api.github.com/repos/CDCgov/fileto/downloads", - "homepageURL": "https://github.com/CDCgov/fileto", - "laborHours": 0, - "languages": [ - "JavaScript" - ], - "name": "fileto", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fileto.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-12-07", - "lastModified": "2020-03-10" - }, - "description": "A stubbing service for testing against the various endpoints of the FDNS Microservices without running the full microservices in the background.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-stubbing/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-stubbing", - "laborHours": 0, - "languages": [ - "JavaScript", - "Makefile", - "Dockerfile" - ], - "name": "fdns-ms-stubbing", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-stubbing.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-12-04", - "lastModified": "2021-04-24" - }, - "description": "A Phylogenetics toolkit for Javascript", - "downloadURL": "https://api.github.com/repos/CDCgov/patristic/downloads", - "homepageURL": "https://github.com/CDCgov/patristic", - "laborHours": 0, - "languages": [ - "HTML", - "JavaScript", - "CSS", - "TeX" - ], - "name": "patristic", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/patristic.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-10-31", - "lastModified": "2020-03-06" - }, - "description": "Example UI for an HL7 Combiner Tool", - "downloadURL": "https://api.github.com/repos/CDCgov/ex-ui-hl7-combiner/downloads", - "homepageURL": "https://github.com/CDCgov/ex-ui-hl7-combiner", - "laborHours": 0, - "languages": [ - "JavaScript", - "HTML", - "CSS", - "Dockerfile", - "Makefile", - "Shell" - ], - "name": "ex-ui-hl7-combiner", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/ex-ui-hl7-combiner.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-09-21", - "lastModified": "2021-04-29" - }, - "description": "The Visualization Multitool for Molecular Epidemiology and Bioinformatics", - "downloadURL": "https://api.github.com/repos/CDCgov/MicrobeTrace/downloads", - "homepageURL": "https://github.com/CDCgov/MicrobeTrace", - "laborHours": 0, - "languages": [ - "HTML", - "JavaScript", - "CSS", - "Shell", - "Dockerfile" - ], - "name": "MicrobeTrace", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/MicrobeTrace.git", - "status": "Development", - "tags": [ - "github", - "bioinformatics", - "epidemiology", - "network-visualization", - "hiv", - "cdc", - "pathogens", - "phylogenetics", - "phylogenetic-trees", - "phylogeny", - "phylogenomics", - "genomics", - "genomics-visualization", - "genomic-data-analysis", - "sequence-alignment" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-09-06", - "lastModified": "2020-03-04" - }, - "description": "This is the repository with the Java Library for Foundation Services Kafka workers.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-kafka-library/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-kafka-library", - "laborHours": 0, - "languages": [ - "Java" - ], - "name": "fdns-kafka-library", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-kafka-library.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-08-09", - "lastModified": "2020-03-04" - }, - "description": "This is the repository for the cryptography microservice.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-crypto/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-crypto", - "laborHours": 0, - "languages": [], - "name": "fdns-ms-crypto", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-crypto.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-08-09", - "lastModified": "2020-03-05" - }, - "description": "This is the repository that contains the Kafka workers to handle the generation of reports.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-reporting-kafka/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-reporting-kafka", - "laborHours": 0, - "languages": [ - "Java", - "Makefile", - "Dockerfile", - "Shell" - ], - "name": "fdns-ms-reporting-kafka", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-reporting-kafka.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-08-09", - "lastModified": "2020-03-05" - }, - "description": "This is the repository for the reporting microservice.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-reporting/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-reporting", - "laborHours": 0, - "languages": [ - "Java", - "HTML", - "Makefile", - "Dockerfile" - ], - "name": "fdns-ms-reporting", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-reporting.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-08-09", - "lastModified": "2020-03-10" - }, - "description": "This is the repository with the Microsoft Utilities microservice for parsing Microsoft formatted documents.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-msft-utils/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-msft-utils", - "laborHours": 0, - "languages": [ - "Java", - "HTML", - "Dockerfile", - "Makefile" - ], - "name": "fdns-ms-msft-utils", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-msft-utils.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-06", - "lastModified": "2020-12-18" - }, - "description": "This is the repository extending the Springfox Swagger UI package to meet CDC browser requirements.", - "downloadURL": "https://api.github.com/repos/CDCgov/springfox-swagger-ui/downloads", - "homepageURL": "https://github.com/CDCgov/springfox-swagger-ui", - "laborHours": 0, - "languages": [ - "HTML", - "JavaScript", - "CSS" - ], - "name": "springfox-swagger-ui", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/springfox-swagger-ui.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-08-29" - }, - "description": "This is the repository with the Business Rules Engine for ingesting and validating JSON files.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-rules/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-rules", - "laborHours": 0, - "languages": [ - "Java", - "HTML", - "Dockerfile", - "Makefile" - ], - "name": "fdns-ms-rules", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-rules.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-03-10" - }, - "description": "This is the repository with the Combiner service to combine JSON files into a single CSV or XLSX file.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-combiner/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-combiner", - "laborHours": 0, - "languages": [ - "Java", - "HTML", - "Dockerfile", - "Makefile", - "Shell" - ], - "name": "fdns-ms-combiner", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-combiner.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-03-04" - }, - "description": "This is the repository with the CDA utilities service to parse, validate and generate sample CDA data.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-cda-utils/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-cda-utils", - "laborHours": 0, - "languages": [ - "FreeMarker", - "Java", - "HTML", - "Dockerfile", - "Makefile" - ], - "name": "fdns-ms-cda-utils", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-cda-utils.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-06-26" - }, - "description": "This is the repository with the HL7 utilities service to parse, validate and generate sample HL7 data.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-hl7-utils/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-hl7-utils", - "laborHours": 0, - "languages": [ - "Java", - "HTML", - "FreeMarker", - "Dockerfile", - "Makefile" - ], - "name": "fdns-ms-hl7-utils", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-hl7-utils.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-08-29" - }, - "description": "This is the repository with the Indexing layer for the Data Lake. This is the navigation layer.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-indexing/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-indexing", - "laborHours": 0, - "languages": [ - "Java", - "HTML", - "Dockerfile", - "Makefile" - ], - "name": "fdns-ms-indexing", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-indexing.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-08-29" - }, - "description": "This is the repository with the Object layer for the Data Lake. This is the mutable layer.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-object/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-object", - "laborHours": 0, - "languages": [ - "Java", - "HTML", - "Dockerfile", - "Makefile" - ], - "name": "fdns-ms-object", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-object.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-08-29" - }, - "description": "This is the repository with the Storage layer for the Data Lake. This is the immutable layer.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-storage/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-storage", - "laborHours": 0, - "languages": [ - "Java", - "HTML", - "Dockerfile", - "Makefile" - ], - "name": "fdns-ms-storage", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-storage.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-03-06" - }, - "description": "This is the repository with the API gateway to connect the other microservices together.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-gateway/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ms-gateway", - "laborHours": 0, - "languages": [ - "HTML", - "Java", - "Dockerfile", - "Shell", - "Makefile" - ], - "name": "fdns-ms-gateway", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ms-gateway.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-03-10" - }, - "description": "This the repository with the Java Library for the Business Rules Engine.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-rules-engine/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-rules-engine", - "laborHours": 0, - "languages": [ - "Java" - ], - "name": "fdns-rules-engine", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-rules-engine.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-09-09" - }, - "description": "This is the repository with the Java SDK for Foundation Services.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-java-sdk/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-java-sdk", - "laborHours": 0, - "languages": [ - "Java", - "Makefile" - ], - "name": "fdns-java-sdk", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-java-sdk.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2020-03-05" - }, - "description": "This is the repository with the JavaScript SDK for Foundation Services.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-js-sdk/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-js-sdk", - "laborHours": 0, - "languages": [ - "JavaScript" - ], - "name": "fdns-js-sdk", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-js-sdk.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-04-03", - "lastModified": "2021-04-24" - }, - "description": "A collection of reusable React components for quickly building modern and accessible web applications.", - "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ui-react/downloads", - "homepageURL": "https://github.com/CDCgov/fdns-ui-react", - "laborHours": 0, - "languages": [ - "JavaScript", - "SCSS", - "HTML" - ], - "name": "fdns-ui-react", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/fdns-ui-react.git", - "status": "Development", - "tags": [ - "github", - "fdns", - "react", - "ui-library" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-03-19", - "lastModified": "2019-05-15" - }, - "description": "Pick a county, see its neighbors", - "downloadURL": "https://api.github.com/repos/CDCgov/Proximate/downloads", - "homepageURL": "https://github.com/CDCgov/Proximate", - "laborHours": 0, - "languages": [ - "JavaScript", - "HTML", - "CSS" - ], - "name": "Proximate", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/Proximate.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-02-07", - "lastModified": "2021-02-01" - }, - "description": "Tamura-Nei '93 Computation in Javascript", - "downloadURL": "https://api.github.com/repos/CDCgov/tn93.js/downloads", - "homepageURL": "https://github.com/CDCgov/tn93.js", - "laborHours": 0, - "languages": [ - "JavaScript", - "HTML", - "CSS" - ], - "name": "tn93.js", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/tn93.js.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2018-02-07", - "lastModified": "2021-03-23" - }, - "description": "A lightweight visualization for genetic sequence alignments", - "downloadURL": "https://api.github.com/repos/CDCgov/AlignmentViewer/downloads", - "homepageURL": "https://github.com/CDCgov/AlignmentViewer", - "laborHours": 0, - "languages": [ - "JavaScript", - "HTML" - ], - "name": "AlignmentViewer", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/AlignmentViewer.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-12-25", - "lastModified": "2020-10-15" - }, - "description": "An application to assist Utah CDC's Newborn Screening Program", - "downloadURL": "https://api.github.com/repos/CDCgov/artemis/downloads", - "homepageURL": "https://github.com/CDCgov/artemis", - "laborHours": 0, - "languages": [ - "Ruby", - "HTML", - "CSS", - "JavaScript", - "Dockerfile" - ], - "name": "artemis", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "name": "NOASSERTION" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/artemis.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-12-06", - "lastModified": "2020-07-07" - }, - "description": "See Readme", - "downloadURL": "https://api.github.com/repos/CDCgov/MaRS/downloads", - "homepageURL": "https://github.com/CDCgov/MaRS", - "laborHours": 0, - "languages": [], - "name": "MaRS", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": null, - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/MaRS.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-06-21", - "lastModified": "2021-04-07" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/openshift-fluentd-forwarder/downloads", - "homepageURL": "https://github.com/CDCgov/openshift-fluentd-forwarder", - "laborHours": 0, - "languages": [ - "Shell", - "Dockerfile" - ], - "name": "openshift-fluentd-forwarder", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/openshift-fluentd-forwarder.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-05-30", - "lastModified": "2017-06-15" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/SDP-CBR-Broker/downloads", - "homepageURL": "https://github.com/CDCgov/SDP-CBR-Broker", - "laborHours": 0, - "languages": [ - "HTML", - "Ruby" - ], - "name": "SDP-CBR-Broker", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/SDP-CBR-Broker.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-04-10", - "lastModified": "2019-05-09" - }, - "description": "No description available...", - "downloadURL": "https://api.github.com/repos/CDCgov/SDP-CBR/downloads", - "homepageURL": "https://github.com/CDCgov/SDP-CBR", - "laborHours": 0, - "languages": [ - "Java", - "ANTLR", - "Shell", - "Ruby" - ], - "name": "SDP-CBR", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/SDP-CBR.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-04-10", - "lastModified": "2021-04-21" - }, - "description": "Natural Language processing for Pathology reports on cancer histology, laterality, side, and behavior.", - "downloadURL": "https://api.github.com/repos/CDCgov/NLPWorkbench/downloads", - "homepageURL": "https://github.com/CDCgov/NLPWorkbench", - "laborHours": 0, - "languages": [ - "HTML", - "Java", - "Python", - "PLpgSQL", - "JavaScript", - "Mako", - "CSS", - "C++", - "Shell", - "Perl", - "Roff", - "PowerShell", - "C#", - "Pascal", - "C", - "Makefile", - "Batchfile", - "Groovy", - "Puppet", - "TeX", - "Smarty", - "PLSQL", - "XSLT", - "SQLPL", - "Bluespec", - "Dockerfile", - "Ruby", - "Jupyter Notebook", - "ASP" - ], - "name": "NLPWorkbench", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/NLPWorkbench.git", - "status": "Development", - "tags": [ - "github", - "usg-artificial-intelligence", - "usg-natural-language-processing" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2016-09-19", - "lastModified": "2020-10-31" - }, - "description": "Repository for the SDP Vocabulary Service.", - "downloadURL": "https://api.github.com/repos/CDCgov/SDP-Vocabulary-Service/downloads", - "homepageURL": "https://github.com/CDCgov/SDP-Vocabulary-Service", - "laborHours": 0, - "languages": [ - "JavaScript", - "Ruby", - "CSS", - "Gherkin", - "HTML", - "Shell" - ], - "name": "SDP-Vocabulary-Service", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/SDP-Vocabulary-Service.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - }, - { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2016-05-20", - "lastModified": "2021-04-02" - }, - "description": "PoSE: (Pattern of Sequence Evolution) provides visualization and annotation of amino acid substitutions to help determine major patterns during sequence evolution of protein-coding sequences, hypervariable regions, or changes in dN/dS ratios. ", - "downloadURL": "https://api.github.com/repos/CDCgov/PoSE/downloads", - "homepageURL": "https://github.com/CDCgov/PoSE", - "laborHours": 0, - "languages": [], - "name": "PoSE", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "URL": "https://api.github.com/licenses/apache-2.0", - "name": "Apache-2.0" - } - ], - "usageType": "openSource" - }, - "repositoryURL": "git://github.com/CDCgov/PoSE.git", - "status": "Development", - "tags": [ - "github" - ], - "vcs": "git" - } - ] + "agency": "HHS", + "version": "0.0.1", + "measurementType": { + "method": "projects" + }, + "releases": [ + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-02-07", + "lastModified": "2021-03-23" + }, + "description": "A lightweight visualization for genetic sequence alignments", + "downloadURL": "https://api.github.com/repos/CDCgov/AlignmentViewer/downloads", + "homepageURL": "https://github.com/CDCgov/AlignmentViewer", + "laborHours": 0, + "languages": [ + "JavaScript", + "HTML" + ], + "name": "AlignmentViewer", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/AlignmentViewer.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-06-26", + "lastModified": "2020-12-08" + }, + "description": "The Bacterial Meningitis Genome Analysis Platform, an analysis pipeline, ExpressJS API, and ReactJS webapp for the analysis and characterization of bacterial meningitis samples", + "downloadURL": "https://api.github.com/repos/CDCgov/BMGAP/downloads", + "homepageURL": "https://github.com/CDCgov/BMGAP", + "laborHours": 0, + "languages": [ + "Python", + "Perl", + "JavaScript", + "Shell", + "HTML", + "SCSS", + "CSS" + ], + "name": "BMGAP", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/BMGAP.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-02-11", + "lastModified": "2019-02-11" + }, + "description": "A Simple Demonstration of Organizing Bubbles using D3v5", + "downloadURL": "https://api.github.com/repos/CDCgov/Bubbles/downloads", + "homepageURL": "https://github.com/CDCgov/Bubbles", + "laborHours": 0, + "languages": [ + "HTML", + "CSS", + "R" + ], + "name": "Bubbles", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "name": "NOASSERTION" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/Bubbles.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-08-26", + "lastModified": "2021-05-12" + }, + "description": "React component for visualizing your data on a map of the United States based off work done for the CDC", + "downloadURL": "https://api.github.com/repos/CDCgov/CDC-Maps/downloads", + "homepageURL": "https://github.com/CDCgov/CDC-Maps", + "laborHours": 0, + "languages": [ + "JavaScript", + "SCSS", + "HTML" + ], + "name": "CDC-Maps", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/CDC-Maps.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-10-29", + "lastModified": "2021-01-29" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/CDC_IIS_Open_Tools/downloads", + "homepageURL": "https://github.com/CDCgov/CDC_IIS_Open_Tools", + "laborHours": 0, + "languages": [ + "Java", + "Batchfile" + ], + "name": "CDC_IIS_Open_Tools", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/CDC_IIS_Open_Tools.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-03-18", + "lastModified": "2021-03-18" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/COVIDReportR_AShinyApp/downloads", + "homepageURL": "https://github.com/CDCgov/COVIDReportR_AShinyApp", + "laborHours": 0, + "languages": [], + "name": "COVIDReportR_AShinyApp", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/COVIDReportR_AShinyApp.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-04-23", + "lastModified": "2019-04-30" + }, + "description": "A little web tool to help people translate CSVs to FASTA and vice-versa.", + "downloadURL": "https://api.github.com/repos/CDCgov/CSV2FASTA/downloads", + "homepageURL": "https://github.com/CDCgov/CSV2FASTA", + "laborHours": 0, + "languages": [ + "HTML", + "CSS" + ], + "name": "CSV2FASTA", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/CSV2FASTA.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-05-15", + "lastModified": "2020-05-15" + }, + "description": "Dash Demonstration of the File Uploader and Dynamic Populating Dropdown Menu", + "downloadURL": "https://api.github.com/repos/CDCgov/Dash_FileUploader/downloads", + "homepageURL": "https://github.com/CDCgov/Dash_FileUploader", + "laborHours": 0, + "languages": [ + "Python" + ], + "name": "Dash_FileUploader", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/Dash_FileUploader.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-12-15", + "lastModified": "2021-03-17" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/EPHTracking/downloads", + "homepageURL": "https://github.com/CDCgov/EPHTracking", + "laborHours": 0, + "languages": [ + "SAS", + "R" + ], + "name": "EPHTracking", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/EPHTracking.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/Epi-Info", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-11-30", + "lastModified": "2021-01-24" + }, + "description": "Epi Info\u2122 Companion for Android", + "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Android/downloads", + "homepageURL": "https://github.com/Epi-Info/Epi-Info-Android", + "laborHours": 0, + "languages": [ + "Java", + "HTML" + ], + "name": "Epi-Info-Android", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Android.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/Epi-Info", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2016-04-11", + "lastModified": "2020-06-24" + }, + "description": "Epi Info's scalable Cloud Contact Tracing platform build using .NET framework and Azure PaaS services ", + "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Cloud-Contact-Tracing/downloads", + "homepageURL": "https://github.com/Epi-Info/Epi-Info-Cloud-Contact-Tracing", + "laborHours": 0, + "languages": [ + "C#", + "JavaScript", + "CSS", + "PLpgSQL", + "PowerShell", + "ASP", + "HTML", + "Roff" + ], + "name": "Epi-Info-Cloud-Contact-Tracing", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Cloud-Contact-Tracing.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/Epi-Info", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-08-21", + "lastModified": "2021-04-13" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Cloud-Data-Capture/downloads", + "homepageURL": "https://github.com/Epi-Info/Epi-Info-Cloud-Data-Capture", + "laborHours": 0, + "languages": [ + "C#", + "JavaScript", + "CSS", + "HTML", + "TSQL", + "ASP.NET" + ], + "name": "Epi-Info-Cloud-Data-Capture", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Cloud-Data-Capture.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/Epi-Info", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-09-14", + "lastModified": "2021-05-08" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Community-Edition/downloads", + "homepageURL": "https://github.com/Epi-Info/Epi-Info-Community-Edition", + "laborHours": 0, + "languages": [ + "C#", + "Visual Basic .NET", + "HTML", + "TSQL", + "Rich Text Format", + "Roff", + "ASP.NET", + "Batchfile" + ], + "name": "Epi-Info-Community-Edition", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Community-Edition.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/Epi-Info", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-30", + "lastModified": "2018-11-19" + }, + "description": "REST API to interface with Epi Info web platform and Epi Info 7", + "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Survey-API/downloads", + "homepageURL": "https://github.com/Epi-Info/Epi-Info-Survey-API", + "laborHours": 0, + "languages": [ + "C#", + "JavaScript", + "HTML", + "CSS", + "ASP" + ], + "name": "Epi-Info-Survey-API", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Survey-API.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/Epi-Info", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-11-20", + "lastModified": "2021-04-22" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-Web-Survey/downloads", + "homepageURL": "https://github.com/Epi-Info/Epi-Info-Web-Survey", + "laborHours": 0, + "languages": [ + "C#", + "JavaScript", + "CSS", + "HTML", + "PowerShell", + "ASP.NET" + ], + "name": "Epi-Info-Web-Survey", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/Epi-Info/Epi-Info-Web-Survey.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/Epi-Info", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2016-01-22", + "lastModified": "2021-04-21" + }, + "description": "Epi Info\u2122 Companion for iOS", + "downloadURL": "https://api.github.com/repos/Epi-Info/Epi-Info-iOS/downloads", + "homepageURL": "https://github.com/Epi-Info/Epi-Info-iOS", + "laborHours": 0, + "languages": [ + "Objective-C", + "C", + "Swift", + "HTML", + "Rich Text Format" + ], + "name": "Epi-Info-iOS", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/Epi-Info/Epi-Info-iOS.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-02-22", + "lastModified": "2021-02-24" + }, + "description": "Standalone Hantavirus visualization engine, based on MicrobeTrace", + "downloadURL": "https://api.github.com/repos/CDCgov/HantaNet/downloads", + "homepageURL": "https://github.com/CDCgov/HantaNet", + "laborHours": 0, + "languages": [], + "name": "HantaNet", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/HantaNet.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-09-25", + "lastModified": "2021-04-29" + }, + "description": "Generation of figure by routine reporting for the case surveillance section used for IM slide 1 during summer of 2020 for COVID19 response", + "downloadURL": "https://api.github.com/repos/CDCgov/IMslide_1/downloads", + "homepageURL": "https://github.com/CDCgov/IMslide_1", + "laborHours": 0, + "languages": [ + "R" + ], + "name": "IMslide_1", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/IMslide_1.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-07-15", + "lastModified": "2021-05-17" + }, + "description": "Contains functions for pulling publicly-available global COVID-19 case and testing data for analysis and populating a Power BI dashboard.", + "downloadURL": "https://api.github.com/repos/CDCgov/ITF_Power_BI/downloads", + "homepageURL": "https://github.com/CDCgov/ITF_Power_BI", + "laborHours": 0, + "languages": [ + "R" + ], + "name": "ITF_Power_BI", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/ITF_Power_BI.git", + "status": "Development", + "tags": [ + "github", + "covid-19", + "global-health", + "viz", + "powerbi" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-05-29", + "lastModified": "2020-05-29" + }, + "description": "Kmer Pathogen Identification Platform", + "downloadURL": "https://api.github.com/repos/CDCgov/KPIP/downloads", + "homepageURL": "https://github.com/CDCgov/KPIP", + "laborHours": 0, + "languages": [ + "Python", + "Shell" + ], + "name": "KPIP", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/KPIP.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-08-24", + "lastModified": "2020-08-26" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/MBAgeneratoR/downloads", + "homepageURL": "https://github.com/CDCgov/MBAgeneratoR", + "laborHours": 0, + "languages": [], + "name": "MBAgeneratoR", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/MBAgeneratoR.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-12-06", + "lastModified": "2020-07-07" + }, + "description": "See Readme", + "downloadURL": "https://api.github.com/repos/CDCgov/MaRS/downloads", + "homepageURL": "https://github.com/CDCgov/MaRS", + "laborHours": 0, + "languages": [], + "name": "MaRS", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/MaRS.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-07-17", + "lastModified": "2020-03-25" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/Mia_publication/downloads", + "homepageURL": "https://github.com/CDCgov/Mia_publication", + "laborHours": 0, + "languages": [ + "TSQL", + "R", + "Shell", + "Python" + ], + "name": "Mia_publication", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/Mia_publication.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-09-21", + "lastModified": "2021-04-29" + }, + "description": "The Visualization Multitool for Molecular Epidemiology and Bioinformatics", + "downloadURL": "https://api.github.com/repos/CDCgov/MicrobeTrace/downloads", + "homepageURL": "https://github.com/CDCgov/MicrobeTrace", + "laborHours": 0, + "languages": [ + "HTML", + "JavaScript", + "CSS", + "Shell", + "Dockerfile" + ], + "name": "MicrobeTrace", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/MicrobeTrace.git", + "status": "Development", + "tags": [ + "github", + "bioinformatics", + "epidemiology", + "network-visualization", + "hiv", + "cdc", + "pathogens", + "phylogenetics", + "phylogenetic-trees", + "phylogeny", + "phylogenomics", + "genomics", + "genomics-visualization", + "genomic-data-analysis", + "sequence-alignment" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-04-07", + "lastModified": "2021-04-15" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/MicrobeTraceNext/downloads", + "homepageURL": "https://github.com/CDCgov/MicrobeTraceNext", + "laborHours": 0, + "languages": [ + "TypeScript", + "HTML", + "JavaScript", + "C#", + "CSS", + "Less", + "PowerShell", + "SCSS", + "Dockerfile" + ], + "name": "MicrobeTraceNext", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/MicrobeTraceNext.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-03-18", + "lastModified": "2019-05-15" + }, + "description": "A little R package to Launch MicrobeTrace in a Shiny Server", + "downloadURL": "https://api.github.com/repos/CDCgov/MicrobeTraceShiny/downloads", + "homepageURL": "https://github.com/CDCgov/MicrobeTraceShiny", + "laborHours": 0, + "languages": [ + "R" + ], + "name": "MicrobeTraceShiny", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/MicrobeTraceShiny.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-04-10", + "lastModified": "2021-04-21" + }, + "description": "Natural Language processing for Pathology reports on cancer histology, laterality, side, and behavior.", + "downloadURL": "https://api.github.com/repos/CDCgov/NLPWorkbench/downloads", + "homepageURL": "https://github.com/CDCgov/NLPWorkbench", + "laborHours": 0, + "languages": [ + "HTML", + "Java", + "Python", + "PLpgSQL", + "JavaScript", + "Mako", + "CSS", + "C++", + "Shell", + "Perl", + "Roff", + "PowerShell", + "C#", + "Pascal", + "C", + "Makefile", + "Batchfile", + "Groovy", + "Puppet", + "TeX", + "Smarty", + "PLSQL", + "XSLT", + "SQLPL", + "Bluespec", + "Dockerfile", + "Ruby", + "Jupyter Notebook", + "ASP" + ], + "name": "NLPWorkbench", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/NLPWorkbench.git", + "status": "Development", + "tags": [ + "github", + "usg-artificial-intelligence", + "usg-natural-language-processing" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/cdcai", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-10-08", + "lastModified": "2020-03-16" + }, + "description": "Natural language generation for discrete data in EHRs", + "downloadURL": "https://api.github.com/repos/cdcai/NRC/downloads", + "homepageURL": "https://github.com/cdcai/NRC", + "laborHours": 0, + "languages": [ + "Python" + ], + "name": "NRC", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/cdcai/NRC.git", + "status": "Development", + "tags": [ + "github", + "usg-artificial-intelligence", + "usg-natural-language-processing", + "natural-language-generation", + "electronic-health-record" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-07-07", + "lastModified": "2020-10-14" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/NeST/downloads", + "homepageURL": "https://github.com/CDCgov/NeST", + "laborHours": 0, + "languages": [ + "Jupyter Notebook", + "Python", + "HTML", + "R", + "Shell" + ], + "name": "NeST", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/NeST.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-10-14", + "lastModified": "2020-10-14" + }, + "description": "NeST NextFlow ", + "downloadURL": "https://api.github.com/repos/CDCgov/NeST-nf/downloads", + "homepageURL": "https://github.com/CDCgov/NeST-nf", + "laborHours": 0, + "languages": [], + "name": "NeST-nf", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/NeST-nf.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-04-17", + "lastModified": "2020-07-27" + }, + "description": "A client-side webapp to scrape data from the standard Epidemiological Interview Record", + "downloadURL": "https://api.github.com/repos/CDCgov/Ocra/downloads", + "homepageURL": "https://github.com/CDCgov/Ocra", + "laborHours": 0, + "languages": [ + "JavaScript", + "HTML", + "CSS" + ], + "name": "Ocra", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/Ocra.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-08-13", + "lastModified": "2020-11-23" + }, + "description": "A Radical Alternative to Conventional Phylogenetic Tree Renderers", + "downloadURL": "https://api.github.com/repos/CDCgov/PhysicsTree/downloads", + "homepageURL": "https://github.com/CDCgov/PhysicsTree", + "laborHours": 0, + "languages": [ + "HTML" + ], + "name": "PhysicsTree", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/PhysicsTree.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2016-05-20", + "lastModified": "2021-04-02" + }, + "description": "PoSE: (Pattern of Sequence Evolution) provides visualization and annotation of amino acid substitutions to help determine major patterns during sequence evolution of protein-coding sequences, hypervariable regions, or changes in dN/dS ratios. ", + "downloadURL": "https://api.github.com/repos/CDCgov/PoSE/downloads", + "homepageURL": "https://github.com/CDCgov/PoSE", + "laborHours": 0, + "languages": [], + "name": "PoSE", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/PoSE.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-03-19", + "lastModified": "2019-05-15" + }, + "description": "Pick a county, see its neighbors", + "downloadURL": "https://api.github.com/repos/CDCgov/Proximate/downloads", + "homepageURL": "https://github.com/CDCgov/Proximate", + "laborHours": 0, + "languages": [ + "JavaScript", + "HTML", + "CSS" + ], + "name": "Proximate", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/Proximate.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/cdcai", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-10-16", + "lastModified": "2020-12-16" + }, + "description": "Random examples of Tensorflow in R", + "downloadURL": "https://api.github.com/repos/cdcai/R-tensorflow-projects/downloads", + "homepageURL": "https://github.com/cdcai/R-tensorflow-projects", + "laborHours": 0, + "languages": [ + "R" + ], + "name": "R-tensorflow-projects", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/mit", + "name": "MIT" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/cdcai/R-tensorflow-projects.git", + "status": "Development", + "tags": [ + "github", + "usg-artificial-intelligence" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-03-18", + "lastModified": "2021-05-14" + }, + "description": "A collection of sequencing protocols and bioinformatic resources for SARS-CoV-2 sequencing.", + "downloadURL": "https://api.github.com/repos/CDCgov/SARS-CoV-2_Sequencing/downloads", + "homepageURL": "https://github.com/CDCgov/SARS-CoV-2_Sequencing", + "laborHours": 0, + "languages": [], + "name": "SARS-CoV-2_Sequencing", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/SARS-CoV-2_Sequencing.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-04-10", + "lastModified": "2019-05-09" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/SDP-CBR/downloads", + "homepageURL": "https://github.com/CDCgov/SDP-CBR", + "laborHours": 0, + "languages": [ + "Java", + "ANTLR", + "Shell", + "Ruby" + ], + "name": "SDP-CBR", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/SDP-CBR.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-05-30", + "lastModified": "2017-06-15" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/SDP-CBR-Broker/downloads", + "homepageURL": "https://github.com/CDCgov/SDP-CBR-Broker", + "laborHours": 0, + "languages": [ + "HTML", + "Ruby" + ], + "name": "SDP-CBR-Broker", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/SDP-CBR-Broker.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-08-21", + "lastModified": "2021-01-30" + }, + "description": "Demonstrations of deploying machine learning models in R, MLflow, and ECPaaS", + "downloadURL": "https://api.github.com/repos/CDCgov/SDP-MLaaS/downloads", + "homepageURL": "https://github.com/CDCgov/SDP-MLaaS", + "laborHours": 0, + "languages": [ + "R", + "Python", + "Shell", + "Dockerfile" + ], + "name": "SDP-MLaaS", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/SDP-MLaaS.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2016-09-19", + "lastModified": "2020-10-31" + }, + "description": "Repository for the SDP Vocabulary Service.", + "downloadURL": "https://api.github.com/repos/CDCgov/SDP-Vocabulary-Service/downloads", + "homepageURL": "https://github.com/CDCgov/SDP-Vocabulary-Service", + "laborHours": 0, + "languages": [ + "JavaScript", + "Ruby", + "CSS", + "Gherkin", + "HTML", + "Shell" + ], + "name": "SDP-Vocabulary-Service", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/SDP-Vocabulary-Service.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-03-27", + "lastModified": "2020-05-15" + }, + "description": "Remove host contaminants from sequencing files", + "downloadURL": "https://api.github.com/repos/CDCgov/SanitizeMe/downloads", + "homepageURL": "https://github.com/CDCgov/SanitizeMe", + "laborHours": 0, + "languages": [ + "Python", + "Shell" + ], + "name": "SanitizeMe", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/SanitizeMe.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-04-03", + "lastModified": "2020-05-11" + }, + "description": "Remove Host Reads from Paired End Sequencing", + "downloadURL": "https://api.github.com/repos/CDCgov/SanitizeMePaired/downloads", + "homepageURL": "https://github.com/CDCgov/SanitizeMePaired", + "laborHours": 0, + "languages": [ + "Python", + "Shell" + ], + "name": "SanitizeMePaired", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/SanitizeMePaired.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-01-03", + "lastModified": "2019-08-05" + }, + "description": "Spawn Normally-Distributed Mutant DNA Sequences", + "downloadURL": "https://api.github.com/repos/CDCgov/SeqSpawnR/downloads", + "homepageURL": "https://github.com/CDCgov/SeqSpawnR", + "laborHours": 0, + "languages": [ + "R" + ], + "name": "SeqSpawnR", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/SeqSpawnR.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-05-24", + "lastModified": "2020-10-08" + }, + "description": "Run Shiny. Make Gantt Charts.", + "downloadURL": "https://api.github.com/repos/CDCgov/ShinyGanttCharts/downloads", + "homepageURL": "https://github.com/CDCgov/ShinyGanttCharts", + "laborHours": 0, + "languages": [ + "R" + ], + "name": "ShinyGanttCharts", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/ShinyGanttCharts.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-07-29", + "lastModified": "2019-08-07" + }, + "description": "A little web tool to help people join data tables (without writing code!)", + "downloadURL": "https://api.github.com/repos/CDCgov/TableMerger/downloads", + "homepageURL": "https://github.com/CDCgov/TableMerger", + "laborHours": 0, + "languages": [ + "HTML", + "CSS" + ], + "name": "TableMerger", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/TableMerger.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-01-14", + "lastModified": "2021-04-25" + }, + "description": "Uncompromisingly Flexible Phylogenetic Trees in Javascript", + "downloadURL": "https://api.github.com/repos/CDCgov/TidyTree/downloads", + "homepageURL": "https://github.com/CDCgov/TidyTree", + "laborHours": 0, + "languages": [ + "JavaScript", + "HTML" + ], + "name": "TidyTree", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/TidyTree.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-12-25", + "lastModified": "2020-10-15" + }, + "description": "An application to assist Utah CDC's Newborn Screening Program", + "downloadURL": "https://api.github.com/repos/CDCgov/artemis/downloads", + "homepageURL": "https://github.com/CDCgov/artemis", + "laborHours": 0, + "languages": [ + "Ruby", + "HTML", + "CSS", + "JavaScript", + "Dockerfile" + ], + "name": "artemis", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "name": "NOASSERTION" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/artemis.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/cdcai", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-12-17", + "lastModified": "2020-03-16" + }, + "description": "Text classification algorithms for autism surveillance", + "downloadURL": "https://api.github.com/repos/cdcai/autism_surveillance/downloads", + "homepageURL": "https://github.com/cdcai/autism_surveillance", + "laborHours": 0, + "languages": [ + "Python", + "R" + ], + "name": "autism_surveillance", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/cdcai/autism_surveillance.git", + "status": "Development", + "tags": [ + "github", + "usg-artificial-intelligence", + "usg-natural-language-processing" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-12-17", + "lastModified": "2020-10-18" + }, + "description": "The Cancer Report Validator (CRV) is an interactive tool for validating the content of electronic submissions of cancer-related medical information prior to a system's communication with a public health central cancer registry. ", + "downloadURL": "https://api.github.com/repos/CDCgov/cancer-report-validator/downloads", + "homepageURL": "https://github.com/CDCgov/cancer-report-validator", + "laborHours": 0, + "languages": [ + "Java", + "XSLT", + "Groovy", + "JavaScript", + "CSS", + "HTML" + ], + "name": "cancer-report-validator", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/cancer-report-validator.git", + "status": "Development", + "tags": [ + "github", + "cancer", + "informatics", + "data-validation", + "hl7", + "cda", + "clinical-document-architecture", + "cancer-registry", + "cancer-reporting" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-12-14", + "lastModified": "2021-05-13" + }, + "description": "CDC OpenViz is a library of React packages for data visualization.", + "downloadURL": "https://api.github.com/repos/CDCgov/cdc-open-viz/downloads", + "homepageURL": "https://github.com/CDCgov/cdc-open-viz", + "laborHours": 0, + "languages": [ + "JavaScript", + "SCSS", + "TypeScript", + "HTML" + ], + "name": "cdc-open-viz", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/cdc-open-viz.git", + "status": "Development", + "tags": [ + "github", + "react", + "data", + "visualization", + "visualization-library" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-03-26", + "lastModified": "2021-05-08" + }, + "description": "This project collects automated screening protocols and self-checker algorithms from organizations implementing CDC screening protocols in interactive web sites, chat bots, and other technology.", + "downloadURL": "https://api.github.com/repos/CDCgov/covid19healthbot/downloads", + "homepageURL": "https://github.com/CDCgov/covid19healthbot", + "laborHours": 0, + "languages": [], + "name": "covid19healthbot", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/covid19healthbot.git", + "status": "Development", + "tags": [ + "github", + "covid-19" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-09-17", + "lastModified": "2021-05-10" + }, + "description": "Privacy review and statistical disclosure control methods for covid public case data.", + "downloadURL": "https://api.github.com/repos/CDCgov/covid_case_privacy_review/downloads", + "homepageURL": "https://github.com/CDCgov/covid_case_privacy_review", + "laborHours": 0, + "languages": [ + "R" + ], + "name": "covid_case_privacy_review", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/covid_case_privacy_review.git", + "status": "Development", + "tags": [ + "github", + "covid-19", + "covid", + "r", + "privacy", + "sdc", + "srrg", + "coronavirus" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/cdcai", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-10-08", + "lastModified": "2020-07-06" + }, + "description": "Classifying multimodal health data with LSTMs", + "downloadURL": "https://api.github.com/repos/cdcai/enriched-LSTMs/downloads", + "homepageURL": "https://github.com/cdcai/enriched-LSTMs", + "laborHours": 0, + "languages": [ + "Python" + ], + "name": "enriched-LSTMs", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/cdcai/enriched-LSTMs.git", + "status": "Development", + "tags": [ + "github", + "usg-artificial-intelligence", + "multimodal-deep-learning", + "biomedical-informatics" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-05-12", + "lastModified": "2021-02-17" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/erhms-info-manager/downloads", + "homepageURL": "https://github.com/CDCgov/erhms-info-manager", + "laborHours": 0, + "languages": [ + "C#" + ], + "name": "erhms-info-manager", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/erhms-info-manager.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-10-31", + "lastModified": "2020-03-06" + }, + "description": "Example UI for an HL7 Combiner Tool", + "downloadURL": "https://api.github.com/repos/CDCgov/ex-ui-hl7-combiner/downloads", + "homepageURL": "https://github.com/CDCgov/ex-ui-hl7-combiner", + "laborHours": 0, + "languages": [ + "JavaScript", + "HTML", + "CSS", + "Dockerfile", + "Makefile", + "Shell" + ], + "name": "ex-ui-hl7-combiner", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/ex-ui-hl7-combiner.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-03-24", + "lastModified": "2021-04-02" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/excessdeathsCOVID19/downloads", + "homepageURL": "https://github.com/CDCgov/excessdeathsCOVID19", + "laborHours": 0, + "languages": [ + "R" + ], + "name": "excessdeathsCOVID19", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/excessdeathsCOVID19.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-09-09" + }, + "description": "This is the repository with the Java SDK for Foundation Services.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-java-sdk/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-java-sdk", + "laborHours": 0, + "languages": [ + "Java", + "Makefile" + ], + "name": "fdns-java-sdk", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-java-sdk.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-03-05" + }, + "description": "This is the repository with the JavaScript SDK for Foundation Services.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-js-sdk/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-js-sdk", + "laborHours": 0, + "languages": [ + "JavaScript" + ], + "name": "fdns-js-sdk", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-js-sdk.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-09-06", + "lastModified": "2020-03-04" + }, + "description": "This is the repository with the Java Library for Foundation Services Kafka workers.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-kafka-library/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-kafka-library", + "laborHours": 0, + "languages": [ + "Java" + ], + "name": "fdns-kafka-library", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-kafka-library.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-03-04" + }, + "description": "This is the repository with the CDA utilities service to parse, validate and generate sample CDA data.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-cda-utils/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-cda-utils", + "laborHours": 0, + "languages": [ + "FreeMarker", + "Java", + "HTML", + "Dockerfile", + "Makefile" + ], + "name": "fdns-ms-cda-utils", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-cda-utils.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-03-10" + }, + "description": "This is the repository with the Combiner service to combine JSON files into a single CSV or XLSX file.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-combiner/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-combiner", + "laborHours": 0, + "languages": [ + "Java", + "HTML", + "Dockerfile", + "Makefile", + "Shell" + ], + "name": "fdns-ms-combiner", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-combiner.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-08-09", + "lastModified": "2020-03-04" + }, + "description": "This is the repository for the cryptography microservice.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-crypto/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-crypto", + "laborHours": 0, + "languages": [], + "name": "fdns-ms-crypto", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-crypto.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-03-06" + }, + "description": "This is the repository with the API gateway to connect the other microservices together.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-gateway/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-gateway", + "laborHours": 0, + "languages": [ + "HTML", + "Java", + "Dockerfile", + "Shell", + "Makefile" + ], + "name": "fdns-ms-gateway", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-gateway.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-06-26" + }, + "description": "This is the repository with the HL7 utilities service to parse, validate and generate sample HL7 data.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-hl7-utils/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-hl7-utils", + "laborHours": 0, + "languages": [ + "Java", + "HTML", + "FreeMarker", + "Dockerfile", + "Makefile" + ], + "name": "fdns-ms-hl7-utils", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-hl7-utils.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-08-29" + }, + "description": "This is the repository with the Indexing layer for the Data Lake. This is the navigation layer.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-indexing/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-indexing", + "laborHours": 0, + "languages": [ + "Java", + "HTML", + "Dockerfile", + "Makefile" + ], + "name": "fdns-ms-indexing", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-indexing.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-08-09", + "lastModified": "2020-03-10" + }, + "description": "This is the repository with the Microsoft Utilities microservice for parsing Microsoft formatted documents.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-msft-utils/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-msft-utils", + "laborHours": 0, + "languages": [ + "Java", + "HTML", + "Dockerfile", + "Makefile" + ], + "name": "fdns-ms-msft-utils", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-msft-utils.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-08-29" + }, + "description": "This is the repository with the Object layer for the Data Lake. This is the mutable layer.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-object/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-object", + "laborHours": 0, + "languages": [ + "Java", + "HTML", + "Dockerfile", + "Makefile" + ], + "name": "fdns-ms-object", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-object.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-08-09", + "lastModified": "2020-03-05" + }, + "description": "This is the repository for the reporting microservice.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-reporting/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-reporting", + "laborHours": 0, + "languages": [ + "Java", + "HTML", + "Makefile", + "Dockerfile" + ], + "name": "fdns-ms-reporting", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-reporting.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-08-09", + "lastModified": "2020-03-05" + }, + "description": "This is the repository that contains the Kafka workers to handle the generation of reports.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-reporting-kafka/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-reporting-kafka", + "laborHours": 0, + "languages": [ + "Java", + "Makefile", + "Dockerfile", + "Shell" + ], + "name": "fdns-ms-reporting-kafka", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-reporting-kafka.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-08-29" + }, + "description": "This is the repository with the Business Rules Engine for ingesting and validating JSON files.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-rules/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-rules", + "laborHours": 0, + "languages": [ + "Java", + "HTML", + "Dockerfile", + "Makefile" + ], + "name": "fdns-ms-rules", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-rules.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-08-29" + }, + "description": "This is the repository with the Storage layer for the Data Lake. This is the immutable layer.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-storage/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-storage", + "laborHours": 0, + "languages": [ + "Java", + "HTML", + "Dockerfile", + "Makefile" + ], + "name": "fdns-ms-storage", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-storage.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-12-07", + "lastModified": "2020-03-10" + }, + "description": "A stubbing service for testing against the various endpoints of the FDNS Microservices without running the full microservices in the background.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ms-stubbing/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ms-stubbing", + "laborHours": 0, + "languages": [ + "JavaScript", + "Makefile", + "Dockerfile" + ], + "name": "fdns-ms-stubbing", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ms-stubbing.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2020-03-10" + }, + "description": "This the repository with the Java Library for the Business Rules Engine.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-rules-engine/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-rules-engine", + "laborHours": 0, + "languages": [ + "Java" + ], + "name": "fdns-rules-engine", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-rules-engine.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-03", + "lastModified": "2021-04-24" + }, + "description": "A collection of reusable React components for quickly building modern and accessible web applications.", + "downloadURL": "https://api.github.com/repos/CDCgov/fdns-ui-react/downloads", + "homepageURL": "https://github.com/CDCgov/fdns-ui-react", + "laborHours": 0, + "languages": [ + "JavaScript", + "SCSS", + "HTML" + ], + "name": "fdns-ui-react", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fdns-ui-react.git", + "status": "Development", + "tags": [ + "github", + "fdns", + "react", + "ui-library" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-12-14", + "lastModified": "2020-09-15" + }, + "description": "A little library to work with Javascript File objects", + "downloadURL": "https://api.github.com/repos/CDCgov/fileto/downloads", + "homepageURL": "https://github.com/CDCgov/fileto", + "laborHours": 0, + "languages": [ + "JavaScript" + ], + "name": "fileto", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/fileto.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-03-19", + "lastModified": "2020-05-20" + }, + "description": "GeneFlow: A Workflow Engine for Bioinformatics and Public Health Analytics", + "downloadURL": "https://api.github.com/repos/CDCgov/geneflow/downloads", + "homepageURL": "https://github.com/CDCgov/geneflow", + "laborHours": 0, + "languages": [ + "Python", + "Shell", + "Gherkin", + "TSQL", + "Dockerfile" + ], + "name": "geneflow", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/geneflow.git", + "status": "Development", + "tags": [ + "github", + "bioinformatics", + "python", + "workflow" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-04-07", + "lastModified": "2020-09-08" + }, + "description": "GeneFlow Public Reference Workflows", + "downloadURL": "https://api.github.com/repos/CDCgov/geneflow-workflows/downloads", + "homepageURL": "https://github.com/CDCgov/geneflow-workflows", + "laborHours": 0, + "languages": [], + "name": "geneflow-workflows", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/geneflow-workflows.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-04-15", + "lastModified": "2021-05-13" + }, + "description": "GeneFlow: A Workflow Engine for Bioinformatics and Public Health Analytics", + "downloadURL": "https://api.github.com/repos/CDCgov/geneflow2/downloads", + "homepageURL": "https://github.com/CDCgov/geneflow2", + "laborHours": 0, + "languages": [ + "Python", + "Shell", + "Jinja", + "Dockerfile" + ], + "name": "geneflow2", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/geneflow2.git", + "status": "Development", + "tags": [ + "github", + "bioinformatics", + "python", + "workflow" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-12-10", + "lastModified": "2020-12-21" + }, + "description": "HIE Automation testing framework - OpenMRS, OpenHIM, OpenSHR, HAPI-FHIR, OpenEMPI", + "downloadURL": "https://api.github.com/repos/CDCgov/hie-automation-tests/downloads", + "homepageURL": "https://github.com/CDCgov/hie-automation-tests", + "laborHours": 0, + "languages": [ + "Python", + "Gherkin" + ], + "name": "hie-automation-tests", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/hie-automation-tests.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/cdcai", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-10-08", + "lastModified": "2020-07-06" + }, + "description": "An ensemble of BERTs for classifying injury narratives", + "downloadURL": "https://api.github.com/repos/cdcai/injury-autocoding/downloads", + "homepageURL": "https://github.com/cdcai/injury-autocoding", + "laborHours": 0, + "languages": [ + "Python", + "Jupyter Notebook", + "Batchfile" + ], + "name": "injury-autocoding", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/cdcai/injury-autocoding.git", + "status": "Development", + "tags": [ + "github", + "usg-artificial-intelligence", + "usg-natural-language-processing", + "bert", + "text-classification", + "python" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-01-25", + "lastModified": "2021-04-08" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/legionella_pneumophila_SBT_analysis/downloads", + "homepageURL": "https://github.com/CDCgov/legionella_pneumophila_SBT_analysis", + "laborHours": 0, + "languages": [ + "Shell", + "Dockerfile" + ], + "name": "legionella_pneumophila_SBT_analysis", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/legionella_pneumophila_SBT_analysis.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-10-07", + "lastModified": "2020-03-05" + }, + "description": "This repository contains bioinformatics scripts and a Docker container to perform the in silico prediction of Legionella pneumophila serogroup from short read sequences using a supervised machine learning approach.", + "downloadURL": "https://api.github.com/repos/CDCgov/legionella_pneumophila_genomics/downloads", + "homepageURL": "https://github.com/CDCgov/legionella_pneumophila_genomics", + "laborHours": 0, + "languages": [ + "Shell", + "Python", + "R" + ], + "name": "legionella_pneumophila_genomics", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/legionella_pneumophila_genomics.git", + "status": "Development", + "tags": [ + "github", + "cdc", + "docker-container", + "legionella-pneumophila", + "prediction", + "usg-artificial-intelligence" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-03-04", + "lastModified": "2020-05-21" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/legionella_pneumophila_genomics_speciesID/downloads", + "homepageURL": "https://github.com/CDCgov/legionella_pneumophila_genomics_speciesID", + "laborHours": 0, + "languages": [ + "Perl", + "Dockerfile" + ], + "name": "legionella_pneumophila_genomics_speciesID", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/legionella_pneumophila_genomics_speciesID.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-02-24", + "lastModified": "2021-05-11" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/mycosnp/downloads", + "homepageURL": "https://github.com/CDCgov/mycosnp", + "laborHours": 0, + "languages": [], + "name": "mycosnp", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/mycosnp.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-02-24", + "lastModified": "2021-05-14" + }, + "description": "This workflow prepares and aligns samples using BWA for variant calling using the MycoSNP GATK workflow.", + "downloadURL": "https://api.github.com/repos/CDCgov/mycosnp-bwa-pre-process/downloads", + "homepageURL": "https://github.com/CDCgov/mycosnp-bwa-pre-process", + "laborHours": 0, + "languages": [], + "name": "mycosnp-bwa-pre-process", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/mycosnp-bwa-pre-process.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-02-22", + "lastModified": "2021-05-14" + }, + "description": "This workflow prepares a reference index using BWA as part of the MycoSNP suite of workflows.", + "downloadURL": "https://api.github.com/repos/CDCgov/mycosnp-bwa-reference/downloads", + "homepageURL": "https://github.com/CDCgov/mycosnp-bwa-reference", + "laborHours": 0, + "languages": [], + "name": "mycosnp-bwa-reference", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/mycosnp-bwa-reference.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-02-24", + "lastModified": "2021-05-14" + }, + "description": "This workflow calls variants for MycoSNP using GATK.", + "downloadURL": "https://api.github.com/repos/CDCgov/mycosnp-gatk-variants/downloads", + "homepageURL": "https://github.com/CDCgov/mycosnp-gatk-variants", + "laborHours": 0, + "languages": [], + "name": "mycosnp-gatk-variants", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/mycosnp-gatk-variants.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-06-21", + "lastModified": "2021-04-07" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/openshift-fluentd-forwarder/downloads", + "homepageURL": "https://github.com/CDCgov/openshift-fluentd-forwarder", + "laborHours": 0, + "languages": [ + "Shell", + "Dockerfile" + ], + "name": "openshift-fluentd-forwarder", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/openshift-fluentd-forwarder.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-12-04", + "lastModified": "2021-04-24" + }, + "description": "A Phylogenetics toolkit for Javascript", + "downloadURL": "https://api.github.com/repos/CDCgov/patristic/downloads", + "homepageURL": "https://github.com/CDCgov/patristic", + "laborHours": 0, + "languages": [ + "HTML", + "JavaScript", + "CSS", + "TeX" + ], + "name": "patristic", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/patristic.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-03-28", + "lastModified": "2020-04-27" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/phlip/downloads", + "homepageURL": "https://github.com/CDCgov/phlip", + "laborHours": 0, + "languages": [ + "JavaScript", + "CSS", + "HTML" + ], + "name": "phlip", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/phlip.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-04-06", + "lastModified": "2020-04-27" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/phlip-backend/downloads", + "homepageURL": "https://github.com/CDCgov/phlip-backend", + "laborHours": 0, + "languages": [ + "C#", + "Dockerfile", + "Shell" + ], + "name": "phlip-backend", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/phlip-backend.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-04-06", + "lastModified": "2020-04-27" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/phlip-doc-management/downloads", + "homepageURL": "https://github.com/CDCgov/phlip-doc-management", + "laborHours": 0, + "languages": [ + "JavaScript", + "CSS", + "Dockerfile", + "Shell" + ], + "name": "phlip-doc-management", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/phlip-doc-management.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-06-07", + "lastModified": "2019-06-07" + }, + "description": "Project for HL7 Dev Days 2019 Redmond. Converts V2 PIDs to FHIR Patient Resources", + "downloadURL": "https://api.github.com/repos/CDCgov/pid2fhir/downloads", + "homepageURL": "https://github.com/CDCgov/pid2fhir", + "laborHours": 0, + "languages": [ + "Kotlin" + ], + "name": "pid2fhir", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/pid2fhir.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-08-12", + "lastModified": "2021-03-03" + }, + "description": "A simple, all-client-side web app to transform Adjacency lists into Edge Lists", + "downloadURL": "https://api.github.com/repos/CDCgov/pivotable/downloads", + "homepageURL": "https://github.com/CDCgov/pivotable", + "laborHours": 0, + "languages": [ + "HTML", + "JavaScript" + ], + "name": "pivotable", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/pivotable.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/cdcai", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-10-01", + "lastModified": "2021-04-30" + }, + "description": "A deep learning project predicting MIS-A among COVID-19 patients using EHR data. ", + "downloadURL": "https://api.github.com/repos/cdcai/premier_analysis/downloads", + "homepageURL": "https://github.com/cdcai/premier_analysis", + "laborHours": 0, + "languages": [ + "Jupyter Notebook", + "Python", + "Shell", + "R" + ], + "name": "premier_analysis", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/cdcai/premier_analysis.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-10-15", + "lastModified": "2021-05-17" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/prime-data-hub/downloads", + "homepageURL": "https://github.com/CDCgov/prime-data-hub", + "laborHours": 0, + "languages": [ + "Kotlin", + "HTML", + "HCL", + "Shell", + "CSS", + "Liquid", + "JavaScript", + "PLpgSQL", + "Python", + "Dockerfile" + ], + "name": "prime-data-hub", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/prime-data-hub.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-10-07", + "lastModified": "2021-01-03" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/prime-data-input-api/downloads", + "homepageURL": "https://github.com/CDCgov/prime-data-input-api", + "laborHours": 0, + "languages": [ + "JavaScript" + ], + "name": "prime-data-input-api", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/prime-data-input-api.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-04-02", + "lastModified": "2021-04-19" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/prime-devops/downloads", + "homepageURL": "https://github.com/CDCgov/prime-devops", + "laborHours": 0, + "languages": [], + "name": "prime-devops", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/prime-devops.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-02-11", + "lastModified": "2021-04-24" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/prime-field-teams/downloads", + "homepageURL": "https://github.com/CDCgov/prime-field-teams", + "laborHours": 0, + "languages": [ + "Rich Text Format", + "JavaScript" + ], + "name": "prime-field-teams", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/prime-field-teams.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-10-08", + "lastModified": "2021-05-17" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/CDCgov/prime-simplereport/downloads", + "homepageURL": "https://github.com/CDCgov/prime-simplereport", + "laborHours": 0, + "languages": [ + "Java", + "TypeScript", + "HCL", + "SCSS", + "JavaScript", + "Shell", + "HTML", + "Makefile", + "PLpgSQL", + "Dockerfile", + "CSS" + ], + "name": "prime-simplereport", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/cc0-1.0", + "name": "CC0-1.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/prime-simplereport.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-11-17", + "lastModified": "2021-05-13" + }, + "description": "Landing / marketing site for the SimpleReport application", + "downloadURL": "https://api.github.com/repos/CDCgov/prime-simplereport-site/downloads", + "homepageURL": "https://github.com/CDCgov/prime-simplereport-site", + "laborHours": 0, + "languages": [ + "JavaScript", + "HTML", + "SCSS", + "Ruby", + "Shell" + ], + "name": "prime-simplereport-site", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/cc0-1.0", + "name": "CC0-1.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/prime-simplereport-site.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/informaticslab", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2012-11-29", + "lastModified": "2016-11-08" + }, + "description": "PTT Advisor iOS app to provide clinical decision support for prolonged partial thromboplastin time (PTT).", + "downloadURL": "https://api.github.com/repos/informaticslab/ptt-advisor/downloads", + "homepageURL": "https://github.com/informaticslab/ptt-advisor", + "laborHours": 0, + "languages": [ + "Objective-C", + "HTML" + ], + "name": "ptt-advisor", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/informaticslab/ptt-advisor.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-09-14", + "lastModified": "2020-12-24" + }, + "description": "Starter kit for use in creating new React projects", + "downloadURL": "https://api.github.com/repos/CDCgov/react-starter-kit/downloads", + "homepageURL": "https://github.com/CDCgov/react-starter-kit", + "laborHours": 0, + "languages": [ + "JavaScript", + "SCSS", + "TypeScript", + "HTML" + ], + "name": "react-starter-kit", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/react-starter-kit.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2019-03-07", + "lastModified": "2019-03-08" + }, + "description": "Ruby Source-to-Image builder tailored to the needs of the SDP Vocabulary project.", + "downloadURL": "https://api.github.com/repos/CDCgov/s2i-ruby-vocab-builder/downloads", + "homepageURL": "https://github.com/CDCgov/s2i-ruby-vocab-builder", + "laborHours": 0, + "languages": [ + "Shell", + "Roff", + "Dockerfile", + "Makefile", + "Ruby" + ], + "name": "s2i-ruby-vocab-builder", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/s2i-ruby-vocab-builder.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-07" + }, + "description": "This repository analyzes viral genomes using Nextstrain to understand how SARS-CoV-2, the virus that is responsible for the COVID-19 pandemic, evolves and spreads. This is a copy of the original Nextstrain ncov repository, which will (by default) build augur all 50 states + DC + PR using the same parameters and subsampling strategy.", + "downloadURL": "https://api.github.com/repos/CDCgov/spheres-augur-build/downloads", + "homepageURL": "https://github.com/CDCgov/spheres-augur-build", + "laborHours": 0, + "languages": [ + "Python", + "Shell" + ], + "name": "spheres-augur-build", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/spheres-augur-build.git", + "status": "Development", + "tags": [ + "github", + "nextstrain-ncov", + "spheres", + "workflow" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2021-04-01", + "lastModified": "2021-04-16" + }, + "description": "Data for the SPHERES Auspice site", + "downloadURL": "https://api.github.com/repos/CDCgov/spheres-auspice-data/downloads", + "homepageURL": "https://github.com/CDCgov/spheres-auspice-data", + "laborHours": 0, + "languages": [], + "name": "spheres-auspice-data", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/spheres-auspice-data.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-04-06", + "lastModified": "2020-12-18" + }, + "description": "This is the repository extending the Springfox Swagger UI package to meet CDC browser requirements.", + "downloadURL": "https://api.github.com/repos/CDCgov/springfox-swagger-ui/downloads", + "homepageURL": "https://github.com/CDCgov/springfox-swagger-ui", + "laborHours": 0, + "languages": [ + "HTML", + "JavaScript", + "CSS" + ], + "name": "springfox-swagger-ui", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/springfox-swagger-ui.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2018-02-07", + "lastModified": "2021-02-01" + }, + "description": "Tamura-Nei '93 Computation in Javascript", + "downloadURL": "https://api.github.com/repos/CDCgov/tn93.js/downloads", + "homepageURL": "https://github.com/CDCgov/tn93.js", + "laborHours": 0, + "languages": [ + "JavaScript", + "HTML", + "CSS" + ], + "name": "tn93.js", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache-2.0" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/tn93.js.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/informaticslab", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2016-08-24", + "lastModified": "2016-08-24" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/informaticslab/zika-pregnancy-testing/downloads", + "homepageURL": "https://github.com/informaticslab/zika-pregnancy-testing", + "laborHours": 0, + "languages": [ + "JavaScript", + "HTML", + "CSS" + ], + "name": "zika-pregnancy-testing", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/informaticslab/zika-pregnancy-testing.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "contact": { + "URL": "https://github.com/informaticslab", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2016-06-13", + "lastModified": "2016-12-15" + }, + "description": "No description available...", + "downloadURL": "https://api.github.com/repos/informaticslab/zika-risk-assessment/downloads", + "homepageURL": "https://github.com/informaticslab/zika-risk-assessment", + "laborHours": 0, + "languages": [ + "HTML", + "JavaScript", + "CSS" + ], + "name": "zika-risk-assessment", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": null, + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/informaticslab/zika-risk-assessment.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" + }, + { + "name": "-hhs-acf-ds-bulk-factory-processor-papi", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/-hhs-acf-ds-bulk-factory-processor-papi", + "downloadURL": "https://api.github.com/repos/HHS/-hhs-acf-ds-bulk-factory-processor-papi/downloads", + "repositoryURL": "https://github.com/HHS/-hhs-acf-ds-bulk-factory-processor-papi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2022-02-15", + "lastModified": "2022-02-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "ds", + "bulk", + "factory", + "processor", + "papi" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "AFPS", + "description": "HHS project led by Chau Nguyen", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/AFPS", + "downloadURL": "https://api.github.com/repos/HHS/AFPS/downloads", + "repositoryURL": "https://github.com/HHS/AFPS.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-06", + "lastModified": "2021-04-06", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "HHS", + "project", + "led", + "Chau", + "Nguyen" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ARAPS", + "description": "Automated Reasonable Accommodations Processing System", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ARAPS", + "downloadURL": "https://api.github.com/repos/HHS/ARAPS/downloads", + "repositoryURL": "https://github.com/HHS/ARAPS.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "C#", + "ASP", + "CSS", + "Smalltalk", + "JavaScript", + "HTML", + "Visual Basic", + "PLpgSQL" + ], + "date": { + "created": "2017-08-22", + "lastModified": "2019-05-16", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Automated", + "Reasonable", + "Accommodations", + "Processing" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-1", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-1", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-1/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-1.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2020-05-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-10", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-10", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-10/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-10.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2020-11-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-3", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-3", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-3/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-3.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R", + "Stan" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2020-08-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-4", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-4", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-4/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-4.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R", + "Shell" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2022-03-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-5", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-5", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-5/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-5.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Jupyter Notebook", + "Python" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2020-09-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-6", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-6", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-6/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-6.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2021-10-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-7", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-7", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-7/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-7.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2022-03-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-8", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-8", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-8/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-8.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2021-12-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-9", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-9", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-9/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-9.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2022-01-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-Redesign-Repo", + "description": "Porject Lead: Lorena Geddes", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-Redesign-Repo", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-Redesign-Repo/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-Redesign-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-10-01", + "lastModified": "2020-10-01", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Porject", + "Lead:", + "Lorena", + "Geddes" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-flumodels", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-flumodels", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-flumodels/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-flumodels.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2020-11-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ASPR-flumodelsutil", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ASPR-flumodelsutil", + "downloadURL": "https://api.github.com/repos/HHS/ASPR-flumodelsutil/downloads", + "repositoryURL": "https://github.com/HHS/ASPR-flumodelsutil.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2020-11-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Analytics-Data-Warehouse-ETL-Rules-Drupal", + "description": "Analytics Data Warehouse ETL", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Analytics-Data-Warehouse-ETL-Rules-Drupal", + "downloadURL": "https://api.github.com/repos/HHS/Analytics-Data-Warehouse-ETL-Rules-Drupal/downloads", + "repositoryURL": "https://github.com/HHS/Analytics-Data-Warehouse-ETL-Rules-Drupal.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-03-24", + "lastModified": "2017-03-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Analytics", + "Warehouse", + "ETL" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Artemis", + "description": "ACF Project led by Joanna Chan", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Artemis", + "downloadURL": "https://api.github.com/repos/HHS/Artemis/downloads", + "repositoryURL": "https://github.com/HHS/Artemis.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Jupyter Notebook", + "Python", + "Jinja", + "Shell" + ], + "date": { + "created": "2021-06-08", + "lastModified": "2022-01-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ACF", + "Project", + "led", + "Joanna", + "Chan" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Artemis-Fingerprint-Report", + "description": "This script cleans data from fingerprint appointments made by ORR sites and generates a report about usage of different fingerprint methods over time.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Artemis-Fingerprint-Report", + "downloadURL": "https://api.github.com/repos/HHS/Artemis-Fingerprint-Report/downloads", + "repositoryURL": "https://github.com/HHS/Artemis-Fingerprint-Report.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python" + ], + "date": { + "created": "2021-07-28", + "lastModified": "2021-07-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "script", + "cleans", + "fingerprint", + "appointments", + "ORR", + "sites", + "generates", + "report", + "usage", + "different", + "methods", + "time" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Artemis-Licensed-Bed-Unavailability-Report", + "description": "Analyzes and extract from the UCBC tool to report metrics on bed unavailabillity", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Artemis-Licensed-Bed-Unavailability-Report", + "downloadURL": "https://api.github.com/repos/HHS/Artemis-Licensed-Bed-Unavailability-Report/downloads", + "repositoryURL": "https://github.com/HHS/Artemis-Licensed-Bed-Unavailability-Report.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Jupyter Notebook", + "Python" + ], + "date": { + "created": "2021-07-27", + "lastModified": "2021-07-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Analyzes", + "extract", + "UCBC", + "tool", + "report", + "metrics", + "bed", + "unavailabillity" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-1", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-1", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-1/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-1.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML", + "R" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2020-11-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-10", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-10", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-10/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-10.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-04-30", + "lastModified": "2020-04-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-2", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-2", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-2/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-2.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-04-30", + "lastModified": "2020-04-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-3", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-3", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-3/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-3.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-04-30", + "lastModified": "2020-04-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-4", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-4", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-4/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-4.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-04-30", + "lastModified": "2020-04-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-5", + "description": "Porject Lead: Diana Wong ", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-5", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-5/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-5.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-04-30", + "lastModified": "2020-04-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Porject", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-6", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-6", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-6/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-6.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-04-30", + "lastModified": "2020-04-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-7", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-7", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-7/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-7.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-04-30", + "lastModified": "2020-04-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-8", + "description": "Project Lead: Diana Wong ", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-8", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-8/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-8.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-04-30", + "lastModified": "2020-04-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-9", + "description": "Porject Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-9", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-9/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-9.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-04-30", + "lastModified": "2020-04-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Porject", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "BARDA-BDR", + "description": "BARDA Digitial Resources", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/BARDA-BDR", + "downloadURL": "https://api.github.com/repos/HHS/BARDA-BDR/downloads", + "repositoryURL": "https://github.com/HHS/BARDA-BDR.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-11-29", + "lastModified": "2021-11-29", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "BARDA", + "Digitial", + "Resources" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CDC-BizFlow", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CDC-BizFlow", + "downloadURL": "https://api.github.com/repos/HHS/CDC-BizFlow/downloads", + "repositoryURL": "https://github.com/HHS/CDC-BizFlow.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PLSQL", + "Java", + "SQLPL", + "CSS" + ], + "date": { + "created": "2017-11-13", + "lastModified": "2019-02-09", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "CDC", + "BizFlow" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CMS-BizFlow", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CMS-BizFlow", + "downloadURL": "https://api.github.com/repos/HHS/CMS-BizFlow/downloads", + "repositoryURL": "https://github.com/HHS/CMS-BizFlow.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "TSQL", + "PLSQL", + "PLpgSQL", + "Java", + "SQLPL", + "JavaScript", + "XSLT", + "HTML", + "Shell", + "Batchfile", + "CSS" + ], + "date": { + "created": "2017-11-13", + "lastModified": "2020-09-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "CMS", + "BizFlow" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CPO_SharePoint_Repository", + "description": "The repository is in reference to SharePoint development", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CPO_SharePoint_Repository", + "downloadURL": "https://api.github.com/repos/HHS/CPO_SharePoint_Repository/downloads", + "repositoryURL": "https://github.com/HHS/CPO_SharePoint_Repository.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-04-28", + "lastModified": "2020-04-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "reference", + "SharePoint", + "development" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_01-Repo", + "description": "Healthathon Project sponsored by HHS Office of the Chief Technology Officer and Howard University\u2019s 1867 Health Innovations Project and the Center for Sickle Cell Disease (SCD)", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_01-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_01-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_01-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Apex" + ], + "date": { + "created": "2020-08-24", + "lastModified": "2020-09-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "sponsored", + "HHS", + "Office", + "Chief", + "Technology", + "Officer", + "Howard", + "University\u2019s", + "1867", + "Health", + "Innovations", + "Center", + "Sickle", + "Cell", + "Disease", + "SCD" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_02-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_02-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_02-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_02-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-24", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_03-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_03-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_03-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_03-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-08-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_04-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_04-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_04-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_04-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_05-Repo", + "description": " Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_05-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_05-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_05-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_06-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_06-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_06-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_06-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_07-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_07-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_07-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_07-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_08-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_08-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_08-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_08-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_09-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_09-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_09-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_09-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_10-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_10-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_10-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_10-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_11-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_11-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_11-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_11-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_12-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_12-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_12-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_12-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_13-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_13-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_13-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_13-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_14-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_14-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_14-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_14-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_15-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_15-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_15-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_15-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_16-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_16-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_16-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_16-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_17-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_17-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_17-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_17-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_18-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_18-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_18-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_18-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_19-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_19-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_19-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_19-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_20-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_20-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_20-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_20-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_21-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_21-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_21-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_21-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_22-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_22-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_22-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_22-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_23-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_23-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_23-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_23-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_24-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_24-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_24-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_24-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_25-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_25-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_25-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_25-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_26-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_26-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_26-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_26-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_27-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_27-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_27-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_27-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_28-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_28-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_28-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_28-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_29-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_29-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_29-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_29-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_30-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_30-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_30-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_30-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_31-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_31-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_31-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_31-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_32-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_32-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_32-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_32-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_33-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_33-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_33-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_33-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_34-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_34-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_34-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_34-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_35-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_35-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_35-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_35-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_36-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_36-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_36-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_36-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_37-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_37-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_37-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_37-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_38-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_38-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_38-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_38-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_39-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_39-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_39-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_39-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_40-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_40-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_40-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_40-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_41-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_41-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_41-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_41-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_42-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_42-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_42-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_42-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_43-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_43-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_43-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_43-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_44-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_44-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_44-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_44-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2020-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CTO_Healthathon_Team_45-Repo", + "description": "Healthathon Project led by Alexander Wilson", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CTO_Healthathon_Team_45-Repo", + "downloadURL": "https://api.github.com/repos/HHS/CTO_Healthathon_Team_45-Repo/downloads", + "repositoryURL": "https://github.com/HHS/CTO_Healthathon_Team_45-Repo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-28", + "lastModified": "2021-01-01", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthathon", + "Project", + "led", + "Alexander", + "Wilson" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "CoECI-CMS-Healthcare-Fraud-Prevention", + "description": "The Healthcare Fraud Prevention Partnership (HFPP) through United States Centers for Medicare & Medicaid Services (CMS) in collaboration with NASA\u2019s Center of Excellence for Collaboration (CoECI), Harvard, and TopCoder developed software that supports a data exchange network that enables healthcare insurance-paying entities in both the public and private sector to safely and securely share information for purposes of prevention and detection of fraud, waste and abuse across partners.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache License 2.0" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/CoECI-CMS-Healthcare-Fraud-Prevention", + "downloadURL": "https://api.github.com/repos/HHS/CoECI-CMS-Healthcare-Fraud-Prevention/downloads", + "repositoryURL": "https://github.com/HHS/CoECI-CMS-Healthcare-Fraud-Prevention.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript" + ], + "date": { + "created": "2014-05-08", + "lastModified": "2020-10-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthcare", + "Fraud", + "Prevention", + "Partnership", + "HFPP", + "United", + "States", + "Centers", + "Medicare", + "Medicaid", + "Services", + "CMS", + "collaboration", + "NASA\u2019s", + "Center", + "Excellence", + "CoECI", + "Harvard", + "TopCoder", + "developed", + "software", + "supports", + "exchange", + "network", + "enables", + "insurance", + "paying", + "entities", + "public", + "private", + "sector", + "safely", + "securely", + "share", + "information", + "purposes", + "detection", + "waste", + "abuse", + "partners" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "DSCoLab", + "description": "An information sharing repository for the HHS Data Science CoLab", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/DSCoLab", + "downloadURL": "https://api.github.com/repos/HHS/DSCoLab/downloads", + "repositoryURL": "https://github.com/HHS/DSCoLab.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-04-23", + "lastModified": "2018-06-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "information", + "sharing", + "repository", + "HHS", + "Science", + "CoLab" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "DSCoLab-Spring-2018-Cohort", + "description": "Collaboration repository for the Spring 2018 cohort of the HHS Data Science CoLab", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/DSCoLab-Spring-2018-Cohort", + "downloadURL": "https://api.github.com/repos/HHS/DSCoLab-Spring-2018-Cohort/downloads", + "repositoryURL": "https://github.com/HHS/DSCoLab-Spring-2018-Cohort.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-05-23", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Collaboration", + "repository", + "Spring", + "2018", + "cohort", + "HHS", + "Science", + "CoLab" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "DSCoLab-Spring-2018-Cohort-Material", + "description": "Training material for the Spring 2018 Cohort of the Data Science CoLab", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/DSCoLab-Spring-2018-Cohort-Material", + "downloadURL": "https://api.github.com/repos/HHS/DSCoLab-Spring-2018-Cohort-Material/downloads", + "repositoryURL": "https://github.com/HHS/DSCoLab-Spring-2018-Cohort-Material.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML", + "R" + ], + "date": { + "created": "2018-05-23", + "lastModified": "2018-07-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Training", + "material", + "Spring", + "2018", + "Cohort", + "Science", + "CoLab" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "DSColab---Spring-2020-Cohort", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/DSColab---Spring-2020-Cohort", + "downloadURL": "https://api.github.com/repos/HHS/DSColab---Spring-2020-Cohort/downloads", + "repositoryURL": "https://github.com/HHS/DSColab---Spring-2020-Cohort.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML", + "R" + ], + "date": { + "created": "2020-01-13", + "lastModified": "2020-02-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "DSColab", + "Spring", + "2020", + "Cohort" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Deloitte-SQL-Queries", + "description": "SQL Code for Site Case Management Dashboards", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Deloitte-SQL-Queries", + "downloadURL": "https://api.github.com/repos/HHS/Deloitte-SQL-Queries/downloads", + "repositoryURL": "https://github.com/HHS/Deloitte-SQL-Queries.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-07-21", + "lastModified": "2021-11-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "SQL", + "Code", + "Site", + "Case", + "Management", + "Dashboards" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "EIS-PMO-HelpDesk", + "description": "EIS PMO Project lead by Mahadevan Padmanabhan", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/EIS-PMO-HelpDesk", + "downloadURL": "https://api.github.com/repos/HHS/EIS-PMO-HelpDesk/downloads", + "repositoryURL": "https://github.com/HHS/EIS-PMO-HelpDesk.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-05-05", + "lastModified": "2020-05-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "EIS", + "PMO", + "Project", + "lead", + "Mahadevan", + "Padmanabhan" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "EIS-PMO-InventoryTracking", + "description": "EIS PMO Project lead by Mahadevan Padmanabhan", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/EIS-PMO-InventoryTracking", + "downloadURL": "https://api.github.com/repos/HHS/EIS-PMO-InventoryTracking/downloads", + "repositoryURL": "https://github.com/HHS/EIS-PMO-InventoryTracking.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-05-05", + "lastModified": "2021-06-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "EIS", + "PMO", + "Project", + "lead", + "Mahadevan", + "Padmanabhan" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-EveryTryCounts", + "description": "FDA Repo on behalf of Eric Sun", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-EveryTryCounts", + "downloadURL": "https://api.github.com/repos/HHS/FDA-EveryTryCounts/downloads", + "repositoryURL": "https://github.com/HHS/FDA-EveryTryCounts.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "Roff", + "HTML", + "CSS", + "Vue", + "Shell", + "TypeScript" + ], + "date": { + "created": "2020-02-19", + "lastModified": "2020-09-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "FDA", + "Repo", + "behalf", + "Eric", + "Sun" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-FRESH-Empire-D8", + "description": "ASPA Leads: Eric Sun & Dan Pace", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-FRESH-Empire-D8", + "downloadURL": "https://api.github.com/repos/HHS/FDA-FRESH-Empire-D8/downloads", + "repositoryURL": "https://github.com/HHS/FDA-FRESH-Empire-D8.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-06-08", + "lastModified": "2020-06-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ASPA", + "Leads:", + "Eric", + "Sun", + "Dan", + "Pace" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-FRESH-Empire-D8-Frontend", + "description": "ASPA Leads: Eric Sun & Dan Pace", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-FRESH-Empire-D8-Frontend", + "downloadURL": "https://api.github.com/repos/HHS/FDA-FRESH-Empire-D8-Frontend/downloads", + "repositoryURL": "https://github.com/HHS/FDA-FRESH-Empire-D8-Frontend.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-06-08", + "lastModified": "2020-06-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ASPA", + "Leads:", + "Eric", + "Sun", + "Dan", + "Pace" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-Fresh-Empire", + "description": "A private repository for HHS/FDA/Rescue SCG co-development team to collaborate and share codes.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-Fresh-Empire", + "downloadURL": "https://api.github.com/repos/HHS/FDA-Fresh-Empire/downloads", + "repositoryURL": "https://github.com/HHS/FDA-Fresh-Empire.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP", + "CSS", + "JavaScript", + "HTML", + "ASP", + "Vue", + "Shell", + "Hack", + "Python", + "XSLT", + "Makefile", + "Ruby", + "PowerShell", + "Batchfile" + ], + "date": { + "created": "2014-09-09", + "lastModified": "2019-01-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "private", + "repository", + "HHS", + "FDA", + "Rescue", + "SCG", + "development", + "collaborate", + "share", + "codes" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-Fresh-Empire-Dev", + "description": "A private development repository for HHS/FDA/Rescue SCG co-development team to collaborate and share codes", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-Fresh-Empire-Dev", + "downloadURL": "https://api.github.com/repos/HHS/FDA-Fresh-Empire-Dev/downloads", + "repositoryURL": "https://github.com/HHS/FDA-Fresh-Empire-Dev.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP", + "CSS", + "JavaScript", + "HTML", + "Less", + "Vue", + "SCSS", + "Classic ASP", + "Shell", + "Hack", + "Python", + "XSLT", + "Handlebars", + "Makefile", + "Pug", + "Ruby", + "PowerShell", + "Batchfile" + ], + "date": { + "created": "2014-09-18", + "lastModified": "2020-09-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "private", + "development", + "repository", + "HHS", + "FDA", + "Rescue", + "SCG", + "collaborate", + "share", + "codes" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-Retailer-D8", + "description": "ASPA Leads: Eric Sun & Dan Pace", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-Retailer-D8", + "downloadURL": "https://api.github.com/repos/HHS/FDA-Retailer-D8/downloads", + "repositoryURL": "https://github.com/HHS/FDA-Retailer-D8.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-06-08", + "lastModified": "2020-06-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ASPA", + "Leads:", + "Eric", + "Sun", + "Dan", + "Pace" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-TheRealCost-2016", + "description": "Redesign for TheRealCost", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-TheRealCost-2016", + "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-2016/downloads", + "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-2016.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP", + "HTML", + "JavaScript", + "CSS", + "SourcePawn", + "C++", + "Shell", + "Ruby", + "ApacheConf", + "Python" + ], + "date": { + "created": "2015-11-25", + "lastModified": "2016-02-09", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Redesign", + "TheRealCost" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-TheRealCost-D8", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/gpl-2.0", + "name": "GNU General Public License v2.0" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-TheRealCost-D8", + "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-D8/downloads", + "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-D8.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "Twig", + "PHP", + "Less", + "Shell", + "Handlebars" + ], + "date": { + "created": "2018-03-09", + "lastModified": "2021-11-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "FDA", + "TheRealCost", + "D8" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-TheRealCost-Dev", + "description": "A repository for FDA TheRealCost.gov developer team", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/gpl-2.0", + "name": "GNU General Public License v2.0" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-TheRealCost-Dev", + "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-Dev/downloads", + "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-Dev.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "PHP", + "CSS", + "HTML", + "Shell", + "Ruby", + "Python", + "ApacheConf", + "XSLT", + "Makefile" + ], + "date": { + "created": "2015-04-13", + "lastModified": "2018-09-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "FDA", + "TheRealCost", + "developer" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-TheRealCost-Prod", + "description": "Private repository for TheRealCost.gov devlopmer team", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-TheRealCost-Prod", + "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-Prod/downloads", + "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-Prod.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP", + "JavaScript", + "CSS", + "HTML", + "SourcePawn", + "C++", + "ASP", + "Shell", + "ApacheConf", + "XSLT", + "Assembly", + "Batchfile" + ], + "date": { + "created": "2014-12-17", + "lastModified": "2018-09-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Private", + "repository", + "TheRealCost", + "devlopmer" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-TheRealCost-Redesign", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-TheRealCost-Redesign", + "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-Redesign/downloads", + "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-Redesign.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP", + "JavaScript", + "HTML", + "CSS", + "Shell", + "XSLT", + "Makefile", + "Hack" + ], + "date": { + "created": "2016-01-29", + "lastModified": "2019-12-06", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "FDA", + "TheRealCost", + "Redesign" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-TheRealCost-Team", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-TheRealCost-Team", + "downloadURL": "https://api.github.com/repos/HHS/FDA-TheRealCost-Team/downloads", + "repositoryURL": "https://github.com/HHS/FDA-TheRealCost-Team.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2016-01-28", + "lastModified": "2016-01-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "FDA", + "TheRealCost" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-ThisFreeLife", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/gpl-2.0", + "name": "GNU General Public License v2.0" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-ThisFreeLife", + "downloadURL": "https://api.github.com/repos/HHS/FDA-ThisFreeLife/downloads", + "repositoryURL": "https://github.com/HHS/FDA-ThisFreeLife.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP", + "JavaScript", + "CSS", + "HTML", + "Shell" + ], + "date": { + "created": "2015-12-16", + "lastModified": "2020-06-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "FDA", + "ThisFreeLife" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FDA-ThisFreeLife-AngularJS", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FDA-ThisFreeLife-AngularJS", + "downloadURL": "https://api.github.com/repos/HHS/FDA-ThisFreeLife-AngularJS/downloads", + "repositoryURL": "https://github.com/HHS/FDA-ThisFreeLife-AngularJS.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "CSS", + "PHP", + "Hack", + "HTML", + "Shell" + ], + "date": { + "created": "2016-01-06", + "lastModified": "2020-03-18", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "FDA", + "ThisFreeLife", + "AngularJS" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "FNMS", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/FNMS", + "downloadURL": "https://api.github.com/repos/HHS/FNMS/downloads", + "repositoryURL": "https://github.com/HHS/FNMS.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "ASP", + "C#", + "JavaScript", + "HTML", + "CSS", + "Smalltalk" + ], + "date": { + "created": "2019-03-28", + "lastModified": "2019-03-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "FNMS" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Fearless-Dreamer", + "description": "Builds PowerPower slides with Covid-19 Data Analytics", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Fearless-Dreamer", + "downloadURL": "https://api.github.com/repos/HHS/Fearless-Dreamer/downloads", + "repositoryURL": "https://github.com/HHS/Fearless-Dreamer.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "CSS", + "TypeScript", + "Shell", + "HCL", + "Makefile", + "Handlebars", + "Python", + "Starlark" + ], + "date": { + "created": "2020-07-29", + "lastModified": "2021-06-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Builds", + "PowerPower", + "slides", + "Covid", + "19", + "Analytics" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "HHS-BizFlow", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/HHS-BizFlow", + "downloadURL": "https://api.github.com/repos/HHS/HHS-BizFlow/downloads", + "repositoryURL": "https://github.com/HHS/HHS-BizFlow.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java", + "PLSQL", + "SQLPL", + "JavaScript", + "TSQL", + "Shell", + "CSS", + "Batchfile", + "HTML" + ], + "date": { + "created": "2018-01-16", + "lastModified": "2020-09-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "HHS", + "BizFlow" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "HHS-Project-H-Drupal", + "description": "A private repository for project H", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/HHS-Project-H-Drupal", + "downloadURL": "https://api.github.com/repos/HHS/HHS-Project-H-Drupal/downloads", + "repositoryURL": "https://github.com/HHS/HHS-Project-H-Drupal.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP", + "JavaScript", + "HTML", + "CSS", + "SourcePawn", + "C++", + "ASP", + "Shell", + "Python", + "ApacheConf", + "Ruby", + "Assembly", + "Batchfile" + ], + "date": { + "created": "2015-05-08", + "lastModified": "2015-07-17", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "private", + "repository", + "project", + "H" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "HHS-Protect", + "description": "HHS Protect Project lead by Perryn Ashmore", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/HHS-Protect", + "downloadURL": "https://api.github.com/repos/HHS/HHS-Protect/downloads", + "repositoryURL": "https://github.com/HHS/HHS-Protect.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-09-11", + "lastModified": "2020-09-11", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "HHS", + "Protect", + "Project", + "lead", + "Perryn", + "Ashmore" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "HHS-Responsive-Design", + "description": "A public repository for sharing codes", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/HHS-Responsive-Design", + "downloadURL": "https://api.github.com/repos/HHS/HHS-Responsive-Design/downloads", + "repositoryURL": "https://github.com/HHS/HHS-Responsive-Design.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2014-09-17", + "lastModified": "2017-10-01", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "public", + "repository", + "sharing", + "codes" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "HHS-Subsite-OHRP", + "description": "A repository for OHRP to migrate Independent Information Architecture theme and structure ", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/HHS-Subsite-OHRP", + "downloadURL": "https://api.github.com/repos/HHS/HHS-Subsite-OHRP/downloads", + "repositoryURL": "https://github.com/HHS/HHS-Subsite-OHRP.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2015-11-03", + "lastModified": "2015-11-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "OHRP", + "migrate", + "Independent", + "Information", + "Architecture", + "theme", + "structure" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "HHSonGitHub", + "description": "A repository for guidance on use of the HHS organization account on GitHub.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/HHSonGitHub", + "downloadURL": "https://api.github.com/repos/HHS/HHSonGitHub/downloads", + "repositoryURL": "https://github.com/HHS/HHSonGitHub.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2015-11-04", + "lastModified": "2020-04-27", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "guidance", + "use", + "HHS", + "organization", + "account", + "GitHub" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Head-Start-TTADP", + "description": "OHS TTA Project via ACF; Lead POC: Patrice Pascual and Krys Wisnaskas", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Head-Start-TTADP", + "downloadURL": "https://api.github.com/repos/HHS/Head-Start-TTADP/downloads", + "repositoryURL": "https://github.com/HHS/Head-Start-TTADP.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "CSS", + "HCL", + "Shell", + "Ruby", + "HTML", + "Pug", + "Gherkin", + "Dockerfile" + ], + "date": { + "created": "2020-07-07", + "lastModified": "2022-02-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "OHS", + "TTA", + "Project", + "ACF", + "Lead", + "POC:", + "Patrice", + "Pascual", + "Krys", + "Wisnaskas" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Head-Start-clamav-api-cg-app", + "description": "Cloud.gov and ClamAV-enabled file scanning API in use by Office of Head Start", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Head-Start-clamav-api-cg-app", + "downloadURL": "https://api.github.com/repos/HHS/Head-Start-clamav-api-cg-app/downloads", + "repositoryURL": "https://github.com/HHS/Head-Start-clamav-api-cg-app.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-12-22", + "lastModified": "2021-11-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Cloud", + "ClamAV", + "enabled", + "file", + "scanning", + "API", + "use", + "Office", + "Head", + "Start" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Hermes-Bed-Matching", + "description": "Program to optimize UC placements", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Hermes-Bed-Matching", + "downloadURL": "https://api.github.com/repos/HHS/Hermes-Bed-Matching/downloads", + "repositoryURL": "https://github.com/HHS/Hermes-Bed-Matching.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "Jupyter Notebook" + ], + "date": { + "created": "2021-07-21", + "lastModified": "2021-12-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Program", + "optimize", + "UC", + "placements" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Hospital-Est-Code_1", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Hospital-Est-Code_1", + "downloadURL": "https://api.github.com/repos/HHS/Hospital-Est-Code_1/downloads", + "repositoryURL": "https://github.com/HHS/Hospital-Est-Code_1.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python" + ], + "date": { + "created": "2020-09-22", + "lastModified": "2020-09-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Hospital", + "Est", + "Code", + "1" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "IHS-BizFlow", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/IHS-BizFlow", + "downloadURL": "https://api.github.com/repos/HHS/IHS-BizFlow/downloads", + "repositoryURL": "https://github.com/HHS/IHS-BizFlow.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PLSQL", + "Java", + "SQLPL" + ], + "date": { + "created": "2017-11-13", + "lastModified": "2018-09-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "IHS", + "BizFlow" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ITAR", + "description": "ServiceNow application for managing IT Acquisition Reviews", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ITAR", + "downloadURL": "https://api.github.com/repos/HHS/ITAR/downloads", + "repositoryURL": "https://github.com/HHS/ITAR.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-06-01", + "lastModified": "2018-06-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ServiceNow", + "application", + "managing", + "Acquisition", + "Reviews" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Informatica", + "description": "Data exchanges employing Informatica PowerCenter", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Informatica", + "downloadURL": "https://api.github.com/repos/HHS/Informatica/downloads", + "repositoryURL": "https://github.com/HHS/Informatica.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Shell", + "PLSQL" + ], + "date": { + "created": "2019-07-02", + "lastModified": "2021-07-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "exchanges", + "employing", + "Informatica", + "PowerCenter" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "MAPS-app", + "description": "ACF project under Sheila Celentano", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/MAPS-app", + "downloadURL": "https://api.github.com/repos/HHS/MAPS-app/downloads", + "repositoryURL": "https://github.com/HHS/MAPS-app.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java", + "HTML", + "CSS", + "JavaScript" + ], + "date": { + "created": "2021-03-31", + "lastModified": "2021-06-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ACF", + "project", + "Sheila", + "Celentano" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "MMS", + "description": "Mentoring Matching System", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/MMS", + "downloadURL": "https://api.github.com/repos/HHS/MMS/downloads", + "repositoryURL": "https://github.com/HHS/MMS.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-22", + "lastModified": "2017-08-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Mentoring", + "Matching" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "OASH_hig-devops-", + "description": "OASH internal project managed by Suresh", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/OASH_hig-devops-", + "downloadURL": "https://api.github.com/repos/HHS/OASH_hig-devops-/downloads", + "repositoryURL": "https://github.com/HHS/OASH_hig-devops-.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2022-02-14", + "lastModified": "2022-02-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "OASH", + "internal", + "project", + "managed", + "Suresh" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "OAuth_Token_Tst", + "description": "To test Personal Token use throughout HHS", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/OAuth_Token_Tst", + "downloadURL": "https://api.github.com/repos/HHS/OAuth_Token_Tst/downloads", + "repositoryURL": "https://github.com/HHS/OAuth_Token_Tst.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-03-19", + "lastModified": "2020-03-19", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "test", + "Personal", + "Token", + "use", + "HHS" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "OCC_Childcare.gov", + "description": "ACF's Childcare.gov website", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/gpl-2.0", + "name": "GNU General Public License v2.0" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/OCC_Childcare.gov", + "downloadURL": "https://api.github.com/repos/HHS/OCC_Childcare.gov/downloads", + "repositoryURL": "https://github.com/HHS/OCC_Childcare.gov.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP", + "JavaScript", + "CSS", + "Twig", + "HTML", + "SCSS", + "Shell", + "Ruby", + "EJS", + "Smarty", + "Sass", + "Gherkin", + "CoffeeScript", + "Less", + "Slim", + "Makefile", + "Mustache" + ], + "date": { + "created": "2021-09-15", + "lastModified": "2021-10-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ACF's", + "Childcare", + "website" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "OCIO-OPS", + "description": "Latest Procedures images ", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/OCIO-OPS", + "downloadURL": "https://api.github.com/repos/HHS/OCIO-OPS/downloads", + "repositoryURL": "https://github.com/HHS/OCIO-OPS.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-12-09", + "lastModified": "2021-12-09", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Latest", + "Procedures", + "images" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "OCPO-SPO-LP", + "description": "SPO deployment of MS Learning Pathways", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/mit", + "name": "MIT License" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/OCPO-SPO-LP", + "downloadURL": "https://api.github.com/repos/HHS/OCPO-SPO-LP/downloads", + "repositoryURL": "https://github.com/HHS/OCPO-SPO-LP.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PowerShell" + ], + "date": { + "created": "2020-05-11", + "lastModified": "2020-06-11", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "SPO", + "deployment", + "MS", + "Learning", + "Pathways" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "OCPO-SPO-ONC", + "description": "HHS SharePointOnline ONC", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/OCPO-SPO-ONC", + "downloadURL": "https://api.github.com/repos/HHS/OCPO-SPO-ONC/downloads", + "repositoryURL": "https://github.com/HHS/OCPO-SPO-ONC.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "TypeScript", + "CSS", + "JavaScript" + ], + "date": { + "created": "2020-05-04", + "lastModified": "2021-07-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "HHS", + "SharePointOnline", + "ONC" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "OHS-grantee-smartsheet-sync", + "description": "Script to populate options in various smartsheet columns", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/OHS-grantee-smartsheet-sync", + "downloadURL": "https://api.github.com/repos/HHS/OHS-grantee-smartsheet-sync/downloads", + "repositoryURL": "https://github.com/HHS/OHS-grantee-smartsheet-sync.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Ruby", + "Dockerfile" + ], + "date": { + "created": "2021-04-09", + "lastModified": "2021-05-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Script", + "populate", + "options", + "various", + "smartsheet", + "columns" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "OIG-Office-of-Inspector-General", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/OIG-Office-of-Inspector-General", + "downloadURL": "https://api.github.com/repos/HHS/OIG-Office-of-Inspector-General/downloads", + "repositoryURL": "https://github.com/HHS/OIG-Office-of-Inspector-General.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "Java", + "Batchfile" + ], + "date": { + "created": "2019-03-07", + "lastModified": "2019-03-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "OIG", + "Office", + "Inspector", + "General" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "OPRE-MAPS-2.0", + "description": "ACF Project Lead: Carly Junger", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/OPRE-MAPS-2.0", + "downloadURL": "https://api.github.com/repos/HHS/OPRE-MAPS-2.0/downloads", + "repositoryURL": "https://github.com/HHS/OPRE-MAPS-2.0.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-06-28", + "lastModified": "2021-06-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ACF", + "Project", + "Lead:", + "Carly", + "Junger" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "OPRE-OPS", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/OPRE-OPS", + "downloadURL": "https://api.github.com/repos/HHS/OPRE-OPS/downloads", + "repositoryURL": "https://github.com/HHS/OPRE-OPS.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "Dockerfile", + "Shell" + ], + "date": { + "created": "2021-05-18", + "lastModified": "2022-01-27", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "OPRE", + "OPS" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORRUAC-2178-SIR-NOTIFICATION", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORRUAC-2178-SIR-NOTIFICATION", + "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-2178-SIR-NOTIFICATION/downloads", + "repositoryURL": "https://github.com/HHS/ORRUAC-2178-SIR-NOTIFICATION.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-12-21", + "lastModified": "2020-12-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ORRUAC", + "2178", + "SIR", + "NOTIFICATION" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORRUAC-2193-INDIVIDUAL-INVOLVED-ININCIDENT", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORRUAC-2193-INDIVIDUAL-INVOLVED-ININCIDENT", + "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-2193-INDIVIDUAL-INVOLVED-ININCIDENT/downloads", + "repositoryURL": "https://github.com/HHS/ORRUAC-2193-INDIVIDUAL-INVOLVED-ININCIDENT.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-12-21", + "lastModified": "2020-12-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ORRUAC", + "2193", + "INDIVIDUAL", + "INVOLVED", + "ININCIDENT" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORRUAC-2221-SIR", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORRUAC-2221-SIR", + "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-2221-SIR/downloads", + "repositoryURL": "https://github.com/HHS/ORRUAC-2221-SIR.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-12-21", + "lastModified": "2020-12-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ORRUAC", + "2221", + "SIR" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORRUAC-2379-CASE-TRANSFER-REQUEST", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORRUAC-2379-CASE-TRANSFER-REQUEST", + "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-2379-CASE-TRANSFER-REQUEST/downloads", + "repositoryURL": "https://github.com/HHS/ORRUAC-2379-CASE-TRANSFER-REQUEST.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-12-21", + "lastModified": "2020-12-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ORRUAC", + "2379", + "CASE", + "TRANSFER", + "REQUEST" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORRUAC-3680-ORR-NOTICATION", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORRUAC-3680-ORR-NOTICATION", + "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-3680-ORR-NOTICATION/downloads", + "repositoryURL": "https://github.com/HHS/ORRUAC-3680-ORR-NOTICATION.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-12-21", + "lastModified": "2020-12-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ORRUAC", + "3680", + "ORR", + "NOTICATION" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORRUAC-4220-CASE-TRAVEL-REQUEST", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORRUAC-4220-CASE-TRAVEL-REQUEST", + "downloadURL": "https://api.github.com/repos/HHS/ORRUAC-4220-CASE-TRAVEL-REQUEST/downloads", + "repositoryURL": "https://github.com/HHS/ORRUAC-4220-CASE-TRAVEL-REQUEST.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-12-21", + "lastModified": "2020-12-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ORRUAC", + "4220", + "CASE", + "TRAVEL", + "REQUEST" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORR_Automation", + "description": "This will contains selenium automation test for ORR (ACF) project.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORR_Automation", + "downloadURL": "https://api.github.com/repos/HHS/ORR_Automation/downloads", + "repositoryURL": "https://github.com/HHS/ORR_Automation.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java", + "Gherkin" + ], + "date": { + "created": "2020-05-19", + "lastModified": "2021-10-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "contains", + "selenium", + "automation", + "test", + "ORR", + "ACF", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORR_Build", + "description": "A repository to maintain Salesforce metadata for the ACF(ORR) Project.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORR_Build", + "downloadURL": "https://api.github.com/repos/HHS/ORR_Build/downloads", + "repositoryURL": "https://github.com/HHS/ORR_Build.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Apex", + "JavaScript", + "HTML", + "CSS" + ], + "date": { + "created": "2020-05-06", + "lastModified": "2021-11-23", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "maintain", + "Salesforce", + "metadata", + "ACF", + "ORR", + "Project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORR_BuildModular", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORR_BuildModular", + "downloadURL": "https://api.github.com/repos/HHS/ORR_BuildModular/downloads", + "repositoryURL": "https://github.com/HHS/ORR_BuildModular.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Apex" + ], + "date": { + "created": "2021-11-23", + "lastModified": "2022-02-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ORR", + "BuildModular" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORR_ContentVersion", + "description": "This repository is created to manitain the contentversion related files for Pre-Production deployment.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORR_ContentVersion", + "downloadURL": "https://api.github.com/repos/HHS/ORR_ContentVersion/downloads", + "repositoryURL": "https://github.com/HHS/ORR_ContentVersion.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-29", + "lastModified": "2021-07-19", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "created", + "manitain", + "contentversion", + "related", + "files", + "Pre", + "Production", + "deployment" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORR_Integration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORR_Integration", + "downloadURL": "https://api.github.com/repos/HHS/ORR_Integration/downloads", + "repositoryURL": "https://github.com/HHS/ORR_Integration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-10-02", + "lastModified": "2020-10-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ORR", + "Integration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORR_Migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORR_Migration", + "downloadURL": "https://api.github.com/repos/HHS/ORR_Migration/downloads", + "repositoryURL": "https://github.com/HHS/ORR_Migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-10-02", + "lastModified": "2021-05-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ORR", + "Migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ORR_PerfRepo", + "description": "this repo will be used to store performance scripts", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ORR_PerfRepo", + "downloadURL": "https://api.github.com/repos/HHS/ORR_PerfRepo/downloads", + "repositoryURL": "https://github.com/HHS/ORR_PerfRepo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "C", + "HTML", + "CSS" + ], + "date": { + "created": "2021-04-29", + "lastModified": "2021-04-29", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repo", + "used", + "store", + "performance", + "scripts" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "PerfRepo", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/PerfRepo", + "downloadURL": "https://api.github.com/repos/HHS/PerfRepo/downloads", + "repositoryURL": "https://github.com/HHS/PerfRepo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "C", + "HTML" + ], + "date": { + "created": "2021-04-29", + "lastModified": "2021-04-29", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "PerfRepo" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ProjectH-Subsite-OHRP", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ProjectH-Subsite-OHRP", + "downloadURL": "https://api.github.com/repos/HHS/ProjectH-Subsite-OHRP/downloads", + "repositoryURL": "https://github.com/HHS/ProjectH-Subsite-OHRP.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2015-11-03", + "lastModified": "2015-11-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ProjectH", + "Subsite", + "OHRP" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "SAMHSA-Sandbox", + "description": "Project Lead: Dara Pressley", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/SAMHSA-Sandbox", + "downloadURL": "https://api.github.com/repos/HHS/SAMHSA-Sandbox/downloads", + "repositoryURL": "https://github.com/HHS/SAMHSA-Sandbox.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-05-14", + "lastModified": "2020-05-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Dara", + "Pressley" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "SAMs-Modern", + "description": "Project Lead: Meredith Stewart", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/SAMs-Modern", + "downloadURL": "https://api.github.com/repos/HHS/SAMs-Modern/downloads", + "repositoryURL": "https://github.com/HHS/SAMs-Modern.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-02-23", + "lastModified": "2021-02-23", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Meredith", + "Stewart" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Source-Code-Inventory", + "description": "An application and Wiki for managing an inventory of source code, compliant with the Federal Source Code Policy.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/gpl-3.0", + "name": "GNU General Public License v3.0" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Source-Code-Inventory", + "downloadURL": "https://api.github.com/repos/HHS/Source-Code-Inventory/downloads", + "repositoryURL": "https://github.com/HHS/Source-Code-Inventory.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "C#" + ], + "date": { + "created": "2018-01-30", + "lastModified": "2022-03-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "application", + "Wiki", + "managing", + "inventory", + "source", + "code", + "compliant", + "Federal", + "Policy" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Structured-Content-Announcement", + "description": "Health and Human Services (HHS) Drupal Content Type Library: Announcement", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Structured-Content-Announcement", + "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-Announcement/downloads", + "repositoryURL": "https://github.com/HHS/Structured-Content-Announcement.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP" + ], + "date": { + "created": "2017-02-08", + "lastModified": "2018-03-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Health", + "Human", + "Services", + "HHS", + "Drupal", + "Content", + "Type", + "Library:", + "Announcement" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Structured-Content-Article", + "description": "Health and Human Services (HHS) Drupal Content Type Library: Article", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Structured-Content-Article", + "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-Article/downloads", + "repositoryURL": "https://github.com/HHS/Structured-Content-Article.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP" + ], + "date": { + "created": "2017-02-08", + "lastModified": "2019-06-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Health", + "Human", + "Services", + "HHS", + "Drupal", + "Content", + "Type", + "Library:", + "Article" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Structured-Content-Blog", + "description": "Health and Human Services (HHS) Drupal Content Type Library: Internal Blog Post", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Structured-Content-Blog", + "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-Blog/downloads", + "repositoryURL": "https://github.com/HHS/Structured-Content-Blog.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP" + ], + "date": { + "created": "2017-02-08", + "lastModified": "2018-03-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Health", + "Human", + "Services", + "HHS", + "Drupal", + "Content", + "Type", + "Library:", + "Internal", + "Blog", + "Post" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Structured-Content-FAQ", + "description": "Health and Human Services (HHS) Drupal Content Type Library: FAQ", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Structured-Content-FAQ", + "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-FAQ/downloads", + "repositoryURL": "https://github.com/HHS/Structured-Content-FAQ.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP" + ], + "date": { + "created": "2017-02-08", + "lastModified": "2018-03-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Health", + "Human", + "Services", + "HHS", + "Drupal", + "Content", + "Type", + "Library:", + "FAQ" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Structured-Content-Leadership-Bio", + "description": "Health and Human Services (HHS) Drupal Content Type Library: Leadership Bio", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Structured-Content-Leadership-Bio", + "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-Leadership-Bio/downloads", + "repositoryURL": "https://github.com/HHS/Structured-Content-Leadership-Bio.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP" + ], + "date": { + "created": "2017-02-08", + "lastModified": "2018-03-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Health", + "Human", + "Services", + "HHS", + "Drupal", + "Content", + "Type", + "Library:", + "Leadership", + "Bio" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Structured-Content-News-Release", + "description": "Health and Human Services (HHS) Drupal Content Type Library: News Release", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Structured-Content-News-Release", + "downloadURL": "https://api.github.com/repos/HHS/Structured-Content-News-Release/downloads", + "repositoryURL": "https://github.com/HHS/Structured-Content-News-Release.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "PHP" + ], + "date": { + "created": "2017-02-08", + "lastModified": "2017-06-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Health", + "Human", + "Services", + "HHS", + "Drupal", + "Content", + "Type", + "Library:", + "News", + "Release" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "TANF-app", + "description": "Repo for development of a new TANF Data Reporting System", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/TANF-app", + "downloadURL": "https://api.github.com/repos/HHS/TANF-app/downloads", + "repositoryURL": "https://github.com/HHS/TANF-app.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "CSS", + "Python", + "SCSS", + "Shell", + "HTML", + "HCL", + "Dockerfile" + ], + "date": { + "created": "2020-02-19", + "lastModified": "2022-01-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Repo", + "development", + "new", + "TANF", + "Reporting" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "TANF-app-archive", + "description": "New public repo for Lauren Frohlich", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache License 2.0" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/TANF-app-archive", + "downloadURL": "https://api.github.com/repos/HHS/TANF-app-archive/downloads", + "repositoryURL": "https://github.com/HHS/TANF-app-archive.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "HTML", + "Shell", + "Dockerfile" + ], + "date": { + "created": "2020-11-04", + "lastModified": "2021-01-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "New", + "public", + "repo", + "Lauren", + "Frohlich" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "TANF_DIGIT", + "description": "Repository for the TANF Data/DIGIT team (Data Integrity Group in TANF)", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/TANF_DIGIT", + "downloadURL": "https://api.github.com/repos/HHS/TANF_DIGIT/downloads", + "repositoryURL": "https://github.com/HHS/TANF_DIGIT.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Jupyter Notebook" + ], + "date": { + "created": "2021-05-13", + "lastModified": "2022-02-11", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Repository", + "TANF", + "DIGIT", + "Integrity", + "Group" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Tableau-Dashboards", + "description": "Tableau Dashboards", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Tableau-Dashboards", + "downloadURL": "https://api.github.com/repos/HHS/Tableau-Dashboards/downloads", + "repositoryURL": "https://github.com/HHS/Tableau-Dashboards.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-10", + "lastModified": "2021-08-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Tableau", + "Dashboards" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "Test_2", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Test_2", + "downloadURL": "https://api.github.com/repos/HHS/Test_2/downloads", + "repositoryURL": "https://github.com/HHS/Test_2.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2019-05-01", + "lastModified": "2020-08-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Test", + "2" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "USSurgeonGeneral", + "description": "OASH Repo led by William Kim & Parker Woodworth", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/USSurgeonGeneral", + "downloadURL": "https://api.github.com/repos/HHS/USSurgeonGeneral/downloads", + "repositoryURL": "https://github.com/HHS/USSurgeonGeneral.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "SCSS", + "TypeScript" + ], + "date": { + "created": "2022-01-26", + "lastModified": "2022-02-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "OASH", + "Repo", + "led", + "William", + "Kim", + "Parker", + "Woodworth" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "WHRSC-BizFlow", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/WHRSC-BizFlow", + "downloadURL": "https://api.github.com/repos/HHS/WHRSC-BizFlow/downloads", + "repositoryURL": "https://github.com/HHS/WHRSC-BizFlow.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java", + "PLSQL", + "TSQL", + "JavaScript", + "Shell", + "Batchfile", + "SQLPL" + ], + "date": { + "created": "2017-11-13", + "lastModified": "2019-07-19", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "WHRSC", + "BizFlow" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "X_ITBM", + "description": "Configuration of the IT Business Management application suite in ServiceNow.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/X_ITBM", + "downloadURL": "https://api.github.com/repos/HHS/X_ITBM/downloads", + "repositoryURL": "https://github.com/HHS/X_ITBM.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-08-14", + "lastModified": "2021-07-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Configuration", + "Business", + "Management", + "application", + "suite", + "ServiceNow" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "X_ITBM_HR", + "description": "Configuration of the ServiceNow IT Business Management applications for Human Resources projects.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/X_ITBM_HR", + "downloadURL": "https://api.github.com/repos/HHS/X_ITBM_HR/downloads", + "repositoryURL": "https://github.com/HHS/X_ITBM_HR.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-07-27", + "lastModified": "2018-09-13", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Configuration", + "ServiceNow", + "Business", + "Management", + "applications", + "Human", + "Resources", + "projects" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-hhs-portal-to-ucpath-healthassociated-sapi", + "description": "Portal to Path Integration for Health Associated objects", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-hhs-portal-to-ucpath-healthassociated-sapi", + "downloadURL": "https://api.github.com/repos/HHS/acf-hhs-portal-to-ucpath-healthassociated-sapi/downloads", + "repositoryURL": "https://github.com/HHS/acf-hhs-portal-to-ucpath-healthassociated-sapi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-07-20", + "lastModified": "2021-07-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Portal", + "Path", + "Integration", + "Health", + "Associated", + "objects" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-account-bootstrap", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-account-bootstrap", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-account-bootstrap/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-account-bootstrap.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL", + "Shell", + "Python" + ], + "date": { + "created": "2022-02-04", + "lastModified": "2022-03-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "account", + "bootstrap" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-account-networking", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-account-networking", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-account-networking/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-account-networking.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL", + "Shell", + "Python", + "Smarty" + ], + "date": { + "created": "2022-02-07", + "lastModified": "2022-02-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "account", + "networking" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-account-post-processing", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-account-post-processing", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-account-post-processing/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-account-post-processing.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Shell", + "HCL" + ], + "date": { + "created": "2022-02-15", + "lastModified": "2022-02-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "account", + "post", + "processing" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-aws-root-account-bootstrap", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-aws-root-account-bootstrap", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-aws-root-account-bootstrap/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-aws-root-account-bootstrap.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "Gherkin", + "Shell" + ], + "date": { + "created": "2021-03-29", + "lastModified": "2021-04-06", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "aws", + "root", + "account", + "bootstrap" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-ct-account-management", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-ct-account-management", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-ct-account-management/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-ct-account-management.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-03-29", + "lastModified": "2021-06-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "ct", + "account", + "management" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-member-account-bootstrap", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-member-account-bootstrap", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-member-account-bootstrap/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-member-account-bootstrap.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-03-29", + "lastModified": "2021-12-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "member", + "account", + "bootstrap" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-modules", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-modules", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-modules/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-modules.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL" + ], + "date": { + "created": "2021-11-22", + "lastModified": "2021-12-09", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "modules" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-network-dns", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-network-dns", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-network-dns/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-network-dns.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL", + "Python", + "Shell", + "PowerShell" + ], + "date": { + "created": "2021-10-20", + "lastModified": "2022-01-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "network", + "dns" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-network-modules", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-network-modules", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-network-modules/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-network-modules.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL" + ], + "date": { + "created": "2021-05-11", + "lastModified": "2021-12-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "network", + "modules" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-network-routing", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-network-routing", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-network-routing/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-network-routing.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL" + ], + "date": { + "created": "2021-05-11", + "lastModified": "2022-01-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "network", + "routing" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-network-spoke", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-network-spoke", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-network-spoke/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-network-spoke.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL", + "Python" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-12-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "network", + "spoke" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-network-tgw", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-network-tgw", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-network-tgw/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-network-tgw.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL" + ], + "date": { + "created": "2021-05-11", + "lastModified": "2021-12-11", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "network", + "tgw" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-administration-access", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-administration-access", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-administration-access/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-administration-access.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL", + "Smarty", + "Shell" + ], + "date": { + "created": "2022-01-25", + "lastModified": "2022-01-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "administration", + "access" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-ansible-security-operations", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-ansible-security-operations", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-ansible-security-operations/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-ansible-security-operations.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Jinja", + "Shell" + ], + "date": { + "created": "2022-03-17", + "lastModified": "2022-03-17", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "ansible", + "security", + "operations" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-ansible-system-operations", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-ansible-system-operations", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-ansible-system-operations/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-ansible-system-operations.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Jinja" + ], + "date": { + "created": "2022-03-17", + "lastModified": "2022-03-17", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "ansible", + "operations" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-compliance", + "description": "a project to produce DISA STIG compliance ami's for the operating systems supported by the NGSC", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-compliance", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-compliance/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-compliance.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "HCL", + "Shell", + "PowerShell" + ], + "date": { + "created": "2021-10-07", + "lastModified": "2021-11-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "project", + "produce", + "DISA", + "STIG", + "compliance", + "ami's", + "operating", + "systems", + "supported", + "NGSC" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-ecs-cluster", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-ecs-cluster", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-ecs-cluster/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-ecs-cluster.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL", + "Shell" + ], + "date": { + "created": "2021-11-23", + "lastModified": "2021-12-11", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "ecs", + "cluster" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-ecs-service", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-ecs-service", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-ecs-service/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-ecs-service.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL" + ], + "date": { + "created": "2021-12-02", + "lastModified": "2021-12-11", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "ecs", + "service" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-jenkins", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-jenkins", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-jenkins/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-jenkins.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL" + ], + "date": { + "created": "2022-03-15", + "lastModified": "2022-03-17", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "jenkins" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-modules", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-modules", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-modules/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-modules.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL" + ], + "date": { + "created": "2021-06-14", + "lastModified": "2021-12-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "modules" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-perimeter-defense", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-perimeter-defense", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-perimeter-defense/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-perimeter-defense.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL", + "Smarty" + ], + "date": { + "created": "2021-08-10", + "lastModified": "2021-12-11", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "perimeter", + "defense" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-splunk", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-splunk", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-splunk/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-splunk.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL" + ], + "date": { + "created": "2021-11-22", + "lastModified": "2021-12-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "splunk" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-splunk-logging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-splunk-logging", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-splunk-logging/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-splunk-logging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "HCL" + ], + "date": { + "created": "2021-12-09", + "lastModified": "2022-01-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "splunk", + "logging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-ngsc-system-tfe", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-ngsc-system-tfe", + "downloadURL": "https://api.github.com/repos/HHS/acf-ngsc-system-tfe/downloads", + "repositoryURL": "https://github.com/HHS/acf-ngsc-system-tfe.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Jinja" + ], + "date": { + "created": "2022-01-25", + "lastModified": "2022-02-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "ngsc", + "tfe" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-account-channel-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-account-channel-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-account-channel-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-account-channel-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-13", + "lastModified": "2021-09-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "account", + "channel", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-address-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-address-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-address-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-address-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-09-24", + "lastModified": "2021-10-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "address", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-admissionassessment-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-admissionassessment-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-admissionassessment-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-admissionassessment-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "RAML" + ], + "date": { + "created": "2021-08-25", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "admissionassessment", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-allergy-api", + "description": "UCPath Project Data Sync - Portal to Path Allergy Api", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-allergy-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-allergy-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-allergy-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "RAML", + "DataWeave" + ], + "date": { + "created": "2021-08-24", + "lastModified": "2021-11-01", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPath", + "Project", + "Sync", + "Portal", + "Path", + "Allergy", + "Api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-attachment-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-attachment-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-attachment-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-attachment-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML", + "DataWeave" + ], + "date": { + "created": "2021-09-24", + "lastModified": "2021-09-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "attachment", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-audit-framework-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-audit-framework-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-audit-framework-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-audit-framework-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2022-01-26", + "lastModified": "2022-01-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "audit", + "framework", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-bed-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-bed-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-bed-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-bed-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-10-06", + "lastModified": "2021-10-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "bed", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-case-admission-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-case-admission-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-admission-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-case-admission-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "RAML" + ], + "date": { + "created": "2021-08-25", + "lastModified": "2022-02-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "case", + "admission", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-case-channel-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-case-channel-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-channel-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-case-channel-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-31", + "lastModified": "2021-08-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "case", + "channel", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-case-dischargenotification-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-case-dischargenotification-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-dischargenotification-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-case-dischargenotification-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2022-02-11", + "lastModified": "2022-02-11", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "case", + "dischargenotification", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-case-noc-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-case-noc-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-noc-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-case-noc-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-09-24", + "lastModified": "2021-11-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "case", + "noc", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-case-releaserequest-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-case-releaserequest-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-releaserequest-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-case-releaserequest-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "RAML" + ], + "date": { + "created": "2021-09-28", + "lastModified": "2022-02-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "case", + "releaserequest", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-case-sponsorapp-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-case-sponsorapp-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-sponsorapp-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-case-sponsorapp-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "RAML" + ], + "date": { + "created": "2021-08-25", + "lastModified": "2021-08-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "case", + "sponsorapp", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-case-transferrequest-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-case-transferrequest-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-transferrequest-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-case-transferrequest-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-09-13", + "lastModified": "2021-11-01", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "case", + "transferrequest", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-case-travel-request-api-", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-case-travel-request-api-", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-travel-request-api-/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-case-travel-request-api-.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-10-28", + "lastModified": "2021-10-29", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "case", + "travel", + "request", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-case-travelrequest-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-case-travelrequest-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-travelrequest-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-case-travelrequest-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-09-13", + "lastModified": "2021-11-01", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "case", + "travelrequest", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-case-ucreferral-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-case-ucreferral-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-case-ucreferral-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-case-ucreferral-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "DataWeave", + "HTML", + "RAML" + ], + "date": { + "created": "2021-09-23", + "lastModified": "2021-10-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "case", + "ucreferral", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-casesponsorapp-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-casesponsorapp-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-casesponsorapp-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-casesponsorapp-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-10-01", + "lastModified": "2021-11-01", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "casesponsorapp", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-contact-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-contact-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-contact-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-contact-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML", + "Java" + ], + "date": { + "created": "2021-09-13", + "lastModified": "2022-01-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "contact", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-contact-channel-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-contact-channel-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-contact-channel-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-contact-channel-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-03", + "lastModified": "2021-08-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "contact", + "channel", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-diagnosis-api", + "description": "UCPath Project Data Sync - Portal to Path Diagnosis Api", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-diagnosis-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-diagnosis-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-diagnosis-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-08-24", + "lastModified": "2021-11-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPath", + "Project", + "Sync", + "Portal", + "Path", + "Diagnosis", + "Api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-errorreprocess-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-errorreprocess-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-errorreprocess-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-errorreprocess-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-18", + "lastModified": "2022-02-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "errorreprocess", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-event-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-event-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-event-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-event-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-08-25", + "lastModified": "2021-11-23", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "event", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-health-evaluation-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-health-evaluation-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-health-evaluation-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-health-evaluation-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-10-28", + "lastModified": "2021-11-09", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "health", + "evaluation", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-healthassociated-channel-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-healthassociated-channel-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-healthassociated-channel-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-healthassociated-channel-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-14", + "lastModified": "2021-09-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "healthassociated", + "channel", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-healthevaluation-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-healthevaluation-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-healthevaluation-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-healthevaluation-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "DataWeave", + "HTML", + "RAML" + ], + "date": { + "created": "2021-09-14", + "lastModified": "2021-11-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "healthevaluation", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-healthevaluation-channel-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-healthevaluation-channel-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-healthevaluation-channel-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-healthevaluation-channel-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML" + ], + "date": { + "created": "2021-09-15", + "lastModified": "2021-10-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "healthevaluation", + "channel", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-healthtest-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-healthtest-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-healthtest-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-healthtest-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-09-13", + "lastModified": "2021-11-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "healthtest", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-healthtest-channel-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-healthtest-channel-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-healthtest-channel-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-healthtest-channel-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-31", + "lastModified": "2021-08-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "healthtest", + "channel", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-immunization-api", + "description": "UCPath Project Data Sync - Portal to Path Immunization Api", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-immunization-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-immunization-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-immunization-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-08-24", + "lastModified": "2021-11-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPath", + "Project", + "Sync", + "Portal", + "Path", + "Immunization", + "Api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-listener-channel-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-listener-channel-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-listener-channel-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-listener-channel-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-09-16", + "lastModified": "2022-01-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "listener", + "channel", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-medication-api", + "description": "UCPath Project Data Sync - Portal to Path Medication Api", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-medication-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-medication-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-medication-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "RAML", + "DataWeave" + ], + "date": { + "created": "2021-08-19", + "lastModified": "2021-11-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPath", + "Project", + "Sync", + "Portal", + "Path", + "Medication", + "Api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-physicalexam-api", + "description": "UCPath Project Data Sync - Portal to Path Physical Exam Api", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-physicalexam-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-physicalexam-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-physicalexam-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML", + "DataWeave" + ], + "date": { + "created": "2021-08-24", + "lastModified": "2021-11-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPath", + "Project", + "Sync", + "Portal", + "Path", + "Physical", + "Exam", + "Api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-placement-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-placement-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-placement-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-placement-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "DataWeave", + "HTML", + "RAML" + ], + "date": { + "created": "2021-09-14", + "lastModified": "2021-11-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "placement", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-relationship-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-relationship-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-relationship-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-relationship-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "RAML" + ], + "date": { + "created": "2021-09-14", + "lastModified": "2022-02-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "relationship", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-relationship-channel-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-relationship-channel-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-relationship-channel-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-relationship-channel-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-15", + "lastModified": "2021-09-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "relationship", + "channel", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-signsandsymptoms-api", + "description": "UCPath Project Data Sync - Portal to Path Signs and Symptoms Api", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-signsandsymptoms-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-signsandsymptoms-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-signsandsymptoms-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML", + "DataWeave" + ], + "date": { + "created": "2021-08-24", + "lastModified": "2021-11-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPath", + "Project", + "Sync", + "Portal", + "Path", + "Signs", + "Symptoms", + "Api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-sir-addendum-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-sir-addendum-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-sir-addendum-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-sir-addendum-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-10-28", + "lastModified": "2021-10-29", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "sir", + "addendum", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-sir-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-sir-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-sir-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-sir-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-08-25", + "lastModified": "2021-11-23", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "sir", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-sponsor-channel-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-sponsor-channel-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-sponsor-channel-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-sponsor-channel-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-31", + "lastModified": "2021-08-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "sponsor", + "channel", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-path-sync-error-eventnotifier-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-path-sync-error-eventnotifier-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-path-sync-error-eventnotifier-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-path-sync-error-eventnotifier-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2022-02-06", + "lastModified": "2022-02-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "path", + "sync", + "error", + "eventnotifier", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-account-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-account-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-account-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-account-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-09-15", + "lastModified": "2021-11-16", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "account", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-address-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-address-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-address-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-address-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-09-15", + "lastModified": "2021-11-16", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "address", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-admissionassessment-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-admissionassessment-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-admissionassessment-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-admissionassessment-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "RAML", + "HTML", + "DataWeave" + ], + "date": { + "created": "2021-09-24", + "lastModified": "2021-11-23", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "admissionassessment", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-allergy-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-allergy-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-allergy-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-allergy-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-03", + "lastModified": "2021-09-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "allergy", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-attachment-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-attachment-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-attachment-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-attachment-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-07-02", + "lastModified": "2022-02-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "attachment", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-case-admission-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-case-admission-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-admission-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-case-admission-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-31", + "lastModified": "2021-08-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "case", + "admission", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-case-noc-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-case-noc-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-noc-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-case-noc-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-09-15", + "lastModified": "2021-10-29", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "case", + "noc", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-case-releaserequest-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-case-releaserequest-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-releaserequest-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-case-releaserequest-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "RAML" + ], + "date": { + "created": "2021-08-23", + "lastModified": "2022-02-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "case", + "releaserequest", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-case-sponsorapp-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-case-sponsorapp-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-sponsorapp-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-case-sponsorapp-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-31", + "lastModified": "2021-08-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "case", + "sponsorapp", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-case-transferrequest-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-case-transferrequest-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-transferrequest-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-case-transferrequest-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-08-17", + "lastModified": "2021-09-01", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "case", + "transferrequest", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-case-ucreferral-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-case-ucreferral-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-case-ucreferral-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-case-ucreferral-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-31", + "lastModified": "2021-08-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "case", + "ucreferral", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-contact-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-contact-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-contact-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-contact-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-08-03", + "lastModified": "2021-08-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "contact", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-diagnosis-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-diagnosis-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-diagnosis-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-diagnosis-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-08", + "lastModified": "2021-09-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "diagnosis", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-event-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-event-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-event-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-event-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "RAML" + ], + "date": { + "created": "2021-09-15", + "lastModified": "2021-10-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "event", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-healthtest-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-healthtest-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-healthtest-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-healthtest-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-31", + "lastModified": "2021-08-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "healthtest", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-immunization-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-immunization-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-immunization-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-immunization-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-08", + "lastModified": "2021-09-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "immunization", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-medication-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-medication-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-medication-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-medication-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-08", + "lastModified": "2021-09-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "medication", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-physicalexam-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-physicalexam-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-physicalexam-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-physicalexam-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-08", + "lastModified": "2021-09-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "physicalexam", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-relationship-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-relationship-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-relationship-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-relationship-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-20", + "lastModified": "2021-09-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "relationship", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-portal-signsandsymptoms-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-portal-signsandsymptoms-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-portal-signsandsymptoms-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-portal-signsandsymptoms-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-07", + "lastModified": "2021-09-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "portal", + "signsandsymptoms", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "acf-uip-path-referral-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/acf-uip-path-referral-api", + "downloadURL": "https://api.github.com/repos/HHS/acf-uip-path-referral-api/downloads", + "repositoryURL": "https://github.com/HHS/acf-uip-path-referral-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML", + "DataWeave" + ], + "date": { + "created": "2021-11-08", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "acf", + "uip", + "path", + "referral", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "anypoint-cloudhub", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/anypoint-cloudhub", + "downloadURL": "https://api.github.com/repos/HHS/anypoint-cloudhub/downloads", + "repositoryURL": "https://github.com/HHS/anypoint-cloudhub.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-06-10", + "lastModified": "2020-06-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "anypoint", + "cloudhub" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "aspr-gcm", + "description": "ASPR General Compartmental Model (GCM) Agent-Based Framework - ASPR Modeling & Simulation Branch", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/aspr-gcm", + "downloadURL": "https://api.github.com/repos/HHS/aspr-gcm/downloads", + "repositoryURL": "https://github.com/HHS/aspr-gcm.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2020-09-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ASPR", + "General", + "Compartmental", + "Model", + "GCM", + "Agent", + "Based", + "Framework", + "Modeling", + "Simulation", + "Branch" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "aspr-gcm-core-epi", + "description": "ASPR GCM Core Epidemic Simulator - Project Lead: ASPR Modeling & Simulation Branch", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/aspr-gcm-core-epi", + "downloadURL": "https://api.github.com/repos/HHS/aspr-gcm-core-epi/downloads", + "repositoryURL": "https://github.com/HHS/aspr-gcm-core-epi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2020-10-19", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ASPR", + "GCM", + "Core", + "Epidemic", + "Simulator", + "Project", + "Lead:", + "Modeling", + "Simulation", + "Branch" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "aspr-pie", + "description": "Project Lead: Diana Wong", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/aspr-pie", + "downloadURL": "https://api.github.com/repos/HHS/aspr-pie/downloads", + "repositoryURL": "https://github.com/HHS/aspr-pie.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R", + "C++", + "CMake" + ], + "date": { + "created": "2020-04-30", + "lastModified": "2020-05-27", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Diana", + "Wong" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "auditframework", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/auditframework", + "downloadURL": "https://api.github.com/repos/HHS/auditframework/downloads", + "repositoryURL": "https://github.com/HHS/auditframework.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-10-04", + "lastModified": "2021-10-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "auditframework" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-analyses-cbrn", + "description": "barda-analyses-cbrn", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-analyses-cbrn", + "downloadURL": "https://api.github.com/repos/HHS/barda-analyses-cbrn/downloads", + "repositoryURL": "https://github.com/HHS/barda-analyses-cbrn.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-07", + "lastModified": "2017-08-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "analyses", + "cbrn" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-analyses-flu", + "description": "barda-analyses-flu", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-analyses-flu", + "downloadURL": "https://api.github.com/repos/HHS/barda-analyses-flu/downloads", + "repositoryURL": "https://github.com/HHS/barda-analyses-flu.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-07", + "lastModified": "2017-08-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "analyses", + "flu" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-archive", + "description": "barda-archive", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-archive", + "downloadURL": "https://api.github.com/repos/HHS/barda-archive/downloads", + "repositoryURL": "https://github.com/HHS/barda-archive.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-07", + "lastModified": "2017-08-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "archive" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-drive", + "description": "barda-drive", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-drive", + "downloadURL": "https://api.github.com/repos/HHS/barda-drive/downloads", + "repositoryURL": "https://github.com/HHS/barda-drive.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML", + "JavaScript", + "R", + "CSS", + "Jupyter Notebook" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2021-06-23", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "drive" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-flu-forecast", + "description": "barda-flu-forecast", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-flu-forecast", + "downloadURL": "https://api.github.com/repos/HHS/barda-flu-forecast/downloads", + "repositoryURL": "https://github.com/HHS/barda-flu-forecast.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Jupyter Notebook", + "R", + "Python", + "C++", + "Stan", + "Shell" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2020-04-16", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "flu", + "forecast" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-flumodels", + "description": "barda-flumodels", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-flumodels", + "downloadURL": "https://api.github.com/repos/HHS/barda-flumodels/downloads", + "repositoryURL": "https://github.com/HHS/barda-flumodels.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2020-05-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "flumodels" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-gcm", + "description": "barda-gcm", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-gcm", + "downloadURL": "https://api.github.com/repos/HHS/barda-gcm/downloads", + "repositoryURL": "https://github.com/HHS/barda-gcm.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java", + "R" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2020-05-06", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "gcm" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-gcm-bio", + "description": "barda-gcm-bio", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-gcm-bio", + "downloadURL": "https://api.github.com/repos/HHS/barda-gcm-bio/downloads", + "repositoryURL": "https://github.com/HHS/barda-gcm-bio.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java", + "R" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2019-06-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "gcm", + "bio" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-gcm-flu", + "description": "barda-gcm-flu", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-gcm-flu", + "downloadURL": "https://api.github.com/repos/HHS/barda-gcm-flu/downloads", + "repositoryURL": "https://github.com/HHS/barda-gcm-flu.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML", + "Java", + "R", + "Shell" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2019-09-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "gcm", + "flu" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-hsm", + "description": "barda-hsm", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-hsm", + "downloadURL": "https://api.github.com/repos/HHS/barda-hsm/downloads", + "repositoryURL": "https://github.com/HHS/barda-hsm.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-07", + "lastModified": "2017-08-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "hsm" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-ind", + "description": "barda-ind", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-ind", + "downloadURL": "https://api.github.com/repos/HHS/barda-ind/downloads", + "repositoryURL": "https://github.com/HHS/barda-ind.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-07", + "lastModified": "2017-08-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "ind" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-ind-cri", + "description": "barda-ind-cri", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-ind-cri", + "downloadURL": "https://api.github.com/repos/HHS/barda-ind-cri/downloads", + "repositoryURL": "https://github.com/HHS/barda-ind-cri.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2018-05-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "ind", + "cri" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-mava", + "description": "barda-mava", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-mava", + "downloadURL": "https://api.github.com/repos/HHS/barda-mava/downloads", + "repositoryURL": "https://github.com/HHS/barda-mava.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-07", + "lastModified": "2017-08-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "mava" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-sandbox-a", + "description": "barda-sandbox-a", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-sandbox-a", + "downloadURL": "https://api.github.com/repos/HHS/barda-sandbox-a/downloads", + "repositoryURL": "https://github.com/HHS/barda-sandbox-a.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2017-09-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "sandbox" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-sandbox-b", + "description": "barda-sandbox-b", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-sandbox-b", + "downloadURL": "https://api.github.com/repos/HHS/barda-sandbox-b/downloads", + "repositoryURL": "https://github.com/HHS/barda-sandbox-b.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java", + "R" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2020-07-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "sandbox", + "b" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-sandbox-c", + "description": "barda-sandbox-c", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-sandbox-c", + "downloadURL": "https://api.github.com/repos/HHS/barda-sandbox-c/downloads", + "repositoryURL": "https://github.com/HHS/barda-sandbox-c.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2018-10-09", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "sandbox", + "c" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-sandbox-d", + "description": "barda-sandbox-d", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-sandbox-d", + "downloadURL": "https://api.github.com/repos/HHS/barda-sandbox-d/downloads", + "repositoryURL": "https://github.com/HHS/barda-sandbox-d.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML", + "R", + "Python", + "Batchfile" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2021-03-11", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "sandbox", + "d" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-sandbox-e", + "description": "barda-sandbox-e", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-sandbox-e", + "downloadURL": "https://api.github.com/repos/HHS/barda-sandbox-e/downloads", + "repositoryURL": "https://github.com/HHS/barda-sandbox-e.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-07", + "lastModified": "2020-04-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "sandbox", + "e" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-shinyflu", + "description": "barda-shinyflu", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-shinyflu", + "downloadURL": "https://api.github.com/repos/HHS/barda-shinyflu/downloads", + "repositoryURL": "https://github.com/HHS/barda-shinyflu.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-07", + "lastModified": "2017-08-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "shinyflu" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-timeline-tool", + "description": "barda-timeline-tool", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-timeline-tool", + "downloadURL": "https://api.github.com/repos/HHS/barda-timeline-tool/downloads", + "repositoryURL": "https://github.com/HHS/barda-timeline-tool.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java" + ], + "date": { + "created": "2017-08-07", + "lastModified": "2021-12-06", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "timeline", + "tool" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-vaccine-production", + "description": "barda-vaccine-production", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-vaccine-production", + "downloadURL": "https://api.github.com/repos/HHS/barda-vaccine-production/downloads", + "repositoryURL": "https://github.com/HHS/barda-vaccine-production.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-07", + "lastModified": "2017-08-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "vaccine", + "production" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "barda-zika-forecast", + "description": "barda-zika-forecast", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/barda-zika-forecast", + "downloadURL": "https://api.github.com/repos/HHS/barda-zika-forecast/downloads", + "repositoryURL": "https://github.com/HHS/barda-zika-forecast.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2017-08-07", + "lastModified": "2017-08-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "barda", + "zika", + "forecast" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.KodieMcNamara", + "description": "Capstone project repository", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.KodieMcNamara", + "downloadURL": "https://api.github.com/repos/HHS/capstone.KodieMcNamara/downloads", + "repositoryURL": "https://github.com/HHS/capstone.KodieMcNamara.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-23", + "lastModified": "2018-05-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Capstone", + "project", + "repository" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.Michael.Harris2", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.Michael.Harris2", + "downloadURL": "https://api.github.com/repos/HHS/capstone.Michael.Harris2/downloads", + "repositoryURL": "https://github.com/HHS/capstone.Michael.Harris2.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML", + "R" + ], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.abhivyakti.sawarkar", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.abhivyakti.sawarkar", + "downloadURL": "https://api.github.com/repos/HHS/capstone.abhivyakti.sawarkar/downloads", + "repositoryURL": "https://github.com/HHS/capstone.abhivyakti.sawarkar.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-09-27", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.amanda.dibattista", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.amanda.dibattista", + "downloadURL": "https://api.github.com/repos/HHS/capstone.amanda.dibattista/downloads", + "repositoryURL": "https://github.com/HHS/capstone.amanda.dibattista.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-07-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.andrew.brecher", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.andrew.brecher", + "downloadURL": "https://api.github.com/repos/HHS/capstone.andrew.brecher/downloads", + "repositoryURL": "https://github.com/HHS/capstone.andrew.brecher.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-07-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.arthur.pignotti", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.arthur.pignotti", + "downloadURL": "https://api.github.com/repos/HHS/capstone.arthur.pignotti/downloads", + "repositoryURL": "https://github.com/HHS/capstone.arthur.pignotti.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R", + "Visual Basic" + ], + "date": { + "created": "2018-05-15", + "lastModified": "2020-04-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.bernice.boursiquot", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.bernice.boursiquot", + "downloadURL": "https://api.github.com/repos/HHS/capstone.bernice.boursiquot/downloads", + "repositoryURL": "https://github.com/HHS/capstone.bernice.boursiquot.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.connor.williams", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.connor.williams", + "downloadURL": "https://api.github.com/repos/HHS/capstone.connor.williams/downloads", + "repositoryURL": "https://github.com/HHS/capstone.connor.williams.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.dwilkinson", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.dwilkinson", + "downloadURL": "https://api.github.com/repos/HHS/capstone.dwilkinson/downloads", + "repositoryURL": "https://github.com/HHS/capstone.dwilkinson.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-07-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.elaine.lai", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.elaine.lai", + "downloadURL": "https://api.github.com/repos/HHS/capstone.elaine.lai/downloads", + "repositoryURL": "https://github.com/HHS/capstone.elaine.lai.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML" + ], + "date": { + "created": "2018-05-15", + "lastModified": "2018-08-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.elizabeth.filauri", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.elizabeth.filauri", + "downloadURL": "https://api.github.com/repos/HHS/capstone.elizabeth.filauri/downloads", + "repositoryURL": "https://github.com/HHS/capstone.elizabeth.filauri.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-05-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.emcgill", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.emcgill", + "downloadURL": "https://api.github.com/repos/HHS/capstone.emcgill/downloads", + "repositoryURL": "https://github.com/HHS/capstone.emcgill.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.epark", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.epark", + "downloadURL": "https://api.github.com/repos/HHS/capstone.epark/downloads", + "repositoryURL": "https://github.com/HHS/capstone.epark.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-08-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.erika.davies", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.erika.davies", + "downloadURL": "https://api.github.com/repos/HHS/capstone.erika.davies/downloads", + "repositoryURL": "https://github.com/HHS/capstone.erika.davies.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.faith", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.faith", + "downloadURL": "https://api.github.com/repos/HHS/capstone.faith/downloads", + "repositoryURL": "https://github.com/HHS/capstone.faith.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-07-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.farmerca", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.farmerca", + "downloadURL": "https://api.github.com/repos/HHS/capstone.farmerca/downloads", + "repositoryURL": "https://github.com/HHS/capstone.farmerca.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.frank.block", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.frank.block", + "downloadURL": "https://api.github.com/repos/HHS/capstone.frank.block/downloads", + "repositoryURL": "https://github.com/HHS/capstone.frank.block.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2019-11-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.hui.xue", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.hui.xue", + "downloadURL": "https://api.github.com/repos/HHS/capstone.hui.xue/downloads", + "repositoryURL": "https://github.com/HHS/capstone.hui.xue.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-05-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.iacovos.kyprianou", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.iacovos.kyprianou", + "downloadURL": "https://api.github.com/repos/HHS/capstone.iacovos.kyprianou/downloads", + "repositoryURL": "https://github.com/HHS/capstone.iacovos.kyprianou.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-08-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.jacquelyne.ivery", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.jacquelyne.ivery", + "downloadURL": "https://api.github.com/repos/HHS/capstone.jacquelyne.ivery/downloads", + "repositoryURL": "https://github.com/HHS/capstone.jacquelyne.ivery.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-08-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.jamie.doyle", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.jamie.doyle", + "downloadURL": "https://api.github.com/repos/HHS/capstone.jamie.doyle/downloads", + "repositoryURL": "https://github.com/HHS/capstone.jamie.doyle.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.jessica.bennett", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.jessica.bennett", + "downloadURL": "https://api.github.com/repos/HHS/capstone.jessica.bennett/downloads", + "repositoryURL": "https://github.com/HHS/capstone.jessica.bennett.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.johnfnader", + "description": "Capstone project repository.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.johnfnader", + "downloadURL": "https://api.github.com/repos/HHS/capstone.johnfnader/downloads", + "repositoryURL": "https://github.com/HHS/capstone.johnfnader.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-06-05", + "lastModified": "2018-06-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Capstone", + "project", + "repository" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.joseph.benson", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.joseph.benson", + "downloadURL": "https://api.github.com/repos/HHS/capstone.joseph.benson/downloads", + "repositoryURL": "https://github.com/HHS/capstone.joseph.benson.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.malcolm.hale", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.malcolm.hale", + "downloadURL": "https://api.github.com/repos/HHS/capstone.malcolm.hale/downloads", + "repositoryURL": "https://github.com/HHS/capstone.malcolm.hale.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "R" + ], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.mark.luxton", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.mark.luxton", + "downloadURL": "https://api.github.com/repos/HHS/capstone.mark.luxton/downloads", + "repositoryURL": "https://github.com/HHS/capstone.mark.luxton.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.mary.doi", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.mary.doi", + "downloadURL": "https://api.github.com/repos/HHS/capstone.mary.doi/downloads", + "repositoryURL": "https://github.com/HHS/capstone.mary.doi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.marybeth.foley", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.marybeth.foley", + "downloadURL": "https://api.github.com/repos/HHS/capstone.marybeth.foley/downloads", + "repositoryURL": "https://github.com/HHS/capstone.marybeth.foley.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.nadya.soto", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.nadya.soto", + "downloadURL": "https://api.github.com/repos/HHS/capstone.nadya.soto/downloads", + "repositoryURL": "https://github.com/HHS/capstone.nadya.soto.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-08-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.patra.volarath", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.patra.volarath", + "downloadURL": "https://api.github.com/repos/HHS/capstone.patra.volarath/downloads", + "repositoryURL": "https://github.com/HHS/capstone.patra.volarath.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-07-31", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.rachael.walsh", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.rachael.walsh", + "downloadURL": "https://api.github.com/repos/HHS/capstone.rachael.walsh/downloads", + "repositoryURL": "https://github.com/HHS/capstone.rachael.walsh.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-06-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.rstreeter", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.rstreeter", + "downloadURL": "https://api.github.com/repos/HHS/capstone.rstreeter/downloads", + "repositoryURL": "https://github.com/HHS/capstone.rstreeter.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "SAS", + "R" + ], + "date": { + "created": "2018-05-15", + "lastModified": "2018-07-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.s28kiru", + "description": "Capstone project repository", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.s28kiru", + "downloadURL": "https://api.github.com/repos/HHS/capstone.s28kiru/downloads", + "repositoryURL": "https://github.com/HHS/capstone.s28kiru.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-23", + "lastModified": "2018-06-13", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Capstone", + "project", + "repository" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.sivakumar.kannan", + "description": "Data Science CoLab Capstone project", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.sivakumar.kannan", + "downloadURL": "https://api.github.com/repos/HHS/capstone.sivakumar.kannan/downloads", + "repositoryURL": "https://github.com/HHS/capstone.sivakumar.kannan.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-05-15", + "lastModified": "2018-07-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "capstone.william.carter", + "description": "Data Science CoLab Capstone Project.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/unlicense", + "name": "The Unlicense" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/capstone.william.carter", + "downloadURL": "https://api.github.com/repos/HHS/capstone.william.carter/downloads", + "repositoryURL": "https://github.com/HHS/capstone.william.carter.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2018-06-11", + "lastModified": "2018-06-11", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Science", + "CoLab", + "Capstone", + "Project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "childcare-gov", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/childcare-gov", + "downloadURL": "https://api.github.com/repos/HHS/childcare-gov/downloads", + "repositoryURL": "https://github.com/HHS/childcare-gov.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "SCSS", + "HTML", + "Ruby", + "Dockerfile" + ], + "date": { + "created": "2022-01-21", + "lastModified": "2022-02-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "childcare" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ckan", + "description": "CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers the http://thedatahub.org/ and http://data.gov.uk/ among many other sites.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ckan", + "downloadURL": "https://api.github.com/repos/HHS/ckan/downloads", + "repositoryURL": "https://github.com/HHS/ckan.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "CSS", + "JavaScript", + "Shell" + ], + "date": { + "created": "2012-08-26", + "lastModified": "2021-04-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "CKAN", + "open", + "source", + "DMS", + "management", + "powering", + "hubs", + "portals", + "makes", + "easy", + "publish", + "share", + "use", + "powers", + "http:", + "thedatahub", + "org", + "uk", + "sites" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ckanext-datajson", + "description": "Custom CKAN extension for Healthdata.gov", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ckanext-datajson", + "downloadURL": "https://api.github.com/repos/HHS/ckanext-datajson/downloads", + "repositoryURL": "https://github.com/HHS/ckanext-datajson.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python" + ], + "date": { + "created": "2013-05-28", + "lastModified": "2020-04-23", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Custom", + "CKAN", + "extension", + "Healthdata" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ckanext-harvest", + "description": "CKAN Remote Harvesting Extension", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ckanext-harvest", + "downloadURL": "https://api.github.com/repos/HHS/ckanext-harvest/downloads", + "repositoryURL": "https://github.com/HHS/ckanext-harvest.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "HTML", + "CSS", + "JavaScript" + ], + "date": { + "created": "2015-02-06", + "lastModified": "2017-11-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "CKAN", + "Remote", + "Harvesting", + "Extension" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "coeci-cms-mpsp", + "description": "Welcome to the Medicaid Provider Enrollment Screening Portal", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/coeci-cms-mpsp", + "downloadURL": "https://api.github.com/repos/HHS/coeci-cms-mpsp/downloads", + "repositoryURL": "https://github.com/HHS/coeci-cms-mpsp.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2014-07-23", + "lastModified": "2014-01-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Welcome", + "Medicaid", + "Provider", + "Enrollment", + "Screening", + "Portal" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "contact-hsprs", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/contact-hsprs", + "downloadURL": "https://api.github.com/repos/HHS/contact-hsprs/downloads", + "repositoryURL": "https://github.com/HHS/contact-hsprs.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-12-22", + "lastModified": "2021-12-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "contact", + "hsprs" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "cwp", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/cwp", + "downloadURL": "https://api.github.com/repos/HHS/cwp/downloads", + "repositoryURL": "https://github.com/HHS/cwp.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "PHP", + "ASP", + "Ruby", + "Shell" + ], + "date": { + "created": "2013-01-30", + "lastModified": "2013-10-29", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "cwp" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "cxx-toolkit", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/cxx-toolkit", + "downloadURL": "https://api.github.com/repos/HHS/cxx-toolkit/downloads", + "repositoryURL": "https://github.com/HHS/cxx-toolkit.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "JavaScript", + "HTML", + "Ruby" + ], + "date": { + "created": "2017-02-13", + "lastModified": "2017-02-13", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "cxx", + "toolkit" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hd2-ckan", + "description": "Healthdata.gov CKAN code", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hd2-ckan", + "downloadURL": "https://api.github.com/repos/HHS/hd2-ckan/downloads", + "repositoryURL": "https://github.com/HHS/hd2-ckan.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML", + "Shell", + "Python", + "Ruby", + "ApacheConf" + ], + "date": { + "created": "2012-03-21", + "lastModified": "2015-11-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthdata", + "CKAN", + "code" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hd2-drupal", + "description": "Healthdata.gov Drupal code", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hd2-drupal", + "downloadURL": "https://api.github.com/repos/HHS/hd2-drupal/downloads", + "repositoryURL": "https://github.com/HHS/hd2-drupal.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "PHP", + "HTML", + "C", + "CSS", + "Shell", + "C++", + "Python", + "Awk", + "ApacheConf" + ], + "date": { + "created": "2012-03-21", + "lastModified": "2015-11-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthdata", + "Drupal", + "code" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hd2-solr", + "description": "Healthdata.gov SOLR code (search support for CKAN and Drupal)", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hd2-solr", + "downloadURL": "https://api.github.com/repos/HHS/hd2-solr/downloads", + "repositoryURL": "https://github.com/HHS/hd2-solr.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java", + "JavaScript", + "Shell", + "C", + "Groovy" + ], + "date": { + "created": "2012-03-21", + "lastModified": "2014-05-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Healthdata", + "SOLR", + "code", + "search", + "support", + "CKAN", + "Drupal" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hd2_linked_data_temp", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hd2_linked_data_temp", + "downloadURL": "https://api.github.com/repos/HHS/hd2_linked_data_temp/downloads", + "repositoryURL": "https://github.com/HHS/hd2_linked_data_temp.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "Java", + "XSLT", + "CSS", + "C", + "Shell", + "Awk", + "ActionScript", + "CoffeeScript", + "PHP" + ], + "date": { + "created": "2014-05-10", + "lastModified": "2015-04-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hd2" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "healthdata.gov", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/healthdata.gov", + "downloadURL": "https://api.github.com/repos/HHS/healthdata.gov/downloads", + "repositoryURL": "https://github.com/HHS/healthdata.gov.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "XSLT", + "Java", + "Awk", + "CSS", + "Shell" + ], + "date": { + "created": "2012-03-12", + "lastModified": "2020-12-09", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "healthdata" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "healthdata_platform", + "description": "Chef cookbooks and CAP platform deployment profiles for HealthData.gov.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/healthdata_platform", + "downloadURL": "https://api.github.com/repos/HHS/healthdata_platform/downloads", + "repositoryURL": "https://github.com/HHS/healthdata_platform.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML", + "Ruby", + "Shell", + "ApacheConf" + ], + "date": { + "created": "2014-03-10", + "lastModified": "2015-11-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Chef", + "cookbooks", + "CAP", + "platform", + "deployment", + "profiles", + "HealthData" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-ds-factory-processor", + "description": "This is the factory processor for async objects between path and portal. The processor use configuration date stored in the Portal Database to orchestrate events for bi-directional datasync", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-ds-factory-processor", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-ds-factory-processor/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-ds-factory-processor.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-09-08", + "lastModified": "2021-09-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "factory", + "processor", + "async", + "objects", + "path", + "portal", + "use", + "configuration", + "date", + "stored", + "Database", + "orchestrate", + "events", + "bi", + "directional", + "datasync" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-ds-factory-processor-papi", + "description": "Integration Factory Process API ", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-ds-factory-processor-papi", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-ds-factory-processor-papi/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-ds-factory-processor-papi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2022-02-14", + "lastModified": "2022-02-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Integration", + "Factory", + "Process", + "API" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-ds-path-interface-papi", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-ds-path-interface-papi", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-ds-path-interface-papi/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-ds-path-interface-papi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2022-02-14", + "lastModified": "2022-02-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "ds", + "path", + "interface", + "papi" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-inbound-polling-batch", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-inbound-polling-batch", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-inbound-polling-batch/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-inbound-polling-batch.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-06-27", + "lastModified": "2021-06-27", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "inbound", + "polling", + "batch" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-portal-to-ucpath-addressHistory-api", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-addressHistory-api", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-addressHistory-api/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-addressHistory-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML", + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-06-29", + "lastModified": "2021-07-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "portal", + "ucpath", + "addressHistory", + "api" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-portal-to-ucpath-admissionassessment-sapi", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-admissionassessment-sapi", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-admissionassessment-sapi/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-admissionassessment-sapi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML" + ], + "date": { + "created": "2021-08-01", + "lastModified": "2021-08-05", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "portal", + "ucpath", + "admissionassessment", + "sapi" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-portal-to-ucpath-apprehendedPerson-sapi", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-apprehendedPerson-sapi", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-apprehendedPerson-sapi/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-apprehendedPerson-sapi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-07-30", + "lastModified": "2021-07-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "portal", + "ucpath", + "apprehendedPerson", + "sapi" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-portal-to-ucpath-apprehendedUC-sapi", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-apprehendedUC-sapi", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-apprehendedUC-sapi/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-apprehendedUC-sapi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-07-30", + "lastModified": "2021-07-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "portal", + "ucpath", + "apprehendedUC", + "sapi" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-portal-to-ucpath-prgmtrnsfr-healthAssessment-sapi", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-prgmtrnsfr-healthAssessment-sapi", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-prgmtrnsfr-healthAssessment-sapi/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-prgmtrnsfr-healthAssessment-sapi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-07-30", + "lastModified": "2021-07-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "portal", + "ucpath", + "prgmtrnsfr", + "healthAssessment", + "sapi" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-portal-to-ucpath-relationship-papi", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-relationship-papi", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-relationship-papi/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-relationship-papi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-07-30", + "lastModified": "2021-07-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "portal", + "ucpath", + "relationship", + "papi" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-portal-to-ucpath-relationship-sapi", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-relationship-sapi", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-to-ucpath-relationship-sapi/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-portal-to-ucpath-relationship-sapi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-07-13", + "lastModified": "2021-07-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "portal", + "ucpath", + "relationship", + "sapi" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-portal-ucpath-progrmtrsfr-ime-sapi", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-portal-ucpath-progrmtrsfr-ime-sapi", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-portal-ucpath-progrmtrsfr-ime-sapi/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-portal-ucpath-progrmtrsfr-ime-sapi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-07-30", + "lastModified": "2021-07-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "portal", + "ucpath", + "progrmtrsfr", + "ime", + "sapi" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-acf-ucpath-to-portal-case-releaserequest-sapi", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-acf-ucpath-to-portal-case-releaserequest-sapi", + "downloadURL": "https://api.github.com/repos/HHS/hhs-acf-ucpath-to-portal-case-releaserequest-sapi/downloads", + "repositoryURL": "https://github.com/HHS/hhs-acf-ucpath-to-portal-case-releaserequest-sapi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-08-18", + "lastModified": "2021-08-18", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "acf", + "ucpath", + "portal", + "case", + "releaserequest", + "sapi" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs-ocdo", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs-ocdo", + "downloadURL": "https://api.github.com/repos/HHS/hhs-ocdo/downloads", + "repositoryURL": "https://github.com/HHS/hhs-ocdo.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HTML", + "SCSS", + "Ruby", + "Dockerfile", + "JavaScript" + ], + "date": { + "created": "2020-10-29", + "lastModified": "2021-12-03", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hhs", + "ocdo" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hhs.github.io", + "description": "HHS Organization Page", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hhs.github.io", + "downloadURL": "https://api.github.com/repos/HHS/hhs.github.io/downloads", + "repositoryURL": "https://github.com/HHS/hhs.github.io.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "JavaScript" + ], + "date": { + "created": "2013-12-07", + "lastModified": "2021-07-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "HHS", + "Organization", + "Page" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "hig-devops", + "description": "hig-devops", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/hig-devops", + "downloadURL": "https://api.github.com/repos/HHS/hig-devops/downloads", + "repositoryURL": "https://github.com/HHS/hig-devops.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "HCL", + "Shell" + ], + "date": { + "created": "2021-10-12", + "lastModified": "2022-02-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "hig", + "devops" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "integration-audit-framework", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/integration-audit-framework", + "downloadURL": "https://api.github.com/repos/HHS/integration-audit-framework/downloads", + "repositoryURL": "https://github.com/HHS/integration-audit-framework.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-23", + "lastModified": "2021-08-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "integration", + "audit", + "framework" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "jenkin_test", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/jenkin_test", + "downloadURL": "https://api.github.com/repos/HHS/jenkin_test/downloads", + "repositoryURL": "https://github.com/HHS/jenkin_test.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-08-09", + "lastModified": "2021-09-16", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "jenkin", + "test" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "lodestar", + "description": "Linked Data explorer and SPARQL endpoint", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache License 2.0" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/lodestar", + "downloadURL": "https://api.github.com/repos/HHS/lodestar/downloads", + "repositoryURL": "https://github.com/HHS/lodestar.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "Java", + "CSS", + "HTML", + "Dockerfile" + ], + "date": { + "created": "2014-09-19", + "lastModified": "2021-12-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "explorer", + "SPARQL", + "endpoint" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "mesh-rdf", + "description": "google", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/mesh-rdf", + "downloadURL": "https://api.github.com/repos/HHS/mesh-rdf/downloads", + "repositoryURL": "https://github.com/HHS/mesh-rdf.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Perl", + "Shell", + "Python", + "Puppet", + "Makefile", + "HTML", + "Ruby" + ], + "date": { + "created": "2014-06-24", + "lastModified": "2019-02-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "google" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "meshrdf", + "description": "Code and documentation for the release of MeSH in RDF format", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/meshrdf", + "downloadURL": "https://api.github.com/repos/HHS/meshrdf/downloads", + "repositoryURL": "https://github.com/HHS/meshrdf.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java", + "JavaScript", + "XSLT", + "Shell", + "HTML", + "CSS", + "Handlebars" + ], + "date": { + "created": "2014-10-25", + "lastModified": "2021-12-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Code", + "documentation", + "release", + "MeSH", + "RDF", + "format" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "mule_oauth_application", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/mule_oauth_application", + "downloadURL": "https://api.github.com/repos/HHS/mule_oauth_application/downloads", + "repositoryURL": "https://github.com/HHS/mule_oauth_application.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-03-30", + "lastModified": "2021-03-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "mule", + "oauth", + "application" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orr-uc-behavioral-health-project", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orr-uc-behavioral-health-project", + "downloadURL": "https://api.github.com/repos/HHS/orr-uc-behavioral-health-project/downloads", + "repositoryURL": "https://github.com/HHS/orr-uc-behavioral-health-project.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python" + ], + "date": { + "created": "2022-03-08", + "lastModified": "2022-03-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orr", + "uc", + "behavioral", + "health", + "project" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orr-uc-git-training", + "description": "Instructions and examples for UC GitHub trainings", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orr-uc-git-training", + "downloadURL": "https://api.github.com/repos/HHS/orr-uc-git-training/downloads", + "repositoryURL": "https://github.com/HHS/orr-uc-git-training.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2022-03-21", + "lastModified": "2022-03-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Instructions", + "examples", + "UC", + "GitHub", + "trainings" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orr-uc-slb", + "description": "Operation Artemis Senior Leadership Brief (SLB) automation", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orr-uc-slb", + "downloadURL": "https://api.github.com/repos/HHS/orr-uc-slb/downloads", + "repositoryURL": "https://github.com/HHS/orr-uc-slb.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Jupyter Notebook", + "Python" + ], + "date": { + "created": "2022-03-01", + "lastModified": "2022-03-14", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Operation", + "Artemis", + "Senior", + "Leadership", + "Brief", + "SLB", + "automation" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orr-uc-systems-infrastructure", + "description": "Plans for data systems infrastructure development in the UC program of ORR", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orr-uc-systems-infrastructure", + "downloadURL": "https://api.github.com/repos/HHS/orr-uc-systems-infrastructure/downloads", + "repositoryURL": "https://github.com/HHS/orr-uc-systems-infrastructure.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2022-03-07", + "lastModified": "2022-03-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Plans", + "systems", + "infrastructure", + "development", + "UC", + "program", + "ORR" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orr-uc-tcc-daily-report", + "description": "Automation of the TCC Daily Deck", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orr-uc-tcc-daily-report", + "downloadURL": "https://api.github.com/repos/HHS/orr-uc-tcc-daily-report/downloads", + "repositoryURL": "https://github.com/HHS/orr-uc-tcc-daily-report.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python" + ], + "date": { + "created": "2022-02-28", + "lastModified": "2022-03-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Automation", + "TCC", + "Daily", + "Deck" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orr-uc-template", + "description": "Template repository for UC projects", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orr-uc-template", + "downloadURL": "https://api.github.com/repos/HHS/orr-uc-template/downloads", + "repositoryURL": "https://github.com/HHS/orr-uc-template.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2022-03-18", + "lastModified": "2022-03-18", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Template", + "repository", + "UC", + "projects" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orr-uc-tkpi", + "description": "Throughput KPI Tableau dashboard for the Unaccompanied Children program", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orr-uc-tkpi", + "downloadURL": "https://api.github.com/repos/HHS/orr-uc-tkpi/downloads", + "repositoryURL": "https://github.com/HHS/orr-uc-tkpi.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2022-03-02", + "lastModified": "2022-03-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Throughput", + "KPI", + "Tableau", + "dashboard", + "Unaccompanied", + "Children", + "program" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orr-uc-tools-tips", + "description": "Tips and tricks for working with UC systems", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orr-uc-tools-tips", + "downloadURL": "https://api.github.com/repos/HHS/orr-uc-tools-tips/downloads", + "repositoryURL": "https://github.com/HHS/orr-uc-tools-tips.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2022-02-28", + "lastModified": "2022-03-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Tips", + "tricks", + "working", + "UC", + "systems" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac-basejobs", + "description": "Mule apps related to base tables,cleansing,lookups", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac-basejobs", + "downloadURL": "https://api.github.com/repos/HHS/orruac-basejobs/downloads", + "repositoryURL": "https://github.com/HHS/orruac-basejobs.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML", + "DataWeave" + ], + "date": { + "created": "2021-03-18", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Mule", + "apps", + "related", + "base", + "tables", + "cleansing", + "lookups" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac-datacleansing", + "description": "UAC PATH - Data Migration Mule projects for Data cleansing source tables", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac-datacleansing", + "downloadURL": "https://api.github.com/repos/HHS/orruac-datacleansing/downloads", + "repositoryURL": "https://github.com/HHS/orruac-datacleansing.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2020-10-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "Mule", + "projects", + "cleansing", + "source", + "tables" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac-sir-addendum", + "description": "Projects related to Sir,Addendum,Case", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac-sir-addendum", + "downloadURL": "https://api.github.com/repos/HHS/orruac-sir-addendum/downloads", + "repositoryURL": "https://github.com/HHS/orruac-sir-addendum.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-03-17", + "lastModified": "2021-03-17", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Projects", + "related", + "Sir", + "Addendum", + "Case" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1052-edu-placement-docs", + "description": "Mule jobs for migrating education placements documents", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1052-edu-placement-docs", + "downloadURL": "https://api.github.com/repos/HHS/orruac1052-edu-placement-docs/downloads", + "repositoryURL": "https://github.com/HHS/orruac1052-edu-placement-docs.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-20", + "lastModified": "2021-05-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Mule", + "jobs", + "migrating", + "education", + "placements", + "documents" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1065-eventreport-docs", + "description": "UCPATH Project - Mule apps for attachment migration related to event reports", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1065-eventreport-docs", + "downloadURL": "https://api.github.com/repos/HHS/orruac1065-eventreport-docs/downloads", + "repositoryURL": "https://github.com/HHS/orruac1065-eventreport-docs.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-27", + "lastModified": "2021-05-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPATH", + "Project", + "Mule", + "apps", + "attachment", + "migration", + "related", + "event", + "reports" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1067-image-docs", + "description": "UCPATH Project - Mule apps related to Images ", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1067-image-docs", + "downloadURL": "https://api.github.com/repos/HHS/orruac1067-image-docs/downloads", + "repositoryURL": "https://github.com/HHS/orruac1067-image-docs.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-27", + "lastModified": "2021-05-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPATH", + "Project", + "Mule", + "apps", + "related", + "Images" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1068-intake-riskassessment-docs", + "description": "UCPATH Project- Mule apps related to Intake & Risk Assessment docs", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1068-intake-riskassessment-docs", + "downloadURL": "https://api.github.com/repos/HHS/orruac1068-intake-riskassessment-docs/downloads", + "repositoryURL": "https://github.com/HHS/orruac1068-intake-riskassessment-docs.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-27", + "lastModified": "2021-05-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPATH", + "Project", + "Mule", + "apps", + "related", + "Intake", + "Risk", + "Assessment", + "docs" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1071-sir-docs", + "description": "UCPATH Project - Mule apps related to attachment migration of SIR Docs ", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1071-sir-docs", + "downloadURL": "https://api.github.com/repos/HHS/orruac1071-sir-docs/downloads", + "repositoryURL": "https://github.com/HHS/orruac1071-sir-docs.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-27", + "lastModified": "2021-05-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPATH", + "Project", + "Mule", + "apps", + "related", + "attachment", + "migration", + "SIR", + "Docs" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1073-case-dnf", + "description": "UAC PATH - Data Migration Mule projects for Case Object Discharge Notifications R/T", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1073-case-dnf", + "downloadURL": "https://api.github.com/repos/HHS/orruac1073-case-dnf/downloads", + "repositoryURL": "https://github.com/HHS/orruac1073-case-dnf.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "Mule", + "projects", + "Case", + "Object", + "Discharge", + "Notifications", + "R", + "T" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1074-case-rel-req-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1074-case-rel-req-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1074-case-rel-req-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1074-case-rel-req-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-08-09", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1074", + "case", + "rel", + "req", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1074-case-rel-req-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1074-case-rel-req-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac1074-case-rel-req-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac1074-case-rel-req-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1074", + "case", + "rel", + "req", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1075-health-docs", + "description": "Mule apps for Attachment migration related to Health Documents", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1075-health-docs", + "downloadURL": "https://api.github.com/repos/HHS/orruac1075-health-docs/downloads", + "repositoryURL": "https://github.com/HHS/orruac1075-health-docs.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-27", + "lastModified": "2021-05-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Mule", + "apps", + "Attachment", + "migration", + "related", + "Health", + "Documents" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1119-healthevaluation-ime", + "description": "Data migration mule project to migrate health evaluation initial medical exam ", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1119-healthevaluation-ime", + "downloadURL": "https://api.github.com/repos/HHS/orruac1119-healthevaluation-ime/downloads", + "repositoryURL": "https://github.com/HHS/orruac1119-healthevaluation-ime.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-11-10", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "migration", + "mule", + "project", + "migrate", + "health", + "evaluation", + "initial", + "medical", + "exam" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1120-signsymptoms", + "description": "UAC PATH - Data Migration mule projects for Signs and Symptoms object", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1120-signsymptoms", + "downloadURL": "https://api.github.com/repos/HHS/orruac1120-signsymptoms/downloads", + "repositoryURL": "https://github.com/HHS/orruac1120-signsymptoms.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "mule", + "projects", + "Signs", + "Symptoms", + "object" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1121-allergy", + "description": "Data migration Mule projects for Allergy object", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1121-allergy", + "downloadURL": "https://api.github.com/repos/HHS/orruac1121-allergy/downloads", + "repositoryURL": "https://github.com/HHS/orruac1121-allergy.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "migration", + "Mule", + "projects", + "Allergy", + "object" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1122-sa-test", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1122-sa-test", + "downloadURL": "https://api.github.com/repos/HHS/orruac1122-sa-test/downloads", + "repositoryURL": "https://github.com/HHS/orruac1122-sa-test.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-06-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1122", + "sa", + "test" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1122-test", + "description": "UAC PATH - Data Migration mule projects for Test object", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1122-test", + "downloadURL": "https://api.github.com/repos/HHS/orruac1122-test/downloads", + "repositoryURL": "https://github.com/HHS/orruac1122-test.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-02-10", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "mule", + "projects", + "Test", + "object" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1124-medication", + "description": "UAC PATH - Data Migration Mule projects for Medication object", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1124-medication", + "downloadURL": "https://api.github.com/repos/HHS/orruac1124-medication/downloads", + "repositoryURL": "https://github.com/HHS/orruac1124-medication.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "Mule", + "projects", + "Medication", + "object" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1125-diagnosis", + "description": "Mule apps related to diagnosis and diagnosis outcome", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1125-diagnosis", + "downloadURL": "https://api.github.com/repos/HHS/orruac1125-diagnosis/downloads", + "repositoryURL": "https://github.com/HHS/orruac1125-diagnosis.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-03-18", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Mule", + "apps", + "related", + "diagnosis", + "outcome" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1126-immunization", + "description": "UAC PATH - Data Migration Mule projects for Immunization object", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1126-immunization", + "downloadURL": "https://api.github.com/repos/HHS/orruac1126-immunization/downloads", + "repositoryURL": "https://github.com/HHS/orruac1126-immunization.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "Mule", + "projects", + "Immunization", + "object" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1382-adultcontacthho-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1382-adultcontacthho-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1382-adultcontacthho-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1382-adultcontacthho-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1382", + "adultcontacthho", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1382-adultcontacthho-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1382-adultcontacthho-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac1382-adultcontacthho-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac1382-adultcontacthho-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1382", + "adultcontacthho", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1382_adultcontacthhochild_migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1382_adultcontacthhochild_migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1382_adultcontacthhochild_migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1382_adultcontacthhochild_migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-04-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1382", + "adultcontacthhochild", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1531-associatedadultcontact-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1531-associatedadultcontact-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1531-associatedadultcontact-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1531-associatedadultcontact-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1531", + "associatedadultcontact", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1531-associatedadultcontact-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1531-associatedadultcontact-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac1531-associatedadultcontact-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac1531-associatedadultcontact-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1531", + "associatedadultcontact", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1630-referralrelated", + "description": "UAC PATH - Data Migration Mule projects for Referral Related object", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1630-referralrelated", + "downloadURL": "https://api.github.com/repos/HHS/orruac1630-referralrelated/downloads", + "repositoryURL": "https://github.com/HHS/orruac1630-referralrelated.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "Mule", + "projects", + "Referral", + "Related", + "object" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1721-aprehension-info", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1721-aprehension-info", + "downloadURL": "https://api.github.com/repos/HHS/orruac1721-aprehension-info/downloads", + "repositoryURL": "https://github.com/HHS/orruac1721-aprehension-info.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1721", + "aprehension", + "info" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1721-contact-adultcontact-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1721-contact-adultcontact-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1721-contact-adultcontact-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1721-contact-adultcontact-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-04-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1721", + "contact", + "adultcontact", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1721-contact-adultcontact-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1721-contact-adultcontact-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac1721-contact-adultcontact-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac1721-contact-adultcontact-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-04-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1721", + "contact", + "adultcontact", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1722-adultcontactrelationshipappreinfo-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1722-adultcontactrelationshipappreinfo-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1722-adultcontactrelationshipappreinfo-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1722-adultcontactrelationshipappreinfo-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1722", + "adultcontactrelationshipappreinfo", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1722-adultcontactrelationshipappreinfo-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1722-adultcontactrelationshipappreinfo-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac1722-adultcontactrelationshipappreinfo-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac1722-adultcontactrelationshipappreinfo-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1722", + "adultcontactrelationshipappreinfo", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1724-admission-uac-assessment", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1724-admission-uac-assessment", + "downloadURL": "https://api.github.com/repos/HHS/orruac1724-admission-uac-assessment/downloads", + "repositoryURL": "https://github.com/HHS/orruac1724-admission-uac-assessment.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-06-29", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1724", + "admission", + "uac", + "assessment" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1725-admission-uac-case-review", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1725-admission-uac-case-review", + "downloadURL": "https://api.github.com/repos/HHS/orruac1725-admission-uac-case-review/downloads", + "repositoryURL": "https://github.com/HHS/orruac1725-admission-uac-case-review.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1725", + "admission", + "uac", + "case", + "review" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1726-admissionassessmentrisk-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1726-admissionassessmentrisk-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1726-admissionassessmentrisk-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1726-admissionassessmentrisk-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1726", + "admissionassessmentrisk", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1726-admissionassessmentrisk-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1726-admissionassessmentrisk-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac1726-admissionassessmentrisk-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac1726-admissionassessmentrisk-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1726", + "admissionassessmentrisk", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1727-admissionassessmentisp-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1727-admissionassessmentisp-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1727-admissionassessmentisp-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1727-admissionassessmentisp-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1727", + "admissionassessmentisp", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1727-admissionassessmentisp-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1727-admissionassessmentisp-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac1727-admissionassessmentisp-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac1727-admissionassessmentisp-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1727", + "admissionassessmentisp", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1728-apprehendedrelationship-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1728-apprehendedrelationship-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1728-apprehendedrelationship-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1728-apprehendedrelationship-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1728", + "apprehendedrelationship", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1728-apprehendedrelationship-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1728-apprehendedrelationship-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac1728-apprehendedrelationship-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac1728-apprehendedrelationship-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1728", + "apprehendedrelationship", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1728-intialintakeassessment-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1728-intialintakeassessment-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1728-intialintakeassessment-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1728-intialintakeassessment-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1728", + "intialintakeassessment", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1728-intialintakeassessment-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1728-intialintakeassessment-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac1728-intialintakeassessment-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac1728-intialintakeassessment-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1728", + "intialintakeassessment", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1728_intialintakeassessment_migration_Med", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1728_intialintakeassessment_migration_Med", + "downloadURL": "https://api.github.com/repos/HHS/orruac1728_intialintakeassessment_migration_Med/downloads", + "repositoryURL": "https://github.com/HHS/orruac1728_intialintakeassessment_migration_Med.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-29", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1728", + "intialintakeassessment", + "migration", + "Med" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1728_intialintakeassessment_staging_Med", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1728_intialintakeassessment_staging_Med", + "downloadURL": "https://api.github.com/repos/HHS/orruac1728_intialintakeassessment_staging_Med/downloads", + "repositoryURL": "https://github.com/HHS/orruac1728_intialintakeassessment_staging_Med.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-29", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1728", + "intialintakeassessment", + "staging", + "Med" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1729-physicalexam", + "description": "UAC PATH - Data Migration Mule projects for Physical Exam object", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1729-physicalexam", + "downloadURL": "https://api.github.com/repos/HHS/orruac1729-physicalexam/downloads", + "repositoryURL": "https://github.com/HHS/orruac1729-physicalexam.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "Mule", + "projects", + "Physical", + "Exam", + "object" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1752-backgroundcheckhho-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1752-backgroundcheckhho-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac1752-backgroundcheckhho-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac1752-backgroundcheckhho-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1752", + "backgroundcheckhho", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac1752-backgroundcheckhho-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac1752-backgroundcheckhho-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac1752-backgroundcheckhho-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac1752-backgroundcheckhho-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac1752", + "backgroundcheckhho", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2178-sir-notification-migration-bulkapiv1", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2178-sir-notification-migration-bulkapiv1", + "downloadURL": "https://api.github.com/repos/HHS/orruac2178-sir-notification-migration-bulkapiv1/downloads", + "repositoryURL": "https://github.com/HHS/orruac2178-sir-notification-migration-bulkapiv1.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-27", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2178", + "sir", + "notification", + "migration", + "bulkapiv1" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2178-sir-notification-staging1", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2178-sir-notification-staging1", + "downloadURL": "https://api.github.com/repos/HHS/orruac2178-sir-notification-staging1/downloads", + "repositoryURL": "https://github.com/HHS/orruac2178-sir-notification-staging1.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-27", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2178", + "sir", + "notification", + "staging1" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2178-sir-notification-staging2", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2178-sir-notification-staging2", + "downloadURL": "https://api.github.com/repos/HHS/orruac2178-sir-notification-staging2/downloads", + "repositoryURL": "https://github.com/HHS/orruac2178-sir-notification-staging2.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-27", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2178", + "sir", + "notification", + "staging2" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2193-individuals-involved-in-incident-bulkapiv1", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-bulkapiv1", + "downloadURL": "https://api.github.com/repos/HHS/orruac2193-individuals-involved-in-incident-bulkapiv1/downloads", + "repositoryURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-bulkapiv1.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-29", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2193", + "individuals", + "involved", + "incident", + "bulkapiv1" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2193-individuals-involved-in-incident-staging1", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-staging1", + "downloadURL": "https://api.github.com/repos/HHS/orruac2193-individuals-involved-in-incident-staging1/downloads", + "repositoryURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-staging1.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-29", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2193", + "individuals", + "involved", + "incident", + "staging1" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2193-individuals-involved-in-incident-staging2", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-staging2", + "downloadURL": "https://api.github.com/repos/HHS/orruac2193-individuals-involved-in-incident-staging2/downloads", + "repositoryURL": "https://github.com/HHS/orruac2193-individuals-involved-in-incident-staging2.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-29", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2193", + "individuals", + "involved", + "incident", + "staging2" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2195-doclist", + "description": "UCPATH - Mule Apps related to attachment migration for doclist", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2195-doclist", + "downloadURL": "https://api.github.com/repos/HHS/orruac2195-doclist/downloads", + "repositoryURL": "https://github.com/HHS/orruac2195-doclist.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-27", + "lastModified": "2021-05-21", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPATH", + "Mule", + "Apps", + "related", + "attachment", + "migration", + "doclist" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2221-loadsirshare-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2221-loadsirshare-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac2221-loadsirshare-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac2221-loadsirshare-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-11-09", + "lastModified": "2021-11-09", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2221", + "loadsirshare", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2221-sir-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2221-sir-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac2221-sir-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac2221-sir-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-04-27", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2221", + "sir", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2221-sir-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2221-sir-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac2221-sir-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac2221-sir-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-04-27", + "lastModified": "2021-06-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2221", + "sir", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2233-admissionapplication-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2233-admissionapplication-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac2233-admissionapplication-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac2233-admissionapplication-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2233", + "admissionapplication", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2233-admissionapplication-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2233-admissionapplication-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac2233-admissionapplication-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac2233-admissionapplication-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2233", + "admissionapplication", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2379-case-transferrequest-migration-bulkapiv1", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2379-case-transferrequest-migration-bulkapiv1", + "downloadURL": "https://api.github.com/repos/HHS/orruac2379-case-transferrequest-migration-bulkapiv1/downloads", + "repositoryURL": "https://github.com/HHS/orruac2379-case-transferrequest-migration-bulkapiv1.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-04-29", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2379", + "case", + "transferrequest", + "migration", + "bulkapiv1" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2379-case-transferrequest-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2379-case-transferrequest-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac2379-case-transferrequest-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac2379-case-transferrequest-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-04-29", + "lastModified": "2021-06-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2379", + "case", + "transferrequest", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2703-program-event", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2703-program-event", + "downloadURL": "https://api.github.com/repos/HHS/orruac2703-program-event/downloads", + "repositoryURL": "https://github.com/HHS/orruac2703-program-event.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-04-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2703", + "program", + "event" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2704-sir-event-", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2704-sir-event-", + "downloadURL": "https://api.github.com/repos/HHS/orruac2704-sir-event-/downloads", + "repositoryURL": "https://github.com/HHS/orruac2704-sir-event-.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-04-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2704", + "sir", + "event" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2710-acct-hsprs-primary-provider", + "description": "UAPATH Project - data migration mule apps related hs/prs primary providers", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2710-acct-hsprs-primary-provider", + "downloadURL": "https://api.github.com/repos/HHS/orruac2710-acct-hsprs-primary-provider/downloads", + "repositoryURL": "https://github.com/HHS/orruac2710-acct-hsprs-primary-provider.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAPATH", + "Project", + "migration", + "mule", + "apps", + "related", + "hs", + "prs", + "primary", + "providers" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2859-healthevaluation-health-assessment", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2859-healthevaluation-health-assessment", + "downloadURL": "https://api.github.com/repos/HHS/orruac2859-healthevaluation-health-assessment/downloads", + "repositoryURL": "https://github.com/HHS/orruac2859-healthevaluation-health-assessment.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-06-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2859", + "healthevaluation", + "health", + "assessment" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2861-healthevaluation-active-tb", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2861-healthevaluation-active-tb", + "downloadURL": "https://api.github.com/repos/HHS/orruac2861-healthevaluation-active-tb/downloads", + "repositoryURL": "https://github.com/HHS/orruac2861-healthevaluation-active-tb.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2861", + "healthevaluation", + "active", + "tb" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2862-healthevaluation-active-non-tb", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2862-healthevaluation-active-non-tb", + "downloadURL": "https://api.github.com/repos/HHS/orruac2862-healthevaluation-active-non-tb/downloads", + "repositoryURL": "https://github.com/HHS/orruac2862-healthevaluation-active-non-tb.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2862", + "healthevaluation", + "active", + "non", + "tb" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac2863-uac-exposure-event", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac2863-uac-exposure-event", + "downloadURL": "https://api.github.com/repos/HHS/orruac2863-uac-exposure-event/downloads", + "repositoryURL": "https://github.com/HHS/orruac2863-uac-exposure-event.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac2863", + "uac", + "exposure", + "event" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac3159-case-hs-prs-referral", + "description": "UCPATH Project - data migration mule apps related to HS PRS Referral cases", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac3159-case-hs-prs-referral", + "downloadURL": "https://api.github.com/repos/HHS/orruac3159-case-hs-prs-referral/downloads", + "repositoryURL": "https://github.com/HHS/orruac3159-case-hs-prs-referral.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPATH", + "Project", + "migration", + "mule", + "apps", + "related", + "HS", + "PRS", + "Referral", + "cases" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac335-contact-uac", + "description": "UAC PATH - Data Migration Mule projects for Contact Object UAC R/T", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac335-contact-uac", + "downloadURL": "https://api.github.com/repos/HHS/orruac335-contact-uac/downloads", + "repositoryURL": "https://github.com/HHS/orruac335-contact-uac.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "Mule", + "projects", + "Contact", + "Object", + "R", + "T" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac363-case-uacreferral", + "description": "UAC PATH - Data Migration Mule projects for Case Object UAC Referral R/T", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac363-case-uacreferral", + "downloadURL": "https://api.github.com/repos/HHS/orruac363-case-uacreferral/downloads", + "repositoryURL": "https://github.com/HHS/orruac363-case-uacreferral.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "Mule", + "projects", + "Case", + "Object", + "Referral", + "R", + "T" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac365-adultcontactrelationship-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac365-adultcontactrelationship-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac365-adultcontactrelationship-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac365-adultcontactrelationship-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac365", + "adultcontactrelationship", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac365-adultcontactrelationship-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac365-adultcontactrelationship-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac365-adultcontactrelationship-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac365-adultcontactrelationship-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac365", + "adultcontactrelationship", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac367-apprehendedrelationship-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac367-apprehendedrelationship-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac367-apprehendedrelationship-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac367-apprehendedrelationship-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac367", + "apprehendedrelationship", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac367-apprehendedrelationship-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac367-apprehendedrelationship-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac367-apprehendedrelationship-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac367-apprehendedrelationship-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac367", + "apprehendedrelationship", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac367-apprehendedrelationshipuac-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac367-apprehendedrelationshipuac-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac367-apprehendedrelationshipuac-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac367-apprehendedrelationshipuac-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac367", + "apprehendedrelationshipuac", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac367-apprehendedrelationshipuac-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac367-apprehendedrelationshipuac-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac367-apprehendedrelationshipuac-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac367-apprehendedrelationshipuac-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac367", + "apprehendedrelationshipuac", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac368-addresshistory-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac368-addresshistory-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac368-addresshistory-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac368-addresshistory-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac368", + "addresshistory", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac368-addresshistory-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac368-addresshistory-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac368-addresshistory-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac368-addresshistory-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac368", + "addresshistory", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac3680-sir-orr-notification-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac3680-sir-orr-notification-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac3680-sir-orr-notification-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac3680-sir-orr-notification-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-04-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac3680", + "sir", + "orr", + "notification", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac3680-sir-orr-notification-migration_", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac3680-sir-orr-notification-migration_", + "downloadURL": "https://api.github.com/repos/HHS/orruac3680-sir-orr-notification-migration_/downloads", + "repositoryURL": "https://github.com/HHS/orruac3680-sir-orr-notification-migration_.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-29", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac3680", + "sir", + "orr", + "notification", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac3680-sir-orr-notification-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac3680-sir-orr-notification-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac3680-sir-orr-notification-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac3680-sir-orr-notification-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-04-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac3680", + "sir", + "orr", + "notification", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac3680-sir-orr-notification-staging_", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac3680-sir-orr-notification-staging_", + "downloadURL": "https://api.github.com/repos/HHS/orruac3680-sir-orr-notification-staging_/downloads", + "repositoryURL": "https://github.com/HHS/orruac3680-sir-orr-notification-staging_.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-04-29", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac3680", + "sir", + "orr", + "notification", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac369-account-program", + "description": "UAC PATH - Data Migration Mule projects for Account Object Program R/T", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac369-account-program", + "downloadURL": "https://api.github.com/repos/HHS/orruac369-account-program/downloads", + "repositoryURL": "https://github.com/HHS/orruac369-account-program.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2020-10-13", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "Mule", + "projects", + "Account", + "Object", + "Program", + "R", + "T" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac3714-atm", + "description": "Mule apps related to Account team member", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac3714-atm", + "downloadURL": "https://api.github.com/repos/HHS/orruac3714-atm/downloads", + "repositoryURL": "https://github.com/HHS/orruac3714-atm.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-03-18", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Mule", + "apps", + "related", + "Account", + "member" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac4220-case-rt-ltfc-travel-request-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac4220-case-rt-ltfc-travel-request-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-04-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac4220", + "case", + "rt", + "ltfc", + "travel", + "request", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac4220-case-rt-ltfc-travel-request-migration_", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-migration_", + "downloadURL": "https://api.github.com/repos/HHS/orruac4220-case-rt-ltfc-travel-request-migration_/downloads", + "repositoryURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-migration_.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-04-29", + "lastModified": "2021-05-25", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac4220", + "case", + "rt", + "ltfc", + "travel", + "request", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac4220-case-rt-ltfc-travel-request-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac4220-case-rt-ltfc-travel-request-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-04-22", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac4220", + "case", + "rt", + "ltfc", + "travel", + "request", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac4220-case-rt-ltfc-travel-request-staging_", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-staging_", + "downloadURL": "https://api.github.com/repos/HHS/orruac4220-case-rt-ltfc-travel-request-staging_/downloads", + "repositoryURL": "https://github.com/HHS/orruac4220-case-rt-ltfc-travel-request-staging_.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-04-29", + "lastModified": "2021-06-04", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac4220", + "case", + "rt", + "ltfc", + "travel", + "request", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac430-sponsorapplication-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac430-sponsorapplication-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac430-sponsorapplication-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac430-sponsorapplication-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac430", + "sponsorapplication", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac430-sponsorapplication-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac430-sponsorapplication-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac430-sponsorapplication-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac430-sponsorapplication-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-04-22", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac430", + "sponsorapplication", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac431-contact-adult", + "description": "UAC PATH - Data Migration Mule projects for Contact Object Adult Contact R/T", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac431-contact-adult", + "downloadURL": "https://api.github.com/repos/HHS/orruac431-contact-adult/downloads", + "repositoryURL": "https://github.com/HHS/orruac431-contact-adult.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2020-09-15", + "lastModified": "2021-05-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UAC", + "PATH", + "Migration", + "Mule", + "projects", + "Contact", + "Object", + "Adult", + "R", + "T" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac5364-contact-hsprs-primary-sub", + "description": "UCPATH Project - data migration mule apps related to HS PRS Permission sets for Primary Providers and sub contractors", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac5364-contact-hsprs-primary-sub", + "downloadURL": "https://api.github.com/repos/HHS/orruac5364-contact-hsprs-primary-sub/downloads", + "repositoryURL": "https://github.com/HHS/orruac5364-contact-hsprs-primary-sub.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML", + "DataWeave" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2022-02-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPATH", + "Project", + "migration", + "mule", + "apps", + "related", + "HS", + "PRS", + "Permission", + "sets", + "Primary", + "Providers", + "sub", + "contractors" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac5401-hotline-alerts", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac5401-hotline-alerts", + "downloadURL": "https://api.github.com/repos/HHS/orruac5401-hotline-alerts/downloads", + "repositoryURL": "https://github.com/HHS/orruac5401-hotline-alerts.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave", + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-06-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac5401", + "hotline", + "alerts" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac5819-assignment-mapping", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac5819-assignment-mapping", + "downloadURL": "https://api.github.com/repos/HHS/orruac5819-assignment-mapping/downloads", + "repositoryURL": "https://github.com/HHS/orruac5819-assignment-mapping.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2021-05-25", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac5819", + "assignment", + "mapping" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac864-backgroundcheck-migration", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac864-backgroundcheck-migration", + "downloadURL": "https://api.github.com/repos/HHS/orruac864-backgroundcheck-migration/downloads", + "repositoryURL": "https://github.com/HHS/orruac864-backgroundcheck-migration.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac864", + "backgroundcheck", + "migration" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac864-backgroundcheck-staging", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac864-backgroundcheck-staging", + "downloadURL": "https://api.github.com/repos/HHS/orruac864-backgroundcheck-staging/downloads", + "repositoryURL": "https://github.com/HHS/orruac864-backgroundcheck-staging.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "DataWeave" + ], + "date": { + "created": "2021-04-22", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "orruac864", + "backgroundcheck", + "staging" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac876-assets-beds", + "description": "Mule data migration project for Assets beds", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac876-assets-beds", + "downloadURL": "https://api.github.com/repos/HHS/orruac876-assets-beds/downloads", + "repositoryURL": "https://github.com/HHS/orruac876-assets-beds.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML", + "DataWeave" + ], + "date": { + "created": "2020-11-07", + "lastModified": "2021-03-18", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Mule", + "migration", + "project", + "Assets", + "beds" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "orruac876-beds", + "description": "UCPATH Project - data migration mule apps related Beds availability", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/orruac876-beds", + "downloadURL": "https://api.github.com/repos/HHS/orruac876-beds/downloads", + "repositoryURL": "https://github.com/HHS/orruac876-beds.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-05-28", + "lastModified": "2021-05-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "UCPATH", + "Project", + "migration", + "mule", + "apps", + "related", + "Beds", + "availability" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "owh-ds", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/apache-2.0", + "name": "Apache License 2.0" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/owh-ds", + "downloadURL": "https://api.github.com/repos/HHS/owh-ds/downloads", + "repositoryURL": "https://github.com/HHS/owh-ds.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "HTML", + "Python", + "Gherkin", + "CSS", + "Shell", + "Dockerfile" + ], + "date": { + "created": "2016-08-16", + "lastModified": "2022-02-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "owh", + "ds" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "owh-site-analysis", + "description": "This generates a report for HIG prod site weekly & monthly wise user access analysis", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/owh-site-analysis", + "downloadURL": "https://api.github.com/repos/HHS/owh-site-analysis/downloads", + "repositoryURL": "https://github.com/HHS/owh-site-analysis.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "TypeScript", + "JavaScript", + "HTML", + "CSS" + ], + "date": { + "created": "2022-02-01", + "lastModified": "2022-02-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "generates", + "report", + "HIG", + "prod", + "site", + "weekly", + "monthly", + "wise", + "user", + "access", + "analysis" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "pillbox", + "description": "Pillbox for Developers homepage", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/pillbox", + "downloadURL": "https://api.github.com/repos/HHS/pillbox/downloads", + "repositoryURL": "https://github.com/HHS/pillbox.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "JavaScript" + ], + "date": { + "created": "2014-02-04", + "lastModified": "2017-05-09", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Pillbox", + "Developers", + "homepage" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "pillbox-data-process", + "description": "Pillbox for Developers data processing code", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/pillbox-data-process", + "downloadURL": "https://api.github.com/repos/HHS/pillbox-data-process/downloads", + "repositoryURL": "https://github.com/HHS/pillbox-data-process.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "Shell" + ], + "date": { + "created": "2014-02-04", + "lastModified": "2022-03-10", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Pillbox", + "Developers", + "processing", + "code" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "pillbox-engine", + "description": "The new Pillbox Engine. A local web-based application for downloading and management of DailyMed SPL Data", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/pillbox-engine", + "downloadURL": "https://api.github.com/repos/HHS/pillbox-engine/downloads", + "repositoryURL": "https://github.com/HHS/pillbox-engine.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "JavaScript", + "CSS" + ], + "date": { + "created": "2014-11-03", + "lastModified": "2021-12-02", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "new", + "Pillbox", + "Engine", + "local", + "web", + "based", + "application", + "downloading", + "management", + "DailyMed", + "SPL" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "pillbox_docs", + "description": "Pillbox at the National Library of Medicine", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/pillbox_docs", + "downloadURL": "https://api.github.com/repos/HHS/pillbox_docs/downloads", + "repositoryURL": "https://github.com/HHS/pillbox_docs.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Ruby" + ], + "date": { + "created": "2009-12-12", + "lastModified": "2021-11-08", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Pillbox", + "National", + "Library", + "Medicine" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "rapidtest", + "description": "RapidTest application - large scale COVID-19 rapid testing tool.", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/rapidtest", + "downloadURL": "https://api.github.com/repos/HHS/rapidtest/downloads", + "repositoryURL": "https://github.com/HHS/rapidtest.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "JavaScript", + "HTML", + "CSS", + "Dockerfile", + "Shell" + ], + "date": { + "created": "2021-03-10", + "lastModified": "2021-04-27", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "RapidTest", + "application", + "large", + "scale", + "COVID", + "19", + "rapid", + "testing", + "tool" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "samhsa-pattern-library", + "description": "Project Lead: Dara Pressley", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/samhsa-pattern-library", + "downloadURL": "https://api.github.com/repos/HHS/samhsa-pattern-library/downloads", + "repositoryURL": "https://github.com/HHS/samhsa-pattern-library.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-05-14", + "lastModified": "2021-01-20", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Project", + "Lead:", + "Dara", + "Pressley" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "sndml3", + "description": "ServiceNow Data Mart Loader: an application to load SQL databases from ServiceNow", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/mit", + "name": "MIT License" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/sndml3", + "downloadURL": "https://api.github.com/repos/HHS/sndml3/downloads", + "repositoryURL": "https://github.com/HHS/sndml3.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Java" + ], + "date": { + "created": "2019-04-15", + "lastModified": "2019-04-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ServiceNow", + "Mart", + "Loader:", + "application", + "load", + "SQL", + "databases" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "survey_stats", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "URL": "https://api.github.com/licenses/bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License" + } + ] + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/survey_stats", + "downloadURL": "https://api.github.com/repos/HHS/survey_stats/downloads", + "repositoryURL": "https://github.com/HHS/survey_stats.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python", + "Shell", + "Dockerfile" + ], + "date": { + "created": "2017-03-03", + "lastModified": "2022-03-19", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "survey", + "stats" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "syndication", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/syndication", + "downloadURL": "https://api.github.com/repos/HHS/syndication/downloads", + "repositoryURL": "https://github.com/HHS/syndication.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Groovy", + "JavaScript", + "PHP", + "CSS", + "Shell", + "Batchfile", + "Java", + "HTML" + ], + "date": { + "created": "2013-05-06", + "lastModified": "2021-10-17", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "syndication" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "tcc-data-extractor", + "description": "Extracts data from SITREPs and FFS reports for use in TCC report", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/tcc-data-extractor", + "downloadURL": "https://api.github.com/repos/HHS/tcc-data-extractor/downloads", + "repositoryURL": "https://github.com/HHS/tcc-data-extractor.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "Python" + ], + "date": { + "created": "2022-02-17", + "lastModified": "2022-02-28", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "Extracts", + "SITREPs", + "FFS", + "reports", + "use", + "TCC", + "report" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "uac-job-enrollees-path-pcu", + "description": "This repository is for ORRUAC-802 - PCU Interface", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/uac-job-enrollees-path-pcu", + "downloadURL": "https://api.github.com/repos/HHS/uac-job-enrollees-path-pcu/downloads", + "repositoryURL": "https://github.com/HHS/uac-job-enrollees-path-pcu.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML" + ], + "date": { + "created": "2020-08-17", + "lastModified": "2020-10-24", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "ORRUAC", + "802", + "PCU", + "Interface" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "uac-job-images-portal-stg2", + "description": "This repository is for ORRUAC-1067 - Migration Attachments present in \"UAC_IMAGES\" Folder", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/uac-job-images-portal-stg2", + "downloadURL": "https://api.github.com/repos/HHS/uac-job-images-portal-stg2/downloads", + "repositoryURL": "https://github.com/HHS/uac-job-images-portal-stg2.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-08-12", + "lastModified": "2020-08-19", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "ORRUAC", + "1067", + "Migration", + "Attachments", + "present", + "\"UAC", + "IMAGES\"", + "Folder" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "uac-job-images-stg2-path", + "description": "This repository is for ORRUAC-1067 - Migration Attachments present in \"UAC_IMAGES\" Folder", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/uac-job-images-stg2-path", + "downloadURL": "https://api.github.com/repos/HHS/uac-job-images-stg2-path/downloads", + "repositoryURL": "https://github.com/HHS/uac-job-images-stg2-path.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2020-07-28", + "lastModified": "2020-08-13", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "ORRUAC", + "1067", + "Migration", + "Attachments", + "present", + "\"UAC", + "IMAGES\"", + "Folder" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "uac-sapi-uip-placement", + "description": "This repository is for ORRUAC-1252 - Build Mulesoft API Interface to Send UAC Placement Information", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/uac-sapi-uip-placement", + "downloadURL": "https://api.github.com/repos/HHS/uac-sapi-uip-placement/downloads", + "repositoryURL": "https://github.com/HHS/uac-sapi-uip-placement.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "CSS", + "HTML" + ], + "date": { + "created": "2020-07-29", + "lastModified": "2020-12-17", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "ORRUAC", + "1252", + "Build", + "Mulesoft", + "API", + "Interface", + "Send", + "UAC", + "Placement", + "Information" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "ucprog-rnd", + "description": "ACF ORR UC Program Research & Development", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/ucprog-rnd", + "downloadURL": "https://api.github.com/repos/HHS/ucprog-rnd/downloads", + "repositoryURL": "https://github.com/HHS/ucprog-rnd.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2022-03-15", + "lastModified": "2022-03-15", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "ACF", + "ORR", + "UC", + "Program", + "Research", + "Development" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "uip-uac-referral-data", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/uip-uac-referral-data", + "downloadURL": "https://api.github.com/repos/HHS/uip-uac-referral-data/downloads", + "repositoryURL": "https://github.com/HHS/uip-uac-referral-data.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML", + "DataWeave" + ], + "date": { + "created": "2020-10-02", + "lastModified": "2021-03-30", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "uip", + "uac", + "referral" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "uip_uac_referral-uat-gateway", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/uip_uac_referral-uat-gateway", + "downloadURL": "https://api.github.com/repos/HHS/uip_uac_referral-uat-gateway/downloads", + "repositoryURL": "https://github.com/HHS/uip_uac_referral-uat-gateway.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [ + "RAML" + ], + "date": { + "created": "2021-11-12", + "lastModified": "2021-11-12", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "uip", + "uac", + "referral", + "uat", + "gateway" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "uts-rest-api", + "description": "A repository of code samples in various languages that show how to use the UMLS Terminology Services REST API", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/uts-rest-api", + "downloadURL": "https://api.github.com/repos/HHS/uts-rest-api/downloads", + "repositoryURL": "https://github.com/HHS/uts-rest-api.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2015-07-27", + "lastModified": "2022-03-07", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "repository", + "code", + "samples", + "various", + "languages", + "use", + "UMLS", + "Terminology", + "Services", + "REST", + "API" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "voc-admin", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/voc-admin", + "downloadURL": "https://api.github.com/repos/HHS/voc-admin/downloads", + "repositoryURL": "https://github.com/HHS/voc-admin.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2013-01-04", + "lastModified": "2018-01-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "voc", + "admin" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + }, + { + "name": "voc-public", + "description": "No description available...", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null + }, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/voc-public", + "downloadURL": "https://api.github.com/repos/HHS/voc-public/downloads", + "repositoryURL": "https://github.com/HHS/voc-public.git", + "vcs": "git", + "laborHours": 0.0, + "languages": [], + "date": { + "created": "2012-12-06", + "lastModified": "2018-01-26", + "metadataLastUpdated": "2022-03-22" + }, + "tags": [ + "voc", + "public" + ], + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } + } + ] } \ No newline at end of file diff --git a/agency-indexes/HHS/Artemis.json b/agency-indexes/HHS/Artemis.json index 3176a398..4ce78eff 100644 --- a/agency-indexes/HHS/Artemis.json +++ b/agency-indexes/HHS/Artemis.json @@ -1,37 +1,37 @@ { - "contact": { - "URL": "https://github.com/CDCgov", - "email": "cdcinfo@cdc.gov" - }, - "date": { - "created": "2017-12-25", - "lastModified": "2020-10-15" + "name": "Artemis", + "description": "ACF Project led by Joanna Chan", + "status": "Development", + "permissions": { + "usageType": "openSource", + "licenses": null }, - "description": "An application to assist Utah CDC's Newborn Screening Program", - "downloadURL": "https://api.github.com/repos/CDCgov/artemis/downloads", - "homepageURL": "https://github.com/CDCgov/artemis", - "laborHours": 0, + "organization": "Department of Health and Human Services", + "homepageURL": "https://github.com/HHS/Artemis", + "downloadURL": "https://api.github.com/repos/HHS/Artemis/downloads", + "repositoryURL": "https://github.com/HHS/Artemis.git", + "vcs": "git", + "laborHours": 0.0, "languages": [ - "Ruby", - "HTML", - "CSS", - "JavaScript", - "Dockerfile" + "Jupyter Notebook", + "Python", + "Jinja", + "Shell" ], - "name": "artemis", - "organization": "Centers for Disease Control and Prevention", - "permissions": { - "licenses": [ - { - "name": "NOASSERTION" - } - ], - "usageType": "openSource" + "date": { + "created": "2021-06-08", + "lastModified": "2022-01-10", + "metadataLastUpdated": "2022-03-22" }, - "repositoryURL": "git://github.com/CDCgov/artemis.git", - "status": "Development", "tags": [ - "github" + "ACF", + "Project", + "led", + "Joanna", + "Chan" ], - "vcs": "git" + "contact": { + "email": "HHS_GitHub_Service_Desk@hhs.gov", + "name": "U.S. Department of Health & Human Services" + } } \ No newline at end of file diff --git a/agency-indexes/HHS/artemis.json b/agency-indexes/HHS/artemis.json new file mode 100644 index 00000000..3176a398 --- /dev/null +++ b/agency-indexes/HHS/artemis.json @@ -0,0 +1,37 @@ +{ + "contact": { + "URL": "https://github.com/CDCgov", + "email": "cdcinfo@cdc.gov" + }, + "date": { + "created": "2017-12-25", + "lastModified": "2020-10-15" + }, + "description": "An application to assist Utah CDC's Newborn Screening Program", + "downloadURL": "https://api.github.com/repos/CDCgov/artemis/downloads", + "homepageURL": "https://github.com/CDCgov/artemis", + "laborHours": 0, + "languages": [ + "Ruby", + "HTML", + "CSS", + "JavaScript", + "Dockerfile" + ], + "name": "artemis", + "organization": "Centers for Disease Control and Prevention", + "permissions": { + "licenses": [ + { + "name": "NOASSERTION" + } + ], + "usageType": "openSource" + }, + "repositoryURL": "git://github.com/CDCgov/artemis.git", + "status": "Development", + "tags": [ + "github" + ], + "vcs": "git" +} \ No newline at end of file diff --git a/agency-indexes/SSA-index.json b/agency-indexes/SSA-index.json index 65f4d9eb..8065c584 100644 --- a/agency-indexes/SSA-index.json +++ b/agency-indexes/SSA-index.json @@ -4907,6 +4907,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/scripts/pull_all_assets.py b/scripts/pull_all_assets.py index 6b41b2ff..b499005c 100644 --- a/scripts/pull_all_assets.py +++ b/scripts/pull_all_assets.py @@ -1,6 +1,6 @@ -from .pull_legacy_assets import agencies_links, headers, add_directories_to_directory, add_indexes_to_directory -from .pull_legacy_assets import main as legacy_pull_function -from .pull_public_assets import main as public_pull_function +from pull_legacy_assets import agencies_links, headers, add_directories_to_directory, add_indexes_to_directory +from pull_legacy_assets import main as legacy_pull_function +from pull_public_assets import main as public_pull_function def main(): legacy_pull_function() diff --git a/scripts/pull_legacy_assets.py b/scripts/pull_legacy_assets.py index 879497b8..f21e6d19 100644 --- a/scripts/pull_legacy_assets.py +++ b/scripts/pull_legacy_assets.py @@ -1,7 +1,7 @@ import requests import json import os -from .util import merge_indexes +from util import merge_indexes # the commented out links are not valid or cant be found agencies_links = { @@ -35,7 +35,7 @@ } def add_directories_to_directory(data, agency_name): - directory_name = f"../agency-indexes/{agency_name}" + directory_name = f"agency-indexes/{agency_name}" try: if not os.path.exists(directory_name): @@ -57,7 +57,7 @@ def add_directories_to_directory(data, agency_name): def add_indexes_to_directory(data, agency_name): - file_name = f"../agency-indexes/{agency_name}-index.json" + file_name = f"agency-indexes/{agency_name}-index.json" if os.path.exists(file_name): try: diff --git a/scripts/pull_public_assets.py b/scripts/pull_public_assets.py index ca5653b4..7bdef403 100644 --- a/scripts/pull_public_assets.py +++ b/scripts/pull_public_assets.py @@ -2,7 +2,7 @@ import os from codejson_index_generator import IndexGenerator -from .util import merge_indexes +from util import merge_indexes AGENCY_CODEJSON_DIR = "agency-indexes" VERSION = '0.0.1' diff --git a/scripts/util.py b/scripts/util.py index 9366e577..e967f02c 100644 --- a/scripts/util.py +++ b/scripts/util.py @@ -1,3 +1,5 @@ +import json + def merge_indexes(data,existing_file): try: with open(existing_file, 'r', encoding='utf-8') as file: From c50b43a418fc4d06f2b357f51d57c9b74cf1771e Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Thu, 5 Jun 2025 12:41:31 -0500 Subject: [PATCH 3/6] update script to sort codejson by date last updated by Signed-off-by: Isaac Milarsky --- scripts/pull_public_assets.py | 19 +++++++++++++++++-- scripts/util.py | 14 +++++++++++++- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/scripts/pull_public_assets.py b/scripts/pull_public_assets.py index 7bdef403..6fb7855f 100644 --- a/scripts/pull_public_assets.py +++ b/scripts/pull_public_assets.py @@ -2,7 +2,7 @@ import os from codejson_index_generator import IndexGenerator -from util import merge_indexes +from util import merge_indexes, which_code_json_is_most_up_to_date AGENCY_CODEJSON_DIR = "agency-indexes" VERSION = '0.0.1' @@ -55,10 +55,25 @@ def main(): continue repoPath = os.path.join(agency_subdir, (repo_obj.name + '.json')) - code_json = indexGen.save_code_json(repo_obj,repoPath) + + code_json = indexGen.get_code_json(repo_obj) + if code_json: print(f"✅ Found code.json in {repo}") + + if os.path.exists(repoPath): + try: + with open(repoPath, 'r', encoding='utf-8') as file: + existing_code_json = json.load(file) + + code_json = which_code_json_is_most_up_to_date(code_json,existing_code_json) + except Exception: + print("could not open existing codejson File!") + + with open(repoPath, 'w') as f: + json.dump(code_json,f,indent=2) + indexGen.update_index(indexGen.index,code_json,repo_obj.organization, repo_obj.name) else: print(f"❌ No code.json found in {repo}") diff --git a/scripts/util.py b/scripts/util.py index e967f02c..01e36846 100644 --- a/scripts/util.py +++ b/scripts/util.py @@ -1,4 +1,5 @@ import json +from datetime import datetime def merge_indexes(data,existing_file): try: @@ -26,4 +27,15 @@ def merge_indexes(data,existing_file): except Exception as e: print(f"Failed to read existing file: {e}") - raise e \ No newline at end of file + raise e + + +def which_code_json_is_most_up_to_date(*args): + + sorted_code_json_list = sorted( + args, + key=lambda d : datetime.strptime( + d['date']['metadataLastUpdated'],'%Y-%m-%d' + ), + reverse=True) + return sorted_code_json_list[0] \ No newline at end of file From 9a3a5ba72edf24d0b84d89bb25c1bd40c1317ee1 Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Thu, 5 Jun 2025 12:48:39 -0500 Subject: [PATCH 4/6] update Signed-off-by: Isaac Milarsky --- agency-indexes/SSA-index.json | 2381 +++++++++++++++++++++++++++++++++ 1 file changed, 2381 insertions(+) diff --git a/agency-indexes/SSA-index.json b/agency-indexes/SSA-index.json index 8065c584..b016803d 100644 --- a/agency-indexes/SSA-index.json +++ b/agency-indexes/SSA-index.json @@ -7288,6 +7288,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": "", From c112e6395a31e4cc7ac613ef3d6497bcfa49a4a5 Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Thu, 5 Jun 2025 13:10:04 -0500 Subject: [PATCH 5/6] fix dates and add check to pull legacy assets Signed-off-by: Isaac Milarsky --- agency-indexes/DoE/Cap.json | 23 +++++++-------- ...nchronous_VisitOr_Queue_Graph_Toolkit.json | 21 ++++++++------ agency-indexes/DoE/JobRunner.json | 24 ++++++++-------- agency-indexes/DoE/LUNA.json | 25 +++++++++-------- agency-indexes/DoE/OSCARS.json | 28 ++++++++++--------- agency-indexes/DoE/SystemBurn.json | 14 +++++----- scripts/pull_legacy_assets.py | 9 ++++-- 7 files changed, 79 insertions(+), 65 deletions(-) diff --git a/agency-indexes/DoE/Cap.json b/agency-indexes/DoE/Cap.json index 365bb72d..f5258324 100644 --- a/agency-indexes/DoE/Cap.json +++ b/agency-indexes/DoE/Cap.json @@ -1,30 +1,31 @@ { "contact": { - "email": "simsdl@ornl.gov" + "email": "stooksburys@osti.gov" }, "date": { - "created": "2018-04-18", - "metadataLastUpdated": "2018-04-18" + "created": "2020-09-16", + "metadataLastUpdated": "2020-09-16" }, - "description": "A library for modeling energy storage devices.\u00a0http://cap.readthedocs.org\n", - "laborHours": 6232.0, - "name": "Cap", - "organization": "Oak Ridge National Laboratory (ORNL)", + "description": "Identification of core annotation pipeline (CAP). The repository for workflow development to integrate in-house workflows into KBase. These scripts integrate assemblies, abundances, and annotations into a Phyloseq object, specifically genes which are core among multiple metagenomes.", + "laborHours": 136.8, + "languages": [], + "name": "CAP", + "organization": "Office of Scientific and Technical Information (OSTI)", "permissions": { "exemptionText": null, "licenses": [ { - "URL": "https://api.github.com/licenses/bsd-3-clause", - "name": "BSD-3-Clause" + "URL": "https://api.github.com/licenses/mit", + "name": "MIT" } ], "usageType": "openSource" }, - "repositoryURL": "https://github.com/ORNL-CEES/Cap", + "repositoryURL": "https://github.com/kbaseattic/cap", "status": "Development", "tags": [ "DOE CODE", - "Oak Ridge National Laboratory (ORNL)" + "Office of Scientific and Technical Information (OSTI)" ], "vcs": "git" } \ No newline at end of file diff --git a/agency-indexes/DoE/Highly_Asynchronous_VisitOr_Queue_Graph_Toolkit.json b/agency-indexes/DoE/Highly_Asynchronous_VisitOr_Queue_Graph_Toolkit.json index 6700a650..f70943e8 100644 --- a/agency-indexes/DoE/Highly_Asynchronous_VisitOr_Queue_Graph_Toolkit.json +++ b/agency-indexes/DoE/Highly_Asynchronous_VisitOr_Queue_Graph_Toolkit.json @@ -1,29 +1,32 @@ { "contact": { - "email": "holdensanchez2@llnl.gov" + "email": "bledsoe2@llnl.gov" }, "date": { - "created": "2017-10-25", - "metadataLastUpdated": "2017-10-25" + "created": "2020-12-16", + "metadataLastUpdated": "2020-12-16" }, - "description": "HAVOQGT is a C++ framework that can be used to create highly parallel graph traversal algorithms. The framework stores the graph and algorithmic data structures on external memory that is typically mapped to high performance locally attached NAND FLASH arrays. The framework supports a vertex-centered visitor programming model. The frameworkd has been used to implement breadth first search, connected components, and single source shortest path.", + "description": "HavoqGT (Highly Asynchronous Visitor Queue Graph Toolkit) is a framework for expressing\nasynchronous vertex-centric graph algorithms, and executing them on High Performance Computing (HPC) systems. It provides a vertex 'visitor' interface, where actions are defined at an individual vertex level, and contains a suite of classic graph algorithms. HavoqGT is capable of processing large graphs stored in NVRAM (SSDs) using a memory mapped interface.\n", "laborHours": 15139.2, - "name": "Highly Asynchronous VisitOr Queue Graph Toolkit", + "languages": [], + "name": "Highly Asynchronous Visitor Queue Graph Toolkit", "organization": "Lawrence Livermore National Laboratory (LLNL)", "permissions": { "exemptionText": null, "licenses": [ { - "URL": "https://api.github.com/licenses/lgpl-2.1", - "name": "LGPL-2.1" + "URL": "https://api.github.com/licenses/mit", + "name": "MIT" } ], "usageType": "openSource" }, - "repositoryURL": "https://bitbucket.org/PerMA/havoqgt", + "repositoryURL": "https://github.com/LLNL/havoqgt", "status": "Production", "tags": [ "DOE CODE", "Lawrence Livermore National Laboratory (LLNL)" - ] + ], + "vcs": "git", + "version": "0.2" } \ No newline at end of file diff --git a/agency-indexes/DoE/JobRunner.json b/agency-indexes/DoE/JobRunner.json index 66b635a3..7195850e 100644 --- a/agency-indexes/DoE/JobRunner.json +++ b/agency-indexes/DoE/JobRunner.json @@ -1,31 +1,31 @@ { "contact": { - "email": "stooksburys@osti.gov" + "email": "dkrakowski@anl.gov" }, "date": { - "created": "2020-07-30", - "metadataLastUpdated": "2020-07-31" + "created": "2023-08-18", + "metadataLastUpdated": "2023-08-21" }, - "description": "The job runner is started by the batch/resource manager system and is the component that actually executes the SDK module. It also provides the callback handler and pushes logs to the execution engine logging system.", - "laborHours": 2036.8, + "description": "SF-23-071\nJobrunner is a command line tool to manage and deploy computing jobs, organize complex workloads, and enforce a\ndirectory based hierarchy to enable reuse of files and bash scripts within a project. Organization details of a directory\ntree are encoded in Jobfiles which serve as an index of files/scripts, and indicate their purpose when deploying or\nsetting up a job. It is a flexible tool that allows users to design 16 their own directory structure, perserve their design,\nand maintain 17 consistency with increase in complexity of the project.\n", + "laborHours": 0.0, "languages": [], - "name": "JobRunner", - "organization": "Office of Scientific and Technical Information (OSTI)", + "name": "JOBRUNNER", + "organization": "Argonne National Laboratory (ANL)", "permissions": { "exemptionText": null, "licenses": [ { - "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/kbase/JobRunner", - "status": "Development", + "repositoryURL": "https://github.com/akashdhruv/Jobrunner", + "status": "Production", "tags": [ "DOE CODE", - "Office of Scientific and Technical Information (OSTI)" + "Argonne National Laboratory (ANL)" ], "vcs": "git" } \ No newline at end of file diff --git a/agency-indexes/DoE/LUNA.json b/agency-indexes/DoE/LUNA.json index a7605e4f..0c0b5bac 100644 --- a/agency-indexes/DoE/LUNA.json +++ b/agency-indexes/DoE/LUNA.json @@ -1,17 +1,19 @@ { "contact": { - "email": "chan@lanl.gov" + "email": "copyrightadmin@sandia.gov" }, "date": { - "created": "2021-06-17", - "metadataLastUpdated": "2021-06-17" + "created": "2022-10-05", + "metadataLastUpdated": "2022-10-05" }, - "description": "We have developed a mechanistic model of leaf utilization of nitrogen for assimilation (LUNA V1.0) to predict the photosynthetic capacity at the global scale under different environmental conditions. We adopt an optimality hypothesis to nitrogen allocation among light capture, electron transport, carboxylation, and respiration. The LUNA model is able to reasonably capture the measured spatial and temporal patterns of the photosynthetic capacity as it explains ~55% of the global variation in the observed values of maximum carboxylation rate (Vc,max25) and ~65% of the variation in the observed values of maximum electron transport rate (Jmax25).", - "homepageURL": "https://www.lanl.gov/projects/feynman-center/deploying-innovation/intellectual-property/software-tools/open-source-software.php", + "description": "SAND2021-15051 O\nLuna is an experimental cognitive architecture that seeks to enable continuous learning in an embodied agent. 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.", + "homepageURL": "https://ip.sandia.gov/contact-form", "laborHours": 0.0, - "languages": [], - "name": "LUNA", - "organization": "Los Alamos National Laboratory (LANL)", + "languages": [ + "Python3" + ], + "name": "Luna", + "organization": "Sandia National Laboratories (SNL)", "permissions": { "exemptionText": null, "licenses": [ @@ -22,10 +24,11 @@ ], "usageType": "openSource" }, - "repositoryURL": "https://www.lanl.gov/projects/feynman-center/deploying-innovation/intellectual-property/software-tools/open-source-software.php", + "repositoryURL": "https://ip.sandia.gov/contact-form", "status": "Development", "tags": [ "DOE CODE", - "Los Alamos National Laboratory (LANL)" - ] + "Sandia National Laboratories (SNL)" + ], + "version": "0.1" } \ No newline at end of file diff --git a/agency-indexes/DoE/OSCARS.json b/agency-indexes/DoE/OSCARS.json index ca8908ef..db005819 100644 --- a/agency-indexes/DoE/OSCARS.json +++ b/agency-indexes/DoE/OSCARS.json @@ -1,31 +1,33 @@ { "contact": { - "email": "svince@lbl.gov" + "email": "jhaemmerle@lbl.gov" }, "date": { - "created": "2019-06-20", - "metadataLastUpdated": "2019-06-20" + "created": "2021-04-16", + "metadataLastUpdated": "2021-04-20" }, - "description": "Short for On-demand Secure Circuits and Advance Reservation System, OSCARS is a freely available open-source product. As developed by the Department of Energy\u2019s high-performance science network ESnet, OSCARS was designed by network engineers who specialize in supporting the U.S. national laboratory system and its data-intensive collaborations.", - "laborHours": 127877.6, - "languages": [], - "name": "OSCARS", + "description": "The ESnet On-Demand Secure Circuits and Advance Reservation System (OSCARS) is a prototype service enabling advance reservation of guaranteed bandwidth secure virtual circuits. OSCARS operates within the Energy Sciences Network (ESnet), and has provisions for interoperation with other network domains. OSCARS utilizes the Web services model and standards to implement communication with the system and between domains, and for authentication, authorization, and auditing (AAA). The management and operation of end-to-end virtual circuits within the network is done at the layer 3 network level. Multi-Protocol Label Switching (MPLS) and the Resource Reservation Protocol (RSVP) are used to create the virtual circuits or Label Switched Paths (LSP's). Quality of Service (QoS) is used to provide bandwidth guarantees.", + "homepageURL": "https://www.es.net/engineering-services/oscars", + "laborHours": 0.0, + "languages": [ + "None" + ], + "name": "Oscars", "organization": "Lawrence Berkeley National Laboratory (LBNL)", "permissions": { "exemptionText": null, "licenses": [ { - "URL": "https://api.github.com/licenses/mit", - "name": "MIT" + "URL": "https://api.github.com/licenses/bsd-3-clause", + "name": "BSD-3-Clause" } ], "usageType": "openSource" }, - "repositoryURL": "https://github.com/esnet/oscars", - "status": "Development", + "repositoryURL": "https://www.es.net/engineering-services/oscars", + "status": "Production", "tags": [ "DOE CODE", "Lawrence Berkeley National Laboratory (LBNL)" - ], - "vcs": "git" + ] } \ No newline at end of file diff --git a/agency-indexes/DoE/SystemBurn.json b/agency-indexes/DoE/SystemBurn.json index 43008ed4..71c1a911 100644 --- a/agency-indexes/DoE/SystemBurn.json +++ b/agency-indexes/DoE/SystemBurn.json @@ -1,14 +1,14 @@ { "contact": { - "email": "laymancelk@ornl.gov" + "email": "simsdl@ornl.gov" }, "date": { - "created": "2017-10-25", - "metadataLastUpdated": "2017-10-25" + "created": "2018-04-18", + "metadataLastUpdated": "2018-04-18" }, - "description": "SystemBurn is a tool for creating a synthetic computational load for the purpose of measuring how much power a computer will draw under that type of load. The loads include fundamental library function calls like matrix multiply, memory copies, fourier transforms, bit manipulation, I/O, network packet transfers, and some code contrived to cause the processor to dray more or less power. The code produces some diagnostic and progress output, but the actual measurements would be recorded from the power panels within the computer room.", + "description": "SystemBurn is a software package designed to allow users to methodically create maximal loads on systems ranging from desktops to supercomputers.\n", "laborHours": 17510.4, - "name": "SystemBurn", + "name": "Systemburn", "organization": "Oak Ridge National Laboratory (ORNL)", "permissions": { "exemptionText": null, @@ -20,8 +20,8 @@ ], "usageType": "openSource" }, - "repositoryURL": "https://github.com/jlothian/systemburn", - "status": "Production", + "repositoryURL": "https://github.com/ORNL/systemburn", + "status": "Development", "tags": [ "DOE CODE", "Oak Ridge National Laboratory (ORNL)" diff --git a/scripts/pull_legacy_assets.py b/scripts/pull_legacy_assets.py index f21e6d19..1f7db23d 100644 --- a/scripts/pull_legacy_assets.py +++ b/scripts/pull_legacy_assets.py @@ -1,7 +1,7 @@ import requests import json import os -from util import merge_indexes +from util import merge_indexes, which_code_json_is_most_up_to_date # the commented out links are not valid or cant be found agencies_links = { @@ -50,8 +50,13 @@ def add_directories_to_directory(data, agency_name): safe_name = item['name'].replace('/', '_').replace('(', '_').replace(')', '_').replace(' ', '_') file_path = os.path.join(directory_name, f"{safe_name}.json") + if os.path.exists(file_path): + with open(file_path, 'r', encoding='utf-8') as f: + existing_code_json = json.load(f) + + with open(file_path, 'w', encoding='utf-8') as file: - json.dump(item, file, indent = 4) + json.dump(which_code_json_is_most_up_to_date(item,existing_code_json), file, indent = 4) except Exception as e: print(f"Failed to add files to {agency_name} directory: {e}") From d58afe782fd34ff51ddbadf7c7bfb39729e4f129 Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Thu, 5 Jun 2025 13:31:59 -0500 Subject: [PATCH 6/6] add parse function and dep Signed-off-by: Isaac Milarsky --- legacy-codegov.json | 2 +- scripts/pull_legacy_assets.py | 8 +++++++- scripts/requirements.txt | 3 ++- scripts/util.py | 7 ++++--- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/legacy-codegov.json b/legacy-codegov.json index d8fb9a42..d9660784 100644 --- a/legacy-codegov.json +++ b/legacy-codegov.json @@ -3178,7 +3178,7 @@ "date": { "created": "2016-11-01", "lastModified": "2018-03-16T13:00-04:00", - "metadataLastUpdated": "2018-03-15T20:31:00Z" + "LastUpdated": "2018-03-15T20:31:00Z" } }, { diff --git a/scripts/pull_legacy_assets.py b/scripts/pull_legacy_assets.py index 1f7db23d..bd78c3ac 100644 --- a/scripts/pull_legacy_assets.py +++ b/scripts/pull_legacy_assets.py @@ -50,13 +50,19 @@ def add_directories_to_directory(data, agency_name): safe_name = item['name'].replace('/', '_').replace('(', '_').replace(')', '_').replace(' ', '_') file_path = os.path.join(directory_name, f"{safe_name}.json") + to_save = item if os.path.exists(file_path): with open(file_path, 'r', encoding='utf-8') as f: existing_code_json = json.load(f) + try: + to_save = which_code_json_is_most_up_to_date(item,existing_code_json) + except Exception as e: + print(f"Ran into {e} when trying to sort code_json files by date!") + with open(file_path, 'w', encoding='utf-8') as file: - json.dump(which_code_json_is_most_up_to_date(item,existing_code_json), file, indent = 4) + json.dump(to_save, file, indent = 4) except Exception as e: print(f"Failed to add files to {agency_name} directory: {e}") diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 457dee47..bff4364e 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1,2 @@ -codejson-index-generator \ No newline at end of file +codejson-index-generator +python-dateutil \ No newline at end of file diff --git a/scripts/util.py b/scripts/util.py index 01e36846..8e724544 100644 --- a/scripts/util.py +++ b/scripts/util.py @@ -1,5 +1,6 @@ import json from datetime import datetime +from dateutil.parser import parse def merge_indexes(data,existing_file): try: @@ -32,10 +33,10 @@ def merge_indexes(data,existing_file): def which_code_json_is_most_up_to_date(*args): + sorted_code_json_list = sorted( args, - key=lambda d : datetime.strptime( - d['date']['metadataLastUpdated'],'%Y-%m-%d' - ), + key=lambda d : parse( + d['date']['metadataLastUpdated']), reverse=True) return sorted_code_json_list[0] \ No newline at end of file