https://github.com/cdcgov/dibbs-site

https://github.com/cdcgov/dibbs-site

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary

Keywords from Contributors

archival projection interactive generic sequences observability autograding hacking shellcodes modular
Last synced: 11 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 3
  • Open Issues: 8
  • Releases: 0
Created almost 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Overview

The PHDI site is the landing page for the PHDI package. The goal is to be informative for different United States public health departments to understand the purpose of the PHDI package and the different building blocks. The site also links to various parts of the PHDI repo as well as other government pages to get involved. The static site uses the NextJS framework.

Design and Accessibility

The designs were created by the Skylight team using the USWDS framework. The USWDS framework includes accessibility designs that complies with government standards. In addition, the Lighthouse CI is used to ensure accessibility from a programmatic standpoint.

Getting Started

First, run the development server:

```bash npm run dev

or

yarn dev ```

Open http://localhost:3000/dibbs-site with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Owner

  • Name: Centers for Disease Control and Prevention
  • Login: CDCgov
  • Kind: organization
  • Email: data@cdc.gov
  • Location: Atlanta, GA

CDC's collaborative software projects to protect America from health, safety, and security threats, both foreign and in the U.S.

GitHub Events

Total
  • Delete event: 25
  • Issue comment event: 5
  • Member event: 3
  • Push event: 381
  • Pull request review comment event: 109
  • Pull request event: 162
  • Pull request review event: 137
  • Fork event: 3
  • Create event: 83
Last Year
  • Delete event: 25
  • Issue comment event: 5
  • Member event: 3
  • Push event: 381
  • Pull request review comment event: 109
  • Pull request event: 162
  • Pull request review event: 137
  • Fork event: 3
  • Create event: 83

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 137
  • Total Committers: 11
  • Avg Commits per committer: 12.455
  • Development Distribution Score (DDS): 0.358
Past Year
  • Commits: 2
  • Committers: 2
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Kenneth Chow k****h@s****l 88
emmastephenson e****4@g****m 13
nickbristow r****w@g****m 8
mattmgoldberg 8****g 7
Gordon Farrell g****n@s****l 5
Boban Ljuljdjurovic l****c@g****m 4
jnygaard j****d@g****m 4
Josh Nygaard j****d@s****l 4
dependabot[bot] 4****] 2
Michael J. Radwin m****l@r****g 1
Lina Roth l****r@t****s 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 77
  • Average time to close issues: N/A
  • Average time to close pull requests: 11 days
  • Total issue authors: 0
  • Total pull request authors: 11
  • Average comments per issue: 0
  • Average comments per pull request: 0.16
  • Merged pull requests: 60
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 0
  • Pull requests: 45
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.02
  • Merged pull requests: 31
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jakewheeler (1)
Pull Request Authors
  • jakewheeler (66)
  • nickbristow (29)
  • BobanL (12)
  • dependabot[bot] (8)
  • KennethSkylight (7)
  • mattmgoldberg (7)
  • emmastephenson (4)
  • gordonfarrell (3)
  • mjradwin (2)
  • lina-roth (2)
  • JNygaard-Skylight (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (8)

Dependencies

package-lock.json npm
  • 292 dependencies
package.json npm
  • autoprefixer ^10.4.12 development
  • eslint 8.23.1 development
  • eslint-config-next 12.3.1 development
  • postcss ^8.4.17 development
  • tailwindcss ^3.1.8 development
  • @headlessui/react ^1.7.3
  • @trussworks/react-uswds ^3.2.0
  • next 12.3.1
  • react 18.2.0
  • react-dom 18.2.0
  • sass ^1.55.0
.github/workflows/lighthouse.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/configure-pages v2 composite
  • actions/setup-node v3 composite
  • actions/upload-pages-artifact v1 composite
  • treosh/lighthouse-ci-action v9 composite
.github/workflows/pages.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/configure-pages v2 composite
  • actions/deploy-pages v1 composite
  • actions/setup-node v3 composite
  • actions/upload-pages-artifact v1 composite