Difference between revisions of "Demo embedded Neo4j"

From Earth Science Information Partners (ESIP)
m
m
Line 1: Line 1:
 +
How do SDGs relate to selected publications?
 +
 
<html>
 
<html>
    <head>
+
<iframe
        <title>DataViz</title>
+
    src="https://hub.graphistry.com/graph/graph.html?dataset=31ff43aa358a4d16b3bd79fce13bdc78&type=arrow&viztoken=1bcb3987-0c7e-4a2d-8dd6-509d90db4fdc&usertag=be43f123-pygraphistry-0.15.0&splashAfter=false&info=true&play=2000&showArrows=True&showLabels=True&showLabelOnHover=True&session=8297c592119d4a37a332d36fcb1dead2"
        <style type="text/css">
+
     style="border: 1px solid black; width: 100%; height: 100%; min-height: 600px"
            #viz {
+
></iframe>
                width: 900px;
 
                height: 700px;
 
            }
 
        </style>
 
        <script src="https://cdn.neo4jlabs.com/neovis.js/v1.5.0/neovis.js"></script>
 
     </head> 
 
    <script>
 
        function draw() {
 
            var config = {
 
                container_id: "viz",
 
                server_url: "neo4j+s://bde80852.databases.neo4j.io",
 
                server_user: "neo4j",
 
                server_password: "Qmr2Yi06ACQxz7RxiJxyM261tYDlwn8Khamnn1Bic5M",
 
                labels: {
 
                    "Bird": {
 
                        caption: true
 
                    }
 
                },
 
                relationships: {
 
                    "HAS_PRIORITY": {
 
                        caption: true
 
                    }
 
                },
 
                initial_cypher: "MATCH (:Bird {name:"Piping Plover"})-[:HAS_PRIORITY]->(:Priority) RETURN *"
 
            }
 
 
 
            var viz = new NeoVis.default(config);
 
            viz.render();
 
        }
 
    </script>
 
    <body onload="draw()">boo boo<p>qweq qweq</p>
 
        <div id="viz"></div>
 
    </body>
 
 
</html>
 
</html>

Revision as of 07:11, January 19, 2021

How do SDGs relate to selected publications?