| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <!DOCTYPE HTML>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="description" content="A webgl semantic web mashup to query dbpedia, wikipedia and display the results in a virtual reality and on google maps.">
- <meta name="keywords" content="Wikipedia3d, wikipedia 3d, mashup, semantic web, webgl, knowledge visualisation, VR wikipedia ">
- <meta name="author" content="Lukas Goldschmidt">
- <meta name="bitcoin" content="3B8xyT4anwjjQREZFj84dJMAWQguKGcQzT" />
- <link rel="icon" type="image/x-icon" href="/favicon.ico">
- <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
- <link rel="icon" type="image/gif" href="/animated_favicon1.gif" >
- <!-- wikipedia 3d, semantic web, webgl mashup -->
- <title>Wikipedia 3D - WebGL, Semantic Web, Visualisation</title>
- <link href="css/wp3d.css" rel="stylesheet" type="text/css">
- <script type="text/javascript">
- function copyToClipboard (text) {
- window.prompt ("Copy to clipboard: Ctrl+C, Enter", text);
- }
- </script>
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-385729-11']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- </head>
- <body>
- <div class="container">
- <div class="header">
- <div align="center"><a href="#" ><img src="images/Logo.png" alt="Wikipedia 3D Logo" name="Wikipedia3d_logo" width="960" height="120" id="Wikipedia3d_logo" style="background: #C6D580; display:block;" /></a></div>
- <!-- end .header --></div>
- <div class="content">
- <h1>Wikipedia 3D</h1>
- <h2>Introduction</h2>
- <p>Wikipedia 3D is a Javascript Mashup that uses <a href="http://get.webgl.org/" title="Get WebGL" accesskey="G" target="_blank">WebGL</a> and semantic web technologies to render a virtual environment, in which you can literally walk through the knowledge provided by Wikipedia and DBPedia.<br>
- As you type characters into the search box, suggestions appear. Select one and it will be displayed as 3D Item in a virtual reality.<br>
- If the subject has a geolocation it will be displayed in a Google Map below the 3D View. Once you double click inside that Google Map, the application will look for Wikipedia Articles related to this area and display them in 3D ! <br>
- Just click below and try it out <br>
- <div align="center"><a href="wikipedia3d/"><b>ENTER</b><br /><br /><img src="images/Wikipedia3D_Snapshot_1.png" width="720" height="450" alt="Wikipedia 3D Screenshot 1"></a>
- <br>
- </div>
-
-
- </p>
- <h2>Toolbar</h2>
- <p>
- With our <a href="https://addons.mozilla.org/en-US/firefox/addon/wikipedia3d-toolbar/" target="_toolbar" >Toolbar</a> you can search wikipedia in any language at any time ! <br />
- Simply type the first couple of letters and choose from the suggestions, that appear as you type, select one and it will open Wikipedia 3D and display the item ...
-
- </p>
- <div align="center">
- <img src="images/Wikipedia3D_Toolbar_v1_0_0.png" width="478" height="223" alt="Wikipedia3D Toolbar"></div>
- <p>Please install our Firefox toolbar by clicking on the link below:
- <div align="center"><a href="https://addons.mozilla.org/en-US/firefox/addon/wikipedia3d-toolbar/" target="_toolbar">Install Firefox Toolbar Now !</a>
- </div>
- </p>
-
- <h2>Donations</h2>
- <p>If you like this idea, why not donate some to the creator of this site ?
- We welcome you sending bitcoins to
-
- <div onclick="copyToClipboard ('3B8xyT4anwjjQREZFj84dJMAWQguKGcQzT');">
-
- <img src="images/donations.png" width="141" height="141" alt="bitcoin:3B8xyT4anwjjQREZFj84dJMAWQguKGcQzT"><br>
- 3B8xyT4anwjjQREZFj84dJMAWQguKGcQzT</div>
-
- </p>
-
- </div>
- <div class="footer">
- <p class="footer">© 2012 <a href="http://wikipedia3d.world.eu.org/" title="Wikipedia3D" accesskey="W" target="_self">Wikipedia3D.world.eu.org</a></p>
- <!-- end .footer --></div>
- <!-- end .container --></div>
- </body>
- </html>
|