BlockmodelUtils
Julia package for representing and plotting network blockmodels
Science Score: 26.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Keywords
Repository
Julia package for representing and plotting network blockmodels
Basic Info
- Host: GitHub
- Owner: jfb-h
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://jfb-h.github.io/BlockmodelUtils.jl/
- Size: 3.55 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 4
Topics
Metadata Files
README.md
BlockmodelUtils.jl
Represent, analyse, and plot network blockmodels, i.e., blocked graph adjacency matrices based on some node partition. As of now, this package does not contain functionality to infer node partitions (i.e., clusters or equivalence-based) from network structure. Its main purpose is instead to provide a simple representation of blockmodels and some plotting utilities.
Getting started
For a graph g and a vector of group labels groups, create a blockmodel with the blockmodel function:
```julia using Graphs, BlockmodelUtils
n = 20 g = erdos_renyi(n, 0.1) groups = rand('a':'d', n)
bm = blockmodel(g, groups) ```
The resulting Blockmodel prints the blockdensity matrix:
```julia-repl Blockmodel{Int64, SimpleGraph{Int64}} 4 groups with sizes [6, 7, 4, 3]
1 2 3 4
a 0.200 0.214 0.250 0.278
b 0.214 0.095 0.179 0.286
c 0.250 0.179 0.167 0.083
d 0.278 0.286 0.083 0.000
```
How to Cite
If you use BlockmodelUtils.jl in your work, please cite using the reference given in CITATION.cff.
Owner
- Login: jfb-h
- Kind: user
- Repositories: 8
- Profile: https://github.com/jfb-h
GitHub Events
Total
- Create event: 3
- Commit comment event: 8
- Release event: 3
- Issues event: 2
- Delete event: 1
- Issue comment event: 4
- Push event: 37
- Pull request event: 1
Last Year
- Create event: 3
- Commit comment event: 8
- Release event: 3
- Issues event: 2
- Delete event: 1
- Issue comment event: 4
- Push event: 37
- Pull request event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 2
- Average time to close issues: less than a minute
- Average time to close pull requests: about 13 hours
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 4.0
- Average comments per pull request: 0.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: less than a minute
- Average time to close pull requests: about 13 hours
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 4.0
- Average comments per pull request: 0.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
- JuliaTagBot (1)
Pull Request Authors
- dependabot[bot] (2)
- github-actions[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
juliahub.com: BlockmodelUtils
Julia package for representing and plotting network blockmodels
- Homepage: https://jfb-h.github.io/BlockmodelUtils.jl/
- Documentation: https://docs.juliahub.com/General/BlockmodelUtils/stable/
- License: MIT
-
Latest release: 0.2.1
published 9 months ago
Rankings
Dependencies
- julia-actions/cache v2 composite
- julia-actions/setup-julia v2 composite
- actions/checkout v4 composite
- julia-actions/cache v2 composite
- julia-actions/setup-julia v2 composite
- actions/checkout v4 composite
- codecov/codecov-action v4 composite
- julia-actions/cache v2 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v2 composite
- JuliaRegistries/TagBot v1 composite