Questions tagged [dspace]

DSpace is an open source software package that can be used to manage an organization's digital content.

DSpace is an open source repository software package typically used for creating open access repositories for scholarly and/or published digital content.

Project Documentation

Suggestions for Asking a Good DSpace Question

  • Indicate the version of DSpace you are using (4.2, 5.5, etc)
  • If the issue is related to the user interface, indicate which DSpace UI you are using (XMLUI, JSPUI)
  • Follow StackOverflow guidance on how to ask a good question.
  • If you have new questions after your original question has been answered, create a new post for the new question.

If you have difficulty formulating a concrete question, consult DSpace Support.

Getting Help on Slack

508 questions
2
votes
1 answer

Accessing Jaspersoft Report fields with nested JSON data fails using dot notation

I want to use data from a DSpace REST API in a Jasper report. I have successfully created a data adapter with type "JSON File" and provided the resource URL and set GET as request type. When I use that data adapter in my report, I can edit its…
2
votes
1 answer

DSpace metadata template for separate community

I am new to DSpace. I want to create a new community 'Ongoing projects' and all the submissions related to that community should have different metadata compared to normal submission. How to achieve this? Any guide will be great. Your support on…
2
votes
3 answers

Is it possible to add more metadata to a bitstream in DSpace, like author, publisher etc..?

Is it possible to add more metadata to a bit streams in DSpace, like author, publisher etc..?
Ponni
  • 43
  • 5
2
votes
1 answer

What is the effect of bundle READ policies in DSpace?

The authorizations GUI interface presents item, bundle and bitstream policies. What is the effect of bundle READ policies in DSpace? I tested the functionality and could not observe any effect in changing or removing the bundle READ policy: Having…
MartinW
  • 4,966
  • 2
  • 24
  • 60
2
votes
1 answer

How can I hide metadata fields in page source code?

I've found out that certain metadata fields, that have personal details, are being shown in the source code of my item page as metadata xml, is there any way to hide them? I did set the "metadata.hide.[...]" field in my configurations file to hide…
2
votes
0 answers

import item to dspace is time consuming problem

I have a problem with ItemImport via Adding Items to a Collection from a zip file. The problem is that the total time the script spends to run is not reasonable. Each import using the command line script takes 1-2s. I think this time is reasonable.…
2
votes
0 answers

How do I map metadata fields of an OAI-PMH harvested collection?

I'm trying to set up a DSpace community containing two collections. Collection 1 contains conference papers uploaded manually into DSpace using the submit feature. Collection 2 contains only metadata of journal papers harvested from an OJS site via…
ragnarok
  • 31
  • 3
2
votes
2 answers

How to create a curation task that checks which EPersons are only in the anonymous group in dspace?

I need to implement a curation task that checks the group of every eperson. I understand that every eperson is a dspace object so they have an ID, given an ID I can check that eperson's group. My question is then, how to iterate over the Epersons.
Inthemist
  • 21
  • 2
2
votes
3 answers

How to apply badges in the sidebar counts using Mirage2 as theme

I would like to apply badges to numbers found in the sidebar facets. From this: To this: I can't seem to find the correct file to edit. I tried to edit the SidebarFacetsTransformer.java in line 248 and line 260: if (i < shownFacets - 1) { …
euler
  • 1,401
  • 2
  • 18
  • 39
2
votes
2 answers

How to get ALL communities from DSpace rest api

Using the endpoint: GET https://mydspace.org/rest/communities/ I seem to only get 100 results returned. I can't see any options in the documentation to return more. How do I do this?
shaw2thefloor
  • 600
  • 5
  • 20
2
votes
1 answer

OAI-PHM. do not update record

I have a problem with the DSPACE and the OAI-PHM, it is not possible to update the records in the OAI ../oai/request?verb=ListSets, It shows me the old configuration and old records (33) Now they are 97. As I show you the output of the command: curl…
2
votes
1 answer

How to correctly configure the Swordv2-Server with Dspace?

I have to configure the Swordv2 Server on an exisitng Dspace installation to allow access via SwordV2 protocol. I have looked at duraspace's instruction, the swordv2 app at [dspace]/webapps/swordv2/ seems to be available in the tomcat webapps folder…
Fab
  • 57
  • 5
2
votes
1 answer

How to Add extra Arabic letters in Browse pages (in Mirage2 theme of dspace-6.0)

I tried to add Arabic letters at the Browse page by using the below code but i did not succeeded,the Arabic Letters were not appearing at the Browse page. The code which i tried is as below:- else { // Create a clickable list of…
Mansoor
  • 21
  • 1
2
votes
1 answer

Re-index items in DSpace 6.2 after updating through REST

We are trying to build an application to provide bulk editing of item metadata ingested in DSpace, using the REST API. The update operations are being reflected in the DSpace UI. However the metadata remains unchanged in Solr, unless we run…
Poonam Anthony
  • 1,848
  • 3
  • 17
  • 27
2
votes
2 answers

dspace create-administrator fails

I am working on installing the dspace 6.1 src release. I am on Suse 12.2. I have followed the installation instructions carefully, followed the ideas in this post, and cleaned-reinstalled-retried the create-administrator script and the user script…
excyberlabber
  • 629
  • 1
  • 10
  • 17
1 2
3
33 34