-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtermsofuse.html
More file actions
69 lines (53 loc) · 3.88 KB
/
termsofuse.html
File metadata and controls
69 lines (53 loc) · 3.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>SeeK-path: Terms of use</title>
<!-- Bootstrap -->
<link href="../static/css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="../static/css/visualizer_base.min.css" />
<script src="../static/js/iframeResizer.contentwindow.min.js"></script>
</head>
</head>
<body>
<div style="margin-left:15px; margin-right:15px;">
<div id='maintitle'>
<h1 style="text-align: center;"><span style="font-weight: bold;">SeeK-path</span> web service terms of use</div>
<p>Please read these Terms of Service ("Terms", "Terms of Service") carefully before using the SeeK-path website (the "Service"). Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms
apply to all visitors, users and others who access or use the Service. By accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.
</p>
<h2>Use of uploaded data</h2>
<p>By using the Service, you agree that any data or files you decide to upload to the service may be stored anonymously for debugging purposes, statistical purposes and to improve the quality of the Service.</p>
<h2>Termination</h2>
<p>We may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever.</p>
<h2>Links To Other Web Sites</h2>
<p>Our Service may contain links to third-party web sites or services that are not owned or controlled by us. We have no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or
services. You further acknowledge and agree that we shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or
services available on or through any such web sites or services. We strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit. </p>
<h2>Changes</h2>
<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the
new terms, please stop using the Service. </p>
<h2>Contact Us</h2>
<p>If you have any questions about these Terms, please contact us. </p>
</div>
<div style="position: relative" data-iframe-height></div>
<script>
var breadcrumbsPath = [
{ name: "Work", link: "https://www.materialscloud.org/work" },
{ name: "Tools", link: "https://www.materialscloud.org/work/tools"},
{ name: "SeeK-path: the k-path finder and visualizer", link: "https://www.materialscloud.org/work/tools/seekpath" },
{ name: "Terms of Use", link: null }
];
</script>
<script src="https://cdn.jsdelivr.net/gh/materialscloud-org/mc-header@main/header.js" defer></script>
</body>
</html>