fairshare-docs

Documentation for the FAIRshare application

https://github.com/fairdataihub/fairshare-docs

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 3 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 (10.4%) to scientific vocabulary

Keywords

covid-19 curation documentation electron macos ubuntu windows
Last synced: 4 months ago · JSON representation ·

Repository

Documentation for the FAIRshare application

Basic Info
  • Host: GitHub
  • Owner: fairdataihub
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage: https://docs.fairshareapp.io
  • Size: 7.98 MB
Statistics
  • Stars: 6
  • Watchers: 3
  • Forks: 2
  • Open Issues: 3
  • Releases: 58
Topics
covid-19 curation documentation electron macos ubuntu windows
Created about 4 years ago · Last pushed 5 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Codeowners Codemeta Zenodo

README.md

logo

FAIRshare Documentation

A comprehensive documentation of the FAIRshare project!

contributors last update stars open issues license doi Curated with FAIRshare checkly status checkly response time

What is FAIRshare? · Documentation · Changelog · Report Bug · Request Feature


:notebookwithdecorative_cover: Table of Contents

:star2: About the Documentation

:space_invader: Tech Stack

Client
Server

:art: Color Reference

| Color | Hex | | --------------- | ---------------------------------------------------------------- | | Primary Color | #1E40AF #1E40AF | | Secondary Color | #F97316 #F97316 | | Accent Color | #6B7280 #6B7280 | | Text Color | #1C1E21 #1C1E21 |

:key: Environment Variables

To run this project, you will need to add the following environment variables to your .env.local file

  • None at the moment

:toolbox: Getting Started

:bangbang: Prerequisites

This project uses Yarn as package manager

bash npm install --global yarn

:running: Run Locally

Clone the project

bash git clone https://github.com/fairdataihub/FAIRshare-Docs.git

Go to the project directory

bash cd FAIRshare-Docs

Install dependencies

bash yarn install

Start the server

bash yarn start

:stopwatch: Versioning

You can use the version script to create a new documentation version based on the latest content in the docs directory. That specific set of documentation will then be preserved and accessible even as the documentation in the docs directory changes moving forward.

Ideally, you should create a new branch and update the relevant pages. Then send a PR with @megasanjay on the review page.

Only do these steps after all changes to the documentation for the specific version have been completed:

  1. Update the docs changelog to be on parity with the changelog in @FAIRshare
  2. Make sure the current docs version (the docs directory) is ready to be frozen.
  3. Update the version key in package.json for this repository.

bash yarn run docusaurus docs:version 5.3.0

This will freeze the current version of the documentation. The files under the current docs directory will be considered to be Upcoming 🚧 version.

:building_construction: Build locally

Use this step to build a local production version of the site. Use serve to preview the local build.

bash yarn build yarn serve

:triangularflagon_post: Deployment

You will not need to do anything to the hosted site. Continuous Delivery has been setup with Vercel. All you need to do is push your commit and wait for it to deploy.

:wave: Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

:scroll: Code of Conduct

Please read the Code of Conduct

:grey_question: FAQ

  • Can I make changes to previous versions of the documentation?

    • Yes, you can make changes to previous versions of the documentation. You can do this by creating a new branch and adding your changes directly in the versioned_docs directory.

:warning: License

Distributed under the MIT License. See LICENSE for more information.

:handshake: Contact

Contact us on Twitter: @fairdataihub

Send us an E-mail: info@fairdataihub.org

Project Link: FAIRshare

:gem: Acknowledgements

A special thank you to Vercel for hosting our application documentation.

Owner

  • Name: FAIR Data Innovations Hub
  • Login: fairdataihub
  • Kind: organization
  • Email: info@fairdataihub.org
  • Location: United States of America

We build open source tools to help researchers learn about and implement FAIR Data practices

Citation (CITATION.cff)

abstract: Documentation for the FAIRshare application
authors:
  - affiliation: FAIR Data Innovations Hub
    email: ssoundarajan@calmi2.org
    family-names: Soundarajan
    given-names: Sanjay
  - affiliation: California Medical Innovations Institute
    email: bpatel@calmi2.org
    family-names: Patel
    given-names: Bhavesh
cff-version: 1.2.0
date-released: '2023-07-04'
identifiers:
  - description: DOI for this software's record on Zenodo
    type: doi
    value: https://doi.org/10.5281/zenodo.8111725
keywords:
  - FAIR
  - data
  - curation
  - documentation
  - electron
  - macos
  - ubuntu
  - windows
