forked from dsd-sztaki-hu/LODmilla-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
23 lines (22 loc) · 1.03 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>SZTAKI LodMilla - Help</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="css/jquery-ui.css" />
<link rel="stylesheet" href="css/screen.css" />
</head>
<body>
<h1>SZTAKI LODmilla - Help</h1>
<p>The SZTAKI LODmilla is a JS application to navigate through different LOD and RDF datasets. It visualizes the resources as graph nodes and their connections as graph vertices.</p>
<p>We hope that most of the functions are self-explanatory :)</p>
<p>Use CTRL and ALT key for group selection and deselection with rectangle selection tool.</p>
<p>Both CTRL and ALT key can be used to select or deselect a node while clicking on it.</p>
<div id="footer" style="text-align: center">
All rights reserved ©
<a href="http://www.sztaki.hu">MTA SZTAKI</a>
<br>
<a id="creditsopen" href="#">Credits</a>
</div>
</body>
</html>