invenio-vocabularies 7.3.0__py2.py3-none-any.whl → 7.5.0__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.

Potentially problematic release.


This version of invenio-vocabularies might be problematic. Click here for more details.

Files changed (98) hide show
  1. invenio_vocabularies/__init__.py +1 -1
  2. invenio_vocabularies/administration/views/vocabularies.py +7 -9
  3. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/CustomAwardForm.js +1 -1
  4. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FunderDropdown.js +1 -1
  5. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingField.js +1 -1
  6. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingFieldItem.js +1 -1
  7. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/FundingModal.js +1 -1
  8. invenio_vocabularies/assets/semantic-ui/js/invenio_vocabularies/src/contrib/forms/Funding/NoAwardResults.js +1 -1
  9. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next-scanner.config.js +1 -1
  10. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/i18next.js +1 -1
  11. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ar/translations.json +28 -0
  12. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/bg/translations.json +28 -0
  13. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ca/translations.json +28 -0
  14. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/cs/translations.json +28 -0
  15. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/da/translations.json +28 -0
  16. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/de/translations.json +28 -0
  17. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/el/translations.json +28 -0
  18. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/en/translations.json +28 -0
  19. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/es/translations.json +28 -0
  20. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/et/translations.json +28 -0
  21. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fa/translations.json +28 -0
  22. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/fr/translations.json +28 -0
  23. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/hr/translations.json +28 -0
  24. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/hu/translations.json +28 -0
  25. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/it/translations.json +28 -0
  26. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ja/translations.json +28 -0
  27. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ka/translations.json +28 -0
  28. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/lt/translations.json +28 -0
  29. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/no/translations.json +28 -0
  30. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/pl/translations.json +28 -0
  31. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/pt/translations.json +28 -0
  32. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ro/translations.json +28 -0
  33. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/ru/translations.json +28 -0
  34. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sk/translations.json +28 -0
  35. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/sv/translations.json +28 -0
  36. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/tr/translations.json +28 -0
  37. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/uk/translations.json +28 -0
  38. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/zh_CN/translations.json +28 -0
  39. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/messages/zh_TW/translations.json +28 -0
  40. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/package-lock.json +1992 -0
  41. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/package.json +0 -4
  42. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/scripts/compileCatalog.js +1 -1
  43. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/scripts/initCatalog.js +1 -1
  44. invenio_vocabularies/assets/semantic-ui/translations/invenio_vocabularies/translations.pot +88 -0
  45. invenio_vocabularies/config.py +14 -14
  46. invenio_vocabularies/contrib/common/ror/datastreams.py +7 -1
  47. invenio_vocabularies/contrib/names/datastreams.py +38 -9
  48. invenio_vocabularies/contrib/names/s3client.py +9 -3
  49. invenio_vocabularies/datastreams/datastreams.py +14 -0
  50. invenio_vocabularies/datastreams/readers.py +12 -2
  51. invenio_vocabularies/datastreams/writers.py +6 -0
  52. invenio_vocabularies/jobs.py +11 -11
  53. invenio_vocabularies/records/models.py +4 -1
  54. invenio_vocabularies/services/custom_fields/subject.py +4 -4
  55. invenio_vocabularies/services/tasks.py +7 -1
  56. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/METADATA +21 -6
  57. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/RECORD +62 -67
  58. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/WHEEL +1 -1
  59. invenio_vocabularies/translations/af/LC_MESSAGES/messages.mo +0 -0
  60. invenio_vocabularies/translations/af/LC_MESSAGES/messages.po +0 -139
  61. invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.mo +0 -0
  62. invenio_vocabularies/translations/de_AT/LC_MESSAGES/messages.po +0 -139
  63. invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.mo +0 -0
  64. invenio_vocabularies/translations/de_DE/LC_MESSAGES/messages.po +0 -139
  65. invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.mo +0 -0
  66. invenio_vocabularies/translations/en_AT/LC_MESSAGES/messages.po +0 -139
  67. invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.mo +0 -0
  68. invenio_vocabularies/translations/en_HU/LC_MESSAGES/messages.po +0 -139
  69. invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.mo +0 -0
  70. invenio_vocabularies/translations/es_CU/LC_MESSAGES/messages.po +0 -139
  71. invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.mo +0 -0
  72. invenio_vocabularies/translations/es_MX/LC_MESSAGES/messages.po +0 -139
  73. invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.mo +0 -0
  74. invenio_vocabularies/translations/et_EE/LC_MESSAGES/messages.po +0 -139
  75. invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.mo +0 -0
  76. invenio_vocabularies/translations/fa_IR/LC_MESSAGES/messages.po +0 -139
  77. invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.mo +0 -0
  78. invenio_vocabularies/translations/fr_CI/LC_MESSAGES/messages.po +0 -139
  79. invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.mo +0 -0
  80. invenio_vocabularies/translations/fr_FR/LC_MESSAGES/messages.po +0 -139
  81. invenio_vocabularies/translations/gl/LC_MESSAGES/messages.mo +0 -0
  82. invenio_vocabularies/translations/gl/LC_MESSAGES/messages.po +0 -139
  83. invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.mo +0 -0
  84. invenio_vocabularies/translations/hi_IN/LC_MESSAGES/messages.po +0 -139
  85. invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.mo +0 -0
  86. invenio_vocabularies/translations/hu_HU/LC_MESSAGES/messages.po +0 -139
  87. invenio_vocabularies/translations/ne/LC_MESSAGES/messages.mo +0 -0
  88. invenio_vocabularies/translations/ne/LC_MESSAGES/messages.po +0 -139
  89. invenio_vocabularies/translations/rw/LC_MESSAGES/messages.mo +0 -0
  90. invenio_vocabularies/translations/rw/LC_MESSAGES/messages.po +0 -139
  91. invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.mo +0 -0
  92. invenio_vocabularies/translations/sv_SE/LC_MESSAGES/messages.po +0 -139
  93. invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.mo +0 -0
  94. invenio_vocabularies/translations/uk_UA/LC_MESSAGES/messages.po +0 -139
  95. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/entry_points.txt +0 -0
  96. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info/licenses}/AUTHORS.rst +0 -0
  97. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info/licenses}/LICENSE +0 -0
  98. {invenio_vocabularies-7.3.0.dist-info → invenio_vocabularies-7.5.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "Search for a funder by name": "",
3
+ "Funder": "",
4
+ "Search for funder...": "",
5
+ "Additional information": "",
6
+ "optional": "",
7
+ "Number": "",
8
+ "Award/Grant number": "",
9
+ "Title": "",
10
+ "Award/Grant Title": "",
11
+ "URL": "",
12
+ "Award/Grant URL": "",
13
+ "Add": "",
14
+ "Add custom": "",
15
+ "Edit": "",
16
+ "Remove": "",
17
+ "Open external link": "",
18
+ "Funder is required.": "",
19
+ "URL must be valid.": "",
20
+ "URL must be set alongside title or number.": "",
21
+ "Add standard award/grant": "",
22
+ "Add custom funding": "",
23
+ "Search for awards/grants": "",
24
+ "Cancel": "",
25
+ "Change": "",
26
+ "Did not find your award/grant? ": "",
27
+ "Add a custom award/grant.": ""
28
+ }