[dspace-tech] Re: Broken DOIs after Restoring Collection from AIP... how to fix?

2024-10-03 Thread Carolyn Sullivan
would be deeply appreciated! Carolyn. On Thursday, October 3, 2024 at 3:09:37 PM UTC-4 Carolyn Sullivan wrote: > Thanks for the recommendations, Tim. We've run some tests and are > retrying the restoration now, will let you know how it goes! > > > On Thursday, October 3, 2024 at

[dspace-tech] Re: Broken DOIs after Restoring Collection from AIP... how to fix?

2024-10-03 Thread Carolyn Sullivan
ms you are hoping to fix. > > Tim > > On Thursday, October 3, 2024 at 9:42:02 AM UTC-5 Carolyn Sullivan wrote: > >> Hello everyone, >> >> A collection was accidentally deleted in our repository and we've >> restored it using an AIP (see this thread >>

[dspace-tech] Broken DOIs after Restoring Collection from AIP... how to fix?

2024-10-03 Thread Carolyn Sullivan
Hello everyone, A collection was accidentally deleted in our repository and we've restored it using an AIP (see this thread for Part I of this adventure). Tragically, when the collection was restored, new handles and intern

[dspace-tech] Re: Dspace 7 Submission page: Change label (custom)

2024-09-28 Thread Carolyn Sullivan
Is it possible that you would do these in the i18n Spanish language packages? There's probably a value for the placeholder text for these text boxes in dspace-7-frontend/src/assets/i18n/es.json5, and if you copy the associated variable name to the dspace-7-frontend/src/themes/custom/assets/i18n

Re: [Extern] [dspace-tech] HELP. How to restore DSpace collection from AIP?

2024-09-28 Thread Carolyn Sullivan
mber 23, 2024 at 5:55:17 AM UTC-4 Michael Plate wrote: > Hi Carolyn, > > Am 20.09.24 um 22:05 schrieb Carolyn Sullivan: > > Hello all, > > > > I am sincerely requesting your help. Someone with admin permissions > > deleted a community in DSpace by mistake, and w

[dspace-tech] HELP. How to restore DSpace collection from AIP?

2024-09-20 Thread Carolyn Sullivan
Hello all, I am sincerely requesting your help. Someone with admin permissions deleted a community in DSpace by mistake, and we're trying to get it back. We're following the documentation provided here: https://wiki.lyrasis.org/display/DSDOC7x/AIP+Backup+and+Restore#AIPBackupandRestore-Howdo

[dspace-tech] Importing old Solr Statistics with integer ids instead of uuids for items

2024-07-23 Thread Carolyn Sullivan
Hello all, We have about a year's worth of Solr Statistics from 2013 to 2014 stored in csv files. The owningitem ids are all integers. Is there any way to convert integer ids into uuids so we can upload these to our Solr? Thanks, Carolyn. -- All messages to this mailing list should adhere t

[dspace-tech] How to update to DataCite Metdata Schema 4?

2024-07-17 Thread Carolyn Sullivan
ing through my code and replacing everything that says http://datacite.org/schema/kernel-3 with https://schema.datacite.org/meta/kernel-4/ ? Do I need to tweak my item submission forms somehow? Help. Thanks, Carolyn Sullivan. -- All messages to this mailing list should adhere to the Code

[dspace-tech] Retrieving Solr Statistics from >7 months ago through DSpace Interface

2024-07-15 Thread Carolyn Sullivan
Hello all, I'm a bit surprised that DSpace 7.x only exposes Solr statistics from the last seven months through the interface. Is there any way to get it to pull and display Solr statistics from farther back or any development work in this area? Thanks, Carolyn. -- All messages to this maili

[dspace-tech] Configuring importing metadata from external source for EPO and ArXiv

2024-07-04 Thread Carolyn Sullivan
Hello all, Have any of you configured the option to import metadata from an external source for the European Patent Office (EPO) or ArXiv? If yes, have you run into any issues? My problems: (1) I can't actually find a DOI to test whether the EPO option works (it's probably not going to be hea

