-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTermsAndConditions.html
More file actions
53 lines (44 loc) · 2.49 KB
/
Copy pathTermsAndConditions.html
File metadata and controls
53 lines (44 loc) · 2.49 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.terms_of_use {
font-family: sans-serif;
font-size: 100%;
}
.citation {
font-family: sans-serif;
font-size: 100%;
font-weight: bold;
}
</style>
</head>
<body>
<pre class="terms_of_use">
This UK Data Service Census Support boundary dataset is made available to you under
the terms of the <a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/">UK Open Government Licence</a> v3.
Your use of the UK Data Service is subject to the terms of the UK Data Service <a href="http://ukdataservice.ac.uk/get-data/how-to-access/conditions.aspx">End User Licence</a>
The following copyright statements MUST be used when reproducing or using this dataset,
for example when displaying boundary data as a map or other graphic within a written report:
<span class="citation">Contains National Statistics data © Crown copyright and database right [year]</span>
<span class="citation">Contains OS data © Crown copyright [and database right] (year)</span>
Note, that where any of the above copyright statements contain the word year, this should be replaced with
the year, for example 2015, in which you used the UK Data Service dataset or wrote your report etc.
In addition you can also include the following citation as a reference for this
UK Data Service Census Support dataset where you have referred to this UK Data Service dataset in an essay,
research paper or journal article:
<span class="citation">
Office for National Statistics (2011). 2011 Census: boundary data (England and Wales) [data collection].
UK Data Service. SN:5819 UKBORDERS: Digitised Boundary Data, 1840- and Postcode Directories, 1980-.
<a href="http://discover.ukdataservice.ac.uk/catalogue/?sn=5819&type=Data%20catalogue">http://discover.ukdataservice.ac.uk/catalogue/?sn=5819&type=Data%20catalogue</a>,
Retrieved from <a href="http://census.ukdataservice.ac.uk/get-data/boundary-data.aspx">http://census.ukdataservice.ac.uk/get-data/boundary-data.aspx</a>.
Contains public sector information licensed under the Open Government Licence v3.
</span>
If you have any questions about the use or licensing of this dataset please contact the UK Data Service via:
<a href="http://ukdataservice.ac.uk/help/get-in-touch.aspx">http://ukdataservice.ac.uk/help/get-in-touch.aspx</a>
UK Data Service, November 2015
</pre>
</body>
</html>