CINXE.COM
LOD Cloud
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>LOD Cloud</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="/css/tags-input.css"> <link href="/css/app.css" rel="stylesheet"> <script src="/tags-input.js"></script> </head> <body> <nav class="navbar"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">The Linked Open Data Cloud</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a href="/datasets">Browse</a></li> <li><a href="/add-dataset">Submit a dataset</a></li> <li routerLinkActive="active"><a href="/#diagram">Diagram</a></li> <li><a href="#subclouds">Subclouds</a></li> <li routerLinkActive="active"><a href="/#about">About</a></li> <!--<li><a (click)="showLoadDatasetsBox($event)" href="#" >+ Datasets from file</a></li>--> <!--<div id="googleBtn">Google</div>--> <hr> </ul> </div><!--/.nav-collapse --> </div> </nav> <div class="container" id="app"> <h1>Login required</h1> <p>It is necessary to login to edit datasets or submit new datasets. Please log in using the button below</p> <div> <center> <a href="https://accounts.google.com/o/oauth2/auth?client_id=1071789263674-qh02ut15a6ktp1g8l42c8uau2v5dbm5v.apps.googleusercontent.com&response_type=code&scope=openid%20email&redirect_uri=https://lod-cloud.net/oauth2callback&state=/add-dataset&access_type=offline&approval_prompt=force"><img src="/img/btn_google_signin_dark_normal_web.png" title="Sign in with Google"/></a> </center> </div> <p>By contributing data you agree that this data may be published by this site as part of the Linked Open Data Cloud. The Linked Open Data Cloud is made available under the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 License</a>, and by using this site your contributions will be released under this license</p> <p>Your identifying information (email address, name) will be included with the data and may be used to contact you about the status of datasets contributed to the cloud. For more information please see our <a href="/privacy.html">Privacy Policy</a></p> </div> <!--<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>--> <script src="/js/vue.js"></script> <script src="/js/vue-resource.js"></script> <script src="/js/bootstrap.bundle.min.js"></script> <script src="/js/jquery.min.js"></script> <script type="text/javascript" src="/js/Chart.bundle.js"></script> <script src="/js/luzzu.js"></script> <script src="/js/axios.min.js"></script> <script> </script> <script>[].forEach.call(document.querySelectorAll('input[type="tags"]'), tagsInput);</script> </body> </html>