https://github.com/csadorf/signac-examples
This collection of jupyter notebooks serves as a tutorial on how to implement a basic computational workflow using the signac data management framework.
Science Score: 23.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
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 3 committers (66.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Keywords from Contributors
Repository
This collection of jupyter notebooks serves as a tutorial on how to implement a basic computational workflow using the signac data management framework.
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
signac - Tutorial and Examples
Tutorial
The notebooks directory contains a collection of jupyter notebooks that serve as tutorial.
They demonstrate how to implement a basic computational workflow using the signac framework.
The framework assists users in managing simple to complext data spaces for example by simplifying provenance tracking and meta data management.
Use nbviewer to view a static version of these notebooks. Or start a dynamic version with the service offered by mybinder.org.
To run the notebooks locally, clone the repository and then start jupyter: ```
!bash
$ git clone https://bitbucket.org/glotzer/signac-examples.git $ cd signac-examples/notebooks $ jupyter ```
Examples
The projects directory contains a collection of project examples. They are designed as examples and for the fast setup of new projects.
Simply clone or download this repository and copy all scripts into your signac project root directory, e.g.:
```
!bash
$ git clone https://bitbucket.org/glotzer/signac-examples.git $ mkdir myproject $ cd myproject $ signac init MyProject $ cp -r ../signac-examples/projects/flow.minimal/* ./ ```
For more information, please see projects/README.md.
Copyright Notice
All code as part of this repository is released under the BSD 3-Clause license, except for the examples found in the projects/ directory which are released into the public domain.
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: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Carl Simon Adorf | c****f@u****u | 105 |
| Vyas | v****b@u****u | 11 |
| Bradley Dice | b****e@b****m | 7 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months 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