-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDataPrivacy.html
131 lines (99 loc) · 4.89 KB
/
DataPrivacy.html
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html>
<style type="text/css" media="screen">
h2[id]::before {
display: block;
content: " ";
margin-top: -125px;
height: 125px;
}
</style>
<script src="scripts/matomo.js" defer></script>
<script src="scripts/myscripts.js" defer></script>
<script src="scripts/includeHTML.js" defer></script>
<div data-include="header.html"></div>
<body>
<div data-include="navbar.html"></div>
<main>
<div class="container">
<h1>Privacy Policy for Gammapy Websites</h1>
<br><br>
<p>
<b>Effective Date:</b> October 14th, 2024.
</p>
<p>
Thank you for visiting our websites, gammapy.org and docs.gammapy.org. At Gammapy, we are committed to protecting your
privacy and ensuring that your personal data is handled in a safe and responsible manner. This Privacy Policy explains
how we collect, use, and protect any information obtained during your visit to our websites.
</p>
<p>
We use an open-source analytics platform called Matomo to collect anonymized information about how users interact with our
websites. The data we collect includes:
<ul>
<li>the pages you visit on our sites,</li>
<li>the time spent on each page,</li>
<li>your approximate location (based on anonymized IP addresses),</li>
<li>the device and browser you use to access our sites.</li>
</ul>
</p>
<p><b>Important:</b> all data collected is strictly anonymized, and we do not collect any personally identifiable
information (PII).</p>
<h1>2. How We Collect Data</h1>
<p>
We have configured Matomo to prioritize your privacy:
<ul>
<li>no Cookies: We do not use tracking cookies. This means we cannot track users across different browsing sessions or
websites,</li>
<li>anonymized IP Addresses: We anonymize your IP address by removing the last two bytes (e.g., 192.168.x.x). This makes
it impossible to identify your specific location or device,</li>
<li>no User Tracking: We do not assign unique user IDs, nor do we track individuals over time.</li>
</ul>
</p>
<h1>3. Why We Collect Data</h1>
<p>
We only use the collected data for the following purposes:
<ul>
<li>to analyze overall website performance,</li>
<li>to improve the structure, content, and functionality of our sites,</li>
<li>to understand how visitors use our websites.</li>
</ul>
We do not use this data for any commercial or marketing purposes, and we do not share the data with third parties.
</p>
<h1>4. How We Protect Your Data</h1>
<p>
We take your privacy seriously and have taken the following steps to protect any data collected:
<ul>
<li>all data is stored securely on our server at the AstroParticule & Cosmologie laboratory located in Paris, France,
and is not accessible to third parties,</li>
<li>we anonymize all data to ensure that no personally identifiable information is ever collected or processed,</li>
<li>we do not combine the data we collect with any external databases or information.</li>
</ul>
</p>
<h1>5. Your Privacy Choices</h1>
<p>
Since we do not use cookies, there is no need to accept or manage cookie consent for analytics purposes. However, if you
wish to opt out of being tracked by our anonymized analytics, you can configure your browser to block all tracking or
analytics requests.
</p>
<h1>6. Third-Party Links</h1>
<p>
Our websites may contain links to external sites, such as documentation resources or partner organizations. We are not
responsible for the privacy practices or content of these third-party sites. We encourage you to review their privacy
policies before sharing any personal information with them.
</p>
<h1>7. Contact Us</h1>
<p>
If you have any questions or concerns about our privacy practices, please feel free to contact us at:
<>
Email: <a href="mailto:[email protected]">gammapy-coordination-l [at] in2p3 [dot] fr</a>
</p>
</div>
</main>
<!-- Footer Section -->
<div data-include="footer.html"></div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="scripts/navbarCollapse.js" defer></script>
</body>
</html>