Re: [dspace-tech] Exposing custom metadata field for OAI

2023-11-08 Thread Sushant Virdi
Hi Deborah, thanks for responding. I tried adding the field in this file: */config/crosswalks/oai/metadataFormats/oai_dc.xsl* The field is called:* dc.audience.EducationalLevel* Then ran the cache clean command but I still don't see the field in the metadata output. Anything I need to do diffe

[dspace-tech] Inquiry about Google Scholar indexing issue

2023-11-08 Thread 임재윤
Dear Community ! I Hope this messeage finds you well This is Jae Yoon Lim from the Department of Library System Management at *Seoul National University. * I'm reaching out regarding a significant decrease in the indexing of our institutional repository, *S-Space (https://s-space.snu.ac.kr/

RE: [dspace-tech] Exposing custom metadata field for OAI

2023-11-08 Thread Fitchett, Deborah
Yes, oai_dc.xsl is what you’d want to edit. There’s some basic documentation at https://wiki.lyrasis.org/display/DSDOC7x/OAI+2.0+Server#OAI2.0Server-Add/RemoveMetadataFields Deborah From: dspace-tech@googlegroups.com On Behalf Of Sushant Virdi Sent: Thursday, November 9, 2023 1:22 AM To: DSp

[dspace-tech] How to enable Dspace ListSets

2023-11-08 Thread Wanderson Pamplona dos santos
Good afternoon, Dear, we are having a problem collecting oai at our address: https://patuaback.iec.gov.br/server/oai/ In fact, we don't know where we can configure the definition of "ListSets". This way we receive the following error: https://patuaback.iec.gov.br/server/oai/request?verb=ListSet

Re: [dspace-tech] Content harvesting from External resources through OAI-PMH/ORE - DSpace7.6

2023-11-08 Thread Bhavesh Patel
Yes.. The same issue we are having in DSpace 7.6...in earlier version it's working fine.. In 7.5, 7.2 I have tested but in 7.6 not working. Any help...or anyone face this issue. Regards Bhavesh On Wed, 8 Nov, 2023, 2:17 pm suresh patil, wrote: > Hi Team > > i am trying to harvest the content f

Re: [dspace-tech] DSpace 7.6 and CC licenses

2023-11-08 Thread Paige Morgan
Hi, Toni-- Thanks -- unfortunately, we've done that, restarted Tomcat -- but with no effect whatsoever. We'll keep trying, though. Paige - *Meeting/regular work hours: Monday - Friday, 9am-4:30pm* Dr. Paige C. Morgan (she/they) Digital Publishing and Copyright Librarian, Hea

Re: [Extern] [dspace-tech] Migrate Dspace to a new server and upgrade from 6 to 7 version

2023-11-08 Thread Michael Plate
Hi, Am 08.11.23 um 08:19 schrieb 'Mikheil Makhviladze' via DSpace Technical Support: […] I have dspace.ui.url = http://localhost:4000 in the configuration of local.cfg and, therefore, the URL of the site map is obtained […] that is the problem: this has to be the URL of your public interfac

Re: [dspace-tech] file name regex

2023-11-08 Thread Franziska Rapp
Hi, I created two new issues (feature requests): https://github.com/DSpace/DSpace/issues/9177 https://github.com/DSpace/DSpace/issues/9178 Feel free to add your comments and ideas. Best regards Franziska Am 08.11.2023 um 12:45 schrieb Max Nud

[dspace-tech] Dspace 6.4 jspui interface not showing

2023-11-08 Thread Md Monirul Islam Ansari
Hello dear communities, in our library we tried to install the dspace 6.4 version. after successfully run all the initial step we able to view the *xmlui *interface. We are not so techno efficient so don't know much about the backend stuff, as of now c

[dspace-tech] Migrate Dspace to a new server and upgrade from 6 to 7 version

2023-11-08 Thread 'Mikheil Makhviladze' via DSpace Technical Support
Hello, A few months ago I had a problem, the data in dspace.tsu.ge disappeared from Google scholar. After the researchers complained that their citation disappeared from Google scholar, I decided to upgrade dspace from version 6 to version 7. I installed dspace 7 and imported data from the old

[dspace-tech] Exposing custom metadata field for OAI

2023-11-08 Thread Sushant Virdi
Hi team, I added a new metadata field in the "dc" metadata schema. Is the field available by default in the OAI-PMH protocol, or do I need to enable it somewhere? The reason being that I am harvesting this data onto VuFind, but the field data is not being pulled. I am assuming it's this file wh

Re: [dspace-tech] file name regex

2023-11-08 Thread Max Nuding
Hi Franziska, for 1), in UploadValidation.java in "validate" right above "return errors": var bundles = itemService.getBundles(obj.getItem(), "ORIGINAL"); if (!bundles.isEmpty()) { var bundle = bundles.get(0); var bitstreams = bundle.getBitstreams(); if (!bitstreams.isEmpty()) { var bi

Re: [dspace-tech] file name regex

2023-11-08 Thread Franziska Rapp
Hi Max, hi All, Thank you, that's helpful. Could you provide examples for 1) and 2) ? Also, what is the best way to proceed when we'd like to work towards a solution for the official DSpace release? Best regards Franziska Am 08.11.2023 um 10:10 schrieb Max Nuding: Hi Franziska, 1) This ca

Re: [dspace-tech] Dspace 7.6.1 Doi registration error (DataCite)

2023-11-08 Thread Matthias Letsch
Okay, I have found the causes of both problems: Problem 1: Status doesn't switch to "queued for registration" when accepted Cause: In the context of Configuring pre-registration of Identifiers I accidentally set "identifiers.submission.filter.install = doi-filter" in config/modules/identifiers.c

Re: [dspace-tech] file name regex

2023-11-08 Thread Max Nuding
Hi Franziska, 1) This cannot be done by configuration alone, you'll need to change the validation code in UploadValidation.java 2) We've had this very same issue. There isn't a *good* solution for this, but a few workaround/options: If you change the validation code in the backend you can t

Re: [dspace-tech] file name regex

2023-11-08 Thread Franziska Rapp
Hi Manuele, hi All, Thank you very much for your help. It solved our problem to some part: When you edit the file name, the restrictions are in place. I have three follow-up points: 1) The check is not in place during the file upload (submission). That means users can upload files that don

[dspace-tech] Content harvesting from External resources through OAI-PMH/ORE - DSpace7.6

2023-11-08 Thread suresh patil
Hi Team i am trying to harvest the content from https://directory.doabooks.org/oai/request?verb=ListRecords&metadataPrefix=ore into one of my collection in DSpace7.6 but i am facing the following error. can you provide me the correct OAI Provider * if i am missing something, else please give m