-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata-policy.html
More file actions
77 lines (63 loc) · 3.5 KB
/
data-policy.html
File metadata and controls
77 lines (63 loc) · 3.5 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
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<title>Inventory of federal crowdsourcing and citizen science projects, by Commons Lab - Wilson Center</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800">
<link rel="stylesheet" href="css/style.css" />
</head>
<body class="container-fluid">
<header>
<nav class="row">
<div class="col-md-6">
</div>
<div class="col-md-6">
<span><a class="current" href="about.html">About The Catalog</a></span>
<span><a class="current" href="add.html">Add A Project</a></span>
<span><a class="current" href="https://www.citizenscience.gov">CitizenScience.gov</a></span>
</div>
</nav>
<section id="hero-intro" class="row">
<a href="https://ccsinventory.wilsoncenter.org/">
<img src="img/Catalog-Gray.png"
style= "float: left" width="200" height="60" hspace="15" vspace="13"/> </a>
<h2>Data Policy</h2>
</section>
</header>
<main class="row">
<div id="data-policy" class="col-md-6 col-md-offset-3">
<h3>Terms of use:</h3>
<p>Data available through the Commons Lab Database is offered free and without restriction.</p>
<p>Data and content created by government employees within the scope of their employment are not subject to domestic copyright protection under 17 U.S.C. §105. Thus, no data that a federal employee enters will be copyright.</p>
<p>Data accessed through the Commons Lab Database do not, and should not, include controls over its end use. Once the data have been downloaded or pulled from this site, the Wilson Center cannot vouch for their quality or timeliness. Furthermore, we cannot vouch for any analysis conducted with data retrieved from this database.</p>
<p>The Commons Lab is developing a suite of APIs to support data access and sharing in line with this ideal.</p>
</div>
</main>
<footer>
<div class="row footer-nav">
<div class="col-md-offset-3 col-md-2">
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="add.html">Add project</a></li>
<li><a href="about.html">About</a></li>
<li><a href="data-policy.html">Data policy</a></li>
<li><a href="http://www.wilsoncenter.org/privacy-policy">Privacy policy</a></li>
</ul>
</div>
<div class="initiative-by col-md-7">
<p>An initiative led by the Wilson Center in partnership with the General Services Administration (GSA)</p>
<image xlink:href="img/commons_logo.svg" src="img/commons_logo.png"
width="260" height="40" />
<image xlink:href="img/wilson_logo.svg" src="img/wilson_logo.png"
width="260" height="40" />
</div>
</div>
<div class="row copyright">
<div class="col-md-12 text-center"><p>Copyrighted by <a href="http://wilsoncenter.org/the-commons-lab-inventory">Wilson Center</a> © 2015 · Developed by <a href="http://icarto.es" target="_blank">iCarto</a></p></div>
</div>
</footer>
</body>
</html>