Skip to content

EVERSE-ResearchSoftware/TechRadar

Repository files navigation

everse-logo

DOI

EVERSE TechRadar

The EVERSE TechRadar contains a catalog of tools and services for research software quality designed to assess, measure, and improve the quality of software developed for research purposes and the TechRadar, a visual dashboard to display the catalog.

Research Quality Tools and Services Catalog

The present catalog includes tools and services that incorporate features that address the unique requirements of research software, including but not limited to:

  • Analysis of source code to identify potential issues, vulnerabilities, and adherence to coding standards specific to research contexts.

  • Evaluation of software against research-specific quality attributes such as reproducibility and FAIRness (Findability, Accessibility, Interoperability, and Reusability).

  • Support for community standards and best practices relevant to specific research disciplines.

  • Metrics and measurements tailored to assess both technical aspects and research-oriented factors.

  • Capabilities to analyze and improve research software quality throughout the research software lifecycle, from development to long-term sustainability.

These tools aim to enhance the overall quality, reliability, and reusability of research software, ultimately contributing to the reproducibility and impact of scientific research.

Content & publication process

We welcome content contributions to the catalog (see our contribution guidelines in the form of JSON files describing tools and services for research software quality.

After review from our curation team, the entry will be added to our catalog as JSON file.

New versions of the TechRadar will be published regularly. You can find all the releases at the releases page.

EVERSE TechRadar dashboard

The catalog of tools and services is presented in a visual dashboard at https://github.com/EVERSE-ResearchSoftware/TechRadar.

Development

Make sure you install Node.js on your system as it will be needed to build and serve TechRadar.

Warning

The work is initial representation and is likely to be changed. The current version of Technology Watch is a work in progress. Any content should not be considered final at this stage.

Build the TechRadar

npm install
npm run serve

Then open here: http://localhost:3000/techradar

Build with static files

npm install
npm run build

Run lint and formatting check on tools -> /data/software-tools/*.json

npm install
npm run lint-prettier:check

Run lint and formatting fix

npm install
npm run lint-prettier:fix

Funding

EVERSE project is funded by the European Commission HORIZON-INFRA-2023-EOSC-01-02.

About

EVERSE TechRadar for tools and services for software quality

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 11