Science Score: 67.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: Mearman
  • Language: CSS
  • Default Branch: main
  • Size: 382 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 1
Created over 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Citation

README.md

React + TypeScript + Vite

DOI

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:

js export default { // other rules... parserOptions: { ecmaVersion: 'latest', sourceType: 'module', project: ['./tsconfig.json', './tsconfig.node.json'], tsconfigRootDir: __dirname, }, }

  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Owner

  • Name: Joseph Mearman
  • Login: Mearman
  • Kind: user
  • Location: near Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch, Wales, UK
  • Company: @ExaDev

Citation (CITATION.cff)

authors:
  - affiliation: "@BangorUniversity"
    family-names: Joseph Mearman
    orcid: "https://orcid.org/0000-0002-9315-9760"
cff-version: 1.2.0
doi: 10.5281/zenodo.10975791
license:
  - cc-by-4.0
repository-code: https://github.com/Mearman/openalex-swagger-ui-react
title: "Mearman/openalex-swagger-ui-react"
type: software

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 months
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.4
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (10)
Top Labels
Issue Labels
Pull Request Labels
dependencies (10)

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v2 composite
  • actions/setup-node v3 composite
  • actions/upload-pages-artifact v2 composite
package-lock.json npm
  • 457 dependencies
package.json npm
  • @types/react ^18.2.43 development
  • @types/react-dom ^18.2.17 development
  • @types/swagger-ui-react ^4.18.3 development
  • @typescript-eslint/eslint-plugin ^6.14.0 development
  • @typescript-eslint/parser ^6.14.0 development
  • @vitejs/plugin-react ^4.2.1 development
  • eslint ^8.55.0 development
  • eslint-plugin-react-hooks ^4.6.0 development
  • eslint-plugin-react-refresh ^0.4.5 development
  • typescript ^5.2.2 development
  • vite ^5.0.8 development
  • react ^18.2.0
  • react-dom ^18.2.0
  • swagger-ui-react ^5.11.0