<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="google-site-verification" content="fkW3HNDR3bwEn8fdtO-W41KNwbM-RoiL2TSWQAmbK6w" /> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> <link rel="stylesheet" href="extra_styles.css"> <link rel="stylesheet" href="icons/iav-icons.css"> <link rel="stylesheet" href="theme.css"> <link rel="stylesheet" href="version.css"> <script src="https://unpkg.com/kg-dataset-previewer@1.2.0/dist/kg-dataset-previewer/kg-dataset-previewer.js" defer> </script> <script src="https://unpkg.com/three-surfer@0.0.5/dist/bundle.js" defer></script> <title>Interactive Atlas Viewer</title> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Map", "url": "https://interactive-viewer.apps.hbp.eu", "name": "Human Brain Project Interactive Atlas Viewer", "reference space": { "@type": "Place", "parcellation atlas": { "@type": "Place", "regions": [{ "@type": "Place" }] } } } </script> </head> <body> <atlas-viewer> <h1 class="text-center loadingIndicator" id="iav-inner"> <span class="homeAnimationDots loadingAnimationDots">•</span> <span class="homeAnimationDots loadingAnimationDots">•</span> <span class="homeAnimationDots loadingAnimationDots">•</span> </h1> </atlas-viewer> <script src="catchSyntaxError.js"></script> <script src="syntaxError.js"></script> </body> </html>