[dspace-tech] Re: What is VuFind and have you configured your DSpace 7.6 to import external metadata from it?

2024-06-18 Thread Carolyn Sullivan
> Rupinder Singh > > On Wednesday 29 May, 2024 at 2:36:38 am UTC+5:30 Carolyn Sullivan wrote: > >> Hello all, >> >> I'm reviewing the options for importing external metadata to our DSpace >> 7.6 instance to ensure we have all our API keys configured and etc.

[dspace-tech] Is it possible to get separate links for DSpace pages in different languages?

2024-06-18 Thread Carolyn Sullivan
Hello, I recently received this request from one of our users: 'One of my clients wants to link to your institutional repository, but the URL is the same in English and French. We believe that it automatically assumes the browser's language, which is not ideal. Is there any way to fix this to

Re: [dspace-tech] How to find number of times a pdf has been downloaded from an item page

2024-06-03 Thread Carolyn Sullivan
s services like Matomo (but no official work yet): > https://github.com/DSpace/DSpace/issues/8414 > > Tim > > On Tuesday, March 19, 2024 at 9:45:36 AM UTC-5 Carolyn Sullivan wrote: > >> A note to add to the above: >> >> The 'File Visits' section from wh

[dspace-tech] What is VuFind and have you configured your DSpace 7.6 to import external metadata from it?

2024-05-28 Thread Carolyn Sullivan
Hello all, I'm reviewing the options for importing external metadata to our DSpace 7.6 instance to ensure we have all our API keys configured and etc. One of the options for importing external metadata is through a resource called VuFind. I googled it and found that it's apparently a discover

[dspace-tech] Is there a way to save the embargo date within the metadata table automatically?

2024-05-13 Thread Carolyn Sullivan
Hello, We'd like to save the embargo date of items in the Dublin Core metadata, but we can't figure out how to do this. We can manually add a field AFTER the item has been accepted to hold the embargo lift date, but what we'd really like to do is have the software automatically take whatever d

[dspace-tech] Version 7.6 - Merging collections/Moving all materials from collection A to Collection B

2024-05-01 Thread Carolyn Sullivan
Hello all, If I want to merge two collections (ie. move all materials from collection A to collection B and then delete collection A), how do I do that? There's a recommendation for a previous version of DSpace to just export the metadata, change the collection to of A to B, and reupload

[dspace-tech] Code for removing option to select CC0 from dropdown in DSpace 7.6

2024-04-25 Thread Carolyn Sullivan
Hello, I know the Creative Commons license selection options come from the legacy CC API, so it's not exactly easy to modify that in the front-end of DSpace, but I was wondering if anyone had found a way of eliminating the CC0 option from the dropdown options? Students often don't understand t

[dspace-tech] How to find number of times a pdf has been downloaded from an item page

2024-03-18 Thread Carolyn Sullivan
Hello, Just wondering--how do we find the number of downloads of a pdf from a given item in DSpace? If you click on 'Statistics' in the toolbar while accessing an item page, is the 'File Visits' section equivalent to 'Downloads'? Thanks, Carolyn. -- All messages to this mailing list should

[dspace-tech] Re: DSpace 7.6 Bitstream-level Embargos

2024-03-07 Thread Carolyn Sullivan
Thanks for the information Tim! On Wednesday, March 6, 2024 at 10:46:47 AM UTC-5 DSpace Technical Support wrote: > At this time, there is not a "bulk" embargo option for Bitstreams in the > Submission UI. You are welcome to submit a ticket for this feature, > however we'd need to locate a co

Re: [dspace-tech] Creative Commons Options not translating in submission form

2024-03-06 Thread Carolyn Sullivan
ill try to submit this change for future versions. > > Regards, > > Toni > On 5/3/24 15:49, Carolyn Sullivan wrote: > > Hello, > > For some reason, the creative commons options aren't translating in the > submission form, ie: > > [image: CreativeCommons_03

