https://github.com/complexdatacollective/networkquery

utility for querying against a network

https://github.com/complexdatacollective/networkquery

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
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.4%) to scientific vocabulary

Keywords from Contributors

network-canvas public-health research sna social-network archival projection interactive generic sequences
Last synced: 11 months ago · JSON representation

Repository

utility for querying against a network

Basic Info
  • Host: GitHub
  • Owner: complexdatacollective
  • License: gpl-3.0
  • Language: JavaScript
  • Default Branch: master
  • Size: 949 KB
Statistics
  • Stars: 0
  • Watchers: 7
  • Forks: 2
  • Open Issues: 3
  • Releases: 0
Archived
Created over 8 years ago · Last pushed about 3 years ago
Metadata Files
Readme

README.md

networkQuery Build Status

utility for querying against a network

Methods

query(network, query)

Query a network, and return a boolean depending on whether the query matches.

A query can be comprised of multiple rules, joined by an operator.

filter(network, query)

Filter a network by one or more queries, returning a network. Queries are joined by an operator which determines if the network is filtered cumulatively (AND) or if any query can match each entity (OR).

Owner

  • Name: Complex Data Collective
  • Login: complexdatacollective
  • Kind: organization
  • Email: developers@coda.co
  • Location: Chicago, IL

We design, develop, and promote tools that let researchers explore complex structural data.

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 89
  • Total Committers: 5
  • Avg Commits per committer: 17.8
  • Development Distribution Score (DDS): 0.539
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Steve Mckellar s****e@w****k 41
Joshua Melville j****e@n****u 23
dependabot[bot] 4****] 9
Bryan Fox g****t@b****m 9
Rebecca Madsen s****w@o****m 7
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 13
  • Total pull requests: 89
  • Average time to close issues: 7 months
  • Average time to close pull requests: 2 months
  • Total issue authors: 3
  • Total pull request authors: 5
  • Average comments per issue: 1.38
  • Average comments per pull request: 0.44
  • Merged pull requests: 51
  • Bot issues: 0
  • Bot pull requests: 52
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
  • wwqrd (5)
  • bryfox (3)
  • jthrilly (2)
Pull Request Authors
  • dependabot[bot] (26)
  • wwqrd (11)
  • jthrilly (6)
  • rebeccamadsen (4)
  • bryfox (2)
Top Labels
Issue Labels
high priority (1) enhancement (1)
Pull Request Labels
dependencies (26)

Dependencies

package-lock.json npm
  • 599 dependencies
package.json npm
  • eslint ^7.0.0 development
  • eslint-config-airbnb-base ^13.1.0 development
  • eslint-plugin-import ^2.14.0 development
  • jest ^23.6.0 development
.github/workflows/main.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-node v2 composite