Science Score: 46.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○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 -
✓Committers with academic emails
8 of 12 committers (66.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Keywords from Contributors
Repository
This is a fork of https://github.com/glotzerlab/signac
Basic Info
- Host: GitHub
- Owner: csadorf
- License: bsd-3-clause
- Language: Python
- Default Branch: master
- Homepage: http://www.signac.io
- Size: 4.34 MB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 5
Metadata Files
README.md
signac - simple data management
About
The signac framework aids in the management of large and heterogeneous data spaces.
It provides a simple and robust data model to create a well-defined indexable storage layout for data and metadata. This makes it easier to operate on large data spaces, streamlines post-processing and analysis and makes data collectively accessible.
The package documentation is available at: https://signac.readthedocs.io
The framework documentation is available at: https://signac-docs.readthedocs.io
Installation
The recommendend installation method for signac is through conda or pip. The software is tested for python versions 2.7.x and 3.x and is built for all major platforms.
To install signac via the conda-forge channel, execute:
conda install -c conda-forge signac
To install signac via pip, execute:
pip install signac
Detailed information about alternative installation methods can be found in the documentation.
Quickstart
The framework facilitates a project-based workflow. Setup a new project:
$ mkdir my_project
$ cd my_project
$ signac init MyProject
and access the project handle:
>>> project = signac.get_project()
Documentation
The documentation for this package is hosted at https://signac.readthedocs.io. We further invite you to check out the framework documentation, which provides a more comprehensive overview over all components of the framework.
Testing
You can test this package either by executing
$ python -m unittest discover tests/
within the repository root directory or with tox.
Acknowledgment
When using signac as part of your work towards a publication, we would really appreciate that you acknowledge signac appropriately. We have prepared examples on how to do that here. Thank you very much!
Owner
- Name: Carl Simon Adorf
- Login: csadorf
- Kind: user
- Location: Lausanne, CH
- Company: NVIDIA
- Website: https://carlsimonadorf.com
- Twitter: carlsimonadorf
- Repositories: 5
- Profile: https://github.com/csadorf
SE @NVIDIA working on @rapidsai
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Carl Simon Adorf | c****f@u****u | 1,402 |
| Carl Simon Adorf | c****f@r****e | 22 |
| Tim Moore | t****3@g****m | 10 |
| Vyas Ramasubramani | v****i@g****m | 10 |
| Paul Dodd | p****d@u****u | 8 |
| Vyas | v****b@u****u | 6 |
| Bradley Dice | b****e@b****m | 5 |
| Jens Glaser | j****r@u****u | 2 |
| Ben Swerdlow | b****d@u****u | 1 |
| Glotzpeep | G****p@h****g | 1 |
| HPCClass Admin | e****2@c****u | 1 |
| M. Eric Irrgang | e****g@u****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0