summaryrefslogtreecommitdiffstats
path: root/templates/agb/_page.html
blob: b1eb8d7e7b575d361ed196b4e30da5e6505e59b1 (plain) (blame)
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
<div class="row">
	<div class="col-md-6">
		<h2>Privacy Policy</h2>

		<p><b>Name of service</b>: {{suite}}</p>

		<h4>Service description</h4>

		<p>{{suite}} enables the operation of computer pools with non-persistent virtual machines, which are tailored by
			lecturers to their courses. Those VMs can optionally be shared across universities.</p>
	</div>
	<div class="col-md-6">
		<h2>Datenschutz</h2>

		<p><b>Name der Dienstleistung</b>: {{suite}}</p>

		<h4>Beschreibung des Dienstes</h4>

		<p>{{suite}} ermöglicht den Betrieb von Rechnerpools mit nicht-persistenten virtuellen Maschinen,
			die von Dozierenden auf ihre Lehrveranstaltungen zugeschnitten werden. Diese VMs können optional
			auch hochschulübergreifend genutzt werden.</p>
	</div>
</div>
<div class="row">
	<div class="col-md-6">
		<h2>Obligations</h2>

		<p>Every user who uploads or modifies virtual teaching environments is responsible for ensuring that all license
			provisions applicable at their own institution are complied with. At the same time, they are also obliged to
			ensure to the best of their knowledge and belief that there is no malware (viruses, trojans, etc.) in the
			virtual teaching environments in accordance with the recommendations of the {{suite}} team.</p>
	</div>
	<div class="col-md-6">
		<h2>Verpflichtungen</h2>

		<p>Jeder Nutzende, der virtuelle Lehrumgebungen hochlädt oder verändert, ist dafür verantwortlich,
			dass alle an der eigenen Hochschule geltenden Lizenzbestimmungen eingehalten werden.
			Gleichzeitig ist er verpflichtet, nach bestem Wissen und Gewissen dafür zu sorgen, dass sich in
			den virtuellen Lehrumgebungen keine Schadsoftware (Viren, Trojaner etc.) gemäß den Empfehlungen
			des {{suite}}-Teams befindet.</p>
	</div>
</div>
<div class="row">
	<div class="col-md-6">
		<h2>Data controller and contact information</h2>

		<p>University of Freiburg, IT Services: <a href="mailto:{{helpmail}}">{{helpmail}}</a></p>

		<p><b>Jurisdiction</b>: DE-BW Germany Baden-Württemberg</p>
	</div>
	<div class="col-md-6">
		<h2>Datenverantwortlicher und Kontaktinformationen</h2>

		<p>Albert-Ludwigs-Universität Freiburg, Rechenzentrum: <a href="mailto:{{helpmail}}">{{helpmail}}</a></p>

		<b>Zuständigkeitsbereich:</b> DE-BW Deutschland Baden-Württemberg
	</div>
</div>
<div class="row">
	<div class="col-md-6">
		<h2>Personal data processed</h2>

		<p>The following data is requested from your Home Organisation</p>

		<ul>
			<li>your unique user identifier (<a href="{{linkidmpid}}">IdPPersistentNameIdentifier</a>)</li>
			<li>your role in your Home Organisation (<a href="{{linkidmepsa}}">eduPersonScopedAffiliation</a>)</li>
			<li>your permission to use this service independent of your role (eduPersonEntitlement)</li>
			<li>your first and last name (<a href="{{linkidmsn}}">sn</a>, <a href="{{linkidmgivenname}}">givenName</a>) (*)</li>
			<li>your email address (<a href="{{linkidmmail}}">mail</a>) (*)</li>
		</ul>

		<p>The data marked with (*) is not stored on our servers but only forwarded to your institution, unless you
			participate	in the central VM exchange.</p>
	</div>
	<div class="col-md-6">
		<h2>Verarbeitete personenbezogene Daten</h2>

		<p>Die folgenden Daten werden von Ihrer Heimatorganisation angefordert</p>

		<ul>
			<li>Eindeutige, anonyme Nutzerkennung (<a href="{{linkidmpid}}">IdPPersistentNameIdentifier</a>)</li>
			<li>Status des Nutzers (Dozent/Mitarbeiter, Student, ..., <a
					href="{{linkidmepsa}}">eduPersonScopedAffiliation</a>)
			</li>
			<li>Ihre Erlaubnis, diesen Dienst unabhängig von Ihrer Rolle zu nutzen (eduPersonEntitlement)</li>
			<li>Vor- und Nachname (<a href="{{linkidmsn}}">sn</a>, <a href="{{linkidmgivenname}}">givenName</a>) (*)</li>
			<li>E-Mailadresse (<a href="{{linkidmmail}}">mail</a>) (*)</li>
		</ul>

		<p>
			Die mit (*) gekennzeichneten Daten werden nicht auf unseren Servern gespeichert,
			sondern nur an Ihre Einrichtung weitergeleitet, sofern Sie nicht am zentralen
			VM-Austausch teilnehmen.
		</p>
	</div>
