Skip to content

Commit

Permalink
Merge pull request #965 from VirtualFlyBrain/pipeline2-sync-6863
Browse files Browse the repository at this point in the history
sync: pipeline2  with pipeline2-sync-6863
  • Loading branch information
Robbie1977 authored Jan 7, 2021
2 parents f56f05d + c9e39da commit e0d6614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/VFBMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ class VFBMain extends React.Component {
var script = document.createElement('script');
script.type = 'application/ld+json';
script.id = 'metaDesc';
script.innerHTML = '{"@context": "https://schema.org","@type": "Organization","url": "https://virtualflybrain.org","logo": "https://v2.virtualflybrain.org/images/vfbbrain_icon.png","name":"Virtual Fly Brain",'
script.innerHTML = '{"@context": "https://schema.org","@type": "Organization","url": "https://virtualflybrain.org","logo": "https://v2.virtualflybrain.org/images/vfbbrain_icon.png","brand":"Virtual Fly Brain","name":"Virtual Fly Brain",'
+ '"description":"VFB integrates data curated from the literature with image data from many bulk sources. The search system allows you to search for neurons and neuroanatomical structures using almost any name found in the literature. The query system can identify neurons innervating any specified neuropil or fasciculating with any specified tract. It also allows queries for genes, transgenes and phenotypes expressed in any brain region or neuron. Search and query results combine referenced textual descriptions with 3D images and links to originating data sources. VFB features tens of thousands of 3D images of neurons, clones and expression patterns, registered to standard template brains. Any combination of these images can be viewed together. A BLAST-type query system (NBLAST) allows you to find similar neurons and drivers starting from a registered neuron.",'
+ '"headline":"A hub for fruit fly (Drosophila melanogaster) neuronal anatomy, connectivity & imaging data",'
+ '"affiliation":['
Expand Down Expand Up @@ -1447,7 +1447,7 @@ class VFBMain extends React.Component {
window.console.logs = [];
console.log = function () {
if (Array.from(arguments).join("\n").indexOf('Pixi.js') < 0 && Array.from(arguments).join("\n") != 'unmount') {
window.ga('vfb.send', 'event', 'log', Array.from(arguments).join("\n"));
// window.ga('vfb.send', 'event', 'log', Array.from(arguments).join("\n"));
window.console.logs.push('+ ' + Array.from(arguments).join('\n'));
window.console.stdlog.apply(console, arguments);
}
Expand Down

0 comments on commit e0d6614

Please sign in to comment.