[dspace-tech] Creative Commons Options not translating in submission form

2024-03-05 Thread Carolyn Sullivan
Hello, For some reason, the creative commons options aren't translating in the submission form, ie: [image: CreativeCommons_030524.png] As pictured, we managed to translate the questions for the French form by removing the default locale (ie. cc.license.locale=en) from dspace.cfg ). The labe

[dspace-tech] High CPU usage in DSpace 7.6 leading to server issues, lots of errors/examples (crossposted from Slack)

2024-03-05 Thread Carolyn Sullivan
ial increased bot traffic is common, but tends to decrease over time - Review major errors in DSpace/Tomcat/Postgres/etc. logs - Enable more caching in server-side rendering as that uses the most CPU in Node.js - Seconded by Mark Wood: Increasing the caching will likely re

[dspace-tech] DSpace 7.6 Bitstream-level Embargos

2024-02-28 Thread Carolyn Sullivan
In DSpace 6.3, users were able to embargo all uploaded files at once, which was super helpful for when a user uploaded 20+ files to support their thesis. In DSpace 7.6 though, it seems the user has to edit each upload individually to designate an embargo for it. Is there any way to allow a us

[dspace-tech] How to Translate Creative Commons License Selection

2024-02-23 Thread Carolyn Sullivan
Hello, We're a bilingual university and would like the Creative Commons License selection to appear in the language in which the user is viewing the rest of the form. We commented out the cc.license.locale = en line in the dspace.cfg file, but the options next to the radio buttons are still ap

[dspace-tech] Re: How to set up Tombstones in DSpace 7.6?

2024-02-23 Thread Carolyn Sullivan
ne should be displayed automatically when you go to the item page > when not logged in as an admin. The item won't be available via search > after withdrawn, but if you enter the url of the item you will see a simple > note that it has been withdrawn. > > Kind regards, > Matth

[dspace-tech] DSpace 7.x Site continually crashing due to bot attacks

2024-02-22 Thread Carolyn Sullivan
Hello, We just launched our DSpace 7.x site yesterday. It's been down for most of the time since the launch because we've had so many bots on the network. Has anyone else experienced this issue and what did you do in response? Thanks, Carolyn. -- All messages to this mailing list should adh

[dspace-tech] How to set up Tombstones in DSpace 7.6?

2024-02-22 Thread Carolyn Sullivan
here was a file tombstone.jsp, and customisable text corresponding to it in Messages.properties, ie: jsp.tombstone.title, jsp.tombstone.text Any assistance would be dearly appreciated, and thank you so much for your time. Best, Carolyn Sullivan, B.Sc., M.L.I.S. Systems Librarian for Digit

[dspace-tech] DSpace 6.3 to 7.6 Migration: Solr Core Migration Questions

2024-02-13 Thread Carolyn Sullivan
Hello all, We're migrating from DSpace 6.3 to DSpace 7.6. With regard to the Solr cores, we're wondering... what are the OAI and Search cores, and should we migrate those? Did other folks here migrate them during their migrations? Additionally: We're not sure what to do with our legacy statis

[dspace-tech] Is it possible to insert html tags within the i18n labels?

2024-01-04 Thread Carolyn Sullivan
Hello all! We're migrating our DSpace 6.2 instance to DSpace 7.5. We've swapped out some of our custom jsp pages (example: https://ruor.uottawa.ca/policies.jsp) for Angular components. We're a bilingual school, so all the information has to be in both French and English. I'm having a couple

[dspace-tech] Testing DOI Server on 7.x QA

2024-01-03 Thread Carolyn Sullivan
Question: For those of you who are on DSpace 7.x or who are currently in the process of migrating to DSpace 7.x, how are your technical teams testing if the DOI and Handle servers will work in production based on the functionality of your QA server? For our set-up, we have some collections conf