</div>
<div class="row">
	<div class="col-md-6">
		<h4>Purpose of the processing of personal data</h4>

		<p>The data is used</p>

		<ul>
			<li>to authorise your access to and use of the resources we provide</li>
			<li>to relate shared public VMs to the owning/uploading person</li>
		</ul>
	</div>
	<div class="col-md-6">
		<h4>Zweck der Verarbeitung der personenbezogenen Daten</h2>

		<p>Die Daten werden verwendet,</p>

		<ul>
			<li>um Ihren Zugang zu den von uns bereitgestellten Ressourcen und deren Nutzung zu autorisieren</li>
			<li>um gemeinsam genutzte öffentliche VMs der besitzenden/hochladenden Person zuzuordnen</li>
		</ul>
	</div>
</div>
<div class="row">
	<div class="col-md-6">
		<h4>Third parties to whom personal data is disclosed</h4>

		<p>We may share your personal data with third parties (or otherwise allow them access to it) in the following
			cases:</p>

		<ul>
			<li>(a) to satisfy any applicable law, regulation, legal process, subpoena or governmental request</li>
			<li>(b) to enforce this Privacy Notice, including investigation of potential violations thereof</li>
			<li>(c) to relate shared VMs with the owner/uploading person e.g. when the VM is downloaded to a {{suite}}
				satellite server of another institution using the service
			</li>
		</ul>

		<p>Your personal data may also be accessible by others users of the service if you shared a public VM.</p>
	</div>
	<div class="col-md-6">
		<h4>Dritte, an die personenbezogene Daten weitergegeben werden</h4>

		<p>In den folgenden Fällen können wir Ihre personenbezogenen Daten an Dritte weitergeben
			(oder ihnen anderweitig Zugang dazu gewähren):</p>

		<ul>
			<li>(a) zur Erfüllung geltender Gesetze, Vorschriften, rechtlicher Verfahren, Vorladungen oder behördlicher Anfragen</li>
			<li>(b) zur Durchsetzung dieser Datenschutzerklärung, einschließlich der Untersuchung möglicher Verstöße dagegen</li>
			<li>(c) um freigegebene VMs mit dem Eigentümer/der hochladenden Person in Verbindung zu bringen, z. B.
				wenn die VM auf einen {{suite}}-Satellitenserver einer anderen Einrichtung heruntergeladen wird, die den Dienst nutzt</li>
		</ul>

		<p>Ihre personenbezogenen Daten können auch für andere Nutzer des Dienstes zugänglich sein, wenn Sie eine
			öffentliche VM freigegeben haben.</p>
	</div>
</div>
<div class="row">
	<div class="col-md-6">
		<h4>How to access, rectify and delete the personal data</h4>

		<p>Contact the data controller above.
			To rectify the data released by your Home Organisation, contact your Home Organisation's IT helpdesk.</p>

		<p><b>Data retention</b>: Personal data is deleted on request by the user or if the user hasn't used the service
			for two years.</p>

	</div>
	<div class="col-md-6">
		<h4>Zugang, Berichtigung und Löschung der personenbezogenen Daten</h4>

		<p>Wenden Sie sich an den oben genannten Datenverantwortlichen. Um die von Ihrer Heimateinrichtung freigegebenen Daten
			zu berichtigen, wenden Sie sich an den IT-Helpdesk Ihrer Heimateinrichtung.</p>

		<p><b>Aufbewahrung von Daten</b>: Personenbezogene Daten werden auf Antrag des Nutzers oder wenn der Nutzer den
			Dienst zwei Jahre lang nicht genutzt hat, gelöscht.</p>

	</div>
</div>
<div class="row">
	<div class="col-md-6">
		<h4>Data Protection Code of Conduct</h4>

		<p>Your personal data will be protected according to the <a
				href="http://www.geant.net/uri/dataprotection-code-of-conduct/v1"
				rel="nofollow">Code of Conduct for Service Providers</a>, a common standard for the research and higher
			education sector to protect your privacy.</p>
	</div>
	<div class="col-md-6">
		<h4>Verhaltenskodex</h4>

		<p>Ihre persönlichen Daten werden gemäß dem <a href="http://www.geant.net/uri/dataprotection-code-of-conduct/v1"
			rel="nofollow">Code of Conduct for Service Providers</a> geschützt, einem gemeinsamen Standard für den
			Forschungs- und Hochschulsektor zum Schutz Ihrer Privatsphäre.</p>
	</div>
</div>