-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
561 lines (550 loc) · 25.1 KB
/
privacy-policy.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Thorbjörn Sievert: Privacy Policy</title>
<link
rel="stylesheet"
href="./assets/css/style.css"
/>
<link
rel="icon"
type="image/x-icon"
href="./assets/img/favicon.ico"
/>
<script src="./assets/js/js.cookie.min.js"></script>
<script src="./assets/js/script.js"></script>
<!-- Copyright (c) 2000-2023 etracker GmbH. All rights reserved. -->
<!-- This material may not be reproduced, displayed, modified or distributed -->
<!-- without the express prior written permission of the copyright holder. -->
<!-- etracker tracklet 5.0 -->
<script type="text/javascript">
// var et_pagename = "";
// var et_areas = "";
// var et_tval = 0;
// var et_tsale = 0;
// var et_tonr = "";
// var et_basket = "";
</script>
<meta property="og:type" content="profile">
<meta property="og:title" content="Thorbjörn Sievert, PhD - Privacy Policy">
<meta property="og:url" content="https://tsievert.com/">
<meta property="og:image" content="https://tsievert.com/assets/img/og_profile.jpg">
<meta property="og:description" content="Privacy Policy for tsievert.com">
<meta property="profile:first_name" content="Thorbjörn">
<meta property="profile:last_name" content="Sievert">
</head>
<body>
<script type="text/javascript">
const documentBody = document.querySelector("body");
function getDarkmodeStatus () {
let darkmodeStatus = Cookies.get('darkmode')
if(darkmodeStatus == "on") {
documentBody.classList.add('darkmode')
}else{
documentBody.classList.remove('darkmode')
}
}
getDarkmodeStatus();
</script>
<header>
<ul class="mainnav">
<li class="close_hamburger"></li>
<li><a href="/">Education</a></li>
<li><a href="./publications.html">Publications</a></li>
<li>
<a href="./talks-and-posters.html">Talks & Posters</a>
</li>
<li><a href="./teaching.html">Teaching</a></li>
<li><a href="#contact">Contact</a></li>
<label
class="switch"
name="darkmode switch"
><input
type="checkbox"
name="darkmode switch"
id="darkmodeSwitch" /><span class="slider round"></span
></label>
</ul>
<div
id="hamburger"
class="hamburger"
></div>
<aside
id="sidenav"
class="hidden"
></aside>
</header>
<div class="contentarea">
<h2 class="title">Privacy Policy</h2>
<div align="justify">
<p>
Personal data (usually referred to just as "data" below) will only
be processed by us to the extent necessary and for the purpose of
providing a functional and user-friendly website, including its
contents, and the services offered there.
</p>
<p >
Per Art. 4 No. 1 of Regulation (EU) 2016/679, i.e. the General Data
Protection Regulation (hereinafter referred to as the "GDPR"),
"processing" refers to any operation or set of operations such as
collection, recording, organization, structuring, storage,
adaptation, alteration, retrieval, consultation, use, disclosure by
transmission, dissemination, or otherwise making available,
alignment, or combination, restriction, erasure, or destruction
performed on personal data, whether by automated means or not.
</p>
<p>
The following privacy policy is intended to inform you in particular
about the type, scope, purpose, duration, and legal basis for the
processing of such data either under our own control or in
conjunction with others. We also inform you below about the
third-party components we use to optimize our website and improve
the user experience which may result in said third parties also
processing data they collect and control.
</p>
<p>Our privacy policy is structured as follows:</p>
<p>
I. Information about us as controllers of your data<br />II. The
rights of users and data subjects<br />III. Information about the
data processing
</p>
<h3>I. Information about us as controllers of your data</h3>
<p>
The party responsible for this website (the "controller") for
purposes of data protection law is:
</p>
<p><span>Thorbjörn Sievert</span><br /></p>
<p>
<span>Email: thorbjoern.sievert[at]gmx.net</span>
</p>
<p>The controller's data protection officer is:</p>
<p>
<span>Thorbjörn Sievert </span>
</p>
<h3>II. The rights of users and data subjects</h3>
<p>
With regard to the data processing to be described in more detail
below, users and data subjects have the right
</p>
<ul type="disc">
<li>
to confirmation of whether data concerning them is being
processed, information about the data being processed, further
information about the nature of the data processing, and copies of
the data (cf. also Art. 15 GDPR);
</li>
<li>
to correct or complete incorrect or incomplete data (cf. also Art.
16 GDPR);
</li>
<li>
to the immediate deletion of data concerning them (cf. also Art.
17 DSGVO), or, alternatively, if further processing is necessary
as stipulated in Art. 17 Para. 3 GDPR, to restrict said processing
per Art. 18 GDPR;
</li>
<li>
to receive copies of the data concerning them and/or provided by
them and to have the same transmitted to other
providers/controllers (cf. also Art. 20 GDPR);
</li>
<li>
to file complaints with the supervisory authority if they believe
that data concerning them is being processed by the controller in
breach of data protection provisions (see also Art. 77 GDPR).
</li>
</ul>
<p>
In addition, the controller is obliged to inform all recipients to
whom it discloses data of any such corrections, deletions, or
restrictions placed on processing the same per Art. 16, 17 Para. 1,
18 GDPR. However, this obligation does not apply if such
notification is impossible or involves a disproportionate effort.
Nevertheless, users have a right to information about these
recipients.
</p>
<p>
<strong
>Likewise, under Art. 21 GDPR, users and data subjects have the
right to object to the controller's future processing of their
data pursuant to Art. 6 Para. 1 lit. f) GDPR. In particular, an
objection to data processing for the purpose of direct advertising
is permissible.</strong
>
</p>
<h3>III. Information about the data processing</h3>
<p>
Your data processed when using our website will be deleted or
blocked as soon as the purpose for its storage ceases to apply,
provided the deletion of the same is not in breach of any statutory
storage obligations or unless otherwise stipulated below.
</p>
<h4>Server data</h4>
<p>
For technical reasons, the following data sent by your internet
browser to us or to our server provider will be collected,
especially to ensure a secure and stable website: These server log
files record the type and version of your browser, operating system,
the website from which you came (referrer URL), the webpages on our
site visited, the date and time of your visit, as well as the IP
address from which you visited our site.
</p>
<p>
The data thus collected will be temporarily stored, but not in
association with any other of your data.
</p>
<p>
The basis for this storage is Art. 6 Para. 1 lit. f) GDPR. Our
legitimate interest lies in the improvement, stability,
functionality, and security of our website.
</p>
<p>
The data will be deleted within no more than seven days, unless
continued storage is required for evidentiary purposes. In which
case, all or part of the data will be excluded from deletion until
the investigation of the relevant incident is finally resolved.
</p>
<h4>Social media links via graphics</h4>
<p>
We also integrate the following social media sites into our website.
The integration takes place via a linked graphic of the respective
site. The use of these graphics stored on our own servers prevents
the automatic connection to the servers of these networks for their
display. Only by clicking on the corresponding graphic will you be
forwarded to the service of the respective social network.
</p>
<p>
Once you click, that network may record information about you and
your visit to our site. It cannot be ruled out that such data will
be processed in the United States.
</p>
<p>
Initially, this data includes such things as your IP address, the
date and time of your visit, and the page visited. If you are logged
into your user account on that network, however, the network
operator might assign the information collected about your visit to
our site to your personal account. If you interact by clicking Like,
Share, etc., this information can be stored your personal user
account and possibly posted on the respective network. To prevent
this, you need to log out of your social media account before
clicking on the graphic. The various social media networks also
offer settings that you can configure accordingly.
</p>
<p>
The following social networks are integrated into our site by linked
graphics:
</p>
<h4>twitter</h4>
<p>
Twitter Inc., 795 Folsom St., Suite 600, San Francisco, CA 94107,
USA
</p>
<p>
Privacy Policy:
<a href="https://twitter.com/privacy" target="_blank" rel="noopener"
>https://twitter.com/privacy</a
>
</p>
<h4>LinkedIn</h4>
<p>
LinkedIn Ireland Unlimited Company, Wilton Plaza, Wilton Place,
Dublin 2, Irland, a subsidiary of LinkedIn Corporation, 1000 W.
Maude Avenue, Sunnyvale, CA 94085 USA.
</p>
<p>
Privacy Policy:
<a
href="https://www.linkedin.com/legal/privacy-policy"
target="_blank"
rel="noopener"
>https://www.linkedin.com/legal/privacy-policy</a
>
</p>
<h4>Google Scholar</h4>
<p>
Google Ireland Limited, Gordon House, Barrow Street, Dublin 4,
Irland
</p>
<p>
Privacy Policy:
<a
href="https://www.google.com/intl/en/policies/privacy/"
target="_blank"
rel="noopener"
>https://www.google.com/intl/en/policies/privacy/</a
>
</p>
<h4>ResearchGate</h4>
<p>ResearchGate GmbH, Chausseestr. 20, 10115 Berlin, Germany</p>
<p>
Privacy Policy:
<a
href="https://www.researchgate.net/privacy-policy"
target="_blank"
rel="noopener"
>https://www.researchgate.net/privacy-policy</a
>
</p>
<h4>ORCID</h4>
<p>
ORCID, Inc., 10411 Motor City Drive, Suite 750, Bethesda, MD, 20817,
USA
</p>
<p>
Privacy Policy:
<a
href="https://info.orcid.org/privacy-policy/"
target="_blank"
rel="noopener"
>https://info.orcid.org/privacy-policy/</a
>
</p>
<h4>Semantic Scholar</h4>
<p>
The Allen Institute for Artificial Intelligence, 2157 North
Northlake Way, Suite 110 ,Seattle, WA. 98103, USA
</p>
<p>
Privacy Policy:
<a
href="https://allenai.org/privacy-policy"
target="_blank"
rel="noopener"
>https://allenai.org/privacy-policy</a
>
</p>
<h4>Publons</h4>
<p>
Clarivate Analytics (US) LLC, 1500 Spring Garden Street,
Philadelphia, PA 19130, USA
</p>
<p>
Privacy Policy:
<a
href="https://clarivate.com/privacy-center/notices-policies/privacy-policy/"
target="_blank"
rel="noopener"
>https://clarivate.com/privacy-center/notices-policies/privacy-policy/</a
>
</p>
<h4>etracker web analytics</h4>
<p>
The provider of this website uses the services of etracker GmbH,
Hamburg, Germany (<a href="https://www.etracker.com/en/home-en/"
>www.etracker.com</a
>) to analyse usage data. We do not use cookies for web analysis by
default. If we use analysis and optimisation cookies, we will obtain
your explicit consent separately in advance. If this is the case and
you agree, cookies are used to enable a statistical range analysis
of this website, a measurement of the success of our online
marketing measures and test procedures, e.g. to test and optimise
different versions of our online offer or its components. Cookies
are small text files that are stored by the Internet browser on the
user's device. etracker cookies do not contain any information that
could identify a user.
</p>
<p>
The data generated by etracker on behalf of the provider of this
website is processed and stored by etracker solely in Germany by
commission of the provider of this website and is thus subject to
the strict German and European data protection laws and standards.
In this regard, etracker was independently checked, certified and
awarded with the
<a
href="https://www.eprivacy.eu/en/customers/awarded-seals/company/etracker-gmbh/"
>ePrivacyseal</a
>
data protection seal of approval.
</p>
<p>
The data processing is based on Art. 6 Section 1 lit f (legitimate
interest) of the General Data Protection Regulation (GDPR). Our
legitimate interest is the optimisation of our online offer and our
website. As the privacy of our visitors is very important to us, the
data that may possibly allow a reference to an individual person,
such as IP address, registration or device IDs, will be anonymised
or pseudonymised as soon as possible. etracker does not use the data
for any other purpose, combine it with other data or pass it on to
third parties.
</p>
<p>
You can object to the outlined data processing at any time. Your
objection has no disadvantageous consequences.
</p>
<p>
<a
href="#"
data-language="en"
data-tld="tsievert.com"
id="et-opt-out"
></a>
</p>
<p>
Further information on data protection with etracker can be found
<a href="https://www.etracker.com/en/data-privacy/">here</a>.
</p>
<h4>Google-Maps</h4>
<p>
Our website uses Google Maps to display our location and to provide
directions. This is a service provided by Google Ireland Limited,
Gordon House, Barrow Street, Dublin 4, Irland (hereinafter: Google).
</p>
<p>
To enable the display of certain fonts on our website, a connection
to the Google server in the USA is established whenever our website
is accessed.
</p>
<p>
If you access the Google Maps components integrated into our
website, Google will store a cookie on your device via your browser.
Your user settings and data are processed to display our location
and create a route description. We cannot prevent Google from using
servers in the USA.
</p>
<p>
The legal basis is Art. 6 Para. 1 lit. f) GDPR. Our legitimate
interest lies in optimizing the functionality of our website.
</p>
<p>
By connecting to Google in this way, Google can determine from which
website your request has been sent and to which IP address the
directions are transmitted.
</p>
<p>
If you do not agree to this processing, you have the option of
preventing the installation of cookies by making the appropriate
settings in your browser. Further details can be found in the
section about cookies above.
</p>
<p>
In addition, the use of Google Maps and the information obtained via
Google Maps is governed by the
<a
href="http://www.google.de/accounts/TOS"
target="_blank"
rel="noopener"
>Google Terms of Use</a
>
<a
href="https://policies.google.com/terms?gl=DE&hl=de"
target="_blank"
rel="noopener"
>https://policies.google.com/terms?gl=DE&hl=en</a
>
and the
<a
href="https://www.google.com/intl/de_de/help/terms_maps.html"
target="_blank"
rel="noopener"
>Terms and Conditions for Google Maps</a
>
https://www.google.com/intl/de_de/help/terms_maps.html.
</p>
<p>Google also offers further information at</p>
<p>
<a
href="https://adssettings.google.com/authenticated"
target="_blank"
rel="noopener"
>https://adssettings.google.com/authenticated</a
>
</p>
<p>
<a
href="https://policies.google.com/privacy"
target="_blank"
rel="noopener"
>https://policies.google.com/privacy</a
>
</p>
<h4>FontAwesome</h4>
<p>
In order to be able to display fonts and visual elements of our
website, we use FontAwesome’s external fonts. FontAwesome is a
service of
</p>
<p>
Fonticons Inc., 6 Porter Road, Apartment 3R, Cambridge, MA 02140,
USA, hereinafter referred to as "FontAwesome".
</p>
<p>
When you access our website, a connection is established to the
FontAwesome server in the USA in order to enable and update the
display of fonts and visual elements.
</p>
<p>
The legal basis is Art. 6 para. 1 lit. f) GDPR. Our legitimate
interest lies in the optimisation and economic operation of our
website.
</p>
<p>
By connecting to the FontAwesome server when you access our website,
FontAwesome can determine from which website your request was sent
and to which IP address the font should be sent.
</p>
<p>At</p>
<p>
<a
href="https://fontawesome.com/privacy"
target="_blank"
rel="noopener"
>https://fontawesome.com/privacy</a
>
</p>
<p>
FontAwesome offers further information, in particular on the options
for preventing data use.
</p>
<p>
<a
href="https://www.ratgeberrecht.eu/leistungen/muster-datenschutzerklaerung.html"
target="_blank"
rel="noopener"
>Model Data Protection Statement</a
>
for
<a
href="https://www.ratgeberrecht.eu/"
target="_blank"
rel="noopener"
>Anwaltskanzlei Weiß & Partner</a
>
</p>
</div>
</div>
</body>
<footer>
<div class="footer-content">
<h2 id="contact">Contact</h2>
<div class="details" >
<section class="mail">
<p><b>Thorbjörn Sievert</b></p>
<p><b><a href="mailto:thorbjoern.sievert[at]gmx[dot]net">thorbjoern.sievert[at]gmx[dot]net</a></b></p>
</section>
<section class="socialmedia">
<p><b>Feel free to follow me on</b></p>
<ul class="socialmedia-btns">
<li class="socialmedia-btn"><a href="https://fediscience.org/@volephd" target="_blank"><img src="./assets/icons/mastodon_white.svg" alt="VolePhD" type="image/svg+xml"></a></li>
<li class="socialmedia-btn"><a href="https://orcid.org/0000-0002-4242-3779" target="_blank"><img src="./assets/icons/orcid.svg" alt="Orcid" type="image/svg+xml"></a></li>
<li class="socialmedia-btn"><a href="https://scholar.google.com/citations?user=8iNLUXoAAAAJ&hl=en" target="_blank"><img src="./assets/icons/googlescholar.svg" alt="Google Scholar" type="image/svg+xml"></a></li>
<li class="socialmedia-btn"><a href="https://github.com/tsievert" target="_blank"><img src="./assets/icons/github.svg" alt="Github" type="image/svg+xml"></a></li>
<li class="socialmedia-btn"><a href="https://twitter.com/VolePhD" target="_blank"><img src="./assets/icons/twitter.svg" alt="X" type="image/svg+xml"></a></li>
<li class="socialmedia-btn"><a href="https://www.linkedin.com/in/thorbj%C3%B6rn-sievert-474b4081" target="_blank"><img src="./assets/icons/linkedin.svg" alt="LinkedIn" type="image/svg+xml"></a></li>
<li class="socialmedia-btn"><a href="https://www.researchgate.net/profile/Thorbjoern-Sievert" target="_blank"><img src="./assets/icons/researchgate.svg" alt="Researchgate" type="image/svg+xml"></a></li>
<li class="socialmedia-btn"><a href="https://www.webofscience.com/wos/author/record/1014967" target="_blank"><img src="./assets/icons/webofscience.svg" alt="Web of Science" type="image/svg+xml"></a></li>
<li class="socialmedia-btn"><a href="https://www.semanticscholar.org/author/Thorbj%C3%B6rn-Sievert/47051834" target="_blank"><img src="./assets/icons/semanticscholar_white.svg" alt="Semantic Scholar" type="image/svg+xml"></a></li>
</ul>
</section>
<section class="mail">
<p><b><a href="./privacy-policy.html">Privacy Policy</a></b></p>
<p><b><a href="./sitemap.html">Sitemap</a></b></p>
</section>
</div>
</div>
</footer>
</html>