Skip to content

Commit

Permalink
Adding external EM sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed May 2, 2023
1 parent 3054ec8 commit 4b078c4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions components/configuration/VFBToolbar/vfbtoolbarMenuConfiguration.js
Expand Up @@ -395,6 +395,35 @@ var toolbarMenu = {
}
]
},
{
label: "External EM Data",
icon: "",
position: "right-start",
action: {
handlerAction: "submenu",
parameters: ["undefinedAction"]
},
list: [
{
label: "Adult T1 Leg CATMAID (Harvard)",
icon: "",
trailerIcon: "fa fa-external-link",
action: {
handlerAction: "openNewTab",
parameters: ["https://radagast.hms.harvard.edu/catmaidvnc?pid=61&tool=tracingtool&sid0=31&s0=9&help=true&layout=h(XY,%20%7B%20type:%20%22neuron-search%22,%20id:%20%22neuron-search-1%22,%20options:%20%7B%22annotation-name%22:%20%22publication%22%7D%7D,%200.6"]
}
},
{
label: "Adult Hemibrain NeuPRINT+ (FlyEM, Janelia)",
icon: "",
position: "right-start",
action: {
handlerAction: "openNewTab",
parameters: ["https://neuprint.janelia.org/?dataset=hemibrain%3Av1.2.1&qt=findneurons"]
}
}
]
},
{
label: "APIs",
icon: "",
Expand Down

0 comments on commit 4b078c4

Please sign in to comment.