invenio-app-rdm 13.0.0rc2__py2.py3-none-any.whl → 13.0.0rc4__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.
Files changed (156) hide show
  1. invenio_app_rdm/__init__.py +1 -1
  2. invenio_app_rdm/config.py +14 -1
  3. invenio_app_rdm/ext.py +2 -2
  4. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html +5 -0
  5. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html +1 -1
  6. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html +1 -1
  7. invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html +20 -3
  8. invenio_app_rdm/records_ui/views/deposits.py +11 -5
  9. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js +12 -17
  10. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js +1 -1
  11. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchAppLayout.js +3 -4
  12. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js +6 -1
  13. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js +1 -0
  14. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js +16 -17
  15. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RemoveFromCommunity/RemoveFromCommunityAction.js +5 -5
  16. invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js +13 -18
  17. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/file_uploader/uppy.less +37 -0
  18. invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides +9 -0
  19. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js +1 -1
  20. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js +1 -1
  21. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/_generatedTranslations.js +66 -0
  22. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/messages.po +804 -137
  23. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/translations.json +277 -249
  24. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/messages.po +689 -70
  25. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/translations.json +102 -82
  26. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/messages.po +699 -80
  27. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/translations.json +112 -92
  28. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/messages.po +821 -138
  29. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/translations.json +290 -262
  30. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/messages.po +691 -66
  31. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/translations.json +91 -71
  32. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/messages.po +818 -138
  33. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/translations.json +260 -240
  34. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/messages.po +698 -78
  35. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/translations.json +108 -88
  36. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/messages.po +1000 -5
  37. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/translations.json +81 -28
  38. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/messages.po +810 -137
  39. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/translations.json +253 -233
  40. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/messages.po +746 -133
  41. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/translations.json +130 -110
  42. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/messages.po +688 -69
  43. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/translations.json +103 -79
  44. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/messages.po +809 -126
  45. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/translations.json +277 -257
  46. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/messages.po +695 -70
  47. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/translations.json +101 -79
  48. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/messages.po +801 -135
  49. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/translations.json +254 -234
  50. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/index.js +16 -65
  51. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/messages.po +712 -86
  52. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/translations.json +116 -96
  53. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/messages.po +683 -70
  54. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/translations.json +96 -78
  55. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/messages.po +689 -70
  56. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/translations.json +109 -85
  57. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/messages.po +889 -0
  58. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/translations.json +277 -0
  59. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/messages.po +702 -71
  60. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/translations.json +113 -85
  61. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/messages.po +689 -70
  62. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/translations.json +102 -82
  63. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/messages.po +704 -70
  64. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/translations.json +119 -91
  65. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/messages.po +694 -69
  66. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/translations.json +93 -73
  67. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/messages.po +717 -85
  68. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/translations.json +155 -133
  69. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/messages.po +806 -124
  70. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/translations.json +288 -260
  71. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/messages.po +713 -82
  72. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/translations.json +119 -91
  73. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/messages.po +807 -141
  74. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/translations.json +260 -240
  75. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/messages.po +799 -128
  76. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/translations.json +259 -239
  77. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/messages.po +756 -131
  78. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/translations.json +124 -96
  79. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/messages.po +736 -123
  80. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/translations.json +130 -108
  81. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/messages.po +683 -70
  82. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/translations.json +100 -78
  83. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package-lock.json +1295 -678
  84. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package.json +3 -37
  85. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/compileCatalog.js +102 -24
  86. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/fixTrailingNewlines.js +23 -0
  87. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/initCatalog.js +1 -1
  88. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/postExtractMessages.js +36 -0
  89. invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/translations.pot +243 -94
  90. invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html +7 -6
  91. invenio_app_rdm/theme/webpack.py +1 -0
  92. invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo +0 -0
  93. invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po +972 -376
  94. invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo +0 -0
  95. invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po +907 -278
  96. invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo +0 -0
  97. invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po +912 -283
  98. invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo +0 -0
  99. invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po +1069 -405
  100. invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo +0 -0
  101. invenio_app_rdm/translations/da/LC_MESSAGES/messages.po +908 -273
  102. invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo +0 -0
  103. invenio_app_rdm/translations/de/LC_MESSAGES/messages.po +1017 -406
  104. invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo +0 -0
  105. invenio_app_rdm/translations/el/LC_MESSAGES/messages.po +915 -286
  106. invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo +0 -0
  107. invenio_app_rdm/translations/es/LC_MESSAGES/messages.po +963 -371
  108. invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo +0 -0
  109. invenio_app_rdm/translations/et/LC_MESSAGES/messages.po +938 -362
  110. invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo +0 -0
  111. invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po +906 -277
  112. invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo +0 -0
  113. invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po +1032 -375
  114. invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo +0 -0
  115. invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po +907 -278
  116. invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo +0 -0
  117. invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po +985 -369
  118. invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo +0 -0
  119. invenio_app_rdm/translations/it/LC_MESSAGES/messages.po +928 -298
  120. invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo +0 -0
  121. invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po +907 -278
  122. invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo +0 -0
  123. invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po +909 -280
  124. invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo +0 -0
  125. invenio_app_rdm/translations/ko/LC_MESSAGES/messages.po +1361 -0
  126. invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo +0 -0
  127. invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po +910 -281
  128. invenio_app_rdm/translations/messages.pot +486 -303
  129. invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo +0 -0
  130. invenio_app_rdm/translations/no/LC_MESSAGES/messages.po +907 -278
  131. invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo +0 -0
  132. invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po +907 -278
  133. invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo +0 -0
  134. invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po +906 -277
  135. invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo +0 -0
  136. invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po +1042 -384
  137. invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo +0 -0
  138. invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po +1022 -370
  139. invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo +0 -0
  140. invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po +916 -287
  141. invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo +0 -0
  142. invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po +989 -380
  143. invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo +0 -0
  144. invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po +992 -341
  145. invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo +0 -0
  146. invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po +935 -356
  147. invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo +0 -0
  148. invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po +939 -347
  149. invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo +0 -0
  150. invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po +907 -278
  151. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/METADATA +27 -1
  152. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/RECORD +156 -148
  153. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/WHEEL +0 -0
  154. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/entry_points.txt +0 -0
  155. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/licenses/LICENSE +0 -0
  156. {invenio_app_rdm-13.0.0rc2.dist-info → invenio_app_rdm-13.0.0rc4.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-app-rdm
3
- Version: 13.0.0rc2
3
+ Version: 13.0.0rc4
4
4
  Summary: Invenio Research Data Management.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-app-rdm
6
6
  Author: CERN
@@ -101,6 +101,32 @@ https://inveniordm.docs.cern.ch
101
101
  Changes
102
102
  =======
103
103
 
104
+ Version v13.0.0rc4 (released 2025-07-10)
105
+
106
+ - pid-config: cast to bool RDM_(PARENT)_PERSISTENT_IDENTIFIERS required check
107
+ - fix: default parent_doi_required to False
108
+ - links: update doc links to updated ones
109
+ - i18n: localize DOI labels
110
+ - css: remove .invenio-accordion-field qualifier
111
+ - css: use SemanticUI variables and fix class names
112
+ - ui: ensure accordion caret icons rotate when opened/closed
113
+ - config: add Data Package export format
114
+
115
+ Version v13.0.0rc3 (released 2025-07-02)
116
+
117
+ - deposit-ui: uppy uploader ui feature
118
+ - i18n: run js compile_catalog
119
+ - i18n: run js extract msgs
120
+ - i18n: components.js replace Trans with i18next comp
121
+ - i18n: RemoveFromCommunityAction replace Trans with i18next comp
122
+ - i18n: RecordVersionList replace Trans with i18next comp
123
+ - i18n: ImpersonateUserForm replace Trans with i18next comp
124
+ - i18n: CommunityRecordsSearchAppLayout replace Trans with i18next comp
125
+ - chore: replace en dash (–) with ASCII dash (-) in source files
126
+ - i18n: refactor compileCatalog script
127
+ - i18n: Force pull languages
128
+ - i18n: extract py msgs
129
+
104
130
  Version v13.0.0rc2 (released 2025-06-24)
105
131
 
106
132
  - communities-ui: pass serialized `community_ui` to Jinja templates
@@ -1,7 +1,7 @@
1
- invenio_app_rdm/__init__.py,sha256=B4KDdURqbJwvkfHzSvN5wwf5dinAocX4LQBTlQEbntk,700
1
+ invenio_app_rdm/__init__.py,sha256=LRnftZvJ-SG201XFooEF9VJMbzxZM5KFuheRVMC4200,700
2
2
  invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
3
- invenio_app_rdm/config.py,sha256=2GrsvLwKsaeQMciaPAzRWZJDat9flcR0xFGw6ENWgUo,51518
4
- invenio_app_rdm/ext.py,sha256=PkZhATGJDgYqBJQh41NdvBZWR83mgI3Eej6rj10UVJE,5278
3
+ invenio_app_rdm/config.py,sha256=MQYHg0C5p5xAphuGOh3lqxp7k9Dboi27uxn7WHkv2JU,52040
4
+ invenio_app_rdm/ext.py,sha256=K7syn5CU5If7yOclFeNOCZX_u5q6VB7NJEQVm41mlng,5286
5
5
  invenio_app_rdm/tasks.py,sha256=FyrIQXVuPjms-dNEnLrVmmdwrX_IykJ87gcSNgOR6O0,1373
6
6
  invenio_app_rdm/views.py,sha256=SDr9NwZEWQcgT_3GFRYdDf6eUaK9DfnoafIkhUf9nSI,785
7
7
  invenio_app_rdm/administration/__init__.py,sha256=8r9LeoE9fNHZSVS5QsCfVhRU7MAiEOWJk9MA3Y--4F8,251
@@ -46,8 +46,8 @@ invenio_app_rdm/records_ui/sitemap.py,sha256=erWpwi8lx17ATicBo3dTwMiEEwHTilL8xTA
46
46
  invenio_app_rdm/records_ui/utils.py,sha256=0ljPFPC1dAEY_ySZSIT_LRYka2bfsUyvFk_QQAmhYQ4,2687
47
47
  invenio_app_rdm/records_ui/previewer/__init__.py,sha256=T32i_ssGKONDpNB3gECpn20ubHvGYYVrNuIgCADioOM,267
48
48
  invenio_app_rdm/records_ui/previewer/iiif_simple.py,sha256=lGxB3g0hNVJDWnq5jV_KrKPwC-LR1C51DMjas1-UpBM,1589
49
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html,sha256=x1JF-cRmkbSSeroh2SWgKHIwGc34FaPJiaYQlwiUkQw,2413
50
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html,sha256=q-Aw6yvgRzN0myK-eb_7toiMmuwyjOYXJ0skChkQ83I,20852
49
+ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html,sha256=UHcPiYJR7pv7jEpD1ardCvWZzwJJqsKepbH2SVdi2Dw,2653
50
+ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/detail.html,sha256=RXUfOAKKEcljINo1b6irPgHqmnNDt0BNWpTk6lTs_nY,20865
51
51
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/draft_not_found.html,sha256=_FPflgqVZ556Xw349mHPSFb0FOhxYkIHfmUUTX53_LU,624
52
52
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/export.html,sha256=2h-FGJvNKS9ASZ0mErL2vz5jXQYiLL8u8rTO2_D3FVQ,1166
53
53
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/iiif_preview.html,sha256=RningdsVBXsJ8qnQjzurf0Ty8R5Tq08eS31s53c3DNE,444
@@ -78,15 +78,15 @@ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details
78
78
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/technical_metadata.html,sha256=ptS8h6orgDhFFGXeZBCNBltELy_g9fUtS1bMTzieCPk,676
79
79
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/versions.html,sha256=fIa8R0blN2rWkrP0K43qvSTye4Gt6-5yo3HN5FLdLTA,935
80
80
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/creatibutors.html,sha256=N53nwtlEZjxweCx70qFJa1s6uL1pPSzWZgk8p1vodE4,4277
81
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html,sha256=NBuuIK1E5zQ_44lnNCPq0UdWyWeivp5TLAl-dgO3zDU,10624
81
+ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html,sha256=2H6A4YzS8-4LRcPwyU04HsvnvieseVrrf_kndZl92zI,10622
82
82
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/doi.html,sha256=_i79JuwZFbD9JcLvuryyKIY3mLV1SFnGJ_EFHRnTbbg,1510
83
- invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html,sha256=Xsq_HiM_cTGKgmoE1HAXje8iYe3d0wIJoesk22Xn7vU,8761
83
+ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/files.html,sha256=hxkjBwkpDKvE-E6wzHoTVhzVXJ6KkNdvUNr7fm8UNcw,9527
84
84
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/locations.html,sha256=27-KyPqb05pu-yRXHvxCgZWRSi5bFP6xf7XBn91sbeA,1741
85
85
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/stats_popup.html,sha256=5SVzfIS15Aro2Itd2BiaLbMXm0cvvwk6ZCdYjuSwhBw,625
86
86
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/version.html,sha256=eA8-n81XUezkwPXvcG5v2sgLPQNTgr7hB36-_Gr-tVI,758
87
87
  invenio_app_rdm/records_ui/views/__init__.py,sha256=9DaDls04IQv7fYttDjLofIWGsRRjk-FwUYnIfxV3OWk,5840
88
88
  invenio_app_rdm/records_ui/views/decorators.py,sha256=MUUmgGuigmFMigcpyJbNvM0yPKUyeAw5LE6MJ69BoFA,15883
89
- invenio_app_rdm/records_ui/views/deposits.py,sha256=GmzunqPcEzkunvvo6VJP0SsRtGlwUIRwKSsyfF2Xc8A,21924
89
+ invenio_app_rdm/records_ui/views/deposits.py,sha256=2yUaZIeaGzogztpg0cXInK_twU2n6oP6J60ZA2cz2nA,22394
90
90
  invenio_app_rdm/records_ui/views/filters.py,sha256=Rm55fXJv97cqq8B_6KCe-3PxxHUH4VRu-jd9fTea6r4,6994
91
91
  invenio_app_rdm/records_ui/views/records.py,sha256=u3zvyMk5ADvzC6WhUlxFqjdJMIcuBAwh7PdV_TPg2KE,16454
92
92
  invenio_app_rdm/redirector/__init__.py,sha256=AYCTGmfbmkHW3YJXMqXlWBXcBrUsta-QmL9ULX2bjwA,243
@@ -107,7 +107,7 @@ invenio_app_rdm/requests_ui/views/requests.py,sha256=psHuNbN4JJ2zoOiopRAic1RpB93
107
107
  invenio_app_rdm/requests_ui/views/ui.py,sha256=DBysYQa__gOCg-pikO6HmoVLmRmMAVWeTBiYhPa7PmA,2359
108
108
  invenio_app_rdm/theme/__init__.py,sha256=QbkxNjjOmGKRlie96HfTXgnFeVQjOX0GdiZnHP7pIhs,277
109
109
  invenio_app_rdm/theme/views.py,sha256=mrcxejY9PlYwEqh8f0ojKX4CtmD9jz4f9rU-5aLZszU,4457
110
- invenio_app_rdm/theme/webpack.py,sha256=aPWl26SIJApTCN9IESlUwbCXNaUC5yAoGJFSC-omOwk,5247
110
+ invenio_app_rdm/theme/webpack.py,sha256=erdlXstXfizcVDwIwYMwIm3BlUC_5176i3gpPSlJZzE,5335
111
111
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/theme.js,sha256=EBda1oklPz8u6cDz5fHU8EeDjUqyNMzOL8Quik-lCks,4592
112
112
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/utils.js,sha256=oTCQkmr7j6FwVsOfM6hsKrPHfadW7m9IurrqYVDgxDw,3628
113
113
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/auditLogs/AuditLogActions.js,sha256=ugQ-0b_6_O5rDeP7JUlNJ5SLGGlip_tP3OoTT4hRcak,3984
@@ -118,9 +118,9 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/audit
118
118
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/auditLogs/search/index.js,sha256=q1WaQ-kNNMvNdnsONMw2c4GWobizoPWsmIdWL2fRCPc,283
119
119
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/CompareRevisionsDropdown.js,sha256=BNdMxfFYPhlrGKPg47oc4X8ILllfCngN61L1b7Yt_8Q,2483
120
120
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUser.js,sha256=1tnHc9PaCQvVS1PVsDWtfpWzVxJJ5_eltn9WJEYygiY,2366
121
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js,sha256=Z21KrMyAJ1rKF5IEzM088-pTvTga21LBnG4GPYvh5g4,6890
121
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/ImpersonateUserForm.js,sha256=YWPZeI-vBr7GixhhzwYVS-epnbIw5frr8StsD81a5J8,6578
122
122
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/RevisionsDiffViewer.js,sha256=Q-aAVC9jhOaOb7rL9SD48oGuI1fTmoskX8tKGRnpt9c,1921
123
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js,sha256=wwvYfTJ7pBEdoeqcEqmxFLaEwpJnnFW0oRQTyAdDSBw,3038
123
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaAction.js,sha256=SzJIoK64pt5h1B9bHH28MFcd29dLl_EXA74BNv9Bfbk,3036
124
124
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/SetQuotaForm.js,sha256=Ltr03KlCogkg2NjqWc1GkxJlYPWB2LDLHL04w6eJiRU,5749
125
125
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/components/index.js,sha256=soELMxc1jf_rL62CJ9wtWGVG13yk1PRY7JqseqnKkqU,297
126
126
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/domains/index.js,sha256=dr3xt9jgVIl6o1cBhK6LjEpRodsB_qaSN6mXXeD5hik,870
@@ -160,7 +160,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/users
160
160
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/users/search/filters/UserStatusFilterComponent.js,sha256=BPYMnz_NOicMbstQojs4Q44aIr0oO8qXLNbMg9k505s,3240
161
161
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/administration/users/search/filters/index.js,sha256=QU4_jXA6POeWtDIvMOFXl3d5esrgSWiL8sC_qQglj_o,64
162
162
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/collectionRecordsSearch/index.js,sha256=cxxk7tzx5nt03-PuFyDVMYMueDkTn4xdq8Fee6V8Pjc,2052
163
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchAppLayout.js,sha256=eEmtFU9_17WhVF_aRprcxKOqHMOaRUmaF7Pe9-rWkYU,2669
163
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchAppLayout.js,sha256=FYqvkO-oPq5vIp5Hfjzl-ho5q1AJkkn7keVQSA5dQKA,2594
164
164
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSearchBarElement.js,sha256=9Gw8q0p48s_68RmLBMgIMRAdN5Iyzmd0uAXSwhKwwWU,1482
165
165
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/CommunityRecordsSingleSearchBarElement.js,sha256=_CJ_zmhrHJRqZ0SP0rOGCP5YHzwV8ifbzLvQP2D6oGQ,1285
166
166
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/communityRecordsSearch/components.js,sha256=k26jDWt0BWIrhnuGF-t0iNmudXdniO8YPkquF8VK7gk,271
@@ -170,10 +170,10 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/CopyButto
170
170
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayPartOfCommunities.js,sha256=bSmhuwSWk4CW80mqa4ZZbjfa-_NsiJ1IxQ9veDy6sAM,2751
171
171
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayVerifiedCommunity.js,sha256=m3rT8jJ3440ZX22zZog8bHatWltYXwvmw_tu6tJUM9k,1506
172
172
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js,sha256=RTSQBlGQY7ww7fVGHDvDfWQNyJ07mnEoyboTGIcCgD4,6694
173
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js,sha256=6rEXJ_lpfWSwLxKxc7b3GYvo8ZOl5JJ1Voqs3c_PLLg,33226
173
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js,sha256=pZ3OSEJFIBHh8-9L0jN0xyLfhIsyYRikVTlsbiDdJfI,33427
174
174
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/ShareDraftButton.js,sha256=ICMV4Ixe-nTe6q7COZ0oyAQf2nVp2cez_-iUZobwUD0,1998
175
175
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/config.js,sha256=rd2wqiwmYOkh4kWe8AiGWJar2kA8R8TkGMnX5XZvihs,1473
176
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js,sha256=gA0BaUFpaJr9nkmHSWoxuwKDfSD3JUTPcadj2TKHN24,1587
176
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/index.js,sha256=xdJtxsdo8_tlq3HdjXp_tb3I_wvHi65a7z-tdH4pcqE,1643
177
177
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/frontpage/RecordsList.js,sha256=PkLpiCl7sNSlQoCo7xxZ_H6QvWqK_TydoseIiKvtuMw,4176
178
178
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/frontpage/index.js,sha256=X0tsSvLwGPzSFQEf4J1zPZbFRCiYeJq5CnEXr_J5LsU,900
179
179
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/AccessRequestForm.js,sha256=5GRlVkJQpwrY9wk4KI5Tmqmll2d3cEls8isJZjvoA9Q,8798
@@ -185,7 +185,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageB
185
185
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCitationField.js,sha256=9bfvaNvr55jJ55kyv0vsNSliHAlNuw7lqwxpJM4gYQA,4700
186
186
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesList.js,sha256=wORVCOjlyX2mIsDU9J0MwWFE4Zw9CCL5inWpV7m8lsM,4004
187
187
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordManagement.js,sha256=p49VyNWrYQw88xOxLdemHpBu0ty_4kVG_Bf69EZcl14,3875
188
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js,sha256=vECGyt1XnoYRXNU7qGk9GMyZWATIXEFH2xV6ibeRcSc,7071
188
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js,sha256=ZJaD4fW2z00tcektXVz0eLXu6oGLLW-NUjV86neuDjM,7141
189
189
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/access.js,sha256=FVcpKl22zMi1GssbLZAj1pO98c6Em_wg_yBIdfBJor0,938
190
190
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/index.js,sha256=FkCbK5FrXlSaD_TDO1eUMDORULhBJccf7FEvhmto-GM,5029
191
191
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/theme.js,sha256=ZtPRShCangzFhik1OdcpzfTTUXdtogZyTHkF70o68Ls,3141
@@ -198,7 +198,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordC
198
198
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesListModal/RecordCommunitiesSearchItem.js,sha256=7Mvz7C1_S_MfsJoN8-iyAaw9Y7aBPwBa6MH6O0gWhuw,1667
199
199
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitiesListModal/index.js,sha256=lf_UCmT3y3IPc47X6KESV4RGhTbjdXX8bQrn8ngJbqc,221
200
200
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordCommunitySubmission/RecordCommunitySubmissionModal.js,sha256=HRvWdj-eRc7fec2_apeeg7Tf9ql4nXpy7C8EWdGJ2ts,5138
201
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RemoveFromCommunity/RemoveFromCommunityAction.js,sha256=aJX6SdzpBFjhKIlleg44B_xoZcLjy5oTM9-zJ8GF3qw,5842
201
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RemoveFromCommunity/RemoveFromCommunityAction.js,sha256=O5aHzH-oQsagurnU0e4pFc4B_4BRTbPuk0Ifk_T_WFw,5859
202
202
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ShareOptions/ShareButton.js,sha256=TKa1b_NUGD-DUqrqvQE2SwDI6Gr-HP246ymhDvQtj3A,1785
203
203
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ShareOptions/ShareModal.js,sha256=5Gq2TGsOlkvrwg2fURyv7wOaO2QH22_ZWzrjE2nCDiY,6627
204
204
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ShareOptions/AccessLinks/AccessDropdown.js,sha256=0-Fune91rH-7B57kYvZxNlIemg-xLgxZ5LIbHGJY2PE,3068
@@ -220,7 +220,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/requests/index.js,sh
220
220
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/requests/timeline/AccessRequestTimelineEdit.js,sha256=rM5iSICtNsqXgOzNAWSpV61qJf8oE7XxqVTHMmhqkFk,5639
221
221
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/requests/timeline/AccessRequestTimelineRead.js,sha256=ezxgh43UbgthNNGL2hoh1YwNBlPl1fC_TI0RcnFHd1w,1389
222
222
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/requests/timeline/overrides/TimelineFeedHeader.js,sha256=vU_D4F5jabAghjfPtpC3JvErrBVy39Je-PARgqwMD4w,1164
223
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js,sha256=vdkahSNMUmM7p4Vg-IUhMXOeEFmn5r7EcYtgkeM0I0o,7309
223
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/components.js,sha256=SRX2L3nBtcpoe-XYVPmIsHMsSNhlVdWIBD16E-lVECU,7223
224
224
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/search/index.js,sha256=xvc8dtcPsTABiSpbt8azBVuZJuhXi39Nj4N8mPiFd40,2190
225
225
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/subcommunity/browse.js,sha256=N6tCJ4_NBlfQSRaiYfp4K-keHCC6xgFWmh1UCgBTyXA,921
226
226
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/base.js,sha256=OoSdV2v5hdXFxqL7rLB7un6X2kxiXWh1V-bVu6RhmUc,6879
@@ -229,6 +229,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/reque
229
229
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads.js,sha256=GxU9acySMQCPmI1dDgUEhkxAECucEoyzvbuWMl7I87Q,6877
230
230
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/ComputerTabletUploadsItem.js,sha256=XXiBPOtCVz6htS4ita8GlNAePEoKyHQcmEs0yLL5B8A,4914
231
231
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/MobileUploadsItem.js,sha256=7rwJz0nVwBk4bXOEcWymAZrPyL0pmekBcMeBwNt8OJc,5060
232
+ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/file_uploader/uppy.less,sha256=HwHovPrcrhWjcFKglnhbre7UbKBuhJlPPgu_Bdjpntg,723
232
233
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/landing_page/creatibutors.less,sha256=X47WXPv66x2-T2XghG_ibq5vkX_3gxelK9O0mPxzFO8,1113
233
234
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/landing_page/licenses.less,sha256=SumVdXtD3IBMvOBUk3JiW-wD4Xy5ASEG1v4wwrsPrBI,1352
234
235
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/previewer/iiif_simple.less,sha256=EH1nrWuEFjfcrXrsbC82pTQqWQ2xAELSTtIkpRpar8I,326
@@ -265,7 +266,7 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/rese
265
266
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/reset.variables,sha256=Luyh-V1w5wDFv2j77bYmTxfn22Cp7h1vLjRsqhf207Y,139
266
267
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/site.overrides,sha256=Okd5gBx3clt63UUmvSOb1PlHwDEB7-Th9DUJ4LNAXmw,9010
267
268
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/globals/site.variables,sha256=IQZqcNQ1AwmrpiPwkWZ6Zk67kyCMf8DJBqNgC1porDY,3043
268
- invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides,sha256=l579RQL56DrLyWEG2Tahm-355u6ESWqOf-hZpJrcS8E,3339
269
+ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.overrides,sha256=DSPOm3I4dFfRrO73IYCBkj3A_T_wKW9J-Y1BlKb2Vg4,3508
269
270
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/accordion.variables,sha256=JFUnfiL_Xve48EwxRjYq0T-QJA8jboC606L08IjrBXg,322
270
271
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/checkbox.overrides,sha256=VV-V1ez1AT-2ULq8kh9akUZncGOx6ESGnEUqDlvRihY,137
271
272
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/modules/checkbox.variables,sha256=fknu9A-l5L6-tH7KOYKK6cHhxx8cKMlig7EGYI7zIU0,137
@@ -283,72 +284,77 @@ invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.o
283
284
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
284
285
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.overrides,sha256=m8gkMU_yKP9YIbVQ-A9eZIAj7dTmz0R25aZ5nWOYuCE,3059
285
286
  invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/item.variables,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
286
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js,sha256=FeZ5h48vChch-KettQYhwpwRUladl2HXQJ_6m9kEMXQ,1860
287
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js,sha256=t-NhnwBb106Zxx66Hz7BBV7nxtC_Tj6_0HOncxUkzww,1070
288
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package-lock.json,sha256=5A9oCU6BbPW4FH4uFR8fxMHzwEo3HnjWFohHs6J13Cw,58457
289
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package.json,sha256=5wzqrQr6HXsh_gsuMLHbXByWILvldYej2aP5CijBizw,979
290
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/translations.pot,sha256=S5c69QZYivrze2u_gPbz7jxr1CuilDfnsXvkQ6fRaDw,18625
291
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/index.js,sha256=9nLEfmBCv9z6skLd1nnOE8XEWugRbk_QHfimnFJBvzA,2898
292
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/messages.po,sha256=t0ijS-AHKe8xZL6FVmqcvlw6sSqyatfeI1ezE18MIzU,6654
293
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/translations.json,sha256=HvP8xcmaspu71IJu7UIUwSCBJg9Mzug8hZdfgZU0j_c,11665
294
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/messages.po,sha256=DUmcx_GwRbCCUtPlQ6a224zZDsYqfe8bIzjdN7dbMf8,3822
295
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/translations.json,sha256=KoeN04LdNHP6eMaGCisbvHEXQv0OMN9MiC8-mknq2yc,9745
296
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/messages.po,sha256=xakwVJaV3LCEWFWE5gGWiMWnZur-hY9xjwHBpq_LcJo,3902
297
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/translations.json,sha256=LRtJSZ3ThvDkWVozcb9cDq-uQ8nmH5dA0srbHbYgBqI,9751
298
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/messages.po,sha256=GVdFZXhtVIemU5awASUBj6Sx3tXFCLV2ejCz8789GX4,4041
299
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/translations.json,sha256=ZyjuFB9QtK65zdAtvRZZgxB4sojWKKKM5M9z-OmLRLk,9908
300
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/messages.po,sha256=vH5okURfPU6MOHG6LoNa8e4VneT-Y8l52RGSRBImbRM,3652
301
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/translations.json,sha256=kNpG8A_5CaHelF9jBwghv-hEs8ZLSKCcywQ9K_5jDSA,9699
302
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/messages.po,sha256=60CN-1GJOoQV0w3k8pczTFZMK8WUb8tNATSFw0g3fjc,5568
303
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/translations.json,sha256=GOugrQy-W6HNbwS-5LFe0qynrxhPCQXGHz3wuAf2i3U,10545
304
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/messages.po,sha256=3Js7Bo6xZcWnf82LehjlciUNuXVND74P4nsra18vEMo,4082
305
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/translations.json,sha256=ek9KhGtgq40FbC144S6CU-mq026Gql4JVWuX-BkmnxE,9863
306
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/messages.po,sha256=bm6YZbpxy5sEMuuJPbHm_YhR5miaodJv0RRMzwgcjCs,373
307
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/translations.json,sha256=9EmT7es3qds_LDvDy2TV0khd50v1jwnYWOJ7mzziRSQ,15463
308
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/messages.po,sha256=HXCga-68Y-oKXMkG2T2PfShNZaE6S5_9nXTSxeDCxs0,5907
309
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/translations.json,sha256=c-cYVyCAQUq0SbCIJuQxUdZlTyBlqmChEO4SoFGuf00,10592
310
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/messages.po,sha256=rI3TUG5_0-dTQwH6GUk1Nousu6qsZ_SCIiCd1WmyrQk,5507
311
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/translations.json,sha256=UdklnPRsZSs8Unmfwmsb1vaZ-ZOkaAlfeQ4KxJAmJgo,10514
312
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/messages.po,sha256=156l4v-ZdRYVdImxc5YYR6PL8tfYdTDjUhXkS5BfkGA,3795
313
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/translations.json,sha256=MFN5apl8NtdeUTPaZAsGha43D62Dg7mCn69tRDoDl_E,9545
314
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/messages.po,sha256=RzNweGWS9D3KFGHlau2OM6T4J4Kb0ytJ9nVbzIkbi_0,3982
315
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/translations.json,sha256=uwsWulf4GeSca55T5upmBVyQubNpTujM52piM2uquPA,9763
316
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/messages.po,sha256=-kifbk4vTbMdCinS5Ghj-JNapak3CXQEg-fw6l19lIg,3867
317
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/translations.json,sha256=rLg2Axt6TkoXWHYiCb1n-AFncPc6DgCAhQvxGxkEhLU,9871
318
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/messages.po,sha256=ORFAaMezrCyecgT2lSUH5o1TeZwUUzXh-G2UiF7BZHY,5872
319
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/translations.json,sha256=qLp25KvaQDPVTjOL7cz05Llm1ED6nqLYJ9b0DgRLcQE,10671
320
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/messages.po,sha256=Yfc017Vxic973tqhydvE9mGgZTvfXEMCO62wMN7MlHk,4104
321
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/translations.json,sha256=IzCYZHP2agB_EFi67_NVfkc-eW_lCpaPVoAeadEwQFQ,9760
322
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/messages.po,sha256=M3SGJy6KapRPbw8IEyreuxHv2G50h8BDhCRGnJn6JJo,3795
323
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/translations.json,sha256=1CeN0H9c5hXe_d2cS4ft2rwyDcmo8kwUaYmld-PuLY8,9550
324
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/messages.po,sha256=9Kd6Ng2dU8KmnJeigmNYdD17tqbdMGYcw-Z62_pRFao,3854
325
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/translations.json,sha256=boh2VTZO_tBn0BI9BGThF8SToDfqPzQa5mQom6F-7gA,9604
326
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/messages.po,sha256=a9OgTIpXlCRBNcKq5dJDlR1ny_OWUlKu71EkBAHMzhk,3939
327
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/translations.json,sha256=-nBisdib6pJNiJvxbYpM4rYkrMybeWig_YH8mPPnGmY,9882
328
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/messages.po,sha256=jaN-FohZlDojj1CYN2UO9N55z-AGcw3Xp9qwFnoLr9Y,3795
329
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/translations.json,sha256=JkoMV4782iWbKqB4tE0OIWyAQZrH1yZPzhtk4FO7Jyk,9718
330
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/messages.po,sha256=Yrp1_1nXZgOkzUGYe7lkP5ijETb6nCTnuxzy7Ud5dUI,3941
331
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/translations.json,sha256=aJCXb6E8kzTZP449b6zQBwZacZfvRaiw5fbLlGFpQGE,9873
332
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/messages.po,sha256=o6JXFiQYHtCcJxE9-c6_A31RPGLBZcjFOQmZjxVNP_M,3843
333
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/translations.json,sha256=SboFYeA8EdK5SGSnth9xjgGTRmG9LUxmIqQE2PHMQi8,9714
334
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/messages.po,sha256=gKuMyQTEzR4y9c2Zc4ZiKHNSo2t5OOkS9ze8nhsgkm0,3831
335
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/translations.json,sha256=bC2Eh2Ex-o1fmYodKtup0G30sJR6gwdYLncMpGj9NPU,9866
336
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/messages.po,sha256=XMF6pARSliel-mvpC4RmicE_5cg4layxof0M8MqEzbU,3976
337
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/translations.json,sha256=yP5lKI9798iImfKULfKdH9r1Epovi08X9FBJDbf5-s8,9915
338
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/messages.po,sha256=4N-bDokG6f5UyRYy_1PuYuSMbW0HVhKvjaruPATKRLM,3998
339
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/translations.json,sha256=MmBPG6EMWVXniu1iqUXh4xlFa2YpuYqM4JGdJEK9NnY,9913
340
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/messages.po,sha256=JN3Rbslj3kFh2D0BxhT2oojJmrbfRNCrtpibRNMXLCw,5539
341
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/translations.json,sha256=dMsk7shdal-4AQ6gUOZJSKiGbJE6AY3NXnGjsZr-UpQ,10521
342
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/messages.po,sha256=xpB5vNDIgJJk0UwT4WTnOKXBRC7t9Dsu-rq9DOqaP-4,4852
343
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/translations.json,sha256=XoS5JVKqCVGqlr5X43ExLN7w5F-gKHDG8crxFfwvre8,10227
344
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/messages.po,sha256=N_ZPBUYt8w7NvMLGk-7kohqCBGN-tnpWxhNOhVfwU1A,7456
345
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/translations.json,sha256=nOlqrP8AJceiGwC0aVS9nVVxeIowvGULdALN1cMzOiI,9861
346
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/messages.po,sha256=xiBcZeKBWZ9qywuG-DMmDxfYR9Wmt39_WIIjv0EXWuI,4946
347
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/translations.json,sha256=f4s9kYSgDb5JzVKibFXP3CkKJ7qyb4of0L9CpAsI6Xk,9983
348
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/messages.po,sha256=GlCoQ4M1_WCwiwTfPHIetorcgvX7QKGqRNyQ0N_ntyw,3800
349
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/translations.json,sha256=2-PuJiIAPYQhYFP3pMWEFLAkHGecuT40_Qm33dtm2Xk,9377
350
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/compileCatalog.js,sha256=O1G3n8drTU_MaMxfHmvwnPXWKbb5-9oSD_vdCocck1I,1216
351
- invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/initCatalog.js,sha256=PKt4RTa29L53rjB_hZnEHahZA4YprWDtWq4nlO7Z0p0,728
287
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next-scanner.config.js,sha256=bJmkmpH_yUGFxb8TIAJ4YThv-RviTMy-2vUhtgOennA,1855
288
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/i18next.js,sha256=un5pmzpJeMu6UeZygWGnsIIuNu8RTVQhZXMINj2mXk8,1065
289
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package-lock.json,sha256=ooW7oENJLFyFov2WqAYstJhrLVjfeAWKijzkMl-_lzs,79009
290
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/package.json,sha256=j-ncE2nITQInJ8B5RKihnpSRRWbp8PtY2wIuqKqA7sg,567
291
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/translations.pot,sha256=OmYY8Smb_kBuIVb_wI5LpAP3XCaWtrSNgHnm0Mo7XuY,20996
292
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/_generatedTranslations.js,sha256=8Oo9iRj292_YsEWJRxMJqV9ABdPUOn1H77S31lx3Rdc,2805
293
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/index.js,sha256=Id8vOmdcp2I3LMQTO2o54pCFMVepuHPpxx0-aYz4KQ4,748
294
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/messages.po,sha256=DuVf6zhxbPmWj3mPgNYms5_r-SKFAOoDYccv4fIIU90,26256
295
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ar/translations.json,sha256=1O4DBEvwNg2Z4bcFkseckmnb935Y1qUCeU9YZX80KrU,23045
296
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/messages.po,sha256=3GXtUQRlh_pK-AU9rhmHuPRp2GBZhV2WcqTg0gYVpW4,13488
297
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/bg/translations.json,sha256=0gve-ppz9Yjw_8K_F1JGTKRfDsWd3jRsryj-VeYsW8E,9991
298
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/messages.po,sha256=SmsRD5512HpSMuLW3bhQa_tgPmfrbdio-bZkgheZsdA,13503
299
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ca/translations.json,sha256=dVeeO7yif9B76Bx0oW-alCMiIIr7se2Usddvyka0jI0,9962
300
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/messages.po,sha256=3OTI_OyGz5WfJWNTIzrKZQBs_DcdX8by9Kyk_hMIDf8,22168
301
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/cs/translations.json,sha256=tnaHhnPiMDrFT-_Xg1IUHQd9iO49-GJcYdJZnL1o0nM,18578
302
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/messages.po,sha256=PuJssGcJjlRMvx-3JsjhW72-nae7ph-wc4pcgyPblYw,13323
303
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/da/translations.json,sha256=b9NrW8J1WMqIE5aG_x3ezYYY_vVAETJ8ThR_5FPB8fc,9721
304
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/messages.po,sha256=JyBrOnmpCstXmgGVjRghceHbSZ4uBO18PVVSQRu6jBw,22633
305
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/de/translations.json,sha256=FqxD6vbx1vPLQi9oV7MiMK2PeKP4ZwcKd4GIqylcVtc,18485
306
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/messages.po,sha256=yQrUBSoXraww2k14phoWURNJl0OGNYWgf3L1wdtDlEs,13874
307
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/el/translations.json,sha256=zFLHHR0f61P7H0bMVCDULd4vQVhhquFcAH-oeFkOjqY,10242
308
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/messages.po,sha256=qmUzHrmSEtAibAHC4Nha2ln5JHXCm0A-5RMu1gFItHI,20996
309
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/en/translations.json,sha256=fIJ9uQ6akpXq-tk0f418Hax4hpk3RxqM_hzb8JMMcDM,17332
310
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/messages.po,sha256=aV08GepkbnRa7q4IwXmVLZhU5jD3GwMfBlP61epaok0,21760
311
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/es/translations.json,sha256=3v8IREjFrQqIl9dKbmyJM6L1BnDJm0WeORO-lsTG51k,17657
312
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/messages.po,sha256=uVrAQBDCBsTI-GLGyKpGtDORn0TtM8ekegRBjX4VwWc,14542
313
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/et/translations.json,sha256=HENA5VfETykZ0FveveTMoGATxLteH0KSLSfKmsFHlho,11007
314
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/messages.po,sha256=l-Hx9Ru36iCDUor8V_iyd0kF4nNwoYsNKpGIgV4agR8,13384
315
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fa/translations.json,sha256=bZuqzYqVbwU2FtFJ1qWxukGYNRCqZ1qC6K9Sv1r5N78,9872
316
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/messages.po,sha256=cbwWp2wqPna8YW9Qn0F5uUGtE_QY52bEb67hzFOIcj8,22012
317
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/fr/translations.json,sha256=W0yhWjXFnN1EjkhZxocYkuAsCb-DldLuJ5l2QhP9Vc8,18021
318
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/messages.po,sha256=7SYTRFhL7IdFxshVk_9P1F9jXsYAX09y315T3ejnho0,13442
319
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hr/translations.json,sha256=Ql8Plen_hlD3VVJ9IoEugbE4zF5iqdqrO4Ov7290D8w,10005
320
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/messages.po,sha256=0mfbZqLAoaiVNXxeTYvnziWt_RiNWZ7GISMgTLeaibU,22258
321
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/hu/translations.json,sha256=z2NRf48eYneuyl_ExQWX0SUq1AVjImTgUncMIKLj0wM,18485
322
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/messages.po,sha256=FYV2pCsUafgcniPdUgO3McaCJc2rORNxaPTW1_Su8PE,13869
323
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/it/translations.json,sha256=nAMjayyj3ZaenSrT_AXOvnixYHivDpmKaV9PauuZjYU,10074
324
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/messages.po,sha256=BlTBkUHl6gFjB5j_L72nt9Dlddh939vR1x2G7mmqNsk,13259
325
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ja/translations.json,sha256=mN9lYcHR3bnhvNud72hAnnAWKWeFHnMtwVh4pCN3grg,9603
326
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/messages.po,sha256=1soccdalg5UhZOTqiz2V5U3c9m8vDZxwNS1HH-Dxcsw,13887
327
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ka/translations.json,sha256=-zA22YVbNZn7rQontJ6_Iu1nLm7w1KgeTVxNyPhRKx4,10375
328
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/messages.po,sha256=XrPTnPHUgjbFH0h669BtnEQrH2mLfEvpkYh59g_i1tQ,13072
329
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ko/translations.json,sha256=lD54cf1BLn-SY09cH3RWEeryg1VZIlezqF_4KfQxrY4,9462
330
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/messages.po,sha256=VFQDoUUrvW8tVLgX0hX2Nsc8Jid1vwIVnvzrdg-sbpk,13689
331
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/lt/translations.json,sha256=R5mVNw_UDmPb08AVcgE5sXnhu68dJXe6nuQ0Sq5lkBY,10340
332
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/messages.po,sha256=yK-rBYV7quCIrwtXT3XcIFBqrmiyD_anFafGUamG5a8,13308
333
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/no/translations.json,sha256=tRnssnL5Dh2De3fGMAnrWzLiSDvEo_aeHLYFB7Mx4tQ,9811
334
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/messages.po,sha256=I4J09CquhoLib5Ime76KkMcCqhVxn2-H3eLUVs17sco,13928
335
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pl/translations.json,sha256=vVB1C3KG8FqZiPRyxxyxxGJoSAmBw3seJ_wdhQHTEz4,10570
336
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/messages.po,sha256=4XuhLT2dqwf8yl36c31slJXAtLD_vF9KKppwlESp9Fw,13372
337
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/pt/translations.json,sha256=E6TkPLTUgJNfJzmUnwKCnfG7BWh1BsyDb1w9Duk_jl4,9745
338
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/messages.po,sha256=AOjzlcA4JqokK2Vqh74DMV3_F2F4yJbZY4pY0rVBQdc,15521
339
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ro/translations.json,sha256=VFwQh5p1eB6BPg-HDip45BV8Uh2lO8e5lkeZiMar4Nk,12036
340
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/messages.po,sha256=DItetjB-rma_NUR5g4eNk2bH6kMHKO-hHf4a4s_WGiQ,27716
341
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/ru/translations.json,sha256=REdO7HN16Rf7GJzedPNtj3DzqgYnZw5nyxopAcipmR4,24213
342
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/messages.po,sha256=efkxG7xifqVlqYLiAafKjfLjaDv-b7dywNGWAH51ZGs,13776
343
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sk/translations.json,sha256=itEHPsXhyVT-kfTBdtiQs43Re--mohkhSAgAyvBMD48,10447
344
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/messages.po,sha256=XXpc6iCOy7i2OIRkCP1oOv-dDzwxXE1lS9pSZz0FAoo,21306
345
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/sv/translations.json,sha256=z4CY-A9AmRcxrHud0dAUHBZVM6ClwN3F5ESTIitdUkE,17600
346
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/messages.po,sha256=ayJZ6ckXx0LdtVuxUkGLVBXNV77pR2i9AmmJhaCY6Ck,21671
347
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/tr/translations.json,sha256=7UA__nXX_mUM0mSf4mbttA663oUL0va6-F4x6olV-wQ,17893
348
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/messages.po,sha256=nGZJZFF9Zc0TtEuTPhihwwpZLOX6fhJwBccLlKi3lF4,16176
349
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/uk/translations.json,sha256=rSxmJk3XTx_hu4UKEVQQ0w7jghbhruEnIKzyoTm6O9k,12682
350
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/messages.po,sha256=D9NXEcXYrvCdU7Xl8yy_FbG_fWRfg_D7sbR1CBs3nJ8,14185
351
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_CN/translations.json,sha256=_wziGsFEV4BhaUdw2UElPeUyXBYHGQQ8nNJJsOP1GZY,10494
352
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/messages.po,sha256=BeF2P9_Oj7k_pZxfPJme538Kue5ylONyCtsZo611Vc4,13195
353
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/messages/zh_TW/translations.json,sha256=1pO6eTP6UZgZXneHwRCBAM3QRKAOGYzH-OzemZ2nqUM,9525
354
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/compileCatalog.js,sha256=Y4s1zDCOl-8C81JiRx6lex1EYUelPUIQjkDWon_3tzU,4033
355
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/fixTrailingNewlines.js,sha256=8-QmsxDU27q71Zs-6iLRKTwPnVpmxBTuS7wmTtAyXxs,692
356
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/initCatalog.js,sha256=PyJbqVfNCBvrG3o_feIt0JbpEe-AVf5jMLl8F7T4698,723
357
+ invenio_app_rdm/theme/assets/semantic-ui/translations/invenio_app_rdm/scripts/postExtractMessages.js,sha256=NEcv44zs4RhieJgMRoMtAOOUVTS6xX5nP3hDPpBwQfE,1206
352
358
  invenio_app_rdm/theme/static/icons/licenses/cc-by-icon.svg,sha256=Aogts2TDR_M090vHNBA2UhEDu79cdTPyjnoNmeDxFII,9719
353
359
  invenio_app_rdm/theme/static/icons/licenses/cc-by-nc-eu-icon.svg,sha256=rJQn1RpDLLHUjVXs3nsxfduzOta1HZ1hBAhtNsvLtcU,15478
354
360
  invenio_app_rdm/theme/static/icons/licenses/cc-by-nc-icon.svg,sha256=65P9CKCvlT-AL8a1mkf1ugPBnQqyBVpDBgiSg20fa8w,15083
@@ -377,7 +383,7 @@ invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/frontpage.html,sha25
377
383
  invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header.html,sha256=HiQEP1os90mVj_MlYTEHyTGP5VfkaLQrfLZ7vR1vv-8,5767
378
384
  invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_frontpage.html,sha256=SQqgYKN0GrzieSydu0fd0eveup_R_J4zzG8bR8QlUGw,1820
379
385
  invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/header_login.html,sha256=eZMJSypWlQ2CNbiyS8lSc4s6kHX31I-wuAYLaPAmxGk,5803
380
- invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html,sha256=cFTKXhAJwTP_6hcNloi_PfUhIRaNkMRO_uxjqboDtH0,2934
386
+ invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/intro_section.html,sha256=3jdt5-AAZyQtiAOoPpdagKK56daYhk35oTG6YkiyzTU,2973
381
387
  invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/javascript.html,sha256=20O9okaOd_bqpBbuq9K0zqY0UUNXaFVKIslgPArs67U,364
382
388
  invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/page.html,sha256=zwIZmRWIJpz9UQpEqM3oTaSzlmek6tdP8VDR1Mugka0,951
383
389
  invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/page_cover.html,sha256=D-NNfCX38wRjHOq1kzPPncKKUd0b9U1al-NMy48dKvU,357
@@ -396,63 +402,65 @@ invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/macros/records_list.
396
402
  invenio_app_rdm/theme/templates/semantic-ui/invenio_app_rdm/settings/notifications.html,sha256=7KfuuIbYtZT7DtxkBhP9U02JxEOgrAKO9AC1SDVY3uo,515
397
403
  invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/header.html,sha256=pPNIT9J_C4omwWuZWrAdq8rQANLaQmXeeKBmpAMxFtg,5910
398
404
  invenio_app_rdm/theme/templates/themes/default/invenio_app_rdm/site_footer.html,sha256=D8rFpAzWZ05hUj7kbBqvi-PqLRnEJhtL7UPYy5u0jHA,1644
399
- invenio_app_rdm/translations/messages.pot,sha256=kBP0u0kEeouZltxVlZCYAnv4trqMw_1x9uVObOt9u1g,41348
400
- invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo,sha256=52SmobOoZI0UyCs0vqdsEKCHJDPQHIN0OVy1WWoI_0U,13063
401
- invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po,sha256=VHYkYU6po9q4QtcFxXQ7VnlY_xXUPP9G2Ol0yNxOLeQ,30939
402
- invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo,sha256=dww1lzkT85bdMXsyFKkCQNxgAbpu8WWBdHgtuL5PG7Y,824
403
- invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po,sha256=S6L1nLqCRVm20xmUdBaPzHILW9RDL6gGYUIjZP7Jvnw,24703
404
- invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo,sha256=xVpxLgHMquRsBY3x5vpOSidwx_Kj-wL3G0ZOwFOoYCY,1257
405
- invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po,sha256=dNiMlRDNqO6nmcmUO2NgWLoXmtD25TI6VRIeMzDoEBs,24832
406
- invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo,sha256=g0bnHGCgjeMvcIDfKcxvPLytcHkhuaeUEbMSEPzK9nE,1564
407
- invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po,sha256=3omq6KbbtyqcFfcuYoTc7PvFXBGSUXp2Pr7vMyLaft0,25011
408
- invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo,sha256=qv-N2SWX1WTlExzfh2v1sxpDba6TxXmTim3moTvXDgA,515
409
- invenio_app_rdm/translations/da/LC_MESSAGES/messages.po,sha256=soO-tA2vciiDG5kNlz2lDoVJETHsyVp93ZFdeRgsMho,24483
410
- invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo,sha256=WkSSwVIx_lfd__eMXguBd3wIl-B0uS0y_TP-CILVuEE,11132
411
- invenio_app_rdm/translations/de/LC_MESSAGES/messages.po,sha256=-LKJEUfzbKxXjvblkyqbj9IDxV5m4LVBla7TeaxlEfg,29524
412
- invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo,sha256=CxNHAIk0OX3Pny6J9vY16PkeoTZoaI1rVm9dQ395Kkg,1695
413
- invenio_app_rdm/translations/el/LC_MESSAGES/messages.po,sha256=9xV95M6NwWXfE55sHHCFcOrHTEDTQlDXpx6TFL2XARY,25250
414
- invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo,sha256=phEYUSHufHD-VnxXvD1E79F9RCUJB3RTTAbv73ba7HU,11701
415
- invenio_app_rdm/translations/es/LC_MESSAGES/messages.po,sha256=oS9VEJsx3SKawCjy3r1M3SQZaIWEsD8leDuioehaYOE,29595
416
- invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo,sha256=nkOSeuwT2lkcVENlKx6JFYzX2Zm-Yt4sE-vXwLGgt04,11111
417
- invenio_app_rdm/translations/et/LC_MESSAGES/messages.po,sha256=mrF_jqZQeuemKANJYWM5-CtXfHXSnDFpypv2vETbxZI,28854
418
- invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo,sha256=GgdXdVY4dhMJwXLtd2Dd_lclatXRkvgOf1UKCeQuRRE,785
419
- invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po,sha256=63CAKzNVsO7NFUJ1TgZe7kNIu2WDWhZ5UvRxHLd5b-0,24685
420
- invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo,sha256=lhDZGtlO5l0-hwX53Zz7u459Wh04FZjthbIEqi49r1o,1549
421
- invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po,sha256=gcrR4ORUVoywTP3NrTeQuD5qiyjM1-On0vMd9sf9TIw,24952
422
- invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo,sha256=ZZg2kuyMykrmPPWj8H1FsrCYiGJfcPsJNf35t1SRUPM,808
423
- invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po,sha256=CaR3XPPqapoB3RLmK78tgZGImpB1ZKkYEb_ArlSPz-8,24715
424
- invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo,sha256=1-rF4ZD1FnrEtTy1CXEesDOxeEU4LfrmmQvrIrxhaeQ,11432
425
- invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po,sha256=GfnFc6SAal7prM8UZRTl4LNgwAdKU4mG3HogOPoN2Dk,29186
426
- invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo,sha256=l0432fQdSoSIkUGfk74VV_CR4gM-QrqBMhnDn-_-5dk,4789
427
- invenio_app_rdm/translations/it/LC_MESSAGES/messages.po,sha256=reKw_ra2KM63xcsiWnuXXAeZPmdaKLwgt25LHhRfZL4,26069
428
- invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo,sha256=yrZUFjn-wLTWvlEYqQ4tqnHGJ0nmMhIWaL6ji7Z26eE,758
429
- invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po,sha256=FNp1a8gr3wx_bvEQc6zOuFO8kg86flE68bF3h7IyyCY,24665
430
- invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo,sha256=s67lPLJHdKvylaMtennOTcm4EmQwJUOO2FfTsQqssnU,1371
431
- invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po,sha256=SlfW4vq6ZVYCFsxd595cEQ3DlE1Y8oeWVx_PtQlvess,25054
432
- invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo,sha256=4wwrNUgWkTDMS6KwN2weW74Cn0F358hDrxyxDRb_amU,1231
433
- invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po,sha256=dwZYfY94K2sfumU-nSJ09_lpV2fkdjbPSpCRRfPrYNY,24891
434
- invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo,sha256=Pr_nGVh4Jv_LJ0ikdLlXYeglUSn8Lh7czqalGpnqZNk,782
435
- invenio_app_rdm/translations/no/LC_MESSAGES/messages.po,sha256=T0z-hp8qcDq7CkcprX9l4n1-nZkgtjbn5yQpSHoEGU8,24661
436
- invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo,sha256=lJ7NHAB0iZovsZb-j0thDffYKWJRzRtHRedKRtKYe1M,921
437
- invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po,sha256=IDE6ZfhlFwL5OXg5_7Mf8iA4YAscveNWV9NILOuDFFY,24800
438
- invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo,sha256=CKdI2fjnQiSZMzL4wajEHnLexL9q_3V6FoDVLS8uGTs,729
439
- invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po,sha256=XiO1FdbpdL0mctQ2RYwBYBiaGQld2rxreTljiFQ4qRw,24690
440
- invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo,sha256=TWRSXdZvLoj4mQ8Y-F2lh2o_n8Mf3UknPLyku3pxiio,802
441
- invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po,sha256=XqRlndwq3qkgSEs4uQMPQR3kLrtDMj1eyYfiSosmyck,24717
442
- invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo,sha256=5NsmUfcZdXDOem6UiBDodLBX4tcH0MTBHLNeZ7Az5xE,1336
443
- invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po,sha256=41tZJ3k4JPMjhhxJQn7Xdu3bQkuoNXiAbUCImSZqf2Q,24996
444
- invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo,sha256=FxEvI4Fpmtea_ONOk8yDLae9zdkNT6gC09yWQ6176ec,1458
445
- invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po,sha256=IcRV5Yp4tH4RhvQZzGXYMNdbDcflQGoZR3nEZjGN1KA,24942
446
- invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo,sha256=cWMD1BZrNLMcH34Dg3SlQkVbhW1CtyAX_3tzh5KLAmU,11170
447
- invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po,sha256=90S-IHuwUVW--uf0IpnpJqn4Sfchn6IFZDHBR1KElIg,28928
448
- invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo,sha256=DpOTkAMRo4X9_fvnIG9pH8ichpKYKRPuQ8cEkRojGHk,4828
449
- invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po,sha256=JmnfQJ4nOajWAVIugSd_PQUJ0W9mw459yR3h_bAnseM,26214
450
- invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo,sha256=F7khmlheH5YHPTaFJHpAt9b0Y2OqnvSg7j6C0c31fCk,12064
451
- invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po,sha256=RTqWGu2wiJJvOkO8aRR4s35rQ51VGBT0tGFHARt1iKs,30676
452
- invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=zUbggi5bZVtPiHAyQUVBsXKzor3vIIeFXsb71_6_ktA,9967
453
- invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po,sha256=sm6rIr9guR9VAjgCzQ1MtzExh4NOoPHg1v8sbPgXzmc,27954
454
- invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=CdRkxG1iPuWQZAnSigavTCvWRTzIZ0ywj18KlPQu2f0,748
455
- invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po,sha256=F8L8BP3wIeRZu22pTL_g2HoDzOajfRdQfB7dG96RlJw,24655
405
+ invenio_app_rdm/translations/messages.pot,sha256=6Zr8VhWZxAw55EJtmiET3GRkE-9jsQ6X9iuXaasxI3A,48847
406
+ invenio_app_rdm/translations/ar/LC_MESSAGES/messages.mo,sha256=Q0748tC1z4LOOE2N3Q-pNIaBlgDsV-6wPwqOAKIdq9g,20556
407
+ invenio_app_rdm/translations/ar/LC_MESSAGES/messages.po,sha256=mAxD925ZY9p49KXcgWMu_Lxp3TWoES-Xy93omWoA-jo,55936
408
+ invenio_app_rdm/translations/bg/LC_MESSAGES/messages.mo,sha256=Eetjue-yYauSIpnNeVDlUsHR_POK_fb_t4PqVXGwOHo,1264
409
+ invenio_app_rdm/translations/bg/LC_MESSAGES/messages.po,sha256=5NKKnalWUpCBnEXuYDSC5ioYW35EmN4Ct7qbWPzsXh0,46655
410
+ invenio_app_rdm/translations/ca/LC_MESSAGES/messages.mo,sha256=J6CrqrevvMWeUFnXsTWzBB7sDq23mYIS7yOKBHGL4Pw,1905
411
+ invenio_app_rdm/translations/ca/LC_MESSAGES/messages.po,sha256=TqLEKUDnkm9rD1s7PIqLNKNyZA88LgvV-yAg346sW4g,46774
412
+ invenio_app_rdm/translations/cs/LC_MESSAGES/messages.mo,sha256=pxJx-sL8BJasqLbdeFu66KE8Ce7Oi3Bivlf3fjyD1RQ,17591
413
+ invenio_app_rdm/translations/cs/LC_MESSAGES/messages.po,sha256=K0Q52F4QoH-ZJUv22GtKrYInO2xXZmcCdWgE0CNf6n0,53045
414
+ invenio_app_rdm/translations/da/LC_MESSAGES/messages.mo,sha256=KAtqPtBFgsiWh4OohhM9w4-g8GojrQHbm-RSd1-xBw8,701
415
+ invenio_app_rdm/translations/da/LC_MESSAGES/messages.po,sha256=2HwSE-aCBouFyoU8CkprETSWbtjCg_7RtbTTaTh6U7w,46519
416
+ invenio_app_rdm/translations/de/LC_MESSAGES/messages.mo,sha256=mQ4k_tUESv1T5QD1Yr_efy1UGGawgsrp-b_x8_9wayU,17985
417
+ invenio_app_rdm/translations/de/LC_MESSAGES/messages.po,sha256=d2ycI3kQliFQL7XyFXKuXjudy75DU9IwuvwB0Rzys4g,53778
418
+ invenio_app_rdm/translations/el/LC_MESSAGES/messages.mo,sha256=KzFvuNxhv6HIEdo5fMbID43XVlk2rF9-sJGzn8wtJ_8,2367
419
+ invenio_app_rdm/translations/el/LC_MESSAGES/messages.po,sha256=dYEyiYwspfnmrTqF9f0WsLGsY0OPn6anelDOk8yHYTM,47290
420
+ invenio_app_rdm/translations/es/LC_MESSAGES/messages.mo,sha256=bxbt8e1WNV5ficWblX23susW1GwU5MpywgyvsDLjBeU,14291
421
+ invenio_app_rdm/translations/es/LC_MESSAGES/messages.po,sha256=v4_pt-kdE00PEBR5NdFc_DzscjxoAMUVgtH80e0F2z8,51743
422
+ invenio_app_rdm/translations/et/LC_MESSAGES/messages.mo,sha256=9kSjX1baDkmORDu_hWZxskvoxZi3LTJKlc_sop8holE,7394
423
+ invenio_app_rdm/translations/et/LC_MESSAGES/messages.po,sha256=ev4g9rMfOgTdVlMTwmfolEr-NbUyi0o0nkIT31N8s88,48537
424
+ invenio_app_rdm/translations/fa/LC_MESSAGES/messages.mo,sha256=noZYCRv3J5P3LaYoKIliZSWM7pRbUKaw-TN2YIhxtYw,1111
425
+ invenio_app_rdm/translations/fa/LC_MESSAGES/messages.po,sha256=gwIm_rq1-ynWVHEdhn4nJ60dKJcqc-BZCd-BKY59xzw,46573
426
+ invenio_app_rdm/translations/fr/LC_MESSAGES/messages.mo,sha256=cPTC9S0PXbEgVXwF4-r9eaNMEDSjgUfV0M3tNtE5GIA,14375
427
+ invenio_app_rdm/translations/fr/LC_MESSAGES/messages.po,sha256=Sw2bXZd9kZtiDkWUmxjnWOzUX_GvZ4MNPt5h4xUTLkg,51781
428
+ invenio_app_rdm/translations/hr/LC_MESSAGES/messages.mo,sha256=wJNN8pqpMqKJbUWsc7fIWBrkwodOHMMoNR0GXfLfYkQ,1108
429
+ invenio_app_rdm/translations/hr/LC_MESSAGES/messages.po,sha256=Ygl8TXel9jBoqKWHgdTY31NvIa_n_ipy9zDZD5u7oko,46574
430
+ invenio_app_rdm/translations/hu/LC_MESSAGES/messages.mo,sha256=0A6_CRDl3PqWrlVrRcqlBlBUwvGg0LRsHEquApo7OdA,18084
431
+ invenio_app_rdm/translations/hu/LC_MESSAGES/messages.po,sha256=OyeUY_vhr7ziIrpXa-ka7SB4ngJfLBeaput-nS9SJ3Q,53523
432
+ invenio_app_rdm/translations/it/LC_MESSAGES/messages.mo,sha256=mLRYI6V9c7ttY1B9FwjBFcLAjgB5SBYUPU73NvRm-zE,5350
433
+ invenio_app_rdm/translations/it/LC_MESSAGES/messages.po,sha256=7kzXz8nVBrW4XKRTtD3RsXpbAcxNBpd-Ayv1RGgpd8s,48021
434
+ invenio_app_rdm/translations/ja/LC_MESSAGES/messages.mo,sha256=17l0pLdjEviA2ckrXDzGGhmEKMIZeUy8nPMyCqpslsE,1078
435
+ invenio_app_rdm/translations/ja/LC_MESSAGES/messages.po,sha256=PYMBdoQbwIzrtXcOsAODwGUHKGRK6Ko3ei95xxwcq54,46544
436
+ invenio_app_rdm/translations/ka/LC_MESSAGES/messages.mo,sha256=qdPsP7ynM6ZE0xOiYIbC8UoKSvAz1QKZwXFruKQ8B48,2160
437
+ invenio_app_rdm/translations/ka/LC_MESSAGES/messages.po,sha256=V5R_nS2CntusbzfhoNYMEk5FiyV2sBta0YXWSLvYgmg,47269
438
+ invenio_app_rdm/translations/ko/LC_MESSAGES/messages.mo,sha256=lErbxf3w-xql8k7cNrEtKxII66vLPU8sYQkE33Y40Hg,685
439
+ invenio_app_rdm/translations/ko/LC_MESSAGES/messages.po,sha256=DgPB8KHnvesr9jBy1vyJubce3kPLYZc-W0Ch7IWPrFY,46371
440
+ invenio_app_rdm/translations/lt/LC_MESSAGES/messages.mo,sha256=lKp6Nb95iNLVrG5fTMOcBdQinG8bUpff_bbR12aCPmM,1729
441
+ invenio_app_rdm/translations/lt/LC_MESSAGES/messages.po,sha256=mETUo1aGbQC8TdoD4MLa7aNjeUIFlUBwnzRwDhCaAUo,46815
442
+ invenio_app_rdm/translations/no/LC_MESSAGES/messages.mo,sha256=0iHp1b_sUySR63g5Nv9FwmGdTyIaKq1z0OOakGSbnq0,1128
443
+ invenio_app_rdm/translations/no/LC_MESSAGES/messages.po,sha256=cLnZgsZ9vBOlS36wMTSm6XchOsA1al2Jp3l3c_sA380,46519
444
+ invenio_app_rdm/translations/pl/LC_MESSAGES/messages.mo,sha256=e45sVNoTDprq51LN81f6xMrVhyqV15V6qxI2Dsp9xIk,1284
445
+ invenio_app_rdm/translations/pl/LC_MESSAGES/messages.po,sha256=n3lUIWbz_V4P90ePXrbUUlkiX_XCopvaTUZGWRtmpV0,46675
446
+ invenio_app_rdm/translations/pt/LC_MESSAGES/messages.mo,sha256=9HbkMoFIUhyYiM0NfDJRIzWQwaKYIuJVjyji6VtU1tg,961
447
+ invenio_app_rdm/translations/pt/LC_MESSAGES/messages.po,sha256=VFHurLfWABnGOplKbs8PnMtCjFQHg-qhsD-oAbKpk9E,46530
448
+ invenio_app_rdm/translations/ro/LC_MESSAGES/messages.mo,sha256=e2dJsYJeHhnsGQ0fe32o7OaehOEZRuRTBKSQl_ArNyU,14246
449
+ invenio_app_rdm/translations/ro/LC_MESSAGES/messages.po,sha256=vyyqZhOQipeSObTvw5CXZV0Gfi4zhy_8679gWfzOz1A,51801
450
+ invenio_app_rdm/translations/ru/LC_MESSAGES/messages.mo,sha256=Hlc_6rYkDF18NfQLS2aOQihdEGiWBWFB1q2ZCyYPkYg,16513
451
+ invenio_app_rdm/translations/ru/LC_MESSAGES/messages.po,sha256=XAIJfizcVu1P6UDSqN35Lln9hmxhcOOvov-b4fjpfGA,54616
452
+ invenio_app_rdm/translations/sk/LC_MESSAGES/messages.mo,sha256=_FnJddeJpBTs6dL3Cr-bH6N-7QSsxqdm4IbuYnMEalI,2168
453
+ invenio_app_rdm/translations/sk/LC_MESSAGES/messages.po,sha256=PoG5r52Ly0wnIT4amnDQx14eLckT2KSlINPRr4Ct8ls,46932
454
+ invenio_app_rdm/translations/sv/LC_MESSAGES/messages.mo,sha256=BhUWi0gzy4jaikDHl4pS9R0fYB_09bwaiyGKj7_Iu5s,17224
455
+ invenio_app_rdm/translations/sv/LC_MESSAGES/messages.po,sha256=TUNvf0HJ64NxkDozyBSUWpYfNODw-twSc-NCg2KG_AM,52590
456
+ invenio_app_rdm/translations/tr/LC_MESSAGES/messages.mo,sha256=rfFzsMvHUMO5s_onQPEoKcwFnaXp3BQ02VVvzjGp6pU,14342
457
+ invenio_app_rdm/translations/tr/LC_MESSAGES/messages.po,sha256=6ckELMzfGJPYeAuToyj6cH4J6EC49ooHInho_Srm0RA,51868
458
+ invenio_app_rdm/translations/uk/LC_MESSAGES/messages.mo,sha256=Dl3kihz_A4vx3RBwpjfwTbRUwEzPb_en8E_cT9zU1YA,8153
459
+ invenio_app_rdm/translations/uk/LC_MESSAGES/messages.po,sha256=liNrMpEX4csILTkKDu2t7JOp-9YCPnlNqZHXpSk1oHo,50107
460
+ invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=SQvu6w17a-iln1TL5VUw7YLB1z3yaSJ1o4yehGJrdCc,7000
461
+ invenio_app_rdm/translations/zh_CN/LC_MESSAGES/messages.po,sha256=1WQNNZsdiL1RU62OIgFklsC1oBvNiJ6RDlHpn-3a68A,48263
462
+ invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=3JqsHwV0PCmqka8dYQQrsKb3hMarQm4RTtTSVMMD3t4,1034
463
+ invenio_app_rdm/translations/zh_TW/LC_MESSAGES/messages.po,sha256=qmZP-wzsddIWQpOw3YoCw0vAAbdB6HjhUQk5GarXBpc,46500
456
464
  invenio_app_rdm/upgrade_scripts/__init__.py,sha256=AlBBeGDr7RmylFE1ynJhFylaAlINQkLNyuS7ufCevEg,285
457
465
  invenio_app_rdm/upgrade_scripts/fix_migrated_records_from_1_0_to_2_0.py,sha256=SCUdvuQYGnjWLfm6Kd-f3swlOrxSNN3kO36OVEOkN7g,1760
458
466
  invenio_app_rdm/upgrade_scripts/fix_migrated_records_from_8_0_to_9_0.py,sha256=p6qTNjUMAJ-0tnrSwar7jtDX_sg6V9kFj7fzH-wrbkY,2769
@@ -479,7 +487,7 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
479
487
  invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
480
488
  invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
481
489
  invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
482
- invenio_app_rdm-13.0.0rc2.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
490
+ invenio_app_rdm-13.0.0rc4.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
483
491
  tests/__init__.py,sha256=yKVf0yYRuxmXvyAtLjmfpHGVCsEkZOhs_FojAAM_w-8,244
484
492
  tests/conftest.py,sha256=kxOf2CiULBuE9m-ncNv4AtofUVx7iSnvVljlsdI_iCE,11507
485
493
  tests/test_tasks.py,sha256=YAf2mryFK6Vfzk2053XLBA2e92vbNCTWqJ6ThWhGOuQ,6645
@@ -514,8 +522,8 @@ tests/ui/test_robotstxt.py,sha256=Gn0bVPJTDRQH6DO5GGZyD6iMel1UxWRHP5MnGQZ0j18,11
514
522
  tests/ui/test_signposting_ui.py,sha256=KCSjQlMD2VKlwQCyZYDwYjtVNL35x3u-ZC4ceD5y21w,3847
515
523
  tests/ui/test_sitemaps.py,sha256=hPeGbo9v5Q55swr-ZyudAVYm7aJ6lCKV51Vtupk450Q,3180
516
524
  tests/ui/test_stats_ui.py,sha256=LHa_0hjvpYvliSk_jknWy-90CO82jVElUfK5Ua_ZmfA,3554
517
- invenio_app_rdm-13.0.0rc2.dist-info/METADATA,sha256=iyVWzscwQtfX8Nu03sBqxPhRoJDg-tW7uCSYWWT3a6U,16500
518
- invenio_app_rdm-13.0.0rc2.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
519
- invenio_app_rdm-13.0.0rc2.dist-info/entry_points.txt,sha256=rfzEeOEdtGy99NlpWzeW-32CoO5XrEpBvlZwLD2Th88,2158
520
- invenio_app_rdm-13.0.0rc2.dist-info/top_level.txt,sha256=NqTqrntInEAci7EXcNBvouXFMqwyjVQhEI0b7izYRBY,22
521
- invenio_app_rdm-13.0.0rc2.dist-info/RECORD,,
525
+ invenio_app_rdm-13.0.0rc4.dist-info/METADATA,sha256=yxeUyyX6NLAL02RaTCUvQQkJQVv3l1VCQn-zsQlgS_4,17548
526
+ invenio_app_rdm-13.0.0rc4.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
527
+ invenio_app_rdm-13.0.0rc4.dist-info/entry_points.txt,sha256=rfzEeOEdtGy99NlpWzeW-32CoO5XrEpBvlZwLD2Th88,2158
528
+ invenio_app_rdm-13.0.0rc4.dist-info/top_level.txt,sha256=NqTqrntInEAci7EXcNBvouXFMqwyjVQhEI0b7izYRBY,22
529
+ invenio_app_rdm-13.0.0rc4.dist-info/RECORD,,