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.

https://github.com/alleninstitute/npc_session

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

interpretability standardization animal hack autograder report
Last synced: 10 months ago · JSON representation

Repository

Basic tools for parsing subject, session, date and time associated with data from the Mindscope Neuropixels team, in the cloud.

Basic Info
  • Host: GitHub
  • Owner: AllenInstitute
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 178 KB
Statistics
  • Stars: 0
  • Watchers: 6
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme

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.

PyPI Python version

Coverage CI/CD GitHub issues

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

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

All Time
  • Total Commits: 138
  • Total Committers: 4
  • Avg Commits per committer: 34.5
  • Development Distribution Score (DDS): 0.275
Past Year
  • Commits: 19
  • Committers: 3
  • Avg Commits per committer: 6.333
  • Development Distribution Score (DDS): 0.526
Top Committers
Name Email 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.

  • Versions: 40
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 509 Last month
Rankings
Downloads: 9.1%
Dependent packages count: 10.0%
Dependent repos count: 21.7%
Average: 21.9%
Forks count: 29.8%
Stargazers count: 38.8%
Maintainers (1)
Last synced: 10 months ago