Skip to content

Commit e2eab5b

Browse files
authored
Rework PR216 for merging into next branch (#314)
Basically takes PR #216 changes and reapplies to our currently used `next` branch, with a few PR discussion issues addressed, too. Thanks for the suggestions and feedback @aputtu.
2 parents e6f0efc + a77234c commit e2eab5b

File tree

2 files changed

+86
-47
lines changed

2 files changed

+86
-47
lines changed

state/wwwpublic/terms-storage.deic.dk.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<img src="/images/skin/deic-basic/banner-logo.jpg" id="logoimagecenter"
7676
class="staticpage" alt="site logo center"/>
7777
<span id="logotitle" class="staticpage">
78-
Electronic Research Data Archive
78+
DeiC Storage
7979
</span>
8080
</div>
8181
<div id="toplogoright" class="staticpage">
@@ -140,8 +140,10 @@ <h2>Your Privacy</h2>
140140
technically administer our Services, for example, how we redundantly
141141
backup data to keep it safe. You give us the permissions we need to do
142142
those things solely to provide the Services. This permission also
143-
extends to any trusted third parties at UCPH we work with to provide the Services,
144-
for example University IT, which provides our UCPH OpenID login (again, only to
143+
extends to any trusted third parties at DeiC Storage we work with to provide
144+
the Services,
145+
for example the <a href="https://deic.dk/en/WAYF">WAYF federated login service
146+
</a> relying on local organization user databases (again, only to
145147
provide the Services).
146148
</p>
147149
<p>
@@ -263,14 +265,17 @@ <h2>Modifications</h2>
263265
<div class="supporttext staticpage i18n" lang="en">
264266
<p class="supporttitle i18n" lang="en">Support</p>
265267
<p class="i18n" lang="en">
266-
<a href="https://storage.deic.dk/public/ucph-erda-user-guide.pdf">DeiC Storage
267-
User Guide</a><br />Questions about DeiC Storage? <br />Please contact
268-
us at <a href="mailto:support@storage.deic.dk">support@storage.deic.dk</a></p>
268+
<a href="https://storage.deic.dk/public/deic-storage-user-guide.pdf">
269+
DeiC Storage User Guide</a><br />
270+
Questions about DeiC Storage? <br />Please contact us at
271+
<a href="mailto:support@storage.deic.dk">support@storage.deic.dk</a></p>
269272
</div>
270273
<div class="supporttext staticpage i18n" lang="da">
271274
<p class="supporttitle i18n" lang="da">Vejledning</p>
272-
<p class="i18n" lang="da"><a href="https://storage.deic.dk/public/ucph-erda-brugervejledning.pdf">DeiC Storage
273-
Brugervejledning</a><br />Spørgsmål om DeiC Storage? <br />Skriv til os på
275+
<p class="i18n" lang="da">
276+
<a href="https://storage.deic.dk/public/deic-storage-brugervejledning.pdf">
277+
DeiC Storage Brugervejledning</a><br />
278+
Spørgsmål om DeiC Storage? <br />Skriv til os på
274279
<a href="mailto:support@storage.deic.dk">support@storage.deic.dk</a></p>
275280
</div>
276281
</div>
@@ -293,7 +298,7 @@ <h2>Modifications</h2>
293298
<div id="copyright">
294299
<img src="/images/copyright.png" id="creditsimage" alt=""/>
295300
<span id="credits">
296-
2003-2021, <a href="https://www.migrid.org">The MiG Project</a>
301+
2003-2025, <a href="https://www.migrid.org">The MiG Project</a>
297302
</span>
298303
</div>
299304
</div>

state/wwwpublic/tips-storage.deic.dk.html

Lines changed: 72 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -123,29 +123,47 @@
123123

124124
<div class="tips-entries accordion col-lg-12">
125125
<div class="tips-entry">
126-
<h4 class="staticpage">New User Interface</h4>
126+
<h4 class="staticpage">Home and Website Apps</h4>
127127
<p>
128-
Did you know that you can test-drive the new modernized DeiC Storage user
129-
interface?
130-
You can easily switch between the traditional and the new web
131-
interface by changing User Interface from V2 to V3 or vice versa
132-
on your <a href="settings.py" target="_blank">Settings</a>.
128+
On your <a href="setup.py?topic=home">Home page</a> you can select
129+
which site Apps you want to have at hand in the navigation menu on
130+
the left as well as on Home itself.<br/>
131+
Simply click <em>Add</em> to select and <em>Save</em> the Apps you
132+
want to use. You can similarly always remove any Apps you no longer
133+
use there by unchecking them and hitting <em>Save</em>.
133134
</p>
134135
</div>
136+
<!-- AWATING-DEDICATED-STATUS-SERVICE div class="tips-entry">
137+
<h4 class="staticpage">Site Status and News</h4>
138+
<p>
139+
Did you know that you can always find DeiC Storage site status and news
140+
on <a href="https://status.deic.dk" target="_blank">
141+
https://status.deic.dk</a>?<br/>
142+
There we announce planned downtime e.g. for maintenance and any other
143+
issues affecting site or service availability. A brief overview of the
144+
current situation is always visible when logged in. You can see it as
145+
the little colored status icon at the bottom right on your ERDA web
146+
pages. You can also click that colored icon to view further
147+
details.<br/>
148+
Importantly the status page at status.erda.dk runs on a separate
149+
system, so it generally remains available even if ERDA itself is
150+
unavailable.
151+
</p>
152+
</div -->
135153
<div class="tips-entry">
136154
<h4 class="staticpage">2-Factor Authentication (2FA)</h4>
137155
<p>
138156
Do you worry about your DeiC Storage account security? DeiC Storage provides optional
139157
2FA on all services to significantly reduce the risk of account abuse
140158
even if someone gets hold of your password. Due to general security
141-
considerations and in particular the recent increase in phishing
142-
attacks we recommend enabling it if you haven't already done so. It's
143-
done by going through the little
144-
<a href="setup.py?topic=twofactor" target="_blank">2-Factor Auth Setup</a>
145-
wizard.
159+
considerations and in particular the increase in phishing attacks, we
160+
recommend enabling it if you haven't already done so. It's done by
161+
going through the little
162+
<a href="setup.py?topic=twofactor" target="_blank">
163+
2-Factor Auth Setup</a> wizard.
146164
</p>
147165
</div>
148-
<div class="tips-entry">
166+
<!-- AWATING-METADATA-SERVICE-DATAVERSE div class="tips-entry">
149167
<h4 class="staticpage">Digital Object Identifiers (DOIs) for your Data</h4>
150168
<p>
151169
Are you aware of the
@@ -159,10 +177,10 @@ <h4 class="staticpage">Digital Object Identifiers (DOIs) for your Data</h4>
159177
interoperable and reusable, which is increasingly becoming a common
160178
requirement when applying for funding.
161179
Please refer to our FAQ and the
162-
<a href="/public/ucph-erda-user-guide.pdf">user guide</a> for more
180+
<a href="/public/deic-storage-user-guide.pdf">user guide</a> for more
163181
details.
164182
</p>
165-
</div>
183+
</div -->
166184
<div class="tips-entry">
167185
<h4 class="staticpage">Custom Start Page</h4>
168186
<p>
@@ -182,7 +200,7 @@ <h4 class="staticpage">Basic Web Hosting and Publishing</h4>
182200
on DeiC Storage it automatically comes with a fully public and a
183201
participant-only web space where you can make your own web
184202
pages. Please refer to the
185-
<a href="/public/ucph-erda-user-guide.pdf">user guide</a> for the
203+
<a href="/public/deic-storage-user-guide.pdf">user guide</a> for the
186204
details.
187205
</p>
188206
</div>
@@ -196,7 +214,7 @@ <h4 class="staticpage">Easy Data Exchange</h4>
196214
upload files in the selected folder. Anyone you send or hand the link
197215
to can access the data without the need to have an DeiC Storage account.
198216
Please refer to the
199-
<a href="/public/ucph-erda-user-guide.pdf">user guide</a> for further
217+
<a href="/public/deic-storage-user-guide.pdf">user guide</a> for further
200218
details.
201219
</p>
202220
</div>
@@ -213,11 +231,11 @@ <h4 class="staticpage">DeiC Storage as a Network Drive</h4>
213231
map/mount your DeiC Storage home on your computer to interact with the files
214232
and folders there like any local data.
215233
Please refer to the
216-
<a href="/public/ucph-erda-user-guide.pdf">user guide</a> for complete
234+
<a href="/public/deic-storage-user-guide.pdf">user guide</a> for complete
217235
details.
218236
</p>
219237
</div>
220-
<div class="tips-entry">
238+
<!-- AWAITING-COMPUTE-INTEGRATION div class="tips-entry">
221239
<h4 class="staticpage">Easy Data Analysis and Presentation</h4>
222240
<p>
223241
Why worry about having the right tools for your data analysis and
@@ -231,10 +249,10 @@ <h4 class="staticpage">Easy Data Analysis and Presentation</h4>
231249
required versions. With Jupyter they just need a computer and an DeiC Storage
232250
account.
233251
Please refer to the
234-
<a href="/public/ucph-erda-user-guide.pdf">user guide</a> for details.
252+
<a href="/public/deic-storage-user-guide.pdf">user guide</a> for details.
235253
</p>
236-
</div>
237-
<div class="tips-entry">
254+
</div -->
255+
<!-- SEAFILE-NOT-AVAILABLE div class="tips-entry">
238256
<h4 class="staticpage">Cloud File Sync like Dropdox, OneDrive, etc.</h4>
239257
<p>
240258
Do you miss the synchronization features from Dropbox and similar to
@@ -248,24 +266,24 @@ <h4 class="staticpage">Cloud File Sync like Dropdox, OneDrive, etc.</h4>
248266
<a href="setup.py?topic=seafile" target="_blank">Seafile Setup</a>
249267
guide.
250268
Please refer to the
251-
<a href="/public/ucph-erda-user-guide.pdf">user guide</a> for further
269+
<a href="/public/deic-storage-user-guide.pdf">user guide</a> for further
252270
details.
253271
</p>
254-
</div>
272+
</div -->
255273
<div class="tips-entry">
256274
<h4 class="staticpage">Data Distribution with Import Sharelink</h4>
257275
<p>
258276
Ever needed to hand out a copy of some data to other DeiC Storage users?
259277
A common way of distributing files e.g. for courses or workshops is by
260278
means of making one or more folders with material and creating
261279
read-only sharelinks on them. The participants can then select a
262-
folder on ther Files page and use Share Link -> Import from the
280+
folder on their Files page and use Share Link &rarr; Import from the
263281
right-click menu to easily fetch their own copy directly - without
264282
downloading to their own computer first. This is particularly
265283
convenient for Jupyter notebooks to be used in exercises.
266284
</p>
267285
</div>
268-
<div class="tips-entry">
286+
<!-- EXTERNAL-PEERS-HANDLED-DIFFERENTLY div class="tips-entry">
269287
<h4 class="staticpage">External User Accounts with Peers</h4>
270288
<p>
271289
What if you want to invite externals onto DeiC Storage for collaboration or
@@ -285,21 +303,21 @@ <h4 class="staticpage">External User Accounts with Peers</h4>
285303
if needed, however. Peers can similarly be used to preserve access for
286304
your former colleagues if you need it for continued collaboration.
287305
</p>
288-
</div>
306+
</div -->
289307
<div class="tips-entry">
290308
<h4 class="staticpage">YubiKey For Multifactor Authentication</h4>
291309
<p>
292310
Can I use a YubiKey security device for stronger and safer
293311
authentication?
294-
UCPH generally recommends securing your logins with MFA and offer
295-
employees e.g. the small keyring-format hardware security keys from
296-
Yubico for the purpose.
312+
Several organizations generally recommend securing your logins with MFA
313+
and some offer employees e.g. a small keyring-format hardware security
314+
key from Yubico for the purpose.
297315
You might want to have a word with your local leader about perhaps
298316
getting one if you haven't done so already. It can be used for various
299-
common UCPH services and we offer basic support for it on DeiC Storage
300-
and SIF, too. For now you can use it along with the
317+
common IT services and we offer basic support for it on DeiC Storage
318+
and DeiC Sensitive Storage, too. For now you can use it along with the
301319
<a href="https://www.yubico.com/products/yubico-authenticator/">Yubico
302-
Authenticator app</a> to actually get a 3-factor authentication.
320+
Authenticator app</a> to actually get a 3-factor authentication.
303321
Namely, your usual user credentials, your physical YubiKey and the
304322
generated TOTP 6-digit token from the associated app. All you need to
305323
do is to install the Yubico Authenticator app, scan your 2-factor QR
@@ -331,13 +349,29 @@ <h4 class="staticpage">YubiKey For Multifactor Authentication</h4>
331349

332350
<div class="tips-entries accordion col-lg-12">
333351
<div class="tips-entry">
334-
<h4 class="staticpage">Ny brugergrænseflade</h4>
352+
<h4 class="staticpage">Home og website Apps</h4>
353+
<p>
354+
På din <a href="setup.py?topic=home">Home-side</a> kan du vælge hvilke
355+
site Apps du vil have let tilgængelige i navigations-menuen til
356+
venstre samt i oversigten på Home selv.<br/>
357+
Bare tryk <em>Add</em> der for at vælge relevante Apps og gemme med
358+
<em>Save</em>. Du kan tilsvarende altid fjerne Apps, du ikke længere
359+
bruger, ved at fravælge dem samme sted og klikke <em>Save</em>.
360+
</p>
361+
</div>
362+
<h4 class="staticpage">2-faktor godkendelse (2FA)</h4>
335363
<p>
336-
Vidste du at du kan prøvekøre DeiC Storages nye moderniserede
337-
brugergrænseflade?
338-
Du kan nemt skifte mellem den traditionelle - og den nye
339-
brugergrænseflade ved at skifte User Interface fra V2 til V3 eller
340-
omvendt på din <a href="settings.py" target="_blank">Settings</a>.
364+
De fleste organisationer tilbyder multifaktorgodkendelse til
365+
WAYF-login.
366+
Ønsker du yderligere sikkerhed på din konto hos DeiC Storage?
367+
DeiC Storage tilbyder valgfri 2FA på alle tjenester. Dette reducerer
368+
risikoen for misbrug af kontoen betragteligt. Selv i tilfælde, hvor
369+
nogen har opsnappet dit kodeord.
370+
Grundet generelle sikkerhedsovervejelser og øget forekomst af
371+
phishing-angreb anbefaler vi at slå 2FA til. Det sker ved at følge
372+
en kort guide til
373+
<a href="setup.py?topic=twofactor" target="_blank">
374+
opsætning af 2-faktor godkendelse</a>.
341375
</p>
342376
</div>
343377
<!-- TODO: translate the other English tips -->

0 commit comments

Comments
 (0)