Skip to content

Commit a62c78e

Browse files
Merge branch 'main' of github.com:ucphhpc/migrid-user-docs
2 parents 7187fb3 + af7c4f0 commit a62c78e

12 files changed

+247
-42
lines changed

docs/_static/custom.css

Lines changed: 42 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
a {
42
color: #679c5b;
53
}
@@ -8,6 +6,11 @@ body {
86
}
97
/* Custom theming for screens width 1100px and up */
108
@media screen and (min-width: 1100px) {
9+
.rst-content img.with-border {
10+
border-color: lightgrey;
11+
border-width: 2px;
12+
border-style: solid;
13+
}
1114
.rst-content .note .admonition-title,
1215
.rst-content .note .wy-alert-title,
1316
.rst-content .seealso .admonition-title,
@@ -17,61 +20,61 @@ body {
1720
.rst-content .wy-alert-info.admonition-todo .wy-alert-title,
1821
.rst-content .wy-alert-info.admonition .admonition-title,
1922
.rst-content .wy-alert-info.admonition .wy-alert-title,
20-
.rst-content .wy-alert-info.hint .admonition-title,
21-
.rst-content .wy-alert-info.hint .wy-alert-title,
22-
.rst-content .wy-alert-info.tip .admonition-title,
23-
.rst-content .wy-alert-info.tip .wy-alert-title,
24-
.wy-alert.wy-alert-info .rst-content .admonition-title
25-
{
23+
.rst-content .wy-alert-info.hint .admonition-title,
24+
.rst-content .wy-alert-info.hint .wy-alert-title,
25+
.rst-content .wy-alert-info.tip .admonition-title,
26+
.rst-content .wy-alert-info.tip .wy-alert-title,
27+
.wy-alert.wy-alert-info .rst-content .admonition-title
28+
{
2629
background-color: #39641c
27-
}
30+
}
2831
.rst-content .wy-alert-info.attention .admonition-title,
29-
.rst-content .wy-alert-info.attention .wy-alert-title,
30-
.rst-content .wy-alert-info.caution .admonition-title,
31-
.rst-content .wy-alert-info.caution .wy-alert-title,
32-
.rst-content .wy-alert-info.danger .admonition-title,
33-
.rst-content .wy-alert-info.danger .wy-alert-title,
34-
.rst-content .wy-alert-info.error .admonition-title,
35-
.rst-content .wy-alert-info.error .wy-alert-title,
32+
.rst-content .wy-alert-info.attention .wy-alert-title,
33+
.rst-content .wy-alert-info.caution .admonition-title,
34+
.rst-content .wy-alert-info.caution .wy-alert-title,
35+
.rst-content .wy-alert-info.danger .admonition-title,
36+
.rst-content .wy-alert-info.danger .wy-alert-title,
37+
.rst-content .wy-alert-info.error .admonition-title,
38+
.rst-content .wy-alert-info.error .wy-alert-title,
3639
.rst-content .important .admonition-title,
37-
.rst-content .wy-alert-info.important .admonition-title,
38-
.rst-content .wy-alert-info.important .wy-alert-title,
39-
.rst-content .wy-alert-info.warning .admonition-title,
40-
.rst-content .wy-alert-info.warning .wy-alert-title,
41-
.rst-content .wy-alert.wy-alert-info .admonition-title,
42-
.wy-alert.wy-alert-info .wy-alert-title
43-
{
40+
.rst-content .wy-alert-info.important .admonition-title,
41+
.rst-content .wy-alert-info.important .wy-alert-title,
42+
.rst-content .wy-alert-info.warning .admonition-title,
43+
.rst-content .wy-alert-info.warning .wy-alert-title,
44+
.rst-content .wy-alert.wy-alert-info .admonition-title,
45+
.wy-alert.wy-alert-info .wy-alert-title
46+
{
4447
background-color: #901A1E;
4548
}
4649
.rst-content .note, .rst-content .seealso,
4750
.rst-content .wy-alert-info.admonition,
4851
.rst-content .wy-alert-info.admonition-todo,
49-
.rst-content .wy-alert-info.attention,
50-
.rst-content .important,
51-
.rst-content .wy-alert-info.tip,
52-
.rst-content .wy-alert-info.hint,
53-
.wy-alert.wy-alert-info,
54-
.rst-content .tip
55-
{
52+
.rst-content .wy-alert-info.attention,
53+
.rst-content .important,
54+
.rst-content .wy-alert-info.tip,
55+
.rst-content .wy-alert-info.hint,
56+
.wy-alert.wy-alert-info,
57+
.rst-content .tip
58+
{
5659
background: #fff;
5760
border: 1px solid #39641c;
5861
}
59-
.rst-content .wy-alert-info.caution,
60-
.rst-content .wy-alert-info.danger,
61-
.rst-content .wy-alert-info.error,
62-
.rst-content .wy-alert-info.important,
63-
.rst-content .wy-alert-info.warning
64-
{
62+
.rst-content .wy-alert-info.caution,
63+
.rst-content .wy-alert-info.danger,
64+
.rst-content .wy-alert-info.error,
65+
.rst-content .wy-alert-info.important,
66+
.rst-content .wy-alert-info.warning
67+
{
6568
background: #fff;
6669
border: 1px solid #901A1E;
6770
}
6871
.wy-nav-side, .wy-grid-for-nav {
6972
margin-left: calc(((100vw - 1100px) / 2));
70-
}
71-
.wy-menu-vertical header, .wy-menu-vertical p.caption {
73+
}
74+
.wy-menu-vertical header, .wy-menu-vertical p.caption {
7275
color: #000;
7376
font-size: 95%;
74-
}
77+
}
7578
.wy-grid-for-nav nav {
7679
background: white
7780
}
Loading
76.6 KB
Loading
Loading
Loading
Loading
70.7 KB
Loading
Loading

docs/index.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
.. _index-start:
2+
13
ERDA/SIF: User Guides
24
=====================
35

6+
.. toctree::
7+
:hidden:
8+
9+
HOME <self>
10+
411
.. toctree::
512
:maxdepth: 2
613
:hidden:
@@ -19,8 +26,9 @@ ERDA/SIF: User Guides
1926
sections/erda/jupyter/index
2027
sections/erda/networkdrive/index
2128
sections/erda/seafile/index
29+
sections/erda/archiving/index
2230

23-
.. Note::
31+
.. danger::
2432
This documentation is WIP! We are currently focused on updating our ERDA-related resources.
2533

2634
Welcome to the documentation site for ERDA and SIF! `ERDA <https://erda.ku.dk/>`_ and `SIF <https://sif.ku.dk/>`_ simplifies storing, sharing, analyzing and archiving research data for KU/UCPH employees, their collaboration partners, and KU/UCPH students.
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
.. _erda-archiving-start:
2+
3+
================
4+
Archives in ERDA
5+
================
6+
7+
The Archives page provides a method to archive or freeze a snapshot of one or more files.
8+
9+
This is required, for example, in relation to handing in PhD dissertations and, in certain cases, required or convenient when
10+
submitting a paper to a conference or journal.
11+
12+
There are two kinds of archives in ERDA:
13+
14+
* **Backup archives** - Allows for one-time or recurring backups, and manual recovery of data.
15+
* **Frozen archives** - Provides a snapshot of a dataset, frozen in time. Two subtypes:
16+
* *Private, frozen archives* - Snapshots are held in private archives.
17+
* *Public, frozen archives* - Extra secure, long-term storage guaranteed + DOI for public data.
18+
19+
.. Note:: Archiving does not remove the files you may have selected from ERDA, but only saves a snapshot of the current contents. That is, you are free to keep working on such files afterwards and without causing changes to the archived version.
20+
21+
Overview of Frozen Archives
22+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
23+
Initially your archives list is empty, but after adding a
24+
few different archives, it could look like the example below.
25+
26+
.. image:: /images/archives/archives-frozenarchives.png
27+
:alt: Frozen Archives screenshot with example archives.
28+
:class: with-border
29+
:width: 90%
30+
31+
You can inspect a frozen archive with the green info icon IKON, edit unfinished archives with the green
32+
wrench icon IKON , and, if the system is configured to allow deletion of archives, you can remove them
33+
again with the red remove icon IKON.
34+
35+
|
36+
37+
Creating an archive
38+
^^^^^^^^^^^^^^^^^^^
39+
**Step 1: Create**
40+
41+
New archives can be created with the **Create a new frozen archive** link at the bottom of the page.
42+
43+
As an example, we could create a new archive called "Article Data ..." by filling out the resulting form
44+
like this:
45+
46+
.. image:: /images/archives/archives-createnew.png
47+
:alt: Creating a new archive screenshot
48+
:class: with-border
49+
:width: 90%
50+
51+
**Step 2: Add files/directories**
52+
53+
Existing private or shared ERDA files can be added with the **Add file/directory** button, and new
54+
files can be uploaded directly to the archive with the **Add upload** button. The former button brings
55+
up a file select dialog in which you can select from your ERDA files: double-click individual files
56+
or right-click and choose select to pick entire folders. The latter button opens an upload dialog like
57+
the one from **Files**. When you are done adding files and have marked if you want the archive files to
58+
be published, you can click **Save and Preview** to inspect the current contents.
59+
60+
.. image:: /images/archives/archives-create-freezearchive.png
61+
:alt: Creating a new archive screenshot
62+
:class: with-border
63+
:width: 90%
64+
65+
|
66+
67+
**Step 3: Preview & Finalise**
68+
69+
If you selected Make Dataset Publicly available you can use the Preview publishing button to see
70+
a draft of the published archive. At this point, you can continue modifying the archive contents like
71+
above through the Edit archive button, until at last you click Finalize archive to actually
72+
permanently freeze it and thereby mark it ready for additional tape archiving. This is necessary to
73+
get the extra data safety and guarantee that it will remain available for at least 10 years.
74+
75+
76+
.. image:: /images/archives/archives-finalizearchive.png
77+
:alt: Screenshot of page which allows user to modify, preview, and finalize creation of public archive
78+
:class: with-border
79+
:width: 90%
80+
81+
|
82+
83+
**Step 4: View the resulting archive**
84+
85+
After finalizing you can use the "View details" button to see all the details registered about it on the
86+
view archive page and use the links to access the associated files.
87+
88+
.. image:: /images/archives/archives-show-freezearchive-details.png
89+
:alt: Screenshot of the page View details, which shows the finalized archive
90+
:class: with-border
91+
:width: 90%
92+
93+
|
94+
95+
DOI for public archives
96+
^^^^^^^^^^^^^^^^^^^^^^
97+
For archives with publish enabled, we also integrate access to request a Digital Object Identifier
98+
(DOI) after finalizing the archive. From view archive you click "Register Archive DOI" at the
99+
bottom to reach the central UCPH DOI registration portal. Typically, this involves clicking through a
100+
standard UCPH login and small DOI intro dialogue to get to the actual DOI metadata schema shown.
101+
102+
.. image:: /images/archives/archives-register-doi.png
103+
:alt: Screenshot of Digital Object Identifier registration form
104+
:class: with-border
105+
:width: 90%
106+
107+
Once filled and submitted the request is sent through the UCPH validation procedure and if
108+
everything is okay you receive a permanent https://dx.doi.org/XYZ URL alias for your published
109+
archive data. From then on you can e.g. use it as a reference in research papers or provide it to
110+
research colleagues interested in re-using your published data.

docs/sections/erda/seafile/index.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ sensitive private data.
1616
which 'Datatilsynet' and other authorities define as a suitable algorithm for strong encryption.
1717
1818
.. _erda-seafile-gettingstarted:
19+
1920
Getting Started with Seafile
2021
============================
2122

@@ -32,6 +33,7 @@ Once on the Seafile login page, you just need to enter your email address and yo
3233

3334

3435
.. _erda-seafile-about:
36+
3537
About libraries
3638
===============
3739

@@ -43,6 +45,7 @@ You can also install the Seafile client and use it to enter data automatically f
4345

4446

4547
.. _erda-seafile-install:
48+
4649
Seafile Client
4750
==============
4851

@@ -59,6 +62,7 @@ On a standard UCPH computer (B machine), you have access to installing programs
5962

6063

6164
.. _erda-seafile-setup:
65+
6266
Set up Seafile Client
6367
---------------------
6468

@@ -70,6 +74,7 @@ Once the client has been installed, you will find a small Seafile icon in your s
7074

7175

7276
.. _erda-seafile-synch:
77+
7378
Synchronize Files
7479
-----------------
7580

@@ -81,11 +86,12 @@ Right-click your Seafile client in the library you want to synchronize. In the e
8186

8287
You may be prompted to select which path on your hard drive to synchronize to. Choose this before clicking "OK".
8388

84-
.. INFO::
89+
.. NOTE::
8590
When the synchronization of a library is initiated, the cloud icon will change to show the progress, and the cloud will turn green once the process is complete. This is also visible from within the Seafile client.
8691

8792

8893
.. _erda-seafile-share:
94+
8995
Exchange or share data with others
9096
==================================
9197

@@ -113,6 +119,7 @@ An email will be sent to the selected recipients containing a link to the select
113119

114120

115121
.. _erda-seafile-sharecollab:
122+
116123
Share data with collaboration partners
117124
--------------------------------------
118125

@@ -157,6 +164,7 @@ Under "Shared with groups", your collaboration partners can see what you have sh
157164

158165

159166
.. _erda-seafile-creategroup:
167+
160168
Create group
161169
^^^^^^^^^^^^
162170

@@ -180,6 +188,7 @@ You can share a link to a file internally within a group which already have acce
180188

181189

182190
.. _erda-seafile-receive:
191+
183192
Receive data from others with "Upload link"
184193
-------------------------------------------
185194

@@ -195,6 +204,7 @@ You will see a Upload Link, and if you click "Send", you will be prompted to wri
195204

196205

197206
.. _erda-seafile-tips:
207+
198208
Tips
199209
====
200210

@@ -218,4 +228,4 @@ View library history
218228

219229
Open your library and click on the clock icon "History"
220230

221-
.. image:: /images/seafile-seafile-libraryhistory.png
231+
.. image:: /images/seafile/seafile-libraryhistory.png

0 commit comments

Comments
 (0)