invenio-app-rdm 14.0.0b4.dev5__py2.py3-none-any.whl → 14.0.0b5.dev0__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- invenio_app_rdm/__init__.py +2 -2
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ExportDropdown.js +21 -27
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageButton.js +1 -1
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides +79 -6
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.variables +1 -0
- invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.de.html +18 -10
- invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.en.html +22 -22
- invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.sv.html +26 -24
- invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
- invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
- {invenio_app_rdm-14.0.0b4.dev5.dist-info → invenio_app_rdm-14.0.0b5.dev0.dist-info}/METADATA +47 -31
- {invenio_app_rdm-14.0.0b4.dev5.dist-info → invenio_app_rdm-14.0.0b5.dev0.dist-info}/RECORD +43 -43
- {invenio_app_rdm-14.0.0b4.dev5.dist-info → invenio_app_rdm-14.0.0b5.dev0.dist-info}/WHEEL +1 -1
- {invenio_app_rdm-14.0.0b4.dev5.dist-info → invenio_app_rdm-14.0.0b5.dev0.dist-info}/entry_points.txt +0 -0
- {invenio_app_rdm-14.0.0b4.dev5.dist-info → invenio_app_rdm-14.0.0b5.dev0.dist-info}/licenses/LICENSE +0 -0
- {invenio_app_rdm-14.0.0b4.dev5.dist-info → invenio_app_rdm-14.0.0b5.dev0.dist-info}/top_level.txt +0 -0
invenio_app_rdm/__init__.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#
|
|
3
3
|
# Copyright (C) 2019-2025 CERN.
|
|
4
4
|
# Copyright (C) 2019-2022 Northwestern University.
|
|
5
|
-
# Copyright (C) 2024-
|
|
5
|
+
# Copyright (C) 2024-2026 Graz University of Technology.
|
|
6
6
|
#
|
|
7
7
|
# Invenio App RDM is free software; you can redistribute it and/or modify it
|
|
8
8
|
# under the terms of the MIT License; see LICENSE file for more details.
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
#
|
|
18
18
|
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
|
|
19
19
|
|
|
20
|
-
__version__ = "14.0.
|
|
20
|
+
__version__ = "14.0.0b5.dev0"
|
|
21
21
|
|
|
22
22
|
__all__ = ("__version__",)
|
|
@@ -32,33 +32,27 @@ export class ExportDropdown extends Component {
|
|
|
32
32
|
});
|
|
33
33
|
|
|
34
34
|
return (
|
|
35
|
-
<
|
|
36
|
-
<
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</Button>
|
|
57
|
-
</Grid.Column>
|
|
58
|
-
<Grid.Column width={2} className="pl-0">
|
|
59
|
-
<CopyButton url={selectedFormatUrl} />
|
|
60
|
-
</Grid.Column>
|
|
61
|
-
</Grid>
|
|
35
|
+
<div className="auto-column-grid no-wrap">
|
|
36
|
+
<Dropdown
|
|
37
|
+
aria-label={i18next.t("Export selection")}
|
|
38
|
+
selection
|
|
39
|
+
fluid
|
|
40
|
+
selectOnNavigation={false}
|
|
41
|
+
options={exportOptions}
|
|
42
|
+
onChange={(event, data) => this.setState({ selectedFormatUrl: data.value })}
|
|
43
|
+
defaultValue={selectedFormatUrl}
|
|
44
|
+
/>
|
|
45
|
+
<Button
|
|
46
|
+
as="a"
|
|
47
|
+
role="button"
|
|
48
|
+
fluid
|
|
49
|
+
href={selectedFormatUrl}
|
|
50
|
+
title={i18next.t("Download file")}
|
|
51
|
+
>
|
|
52
|
+
{i18next.t("Export")}
|
|
53
|
+
</Button>
|
|
54
|
+
<CopyButton url={selectedFormatUrl} />
|
|
55
|
+
</div>
|
|
62
56
|
);
|
|
63
57
|
}
|
|
64
58
|
}
|
|
@@ -49,7 +49,7 @@ export const ManageButton = ({
|
|
|
49
49
|
<>
|
|
50
50
|
<Dropdown.Item
|
|
51
51
|
as="a"
|
|
52
|
-
href={`/administration/records?q=id:${record["id"]}`}
|
|
52
|
+
href={`/administration/records?q=id:${record["id"]}&f=allversions:true`}
|
|
53
53
|
target="_blank"
|
|
54
54
|
key="manage_record"
|
|
55
55
|
text={i18next.t("Manage record")}
|
|
@@ -4,8 +4,14 @@
|
|
|
4
4
|
box-sizing: border-box;
|
|
5
5
|
|
|
6
6
|
&.selected, &:target {
|
|
7
|
-
& > .requests-event-container > .requests-event-inner-container > .event {
|
|
8
|
-
|
|
7
|
+
& > .requests-event-container:not(.reply) > .requests-event-inner-container > .event {
|
|
8
|
+
box-shadow: 0 0 0 2px @primaryColor;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
& > .requests-event-container.reply {
|
|
12
|
+
box-shadow: 0 0 0 2px @primaryColor;
|
|
13
|
+
border-radius: @defaultBorderRadius;
|
|
14
|
+
z-index: 1000;
|
|
9
15
|
}
|
|
10
16
|
}
|
|
11
17
|
}
|
|
@@ -86,12 +92,17 @@
|
|
|
86
92
|
// Full height of the comment + the margin of the next comment
|
|
87
93
|
height: calc(100% + 1rem);
|
|
88
94
|
|
|
95
|
+
|
|
89
96
|
@media screen and (max-width: @largestMobileScreen) {
|
|
90
97
|
& {
|
|
91
98
|
display: none;
|
|
92
99
|
}
|
|
93
100
|
}
|
|
94
101
|
}
|
|
102
|
+
|
|
103
|
+
&.has-line.line-fade::before {
|
|
104
|
+
background: linear-gradient(to top, #f9f9f9, @borderColor);
|
|
105
|
+
}
|
|
95
106
|
}
|
|
96
107
|
|
|
97
108
|
.requests-reply-top-divider {
|
|
@@ -102,6 +113,10 @@
|
|
|
102
113
|
.requests-reply-container {
|
|
103
114
|
padding-top: 0.5rem;
|
|
104
115
|
background-color: #f9f9f9;
|
|
116
|
+
|
|
117
|
+
.ui.message.warning {
|
|
118
|
+
margin: 0.5rem;
|
|
119
|
+
}
|
|
105
120
|
}
|
|
106
121
|
|
|
107
122
|
.requests-comment-fake-reply {
|
|
@@ -156,6 +171,50 @@
|
|
|
156
171
|
margin-top: .5rem;
|
|
157
172
|
}
|
|
158
173
|
|
|
174
|
+
.collapsible-comment {
|
|
175
|
+
display: block;
|
|
176
|
+
position: relative;
|
|
177
|
+
|
|
178
|
+
.collapsible-comment-inner {
|
|
179
|
+
display: block;
|
|
180
|
+
overflow: hidden;
|
|
181
|
+
transition: max-height 300ms ease;
|
|
182
|
+
max-height: @collapsibleHeight;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
&.expanded .collapsible-comment-inner {
|
|
186
|
+
max-height: none;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
&.overflowing,
|
|
190
|
+
&.expanded {
|
|
191
|
+
margin-bottom: 50px;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
&.overflowing::after {
|
|
195
|
+
position: absolute;
|
|
196
|
+
bottom: 0px;
|
|
197
|
+
height: @collapsibleHeight;
|
|
198
|
+
width: 100%;
|
|
199
|
+
content: "";
|
|
200
|
+
background: linear-gradient(transparent, var(--collapsible-color, @white));
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
&.expanded::after {
|
|
204
|
+
display: none;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.show-more {
|
|
208
|
+
position: absolute;
|
|
209
|
+
bottom: -50px;
|
|
210
|
+
left: 50%;
|
|
211
|
+
right: 50%;
|
|
212
|
+
transform: translate(-50%, -50%);
|
|
213
|
+
width: 100px;
|
|
214
|
+
z-index: 1000;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
159
218
|
.text {
|
|
160
219
|
width: auto;
|
|
161
220
|
|
|
@@ -184,6 +243,14 @@
|
|
|
184
243
|
}
|
|
185
244
|
}
|
|
186
245
|
|
|
246
|
+
.requests-event-container {
|
|
247
|
+
--collapsible-color: #f9f9f9;
|
|
248
|
+
|
|
249
|
+
&:hover {
|
|
250
|
+
--collapsible-color: #f2f2f2;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
|
|
187
254
|
&.requests-reply-event {
|
|
188
255
|
border: none;
|
|
189
256
|
padding: 0;
|
|
@@ -195,9 +262,15 @@
|
|
|
195
262
|
color: @mutedTextColor;
|
|
196
263
|
}
|
|
197
264
|
|
|
198
|
-
|
|
265
|
+
&:not(.requests-reply-event) > .placeholder {
|
|
199
266
|
margin: 1rem;
|
|
200
267
|
}
|
|
268
|
+
|
|
269
|
+
&.requests-reply-event > .placeholder {
|
|
270
|
+
&, &::before, & .line, & .line::after{
|
|
271
|
+
background-color: #f9f9f9;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
201
274
|
}
|
|
202
275
|
|
|
203
276
|
.requests-action-event-icon {
|
|
@@ -254,7 +327,7 @@
|
|
|
254
327
|
// Margin on left-side of main content, padding on right-side of avatar, half width of line
|
|
255
328
|
left: calc(-1rem - 1em);
|
|
256
329
|
width: 2px;
|
|
257
|
-
background: linear-gradient(to bottom,
|
|
330
|
+
background: linear-gradient(to bottom, #f9f9f9, @borderColor);
|
|
258
331
|
// Full height of the comment + the margin of the next comment
|
|
259
332
|
height: calc(100% + 1rem);
|
|
260
333
|
}
|
|
@@ -271,7 +344,7 @@
|
|
|
271
344
|
}
|
|
272
345
|
|
|
273
346
|
/* First element after LoadMore component */
|
|
274
|
-
.ui.feed.
|
|
347
|
+
.ui.feed.after-load-more .requests-event-item:first-child .requests-event-container:not(.reply) {
|
|
275
348
|
padding-top: 3em;
|
|
276
349
|
&::before {
|
|
277
350
|
background: linear-gradient(180deg, transparent 0, @borderColor 75%) !important;
|
|
@@ -279,7 +352,7 @@
|
|
|
279
352
|
}
|
|
280
353
|
|
|
281
354
|
/* Last element before LoadMore component */
|
|
282
|
-
.ui.feed.
|
|
355
|
+
.ui.feed.before-load-more .requests-event-item:last-child .requests-event-container:not(.reply) {
|
|
283
356
|
padding-bottom: 3em;
|
|
284
357
|
&::before {
|
|
285
358
|
background: linear-gradient(0deg, transparent 0, @borderColor 75%) !important;
|
|
@@ -71,7 +71,8 @@
|
|
|
71
71
|
<p>
|
|
72
72
|
<strong>Beispiel:</strong>
|
|
73
73
|
<a
|
|
74
|
-
href="/search?page=1&size=20&q=metadata.title:(open%20science%29"><code>metadata.title:(open
|
|
74
|
+
href="/search?page=1&size=20&q=metadata.title:(open%20science%29"><code>metadata.title:(open
|
|
75
|
+
science)</code></a>
|
|
75
76
|
</p>
|
|
76
77
|
<p>
|
|
77
78
|
Die vollständige Liste der Felder, die Sie durchsuchen können, finden Sie in der Feldreferenz unten.
|
|
@@ -80,10 +81,12 @@
|
|
|
80
81
|
<p>
|
|
81
82
|
<strong>Beispiel:</strong>
|
|
82
83
|
<a
|
|
83
|
-
href="/search?page=1&size=20&q=%2Bmetadata.title:%22open%20science%22%20-metadata.title:policy"><code>+metadata.title:"open
|
|
84
|
+
href="/search?page=1&size=20&q=%2Bmetadata.title:%22open%20science%22%20-metadata.title:policy"><code>+metadata.title:"open
|
|
85
|
+
science" -metadata.title:policy</code></a>
|
|
84
86
|
oder z. B.
|
|
85
87
|
<a
|
|
86
|
-
href="/search?page=1&size=20&q=metadata.title:(-open%20%2Bscience%29"><code>metadata.title:(-open
|
|
88
|
+
href="/search?page=1&size=20&q=metadata.title:(-open%20%2Bscience%29"><code>metadata.title:(-open
|
|
89
|
+
+science)</code></a>
|
|
87
90
|
</p>
|
|
88
91
|
<p>
|
|
89
92
|
Sie können einfache Phrasen- und Feldsuche kombinieren, um erweiterte Suchanfragen zu konstruieren.
|
|
@@ -92,7 +95,8 @@
|
|
|
92
95
|
<p>
|
|
93
96
|
<strong>Beispiel:</strong>
|
|
94
97
|
<a
|
|
95
|
-
href="/search?page=1&size=20&q=metadata.publication_date:%5B2017%20TO%202018%5D"><code>metadata.publication_date:[2017
|
|
98
|
+
href="/search?page=1&size=20&q=metadata.publication_date:%5B2017%20TO%202018%5D"><code>metadata.publication_date:[2017
|
|
99
|
+
TO 2018]</code></a>
|
|
96
100
|
(Achtung, <code>TO</code> muss großgeschrieben werden).
|
|
97
101
|
</p>
|
|
98
102
|
<p>
|
|
@@ -143,13 +147,15 @@
|
|
|
143
147
|
</p>
|
|
144
148
|
<p>
|
|
145
149
|
<strong>Beispiel:</strong>
|
|
146
|
-
<a
|
|
147
|
-
|
|
150
|
+
<a href="/search?page=1&size=20&q=pids.doi.identifier%3A%2F10\.5281.*%2F">
|
|
151
|
+
<code>pids.doi.identifier:/10\.5281.*/</code>
|
|
152
|
+
</a>
|
|
148
153
|
</p>
|
|
149
154
|
<p>
|
|
150
155
|
Vorsicht, der reguläre Ausdruck muss mit dem <em>gesamten</em> Feldwert übereinstimmen.
|
|
151
156
|
Weitere Einzelheiten finden Sie in der
|
|
152
|
-
<a
|
|
157
|
+
<a
|
|
158
|
+
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-regexp-query.html#regexp-syntax">Syntax
|
|
153
159
|
des regulären Ausdrucks</a>
|
|
154
160
|
.
|
|
155
161
|
</p>
|
|
@@ -162,7 +168,8 @@
|
|
|
162
168
|
<p>
|
|
163
169
|
<strong>Beispiel:</strong>
|
|
164
170
|
<a
|
|
165
|
-
href="/search?page=1&size=20&q=NOT%20_exists_:metadata.additional_titles"><code>NOT
|
|
171
|
+
href="/search?page=1&size=20&q=NOT%20_exists_:metadata.additional_titles"><code>NOT
|
|
172
|
+
_exists_:metadata.additional_titles</code></a>
|
|
166
173
|
(alle Datensätze ohne metadata.additional_titles)
|
|
167
174
|
</p>
|
|
168
175
|
<p>
|
|
@@ -182,7 +189,8 @@
|
|
|
182
189
|
<p>
|
|
183
190
|
<strong>Beispiel:</strong>
|
|
184
191
|
<a
|
|
185
|
-
href="/search?page=1&size=20&q=metadata.title:%22open%20science%22%5E5%20metadata.description:%22open%20science%22"><code>metadata.title:"open
|
|
192
|
+
href="/search?page=1&size=20&q=metadata.title:%22open%20science%22%5E5%20metadata.description:%22open%20science%22"><code>metadata.title:"open
|
|
193
|
+
science"^5 metadata.description:"open science"</code></a>
|
|
186
194
|
</p>
|
|
187
195
|
<h4>Unschärfe</h4>
|
|
188
196
|
<p>
|
|
@@ -226,4 +234,4 @@
|
|
|
226
234
|
Platzhaltersuchen können langsam sein und sollten normalerweise nach Möglichkeit vermieden werden.
|
|
227
235
|
</p>
|
|
228
236
|
</div>
|
|
229
|
-
{%- endblock page_body%}
|
|
237
|
+
{%- endblock page_body %}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<p>
|
|
20
20
|
<strong>Example:</strong>
|
|
21
21
|
<a href="/search?page=1&size=20&q=open%20science"
|
|
22
|
-
|
|
22
|
+
><code>open science</code></a
|
|
23
23
|
>
|
|
24
24
|
</p>
|
|
25
25
|
<p>
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
<p>
|
|
37
37
|
<strong>Examples:</strong>
|
|
38
38
|
<a href="/search?page=1&size=20&q=%2Bopen%20%2Bscience"
|
|
39
|
-
|
|
39
|
+
><code>+open +science</code></a
|
|
40
40
|
>
|
|
41
41
|
or
|
|
42
42
|
<a href="/search?page=1&size=20&q=open%20AND%20science"
|
|
43
|
-
|
|
43
|
+
><code>open AND science</code></a
|
|
44
44
|
>
|
|
45
45
|
</p>
|
|
46
46
|
<p>
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
<p>
|
|
51
51
|
<strong>Examples:</strong>
|
|
52
52
|
<a href="/search?page=1&size=20&q=-open%20%2Bscience"
|
|
53
|
-
|
|
53
|
+
><code>-open +science</code></a
|
|
54
54
|
>
|
|
55
55
|
or
|
|
56
56
|
<a href="/search?page=1&size=20&q=NOT%20open%20AND%20science"
|
|
57
|
-
|
|
57
|
+
><code>NOT open AND science</code></a
|
|
58
58
|
>
|
|
59
59
|
</p>
|
|
60
60
|
<h3>Phrase search</h3>
|
|
61
61
|
<p>
|
|
62
62
|
<strong>Example:</strong>
|
|
63
63
|
<a href="/search?page=1&size=20&q=%22open%20science%22"
|
|
64
|
-
|
|
64
|
+
><code>"open science"</code></a
|
|
65
65
|
>
|
|
66
66
|
</p>
|
|
67
67
|
<p>
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<p>
|
|
73
73
|
<strong>Example:</strong>
|
|
74
74
|
<a href="/search?page=1&size=20&q=metadata.title:open"
|
|
75
|
-
|
|
75
|
+
><code>metadata.title:open</code></a
|
|
76
76
|
>
|
|
77
77
|
</p>
|
|
78
78
|
<p>
|
|
@@ -83,24 +83,24 @@
|
|
|
83
83
|
<p>
|
|
84
84
|
<strong>Example:</strong>
|
|
85
85
|
<a href="/search?page=1&size=20&q=metadata.title:(open%20science%29"
|
|
86
|
-
|
|
86
|
+
><code>metadata.title:(open science)</code></a
|
|
87
87
|
>
|
|
88
88
|
</p>
|
|
89
89
|
<p>
|
|
90
90
|
See <a href="https://inveniordm.docs.cern.ch/reference/metadata/#metadata"
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
> the InvenioRDM documentation </a
|
|
92
|
+
> for the full list of fields you can search.
|
|
93
93
|
</p>
|
|
94
94
|
<h3>Combined simple, phrase or field search</h3>
|
|
95
95
|
<p>
|
|
96
96
|
<strong>Example:</strong>
|
|
97
97
|
<a
|
|
98
98
|
href="/search?page=1&size=20&q=%2Bmetadata.title:%22open%20science%22%20-metadata.title:policy"
|
|
99
|
-
|
|
99
|
+
><code>+metadata.title:"open science" -metadata.title:policy</code></a
|
|
100
100
|
>
|
|
101
101
|
or e.g.
|
|
102
102
|
<a href="/search?page=1&size=20&q=metadata.title:(-open%20%2Bscience%29"
|
|
103
|
-
|
|
103
|
+
><code>metadata.title:(-open +science)</code></a
|
|
104
104
|
>
|
|
105
105
|
</p>
|
|
106
106
|
<p>
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
<strong>Example:</strong>
|
|
113
113
|
<a
|
|
114
114
|
href="/search?page=1&size=20&q=metadata.publication_date:%5B2017%20TO%202018%5D"
|
|
115
|
-
|
|
115
|
+
><code>metadata.publication_date:[2017 TO 2018]</code></a
|
|
116
116
|
>
|
|
117
117
|
(note, you must capitalize <code>TO</code>).
|
|
118
118
|
</p>
|
|
@@ -167,16 +167,16 @@
|
|
|
167
167
|
</p>
|
|
168
168
|
<p>
|
|
169
169
|
<strong>Example:</strong>
|
|
170
|
-
<a href="/search?page=1&size=20&q=
|
|
171
|
-
|
|
172
|
-
>
|
|
170
|
+
<a href="/search?page=1&size=20&q=pids.doi.identifier%3A%2F10\.5281.*%2F">
|
|
171
|
+
<code>pids.doi.identifier:/10\.5281.*/</code>
|
|
172
|
+
</a>
|
|
173
173
|
</p>
|
|
174
174
|
<p>
|
|
175
175
|
Careful, the regular expression must match the <em>entire</em> field value.
|
|
176
176
|
See the
|
|
177
177
|
<a
|
|
178
178
|
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-regexp-query.html#regexp-syntax"
|
|
179
|
-
|
|
179
|
+
>regular expression syntax</a
|
|
180
180
|
>
|
|
181
181
|
for further details.
|
|
182
182
|
</p>
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
<p>
|
|
197
197
|
<strong>Example:</strong>
|
|
198
198
|
<a href="/search?page=1&size=20&q=_exists_:metadata.creators"
|
|
199
|
-
|
|
199
|
+
><code>_exists_:metadata.creators</code></a
|
|
200
200
|
>
|
|
201
201
|
(all records with metadata.creators)
|
|
202
202
|
</p>
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
<strong>Example:</strong>
|
|
214
214
|
<a
|
|
215
215
|
href="/search?page=1&size=20&q=metadata.title:%22open%20science%22%5E5%20metadata.description:%22open%20science%22"
|
|
216
|
-
|
|
216
|
+
><code>metadata.title:"open science"^5 metadata.description:"open science"</code></a
|
|
217
217
|
>
|
|
218
218
|
</p>
|
|
219
219
|
<h4>Fuzziness</h4>
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
<p>
|
|
241
241
|
<strong>Example:</strong>
|
|
242
242
|
<a href="/search?page=1&size=20&q=%22open%20science%22~5"
|
|
243
|
-
|
|
243
|
+
><code>"open science"~5</code></a
|
|
244
244
|
>
|
|
245
245
|
</p>
|
|
246
246
|
<h4>Wildcards</h4>
|
|
@@ -252,11 +252,11 @@
|
|
|
252
252
|
<p>
|
|
253
253
|
<strong>Example:</strong>
|
|
254
254
|
<a href="/search?page=1&size=20&q=ope%3F%20scien*"
|
|
255
|
-
|
|
255
|
+
><code>ope? scien*</code></a
|
|
256
256
|
>
|
|
257
257
|
</p>
|
|
258
258
|
<p>
|
|
259
259
|
Wildcard searches can be slow and should normally be avoided if possible.
|
|
260
260
|
</p>
|
|
261
261
|
</div>
|
|
262
|
-
{%- endblock page_body%}
|
|
262
|
+
{%- endblock page_body %}
|
|
@@ -18,12 +18,13 @@
|
|
|
18
18
|
<p>
|
|
19
19
|
<strong>Exempel:</strong>
|
|
20
20
|
<a href="/search?page=1&size=20&q=open%20science"
|
|
21
|
-
|
|
21
|
+
><code>open science</code></a
|
|
22
22
|
>
|
|
23
23
|
</p>
|
|
24
24
|
<p>
|
|
25
25
|
Resultaten kommer att matcha poster som innehåller <em>termerna</em> <code>open</code>
|
|
26
|
-
<em>eller</em> <code>science</code> i <em>något fält</em>. Observera att grundord används, så exempelvis kommer
|
|
26
|
+
<em>eller</em> <code>science</code> i <em>något fält</em>. Observera att grundord används, så exempelvis kommer
|
|
27
|
+
<code>science</code> även att matcha
|
|
27
28
|
<code>sciences</code>. Sökresultaten rankas enligt en algoritm som tar hänsyn till dina söktermer.
|
|
28
29
|
</p>
|
|
29
30
|
<p>
|
|
@@ -33,11 +34,11 @@
|
|
|
33
34
|
<p>
|
|
34
35
|
<strong>Exempel:</strong>
|
|
35
36
|
<a href="/search?page=1&size=20&q=%2Bopen%20%2Bscience"
|
|
36
|
-
|
|
37
|
+
><code>+open +science</code></a
|
|
37
38
|
>
|
|
38
39
|
eller
|
|
39
40
|
<a href="/search?page=1&size=20&q=open%20AND%20science"
|
|
40
|
-
|
|
41
|
+
><code>open AND science</code></a
|
|
41
42
|
>
|
|
42
43
|
</p>
|
|
43
44
|
<p>
|
|
@@ -47,18 +48,18 @@
|
|
|
47
48
|
<p>
|
|
48
49
|
<strong>Exempel:</strong>
|
|
49
50
|
<a href="/search?page=1&size=20&q=-open%20%2Bscience"
|
|
50
|
-
|
|
51
|
+
><code>-open +science</code></a
|
|
51
52
|
>
|
|
52
53
|
eller
|
|
53
54
|
<a href="/search?page=1&size=20&q=NOT%20open%20AND%20science"
|
|
54
|
-
|
|
55
|
+
><code>NOT open AND science</code></a
|
|
55
56
|
>
|
|
56
57
|
</p>
|
|
57
58
|
<h3>Frassökning</h3>
|
|
58
59
|
<p>
|
|
59
60
|
<strong>Exempel:</strong>
|
|
60
61
|
<a href="/search?page=1&size=20&q=%22open%20science%22"
|
|
61
|
-
|
|
62
|
+
><code>"open science"</code></a
|
|
62
63
|
>
|
|
63
64
|
</p>
|
|
64
65
|
<p>
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
<p>
|
|
70
71
|
<strong>Exempel:</strong>
|
|
71
72
|
<a href="/search?page=1&size=20&q=metadata.title:open"
|
|
72
|
-
|
|
73
|
+
><code>metadata.title:open</code></a
|
|
73
74
|
>
|
|
74
75
|
</p>
|
|
75
76
|
<p>
|
|
@@ -80,24 +81,24 @@
|
|
|
80
81
|
<p>
|
|
81
82
|
<strong>Exempel:</strong>
|
|
82
83
|
<a href="/search?page=1&size=20&q=metadata.title:(open%20science%29"
|
|
83
|
-
|
|
84
|
+
><code>metadata.title:(open science)</code></a
|
|
84
85
|
>
|
|
85
86
|
</p>
|
|
86
87
|
<p>
|
|
87
88
|
Se <a href="https://inveniordm.docs.cern.ch/reference/metadata/#metadata"
|
|
88
|
-
|
|
89
|
-
|
|
89
|
+
>InvenioRDM-dokumentationen</a
|
|
90
|
+
> för en fullständig lista över fält du kan söka i.
|
|
90
91
|
</p>
|
|
91
92
|
<h3>Kombinerad enkel-, fras- eller fältsökning</h3>
|
|
92
93
|
<p>
|
|
93
94
|
<strong>Exempel:</strong>
|
|
94
95
|
<a
|
|
95
96
|
href="/search?page=1&size=20&q=%2Bmetadata.title:%22open%20science%22%20-metadata.title:policy"
|
|
96
|
-
|
|
97
|
+
><code>+metadata.title:"open science" -metadata.title:policy</code></a
|
|
97
98
|
>
|
|
98
99
|
eller t.ex.
|
|
99
100
|
<a href="/search?page=1&size=20&q=metadata.title:(-open%20%2Bscience%29"
|
|
100
|
-
|
|
101
|
+
><code>metadata.title:(-open +science)</code></a
|
|
101
102
|
>
|
|
102
103
|
</p>
|
|
103
104
|
<p>
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
<strong>Exempel:</strong>
|
|
109
110
|
<a
|
|
110
111
|
href="/search?page=1&size=20&q=metadata.publication_date:%5B2017%20TO%202018%5D"
|
|
111
|
-
|
|
112
|
+
><code>metadata.publication_date:[2017 TO 2018]</code></a
|
|
112
113
|
>
|
|
113
114
|
(notera att du måste skriva <code>TO</code> med versaler).
|
|
114
115
|
</p>
|
|
@@ -142,7 +143,8 @@
|
|
|
142
143
|
</ul>
|
|
143
144
|
<h3>Rankning/Sortering</h3>
|
|
144
145
|
<p>
|
|
145
|
-
Som standard sorteras alla sökningar enligt en intern rankningsalgoritm som poängsätter varje matchning mot din
|
|
146
|
+
Som standard sorteras alla sökningar enligt en intern rankningsalgoritm som poängsätter varje matchning mot din
|
|
147
|
+
sökfråga. Både i användargränssnittet och REST API är det möjligt att sortera resultaten efter:
|
|
146
148
|
</p>
|
|
147
149
|
<ul>
|
|
148
150
|
<li>Senaste</li>
|
|
@@ -159,16 +161,16 @@
|
|
|
159
161
|
</p>
|
|
160
162
|
<p>
|
|
161
163
|
<strong>Exempel:</strong>
|
|
162
|
-
<a href="/search?page=1&size=20&q=
|
|
163
|
-
|
|
164
|
-
>
|
|
164
|
+
<a href="/search?page=1&size=20&q=pids.doi.identifier%3A%2F10\.5281.*%2F">
|
|
165
|
+
<code>pids.doi.identifier:/10\.5281.*/</code>
|
|
166
|
+
</a>
|
|
165
167
|
</p>
|
|
166
168
|
<p>
|
|
167
169
|
Var försiktig, det reguljära uttrycket måste matcha <em>hela</em> fältvärdet.
|
|
168
170
|
Se
|
|
169
171
|
<a
|
|
170
172
|
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-regexp-query.html#regexp-syntax"
|
|
171
|
-
|
|
173
|
+
>syntax för reguljära uttryck</a
|
|
172
174
|
>
|
|
173
175
|
för ytterligare detaljer.
|
|
174
176
|
</p>
|
|
@@ -188,7 +190,7 @@
|
|
|
188
190
|
<p>
|
|
189
191
|
<strong>Exempel:</strong>
|
|
190
192
|
<a href="/search?page=1&size=20&q=_exists_:metadata.creators"
|
|
191
|
-
|
|
193
|
+
><code>_exists_:metadata.creators</code></a
|
|
192
194
|
>
|
|
193
195
|
(alla poster med metadata.creators)
|
|
194
196
|
</p>
|
|
@@ -205,7 +207,7 @@
|
|
|
205
207
|
<strong>Exempel:</strong>
|
|
206
208
|
<a
|
|
207
209
|
href="/search?page=1&size=20&q=metadata.title:%22open%20science%22%5E5%20metadata.description:%22open%20science%22"
|
|
208
|
-
|
|
210
|
+
><code>metadata.title:"open science"^5 metadata.description:"open science"</code></a
|
|
209
211
|
>
|
|
210
212
|
</p>
|
|
211
213
|
<h4>Fuzzy-sök</h4>
|
|
@@ -232,7 +234,7 @@
|
|
|
232
234
|
<p>
|
|
233
235
|
<strong>Exempel:</strong>
|
|
234
236
|
<a href="/search?page=1&size=20&q=%22open%20science%22~5"
|
|
235
|
-
|
|
237
|
+
><code>"open science"~5</code></a
|
|
236
238
|
>
|
|
237
239
|
</p>
|
|
238
240
|
<h4>Wildcard-tecken</h4>
|
|
@@ -244,11 +246,11 @@
|
|
|
244
246
|
<p>
|
|
245
247
|
<strong>Exempel:</strong>
|
|
246
248
|
<a href="/search?page=1&size=20&q=ope%3F%20scien*"
|
|
247
|
-
|
|
249
|
+
><code>ope? scien*</code></a
|
|
248
250
|
>
|
|
249
251
|
</p>
|
|
250
252
|
<p>
|
|
251
253
|
Wildcard-sökningar kan vara långsamma och bör normalt undvikas om möjligt.
|
|
252
254
|
</p>
|
|
253
255
|
</div>
|
|
254
|
-
{%- endblock page_body%}
|
|
256
|
+
{%- endblock page_body %}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
{invenio_app_rdm-14.0.0b4.dev5.dist-info → invenio_app_rdm-14.0.0b5.dev0.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: invenio-app-rdm
|
|
3
|
-
Version: 14.0.
|
|
3
|
+
Version: 14.0.0b5.dev0
|
|
4
4
|
Summary: Invenio Research Data Management.
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-app-rdm
|
|
6
6
|
Author: CERN
|
|
@@ -11,46 +11,46 @@ Platform: any
|
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Requires-Python: >=3.7
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist: invenio-app<
|
|
14
|
+
Requires-Dist: invenio-app<4.0.0,>=3.0.0
|
|
15
15
|
Requires-Dist: invenio-base<3.0.0,>=2.1.0
|
|
16
|
-
Requires-Dist: invenio-cache<
|
|
16
|
+
Requires-Dist: invenio-cache<4.0.0,>=3.0.0
|
|
17
17
|
Requires-Dist: invenio-celery<3.0.0,>=2.0.0
|
|
18
18
|
Requires-Dist: invenio-config<2.0.0,>=1.0.3
|
|
19
19
|
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
|
|
20
|
-
Requires-Dist: invenio-db[mysql,postgresql]<3.0.0,>=2.
|
|
20
|
+
Requires-Dist: invenio-db[mysql,postgresql]<3.0.0,>=2.2.0
|
|
21
21
|
Requires-Dist: invenio-assets<5.0.0,>=4.0.0
|
|
22
|
-
Requires-Dist: invenio-formatter<
|
|
22
|
+
Requires-Dist: invenio-formatter<5.0.0,>=4.0.0
|
|
23
23
|
Requires-Dist: invenio-logging<5.0.0,>=4.0.0
|
|
24
24
|
Requires-Dist: invenio-mail<3.0.0,>=2.0.0
|
|
25
|
-
Requires-Dist: invenio-rest<
|
|
25
|
+
Requires-Dist: invenio-rest<4.0.0,>=3.0.0
|
|
26
26
|
Requires-Dist: invenio-theme<5.0.0,>=4.0.0
|
|
27
|
-
Requires-Dist: invenio-access<
|
|
28
|
-
Requires-Dist: invenio-accounts<
|
|
29
|
-
Requires-Dist: invenio-oauth2server<
|
|
30
|
-
Requires-Dist: invenio-oauthclient<
|
|
31
|
-
Requires-Dist: invenio-userprofiles<
|
|
32
|
-
Requires-Dist: invenio-indexer<
|
|
27
|
+
Requires-Dist: invenio-access<6.0.0,>=5.0.0
|
|
28
|
+
Requires-Dist: invenio-accounts<8.0.0,>=7.0.0
|
|
29
|
+
Requires-Dist: invenio-oauth2server<5.0.0,>=4.0.0
|
|
30
|
+
Requires-Dist: invenio-oauthclient<8.0.0,>=7.0.0
|
|
31
|
+
Requires-Dist: invenio-userprofiles<6.0.0,>=5.0.0
|
|
32
|
+
Requires-Dist: invenio-indexer<5.0.0,>=4.0.0
|
|
33
33
|
Requires-Dist: invenio-jsonschemas<3.0.0,>=2.0.0
|
|
34
|
-
Requires-Dist: invenio-oaiserver<
|
|
35
|
-
Requires-Dist: invenio-pidstore<
|
|
36
|
-
Requires-Dist: invenio-records-rest<
|
|
37
|
-
Requires-Dist: invenio-records-ui<
|
|
38
|
-
Requires-Dist: invenio-records<
|
|
34
|
+
Requires-Dist: invenio-oaiserver<5.0.0,>=4.0.0
|
|
35
|
+
Requires-Dist: invenio-pidstore<4.0.0,>=3.0.0
|
|
36
|
+
Requires-Dist: invenio-records-rest<5.0.0,>=4.0.0
|
|
37
|
+
Requires-Dist: invenio-records-ui<4.0.0,>=3.0.0
|
|
38
|
+
Requires-Dist: invenio-records<5.0.0,>=4.0.0
|
|
39
39
|
Requires-Dist: invenio-search-ui<5.0.0,>=4.0.0
|
|
40
|
-
Requires-Dist: invenio-files-rest<
|
|
41
|
-
Requires-Dist: invenio-previewer<
|
|
42
|
-
Requires-Dist: invenio-records-files<
|
|
43
|
-
Requires-Dist: invenio-collections<
|
|
44
|
-
Requires-Dist: invenio-communities<
|
|
45
|
-
Requires-Dist: invenio-rdm-records<
|
|
40
|
+
Requires-Dist: invenio-files-rest<5.0.0,>=4.0.0
|
|
41
|
+
Requires-Dist: invenio-previewer<5.0.0,>=4.0.0
|
|
42
|
+
Requires-Dist: invenio-records-files<3.0.0,>=2.0.0
|
|
43
|
+
Requires-Dist: invenio-collections<5.0.0,>=4.0.0
|
|
44
|
+
Requires-Dist: invenio-communities<24.0.0,>=23.0.0
|
|
45
|
+
Requires-Dist: invenio-rdm-records<25.0.0,>=24.0.0
|
|
46
46
|
Requires-Dist: CairoSVG<3.0.0,>=2.5.2
|
|
47
|
-
Requires-Dist: invenio-banners<
|
|
48
|
-
Requires-Dist: invenio-pages<
|
|
49
|
-
Requires-Dist: invenio-audit-logs<
|
|
47
|
+
Requires-Dist: invenio-banners<7.0.0,>=6.0.0
|
|
48
|
+
Requires-Dist: invenio-pages<9.0.0,>=8.0.0
|
|
49
|
+
Requires-Dist: invenio-audit-logs<2.0.0,>=1.0.0
|
|
50
50
|
Requires-Dist: invenio-sitemap<2.0.0,>=0.1.0
|
|
51
51
|
Provides-Extra: tests
|
|
52
|
-
Requires-Dist: pytest-black
|
|
53
|
-
Requires-Dist: pytest-invenio<
|
|
52
|
+
Requires-Dist: pytest-black>=0.6.0; extra == "tests"
|
|
53
|
+
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == "tests"
|
|
54
54
|
Requires-Dist: Sphinx>=4.5.0; extra == "tests"
|
|
55
55
|
Requires-Dist: time-machine<3.0.0,>=2.12.0; extra == "tests"
|
|
56
56
|
Provides-Extra: elasticsearch7
|
|
@@ -60,7 +60,7 @@ Requires-Dist: invenio-search[opensearch1]<4.0.0,>=3.0.0; extra == "opensearch1"
|
|
|
60
60
|
Provides-Extra: opensearch2
|
|
61
61
|
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "opensearch2"
|
|
62
62
|
Provides-Extra: s3
|
|
63
|
-
Requires-Dist: invenio-s3<
|
|
63
|
+
Requires-Dist: invenio-s3<5.0.0,>=4.0.0; extra == "s3"
|
|
64
64
|
Dynamic: license-file
|
|
65
65
|
|
|
66
66
|
..
|
|
@@ -93,7 +93,7 @@ https://inveniordm.docs.cern.ch
|
|
|
93
93
|
Copyright (C) 2019-2025 CERN.
|
|
94
94
|
Copyright (C) 2019-2024 Northwestern University.
|
|
95
95
|
Copyright (C) 2021-2024 TU Wien.
|
|
96
|
-
Copyright (C) 2021-
|
|
96
|
+
Copyright (C) 2021-2026 Graz University of Technology.
|
|
97
97
|
|
|
98
98
|
Invenio App RDM is free software; you can redistribute it and/or modify
|
|
99
99
|
it under the terms of the MIT License; see LICENSE file for more details.
|
|
@@ -101,7 +101,23 @@ https://inveniordm.docs.cern.ch
|
|
|
101
101
|
Changes
|
|
102
102
|
=======
|
|
103
103
|
|
|
104
|
-
Version v14.0.
|
|
104
|
+
Version v14.0.0b5.dev0 (released 2026-02-03)
|
|
105
|
+
|
|
106
|
+
- fix(chore): DeprecationWarning stdlib
|
|
107
|
+
- chore(setup): bump dependencies
|
|
108
|
+
- fix: manage record link functionality for all versions
|
|
109
|
+
- feat(css): styles for deep-linked request comment replies
|
|
110
|
+
- style: collapsible messages style
|
|
111
|
+
- Fix regex search example URL
|
|
112
|
+
- Fix regex search example
|
|
113
|
+
- search guide: fix regex example in swedish translation
|
|
114
|
+
- search guide: fix regex example
|
|
115
|
+
|
|
116
|
+
Version v14.0.0b4.dev6 released 2026-01-22)
|
|
117
|
+
|
|
118
|
+
- fix(ExportDropdown): Fix css spacing and responsiveness
|
|
119
|
+
|
|
120
|
+
Version v14.0.0b4.dev5 (released 2026-01-21)
|
|
105
121
|
|
|
106
122
|
- feat(CopyButton): Pass remaining props to customize UI & functionality
|
|
107
123
|
- refactor(RecordVersionsList): Make version items overridable
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
invenio_app_rdm/__init__.py,sha256=
|
|
1
|
+
invenio_app_rdm/__init__.py,sha256=e9PRWwlV0zoVF-FI1P-c8_-qJ5pDPAmvcnZGnsBpiiM,704
|
|
2
2
|
invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
|
|
3
3
|
invenio_app_rdm/config.py,sha256=OI25kBsLhnyYP3SMqLGyUt4iIpc0Xqho1dtRvLCA1L8,53937
|
|
4
4
|
invenio_app_rdm/ext.py,sha256=K7syn5CU5If7yOclFeNOCZX_u5q6VB7NJEQVm41mlng,5286
|
|
@@ -193,8 +193,8 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/AccessR
|
|
|
193
193
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/CommunitiesManagement.js,sha256=V04OaFLy0_AgzZgtaNvEYvyZrXuflIOejlS6io5ZXQY,5927
|
|
194
194
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/CommunitiesManagementDropdown.js,sha256=1XXvWFJmpZl4LpqKXmvWtfjNPo0-0TRYTrKZDaX4fZg,5953
|
|
195
195
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/EditButton.js,sha256=WJ5lNpbPcd_Kymn_TYklSTfkCJRPhpFeT6cWcR48mSQ,1452
|
|
196
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ExportDropdown.js,sha256=
|
|
197
|
-
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageButton.js,sha256=
|
|
196
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ExportDropdown.js,sha256=nqsfGSosSHnPac7eI6IiQd1ZT4gpW6sow3A9Lt1Ebo8,1766
|
|
197
|
+
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageButton.js,sha256=vLwMTTgAQylg3BcSLsz2cZZ4suPV4h7cKL2xTs0taOM,3891
|
|
198
198
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCitationField.js,sha256=XYfXsQejNeC1R0spndn0qDrqvz6w3bj5UlPEIgT4U24,4757
|
|
199
199
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesList.js,sha256=w9iPhdQWJDpc9eXUFfUMqFp1GOjLHriAuVzAgIysHTs,5217
|
|
200
200
|
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordManagement.js,sha256=cViV1fQ_1xvd_JUV3toffX-nuWgkKiy7WGtZcg5tV5Y,4297
|
|
@@ -295,8 +295,8 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/tran
|
|
|
295
295
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/transition.variables,sha256=LxC404-t4GRykg6qSUf4KDoDX9OgRvVlOp9LhVtTj3o,139
|
|
296
296
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/card.overrides,sha256=QKS9FOgRu0wFAcRzSq_HTt1lxiEBsXuq5xBwJB2nr7M,3348
|
|
297
297
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/card.variables,sha256=3KceqH6Y0rQsbWgH3IPuXHE9ThE6cEygSrOsW5XcWto,83
|
|
298
|
-
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides,sha256=
|
|
299
|
-
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.variables,sha256=
|
|
298
|
+
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides,sha256=sQRT-pouc3UgGHiWMKlQQKEfXakokpGQgtdgRAxheoc,11205
|
|
299
|
+
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.variables,sha256=53YEL9sJ_qZ6HcCNNdXMPlg66P-nSUber-JNCU10YAI,65
|
|
300
300
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.overrides,sha256=m8gkMU_yKP9YIbVQ-A9eZIAj7dTmz0R25aZ5nWOYuCE,3059
|
|
301
301
|
invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
302
302
|
invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js,sha256=un5pmzpJeMu6UeZygWGnsIIuNu8RTVQhZXMINj2mXk8,1065
|
|
@@ -400,9 +400,9 @@ invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/robots.txt,sha256=Kl
|
|
|
400
400
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/searchbar.html,sha256=tvzez_2CE86wl_lipD44MD1swZcZw5uYqXEvvPMkBIo,2222
|
|
401
401
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/site_footer.html,sha256=C0xluZe7KCkvRKeeMIt6P8v_EfWyuMCQ_JQvlI0M9Xw,1037
|
|
402
402
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/files_integrity_report/email/files_integrity_report.html,sha256=mwbLrf2xabxq0dLQzUNWGHeYVoySo9GaaydT-FKC9g8,1237
|
|
403
|
-
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.de.html,sha256=
|
|
404
|
-
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.en.html,sha256=
|
|
405
|
-
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.sv.html,sha256=
|
|
403
|
+
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.de.html,sha256=3Rt1DGRmtRU9aBo9aPHMOE8BW2CeoNhL2cUzwQ5FmXg,9342
|
|
404
|
+
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.en.html,sha256=qfeMhfsu6WWd_boazzrcwaJZX6907QtO4XVdm3lwI_E,8731
|
|
405
|
+
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/search.sv.html,sha256=9eV3Ihx2WBUz0oi7Rd99wuitqXIO-wQWuMIsbp5jxvw,9071
|
|
406
406
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/statistics.en.html,sha256=gQSJsmsXaLLA8KqEjkyxn7j299Kc0hnjA0sXq0oXeuI,7780
|
|
407
407
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/statistics.sv.html,sha256=YauDJm4zKxaSUmAIStlODMKS7eM68SbImJfk8vJj1C0,8081
|
|
408
408
|
invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/help/versioning.en.html,sha256=Rfd4-1vpU92VxppMTLGlS7uzqXWZUtGBARJTalUFuxg,6066
|
|
@@ -415,63 +415,63 @@ invenio_app_rdm/theme/templates/semantic-ui/invenio_previewer/rdm_abstract_previ
|
|
|
415
415
|
invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html,sha256=pPNIT9J_C4omwWuZWrAdq8rQANLaQmXeeKBmpAMxFtg,5910
|
|
416
416
|
invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html,sha256=D8rFpAzWZ05hUj7kbBqvi-PqLRnEJhtL7UPYy5u0jHA,1644
|
|
417
417
|
invenio_app_rdm/translations/messages.pot,sha256=6Zr8VhWZxAw55EJtmiET3GRkE-9jsQ6X9iuXaasxI3A,48847
|
|
418
|
-
invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo,sha256=
|
|
418
|
+
invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo,sha256=Ixo6EecMx1pudoo5y9Yvng0-c4eWBip9IkT83jPQ2Kc,20556
|
|
419
419
|
invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po,sha256=mAxD925ZY9p49KXcgWMu_Lxp3TWoES-Xy93omWoA-jo,55936
|
|
420
|
-
invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo,sha256=
|
|
420
|
+
invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo,sha256=fN6w-y1sH6BRH8AvTLt8bDBGPQCLWNSjQdurtlf34TA,1264
|
|
421
421
|
invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po,sha256=5NKKnalWUpCBnEXuYDSC5ioYW35EmN4Ct7qbWPzsXh0,46655
|
|
422
|
-
invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo,sha256=
|
|
422
|
+
invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo,sha256=XGNZ4WU5n6LyrQCqaw5CrlAomQSpMr3pv95wWD7UYAw,1905
|
|
423
423
|
invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po,sha256=TqLEKUDnkm9rD1s7PIqLNKNyZA88LgvV-yAg346sW4g,46774
|
|
424
|
-
invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo,sha256=
|
|
424
|
+
invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo,sha256=Nt5QUevdVL3x2ayWFziuEv_NubjLLltSAlrfgL8WzWM,17591
|
|
425
425
|
invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po,sha256=K0Q52F4QoH-ZJUv22GtKrYInO2xXZmcCdWgE0CNf6n0,53045
|
|
426
|
-
invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo,sha256=
|
|
426
|
+
invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo,sha256=UCa9AGL6rcejAmZ6mpTZ26lbCOe3oKnMWC8aPJhAfAM,701
|
|
427
427
|
invenio_app_rdm/translations/da/LC_MESSAGES/messages.po,sha256=2HwSE-aCBouFyoU8CkprETSWbtjCg_7RtbTTaTh6U7w,46519
|
|
428
|
-
invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo,sha256=
|
|
428
|
+
invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo,sha256=94PoLZYrEv8HStPmutOWWC8RwGXL1wsymTHYgdkNEN4,17985
|
|
429
429
|
invenio_app_rdm/translations/de/LC_MESSAGES/messages.po,sha256=d2ycI3kQliFQL7XyFXKuXjudy75DU9IwuvwB0Rzys4g,53778
|
|
430
|
-
invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo,sha256=
|
|
430
|
+
invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo,sha256=upGjmgC27xxRyrhiAF5evBrypjWmA7xdjcE6S3Q9uNE,2367
|
|
431
431
|
invenio_app_rdm/translations/el/LC_MESSAGES/messages.po,sha256=dYEyiYwspfnmrTqF9f0WsLGsY0OPn6anelDOk8yHYTM,47290
|
|
432
|
-
invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo,sha256=
|
|
432
|
+
invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo,sha256=S7zX2h-hz-pVUrdGPp0DlYaydZF8qMRKRbTlAnZsLho,14291
|
|
433
433
|
invenio_app_rdm/translations/es/LC_MESSAGES/messages.po,sha256=v4_pt-kdE00PEBR5NdFc_DzscjxoAMUVgtH80e0F2z8,51743
|
|
434
|
-
invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo,sha256=
|
|
434
|
+
invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo,sha256=nK__u74SBhl6nQh1ahGyp3psYfZw1buV8QDRuiiTUR4,7394
|
|
435
435
|
invenio_app_rdm/translations/et/LC_MESSAGES/messages.po,sha256=ev4g9rMfOgTdVlMTwmfolEr-NbUyi0o0nkIT31N8s88,48537
|
|
436
|
-
invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
|
436
|
+
invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo,sha256=RykC1IAD5-Y14UcMOtWcYozmday0EEjscjq72Bg09LQ,1111
|
|
437
437
|
invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po,sha256=gwIm_rq1-ynWVHEdhn4nJ60dKJcqc-BZCd-BKY59xzw,46573
|
|
438
|
-
invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo,sha256=
|
|
438
|
+
invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo,sha256=JQ5DJLDAhILhNkfNxMbBO-JPb4pWI-zkc4U5j6VUeuI,14375
|
|
439
439
|
invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po,sha256=Sw2bXZd9kZtiDkWUmxjnWOzUX_GvZ4MNPt5h4xUTLkg,51781
|
|
440
|
-
invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo,sha256=
|
|
440
|
+
invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo,sha256=9ls6sksF6bLLdybdixeO39wUT6iQTeIJF6d46jpwT8U,1108
|
|
441
441
|
invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po,sha256=Ygl8TXel9jBoqKWHgdTY31NvIa_n_ipy9zDZD5u7oko,46574
|
|
442
|
-
invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo,sha256=
|
|
442
|
+
invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo,sha256=G5GGzm4uRdL8oXeI2dSmHqwjKk9XFLZN4P_I8CTjI2A,18084
|
|
443
443
|
invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po,sha256=OyeUY_vhr7ziIrpXa-ka7SB4ngJfLBeaput-nS9SJ3Q,53523
|
|
444
|
-
invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo,sha256=
|
|
444
|
+
invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo,sha256=_ytijmx8KHQUC_1N5PxNs-c9sVBF3sYJhZR3SYmUV_g,5350
|
|
445
445
|
invenio_app_rdm/translations/it/LC_MESSAGES/messages.po,sha256=7kzXz8nVBrW4XKRTtD3RsXpbAcxNBpd-Ayv1RGgpd8s,48021
|
|
446
|
-
invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo,sha256=
|
|
446
|
+
invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo,sha256=K-CSymc-YBV77vpN58ClDQdakPHrP_h5IIEOQLWK8L4,1078
|
|
447
447
|
invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po,sha256=PYMBdoQbwIzrtXcOsAODwGUHKGRK6Ko3ei95xxwcq54,46544
|
|
448
|
-
invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo,sha256=
|
|
448
|
+
invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo,sha256=O7itGue6iRH459Dh8GD-BJd2LPC3bordwhW34OJ32UQ,2160
|
|
449
449
|
invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po,sha256=V5R_nS2CntusbzfhoNYMEk5FiyV2sBta0YXWSLvYgmg,47269
|
|
450
|
-
invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo,sha256=
|
|
450
|
+
invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo,sha256=IoBtO1LRMh71ZiERHtPOF7LxbFtnflAKGusobj0jERw,685
|
|
451
451
|
invenio_app_rdm/translations/ko/LC_MESSAGES/messages.po,sha256=DgPB8KHnvesr9jBy1vyJubce3kPLYZc-W0Ch7IWPrFY,46371
|
|
452
|
-
invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo,sha256=
|
|
452
|
+
invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo,sha256=PWum4IeAxoSSp_i_GmaQq6aM3PJ1kUgg4tV1TuiGYuQ,1729
|
|
453
453
|
invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po,sha256=mETUo1aGbQC8TdoD4MLa7aNjeUIFlUBwnzRwDhCaAUo,46815
|
|
454
|
-
invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo,sha256=
|
|
454
|
+
invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo,sha256=ZKQgHh38PbL5vMr9j08Ld7R6wgwmPm0KMMJiNNgwIhg,1128
|
|
455
455
|
invenio_app_rdm/translations/no/LC_MESSAGES/messages.po,sha256=cLnZgsZ9vBOlS36wMTSm6XchOsA1al2Jp3l3c_sA380,46519
|
|
456
|
-
invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo,sha256=
|
|
456
|
+
invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo,sha256=qX_B-2mtDfapzlq9W5U1h_pHCJGuRgzGYdTUuadXKa4,1284
|
|
457
457
|
invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po,sha256=n3lUIWbz_V4P90ePXrbUUlkiX_XCopvaTUZGWRtmpV0,46675
|
|
458
|
-
invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
|
458
|
+
invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo,sha256=66Va3G6T9W9gbieO296HRVDh0UWCQ-TQHfAb0Yxo-go,961
|
|
459
459
|
invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po,sha256=VFHurLfWABnGOplKbs8PnMtCjFQHg-qhsD-oAbKpk9E,46530
|
|
460
|
-
invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo,sha256=
|
|
460
|
+
invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo,sha256=Zjvx1NQX0VQSjS06bEP_svEdTOcscbar_Dqo1DyfahE,14246
|
|
461
461
|
invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po,sha256=vyyqZhOQipeSObTvw5CXZV0Gfi4zhy_8679gWfzOz1A,51801
|
|
462
|
-
invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
|
462
|
+
invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo,sha256=gPooiT3tJgHW0vO5FAjgLyhzSQJ8lw4iLBmV8tqyslo,16513
|
|
463
463
|
invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po,sha256=XAIJfizcVu1P6UDSqN35Lln9hmxhcOOvov-b4fjpfGA,54616
|
|
464
|
-
invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo,sha256=
|
|
464
|
+
invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo,sha256=zXH80c5sbEt3a6M7FeCsLztfRWu8OSEXiPMhuDIiUOI,2168
|
|
465
465
|
invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po,sha256=PoG5r52Ly0wnIT4amnDQx14eLckT2KSlINPRr4Ct8ls,46932
|
|
466
|
-
invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo,sha256=
|
|
466
|
+
invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo,sha256=7JpSpXkEvE04yXDa7n1rIUWIPXZ723Z0vp409hc0zeY,17224
|
|
467
467
|
invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po,sha256=TUNvf0HJ64NxkDozyBSUWpYfNODw-twSc-NCg2KG_AM,52590
|
|
468
|
-
invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo,sha256=
|
|
468
|
+
invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo,sha256=47x29IOwdyN2wboVhNczZuVnksJZuPV3tFLld2_qypQ,14342
|
|
469
469
|
invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po,sha256=6ckELMzfGJPYeAuToyj6cH4J6EC49ooHInho_Srm0RA,51868
|
|
470
|
-
invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo,sha256=
|
|
470
|
+
invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo,sha256=1Gzk3DyAILR_qIUSQwTQ7bZymanLSdGEO1gd_j8aO1w,8153
|
|
471
471
|
invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po,sha256=liNrMpEX4csILTkKDu2t7JOp-9YCPnlNqZHXpSk1oHo,50107
|
|
472
|
-
invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=
|
|
472
|
+
invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=9gYHtVibkMH-cUDu6Nkn4hxPcwdE-h7MCVcc0Jq03_o,7000
|
|
473
473
|
invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po,sha256=1WQNNZsdiL1RU62OIgFklsC1oBvNiJ6RDlHpn-3a68A,48263
|
|
474
|
-
invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=
|
|
474
|
+
invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=K3eGA22OYvpvEJBRtuv9kSSfwSkVXkIxj6scI8a3HPU,1034
|
|
475
475
|
invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po,sha256=qmZP-wzsddIWQpOw3YoCw0vAAbdB6HjhUQk5GarXBpc,46500
|
|
476
476
|
invenio_app_rdm/upgrade_scripts/__init__.py,sha256=AlBBeGDr7RmylFE1ynJhFylaAlINQkLNyuS7ufCevEg,285
|
|
477
477
|
invenio_app_rdm/upgrade_scripts/fix_migrated_records_from_1_0_to_2_0.py,sha256=SCUdvuQYGnjWLfm6Kd-f3swlOrxSNN3kO36OVEOkN7g,1760
|
|
@@ -500,9 +500,9 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
|
|
|
500
500
|
invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
|
|
501
501
|
invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
|
|
502
502
|
invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
|
|
503
|
-
invenio_app_rdm-14.0.
|
|
504
|
-
invenio_app_rdm-14.0.
|
|
505
|
-
invenio_app_rdm-14.0.
|
|
506
|
-
invenio_app_rdm-14.0.
|
|
507
|
-
invenio_app_rdm-14.0.
|
|
508
|
-
invenio_app_rdm-14.0.
|
|
503
|
+
invenio_app_rdm-14.0.0b5.dev0.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
|
|
504
|
+
invenio_app_rdm-14.0.0b5.dev0.dist-info/METADATA,sha256=220w5YPHpjiSj4kfsTQyO8ZSZfEGhqDxr_LYvr7UREM,23058
|
|
505
|
+
invenio_app_rdm-14.0.0b5.dev0.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
|
|
506
|
+
invenio_app_rdm-14.0.0b5.dev0.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
|
|
507
|
+
invenio_app_rdm-14.0.0b5.dev0.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
|
|
508
|
+
invenio_app_rdm-14.0.0b5.dev0.dist-info/RECORD,,
|
{invenio_app_rdm-14.0.0b4.dev5.dist-info → invenio_app_rdm-14.0.0b5.dev0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{invenio_app_rdm-14.0.0b4.dev5.dist-info → invenio_app_rdm-14.0.0b5.dev0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{invenio_app_rdm-14.0.0b4.dev5.dist-info → invenio_app_rdm-14.0.0b5.dev0.dist-info}/top_level.txt
RENAMED
|
File without changes
|