forked from elixir-europe/b1mg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.php
63 lines (52 loc) · 3.82 KB
/
privacy.php
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
<?php
$title = "Privacy | B1MG project";
$description = "Beyond 1 Million Genomes (B1MG) supports the 1+MG Initiative and aims to make the benefits of personalised medicine available around Europe.";
$section = "about";
$page = "privacy";
include $_SERVER['DOCUMENT_ROOT']."/includes/header.inc";
?>
<section class="hero is-primary">
<div class="hero-body py-5">
<div class="container">
<h1 class="title">
Privacy
</h1>
</div>
</div>
</section>
<section class="section">
<div class="container content has-text-grey-darker">
<p>This Privacy statement explains what personal data is collected by the B1MG website. <strong>This data is only collected if you click 'Accept cookies' in the banner that appears when you first visit the site.</strong> If you click 'Reject' in the same banner then no cookies will be set and no data collected.</p>
<h2>What data we collect</h2>
<p>We collect data about your activity on the site, such as:</p>
<ul>
<li>which pages you have visited</li>
<li>how long you spent on each page</li>
<li>which browsers and devices you have used to view the site</li>
<li>which country you view the site from.</li>
</ul>
<p>The information is collected anonymously and aggregated. We cannot identify you from the information gathered, or track your web browsing outside of this site.</p>
<h2>How we collect the data</h2>
<p>We use <a href="https://analytics.withgoogle.com/">Google Analytics</a> to collect this data. When you visit this site the Google Analytics program puts a small file called a <strong>cookie</strong> in your browser. Cookies are widely used to store preferences and to enable shopping carts and log-in areas on websites.</p>
<h2>Why we collect the data</h2>
<p>We collect the data so that we can then generate reports about the site for our funders. We also collect the date to help us improve the site, and ensure we design the site for the browsers and devices that most people are using.</p>
<h2>Who has access to the data</h2>
<p>The data collected from you visit to the site is sent to Google but aggregated and anonymised. We do not have access to personally identifiable information, but Google records and stores your IP address in order to generate the site statistics.</p>
<p>See <a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage">Google Analytics cookies information</a> and <a href="https://support.google.com/analytics/answer/6004245?hl=en">Google’s Safeguarding your data article</a>.</p>
<h2>If you have concerns about your data</h2>
<p>We ask for your permission to set the cookie when you visit the site, but if you change your mind you can:</p>
<ul>
<li><strong>Remove the cookie manually.</strong> See the <a href="https://us.norton.com/internetsecurity-privacy-how-to-clear-cookies.html">Norton Security website</a> for detailed instructions.</li>
<li><strong>Use a browser extension to stop the cookie</strong>, such as <a href="https://tools.google.com/dlpage/gaoptout">Google’s Opt-out Browser Add-on</a>.</li>
</ul>
<h2>Contact</h2>
<p>If you have any informal questions or concerns about privacy on the website, including exercising you rights to view or amend personal data you think we may have, feel free to email <a href="malto:[email protected]">[email protected]</a>.</p>
<h2>Data controller for the website</h2>
<p>The website is developed by the <a href="https://elixir-europe.org/about-us/who-we-are">ELIXIR Hub</a>.</p>
<p>Niklas Blomberg, ELIXIR Director<br />
Email: <a href="mailto:[email protected]">[email protected]</a><br />
EMBL-EBI, Wellcome Genome Campus, CB10 1SD Hinxton, Cambridgeshire, UK</p>
</section>
<?php
include $_SERVER['DOCUMENT_ROOT']."/includes/footer.inc";
?>