forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdeposit.html
150 lines (137 loc) · 9.7 KB
/
deposit.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
<div style="width: 100%">
<style scoped="scoped">
.print_screen_figure{
text-align: center;
padding-bottom: 15px;
padding-top: 15px;
}
.print_screen_figure figcaption{
padding-top: 5px;
}
.print_screen_img{
box-shadow: 3px 3px 1px #ccc;
-webkit-box-shadow: 3px 3px 1px #ccc;
-moz-box-shadow: 3px 3px 1px #ccc;
}
</style>
<h2>How to Deposit</h2>
<div class="alert">Only authenticated users can deposit items. If you cannot find your home organisation in the
Login dialog list of organisations then register at <a href="https://user.clarin.eu/user/register">clarin.eu</a>
and authenticate using "clarin.eu website account". In case you cannot use any authentication method above or
if you encounter a problem, do not hesitate to
contact our <a class="helpdesk-tolink" href="#">Help Desk</a> and we can create a local account for you.
</div>
<div>
The guide below describes new submissions, if what you plan to submit is a new version of a resource
already available in the repository see the
<a href="https://github.com/ufal/clarin-dspace/wiki/New-Version-Guide">new version guide</a>.
</div>
<div id="step1" style="margin-bottom: 20px;">
<h3>Step 1: Login</h3>
<p style="margin-top: 10px; margin-bottom: 10px;">To start a new submission you have to login first. Click Login under My Account in the right menu panel.</p>
<figure class="print_screen_figure">
<img src="assets/images/static-pages/step1.png" class="print_screen_img" />
<figcaption>Fig1. Menu Login</figcaption>
</figure>
</div>
<div id="step2" style="margin-bottom: 0;">
<h3>Step 2: Starting a new submission</h3>
<p style="margin-top: 10px; margin-bottom: 10px;">Now you have a new menu item 'Submissions' under My Account. Click on Submissions to go to the Submissions screen.</p>
<figure class="print_screen_figure">
<img src="assets/images/static-pages/step2.png" class="print_screen_img"/>
<figcaption>Fig2. Menu Submissions</figcaption>
</figure>
<p style="margin-top: 10px; margin-bottom: 10px;">Now you should be on the main Submission and Workflow tasks page where you can view your incomplete/archive submissions. Click on the 'Start another submission' link to start a new Submission.</p>
<figure class="print_screen_figure">
<img src="assets/images/static-pages/step2_1.png" class="print_screen_img" width="600px" />
<figcaption>Fig3. Starting a submission</figcaption>
</figure>
</div>
<div id="step3" style="margin-bottom: 20px;">
<h3>Step 3: Select type of your submission</h3>
<p style="margin-top: 10px; margin-bottom: 10px;">You have initiated a new workflow item. In the next few steps you will provide the details about the item and upload content files. First select the type of the resource you are about to submit.</p>
<figure class="print_screen_figure">
<img src="assets/images/static-pages/step3.png" class="print_screen_img" width="600px" />
<figcaption>Fig4. Submission info</figcaption>
</figure>
<p style="margin-top: 10px; margin-bottom: 10px;">Click on one of the type buttons e.g. Corpus. Proceed with filling the basic information such as the title. Click Next to continue the following step.</p>
</div>
<div id="step4" style="margin-bottom: 20px;">
<h3>Step 4: Describe your item</h3>
<p style="margin-top: 10px; margin-bottom: 10px;">In the following two steps you will provide more details for your item. First describe the people, organization and projects involved with the item.</p>
<figure class="print_screen_figure">
<img src="assets/images/static-pages/step4.png" class="print_screen_img" width="600px" />
<figcaption>Fig5. Describing item - people and organizations</figcaption>
</figure>
<p style="margin-top: 10px; margin-bottom: 10px;">Next add your description, fill the language, etc.</p>
<figure class="print_screen_figure">
<img src="assets/images/static-pages/step4_1.png" class="print_screen_img" width="600px" />
<figcaption>Fig6. Describing item - resource details</figcaption>
</figure>
<p style="margin-top: 10px; margin-bottom: 10px;">Once you filled the necessary information, click Next to upload the content files.</p>
</div>
<div id="step5" style="margin-bottom: 20px;">
<h3>Step 5: Upload files</h3>
<p style="margin-top: 10px; margin-bottom: 10px;">In this step you will upload the content files of your submission. If there are no files, you can skip this step by clicking
Next. The files can be added by clicking the browse button or you can drag and drop files in the gray area with text 'Drag and Drop file(s) here'.</p>
<figure class="print_screen_figure">
<img src="assets/images/static-pages/step5.png" class="print_screen_img" width="600px" />
<figcaption>Fig7. Uploading file</figcaption>
</figure>
<p style="margin-top: 10px; margin-bottom: 10px;">Selecting files will open a dialog box, where you can enter the description of each file. To begin the file upload
click 'Start Upload'.</p>
<p style="margin-top: 10px; margin-bottom: 10px;">Once the file(s) upload is done, press OK to close the dialog box. You can add more files or delete/modify the already uploaded ones,
after you finish press Next to continue with the License selection.</p>
</div>
<div id="step6" style="margin-bottom: 20px;">
<h3>Step 6: Select Licenses</h3>
<p style="margin-top: 10px; margin-bottom: 10px;">If you uploaded at least one file, you must select
a license under which you want your resources to be distributed in this step (data without
license is unusable because a user does not know how can he/she use it!).
Please read the <a href="./contract">Distribution agreement carefully</a>
and click the red box to indicate your agreement (it will turn green).
<figure class="print_screen_figure">
<img src="assets/images/static-pages/step6_1.png" class="print_screen_img" width="600px" />
<figcaption>Fig8. Distribution license agreement</figcaption>
</figure>
Select the appropriate license from the dropdown list, if you already have decided on the license;
<figure class="print_screen_figure">
<img src="assets/images/static-pages/step6_2.png" class="print_screen_img" width="600px" />
<figcaption>Fig9. Selecting license</figcaption>
</figure>
or use the OPEN License Selector, which will help you choose by asking few questions about the submission and your requirements
<figure class="print_screen_figure">
<img src="assets/images/static-pages/step6_3.png" id="license_selector" class="print_screen_img" width="600px" />
<figcaption>Fig10. OPEN License Selector</figcaption>
</figure>
If none of the licenses suits your needs contact our
<a class="helpdesk-tolink" href="#">Help Desk</a>.</p>
<div class="alert alert-warning">
<h3>For datasets that require license signing</h3>
While we prefer open data and open source software, we understand it is not always possible.
We can ensure that users must authenticate and sign a license in order to download your data
(see <a href="./item-lifecycle#restricted-submissions">Restricted Submissions</a>).
If you need more information about the users than the fact that they authenticated via a
university (or similar), we can ask for some specific attributes similar to standard
web forms. This makes sense mostly for data with "no redistribution" clause in their license.
</div>
<p style="margin-top: 10px; margin-bottom: 10px;">Click Next to continue.</p>
</div>
<div id="step7" style="margin-bottom: 20px;">
<h3>Step 7: Leave a note</h3>
<p style="margin-top: 10px; margin-bottom: 10px;">You can leave a note for the reviewer in this step.</p>
</div>
<div id="step8" style="margin-bottom: 20px;">
<h3>Step 8: Review your submission</h3>
<p style="margin-top: 10px; margin-bottom: 10px;">In this step you will review your submission before submitting it. Review page contains a sub-review panel for each of the
step you have filled in before. If you want to change any field in a particular step just click Correct one of these and it will
take you directly to the particular step page. Once you verify all the detail, submission can be made by clicking Complete Submission
or you can click Save & Exit to save the submission for continue working on it later.</p>
</div>
<div id="step9" style="margin-bottom: 20px;">
<h3>Step 9: Submit</h3>
<p style="margin-top: 10px; margin-bottom: 10px;">Once you click the Complete Submission in the review step, item will be submitted for the reviewing by the editors. Once
the editors approve the item it will appear in the repository. In case of any query regarding the submission, editors will contact
you for the further detail.</p>
</div>
</div>