Skip to content
Open
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
19 changes: 19 additions & 0 deletions data/software-tools/nlesc_python_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/nlesc_python_template",
"@type": "SoftwareApplication",
"applicationCategory": { "@id": "rs:PrototypeTool", "@type": "@id" },
"appliesToProgrammingLanguage": ["Python"],
"description": "Template for Python research software projects that improves software quality by providing a reusable project structure with packaging configuration, automated testing, linting, continuous integration, and project metadata. These best-practice components help researchers build more maintainable, reliable, sustainable, and reusable software from the start.",
"hasQualityDimension": [
{ "@id": "dim:FAIRness", "@type": "@id" },

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ "@id": "dim:FAIRness", "@type": "@id" },
{ "@id": "dim:fairness", "@type": "@id" },

{ "@id": "dim:Maintainability", "@type": "@id" },

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ "@id": "dim:Maintainability", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" },

{ "@id": "dim:Reliability", "@type": "@id" },

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ "@id": "dim:Reliability", "@type": "@id" },
{ "@id": "dim:reliability", "@type": "@id" },

{ "@id": "dim:Sustainability", "@type": "@id" }

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ "@id": "dim:Sustainability", "@type": "@id" }
{ "@id": "dim:sustainability", "@type": "@id" }

],
"howToUse": ["command-line"],
Comment thread
fdiblen marked this conversation as resolved.
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "Netherlands eScience Center Python Template",
"url": "https://github.com/NLeSC/python-template"
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add indicators if any? Thanks

Loading