license: MIT
message: If you use this software, please cite it as below.
repository-artifact: https://github.com/fairdataihub/FAIRshare-Docs
repository-code: https://github.com/fairdataihub/FAIRshare-Docs
title: FAIRshare docs
type: software
url: https://fairdataihub.org/
version: 5.0.0

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "license": "https://spdx.org/licenses/MIT",
  "codeRepository": "https://github.com/fairdataihub/FAIRshare-Docs",
  "dateCreated": "2022-04-01",
  "datePublished": "2022-04-01",
  "dateModified": "2023-07-04",
  "downloadUrl": "https://github.com/fairdataihub/FAIRshare-Docs",
  "issueTracker": "https://github.com/fairdataihub/FAIRshare-Docs/issues",
  "name": "FAIRshare docs",
  "version": "5.0.0",
  "identifier": "https://doi.org/10.5281/zenodo.8111725",
  "description": "Documentation for the FAIRshare application",
  "applicationCategory": "Scientific",
  "funding": "U01AI150741",
  "developmentStatus": "active",
  "isPartOf": "https://fairdataihub.org/",
  "funder": {
    "@type": "Organization",
    "@name": "National Institutes of Health (NIH)"
  },
  "keywords": [
    "FAIR",
    "data",
    "curation",
    "documentation",
    "electron",
    "macos",
    "ubuntu",
    "windows"
  ],
  "programmingLanguage": [
    "JavaScript",
    "React"
  ],
  "relatedLink": [
    "https://docs.fairshareapp.io/",
    "https://github.com/fairdataihub/FAIRshare",
    "https://fairdataihub.org/fairshare"
  ],
  "author": [
    {
      "@type": "Person",
      "givenName": "Sanjay",
      "familyName": "Soundarajan",
      "email": "ssoundarajan@calmi2.org",
      "affiliation": {
        "@type": "Organization",
        "name": "FAIR Data Innovations Hub"
      }
    },
    {
      "@type": "Person",
      "givenName": "Bhavesh",
      "familyName": "Patel",
      "email": "bpatel@calmi2.org",
      "affiliation": {
        "@type": "Organization",
        "name": "California Medical Innovations Institute"
      }
    }
  ]
}

GitHub Events

Total
  • Issue comment event: 4
  • Push event: 6
Last Year
  • Issue comment event: 4
  • Push event: 6

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 165
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Total issue authors: 1
  • Total pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 2.55
  • Merged pull requests: 159
  • Bot issues: 1
  • Bot pull requests: 158
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 2.33
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 3
Top Authors
Issue Authors
  • renovate[bot] (1)
Pull Request Authors
  • renovate[bot] (159)
  • megasanjay (5)
  • fairdataihub-bot (1)
  • LucasMatheus12 (1)
Top Labels
Issue Labels
documentation (1) help wanted (1) type: dependencies (1)
Pull Request Labels
type: dependencies (111) released (104) no-pr-activity (2)

Dependencies

package.json npm
  • @babel/eslint-parser 7.18.2 development
  • @commitlint/cli 17.0.3 development
  • @commitlint/config-conventional 17.0.3 development
  • @semantic-release/changelog ^6.0.1 development
  • @semantic-release/commit-analyzer ^9.0.2 development
  • @semantic-release/git ^10.0.1 development
  • @semantic-release/github 8.0.5 development
  • @semantic-release/npm ^9.0.1 development
  • @semantic-release/release-notes-generator ^10.0.3 development
  • autoprefixer 10.4.7 development
  • babel-eslint 10.1.0 development
  • devmoji 2.3.0 development
  • eslint 8.19.0 development
  • eslint-config-airbnb 19.0.4 development
  • eslint-config-prettier 8.5.0 development
  • eslint-plugin-import 2.26.0 development
  • eslint-plugin-jsx-a11y 6.6.0 development
  • eslint-plugin-react 7.30.1 development
  • husky 8.0.1 development
  • lint-staged 13.0.3 development
  • postcss 8.4.14 development
  • prettier 2.7.1 development
  • prettier-plugin-tailwindcss 0.1.12 development
  • pretty-quick 3.1.3 development
  • semantic-release 19.0.3 development
  • tailwindcss 3.1.5 development
  • @docusaurus/core 2.0.0-beta.22
  • @docusaurus/preset-classic 2.0.0-beta.22
  • @emotion/react 11.9.3
  • @emotion/styled 11.9.3
  • @mdx-js/react 1.6.22
  • @mui/material 5.8.7
  • @svgr/webpack 6.2.1
  • axios 0.27.2
  • clsx 1.2.1
  • express 4.18.1
  • file-loader 6.2.0
  • prism-react-renderer 1.3.5
  • react 18.2.0
  • react-cookie 4.1.1
  • react-dom 18.2.0
  • react-lottie 1.2.3
  • react-player 2.10.1
  • url-loader 4.1.1
  • uuid 8.3.2
yarn.lock npm
  • 1714 dependencies
.github/workflows/check-misspellings.yml actions
  • actions/checkout v3 composite
  • peter-evans/create-pull-request main composite
  • sobolevn/misspell-fixer-action master composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/conventional-commits.yml actions
  • actions/checkout v3 composite
  • webiny/action-conventional-commits v1.1.0 composite
.github/workflows/gitlab-sync.yml actions
  • actions/checkout v3 composite
  • wangchucheng/git-repo-sync v0.1.0 composite
.github/workflows/lint-check.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • wearerequired/lint-action v2 composite
.github/workflows/release-on-zenodo.yml actions
  • actions/setup-node v3 composite
  • megasanjay/upload-to-zenodo v2.0.1 composite
.github/workflows/semantic-release.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
.github/workflows/stale.yml actions
  • actions/stale v6 composite