Science Score: 54.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
  • 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
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 0
  • Open Issues: 9
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Badges

(Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.)

| fair-software.eu recommendations | | | :-- | :-- | | (1/5) code repository | github repo badge | | (2/5) license | github license badge | | (3/5) community registry | RSD workflow pypi badge | | (4/5) citation | DOI| | (5/5) checklist | workflow cii badge | | howfairis | fair-software badge | | Other best practices |   | | GitHub Actions |   | | Build | build | | Citation data consistency | cffconvert |## How to use gutscore

The gutscore package contains the core classes and functionalities upon which path sampling algorithms can be build.

The project setup is documented in project_setup.md. Feel free to remove this document (and/or the link to this document) if you don't need it.

Installation

To install gutscore from GitHub repository, do:

console git clone git@github.com:GUTSframework/gutscore.git cd gutscore python -m pip install .

Documentation

Include a link to your project's full documentation here.

Credits

This package was created with Copier and the NLeSC/python-template.

Owner

  • Name: Grand Unified Trajectory Sampling (GUTS) framework
  • Login: GUTSframework
  • Kind: organization

Citation (CITATION.cff)

# YAML 1.2
---
cff-version: "1.2.0"
title: "gutscore"
authors:
  - family-names: Esclapez
    given-names: Lucas
    orcid: "https://orcid.org/0000-0000-0000-0000"
date-released: 2024-11-26
version: "0.0.1"
repository-code: "https://github.com/GUTSframework/gutscore"
keywords:
  - "Path Sampling"
  - "Rare Events"
  - "Molecular Dynamics"
message: "If you use this software, please cite it using these metadata."

GitHub Events

Total
  • Issues event: 12
  • Watch event: 2
  • Issue comment event: 2
  • Push event: 37
  • Create event: 3
Last Year
  • Issues event: 12
  • Watch event: 2
  • Issue comment event: 2
  • Push event: 37
  • Create event: 3

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 9
  • Total pull requests: 0
  • Average time to close issues: 2 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.11
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 9
  • Pull requests: 0
  • Average time to close issues: 2 days
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.11
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • esclapez (9)
  • github-actions[bot] (2)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/cffconvert.yml actions
  • actions/checkout v4 composite
  • citation-file-format/cffconvert-github-action 2.0.0 composite
.github/workflows/sonarcloud.yml actions
  • SonarSource/sonarcloud-github-action master composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
pyproject.toml pypi
.github/workflows/documentation.yml actions
  • JamesIves/github-pages-deploy-action releases/v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite