Skip to content

Instantly share code, notes, and snippets.

View bherr2's full-sized avatar
🍀
Living the dream

Bruce W. Herr II bherr2

🍀
Living the dream
View GitHub Profile
@bherr2
bherr2 / schema.graphql
Created January 26, 2018 14:01
AISL Schema (WIP)
scalar Date
type Avatar {
id: ID!
name: String
runMillis: Int
}
input NewAvatar {
name: String
@bherr2
bherr2 / nwb2dot.py
Created March 16, 2018 19:38
Network Workbench (.nwb) to GraphViz (.dot) file converter
#!/usr/bin/env python
import sys
"""
MIT License
Copyright (c) 2018 Cyberinfrastructure for Network Science Center at Indiana University
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
@bherr2
bherr2 / hubmap-partonomy.vg.json
Last active May 1, 2019 12:15
HuBMAP Partonomy Tree Visualization
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 1200,
"height": 2400,
"padding": 5,
"signals": [
{
"name": "labels",
"value": true,
"bind": {
@bherr2
bherr2 / .block
Last active October 14, 2019 20:52
mav-embed example: simple integration
license: MIT
height: 500
scrolling: no
border: yes
@bherr2
bherr2 / .block
Last active July 11, 2020 20:26
mav-embed example: horizontal legend
license: MIT
height: 960
scrolling: no
border: yes
@bherr2
bherr2 / .block
Last active July 11, 2020 20:26
mav-embed example: html controls
license: MIT
height: 500
scrolling: no
border: yes
@bherr2
bherr2 / .block
Last active July 11, 2020 20:28
mav-embed example: vertical legend
license: MIT
height: 500
scrolling: no
border: yes
@bherr2
bherr2 / .block
Last active September 10, 2020 14:49
GEPHI + Vega-Lite Example
license: MIT
height: 600
scrolling: no
border: yes
@bherr2
bherr2 / .block
Last active December 7, 2020 21:31
Owl Ontologies + GEPHI + Vega Lite Example
license: MIT
height: 700
scrolling: no
border: yes
@bherr2
bherr2 / .block
Last active January 4, 2021 19:58
Neo4J Database + GEPHI + Vega Lite Example
license: MIT
height: 700
scrolling: no
border: yes