Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 24 additions & 11 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,67 +26,80 @@
"id": "compatibility",
"title": "Compatibility",
"description": "Degree to which a product, system or component can exchange information with other products, systems or components, and/or perform its required functions while sharing the same common environment and resources.",
"color": "#4E79A7"
"color": "#4E79A7",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]
},
{
"id": "fairness",
"title": "FAIRness",
"description": "FAIRness refers to the degree to which research software adheres to the FAIR principles: Findable, Accessible, Interoperable, and Reusable.",
"color": "#F28E2B"
"color": "#F28E2B",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]

},
{
"id": "flexibility",
"title": "Flexibility",
"description": "Degree to which a product can be adapted to changes in its requirements, contexts of use or system environment. ",
"color": "#E15759"
"color": "#E15759",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]
},
{
"id": "functional_suitability",
"title": "Functional Suitability",
"description": "This characteristic represents the degree to which a product or system provides functions that meet stated and implied needs when used under specified conditions. ",
"color": "#76B7B2"
"color": "#76B7B2",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]
},
{
"id": "interaction_capability",
"title": "Interaction Capability",
"description": "This characteristic represents the degree to which a product or system supports users in performing their tasks and achieving specified goals.",
"color": "#59A14F"
"color": "#59A14F",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]
},
{
"id": "maintainability",
"title": "Maintainability",
"description": "This characteristic represents the degree of effectiveness and efficiency with which a product or system can be modified to improve it, correct it or adapt it to changes in environment, and in requirements.",
"color": "#EDC948"
"color": "#EDC948",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]
},
{
"id": "performance_efficiency",
"title": "Performance Efficiency",
"description": "This characteristic represents the degree to which a product performs its functions within specified time and throughput parameters and is efficient in the use of resources (such as CPU, memory, storage, network devices, energy, materials...) under specified conditions.",
"color": "#B07AA1"
"color": "#B07AA1",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]
},
{
"id": "reliability",
"title": "Reliability",
"description": "Degree to which a system, product or component performs specified functions under specified conditions for a specified period of time.",
"color": "#FF9DA7"
"color": "#FF9DA7",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]
},
{
"id": "safety",
"title": "Safety",
"description": "This characteristic represents the degree to which a product under defined conditions to avoid a state in which human life, health, property, or the environment is endangered.",
"color": "#9C755F"
"color": "#9C755F",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]
},
{
"id": "security",
"title": "Security",
"description": "Degree to which a product or system defends against attack patterns by malicious actors and protects information and data so that persons or other products or systems have the degree of data access appropriate to their types and levels of authorization.",
"color": "#BAB0AC"
"color": "#BAB0AC",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]
},
{
"id": "sustainability",
"title": "Sustainability",
"description": "The capacity of the software to endure. In other words, sustainability means that the software will continue to be available in the future, on new platforms, meeting new needs.",
"color": "#5FA2CE"
"color": "#5FA2CE",
"tasks": [{"title": "Task 1", "link": "https://everse.software/RSQKit/archiving_software#how-to-cite-this-page"}, {"title": "Task 2", "link": "https://everse.software/RSQKit/software_identifiers"}]

}
],
"rings": [
Expand Down
81 changes: 55 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint-prettier:fix": "prettier --write data/software-tools"
},
"dependencies": {
"aoe_technology_radar": "github:EVERSE-ResearchSoftware/aoe_technology_radar#v5.1.0",
"aoe_technology_radar": "file:../aoe_technology_radar/",
"npm-package-json-lint": "^9.0.0"
},
"engines": {
Expand Down
Loading