https://github.com/alleninstitute/npc_session
Basic tools for parsing subject, session, date and time associated with data from the Mindscope Neuropixels team, in the cloud.
Science Score: 36.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
-
✓Committers with academic emails
2 of 4 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Keywords from Contributors
Repository
Basic tools for parsing subject, session, date and time associated with data from the Mindscope Neuropixels team, in the cloud.
Basic Info
Statistics
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
npc_session
neuropixels cloud session
Basic tools for parsing subject, session, date and time associated with data from the Mindscope Neuropixels team, in the cloud.
quickstart
bash
pip install npc_session
Parse a normalized ID from a path or string: ```python
from npc_session import SessionRecord;
s = SessionRecord('//allen/programs/mindscope/workgroups/templeton/TTOC/2022-07-2614-09-36366122') s '3661222022-07-26' s.idx 0 s.subject 366122 s.date '2022-07-26' s.date.dt datetime.date(2022, 7, 26) s.date.year 2022 s1 = SessionRecord('//allen/programs/mindscope/workgroups/templeton/TTOC/2022-07-2614-09-363661221') s1.idx 1 s2 = s1.withidx(2) s2.idx 2
```
Owner
- Name: Allen Institute
- Login: AllenInstitute
- Kind: organization
- Location: Seattle, WA
- Website: https://alleninstitute.org
- Repositories: 184
- Profile: https://github.com/AllenInstitute
Please visit http://alleninstitute.github.io/ for more information.
GitHub Events
Total
- Push event: 2
- Create event: 1
Last Year
- Push event: 2
- Create event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| bjhardcastle | b****e@a****g | 100 |
| github-actions | 4****] | 33 |
| Christopher | c****m@a****g | 4 |
| arjun.sridhar12345 | a****8@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 24 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- 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
Top Authors
Issue Authors
Pull Request Authors
- mochic (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 509 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 40
- Total maintainers: 1
pypi.org: npc_session
Basic tools for parsing subject, session, date and time associated with data from the Mindscope Neuropixels team, in the cloud.
- Documentation: https://npc_session.readthedocs.io/
- License: MIT
-
Latest release: 0.1.40
published over 1 year ago