[dspace-community] Re: difference between subject.none and subject.other

2025-06-10 Thread Jose Blanco
Just to clarify my question a bit more: The definition that I see in the metadata registry area for subject.other makes reference to “Local controlled vocabulary”, wondering how this is used (local to what?) Thank you! On Mon, Jun 9, 2025 at 2:02 PM Jose Blanco wrote: > > I wonder if

[dspace-community] difference between subject.none and subject.other

2025-06-09 Thread Jose Blanco
I wonder if anyone could explain to me the difference between these two metadata fields. What kind of values would you put in one as compared to the other? Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Con

[dspace-tech] ip authentication

2025-04-30 Thread Jose Blanco
I'm wondering if anyone has implemented ip authentication. I'm not able to get it to work. This is where you indicate to dspace to put certain users in a group based on their ip address. What I am seeing is that because of ssr, the code fails to put the user in the group because it gets called f

[dspace-tech] Questions regarding new Dspace instance on Kubernetes

2024-12-16 Thread Jose Blanco
Our institution is planning on releasing a 7.6 instance of Dspace on Kubernetes. This will be our 1st time using Kubernetes and Dspace together. In preparing for this, we want to test the environment as much as possible. So... (1) Has anyone developed a load simulator for Dspace to test perform

[dspace-tech] Relevance Sort Description

2024-11-20 Thread Jose Blanco
I wonder if anyone has a good description on how Relevance Ranking works in 7 and 8. How does the system determine what is Most Relevant when you do a search? Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of

[dspace-tech] DOI Schema changed form 3 to 4.

2024-10-08 Thread Jose Blanco
I have a question about going from DOI schema 3 to 4. I have put this in place on our production site, and I'm finding that sometimes (not always) if an item changes and a request to update it is sent to DataCite, you get a failure, but if you make the request again a few times, the request finall

Re: [dspace-tech] Dimensions badge on dspace 7

2024-04-26 Thread Jose Blanco
;t find the method: _dimensino_embed_init. I wonder what you are using in the reloadBadge method for Dimensions? Thank you! -Jose On Fri, Apr 19, 2024 at 10:23 AM Jose Blanco wrote: > > Hi Emilio, > > The PR is for an Altmetrics badge, but I see you have a dimensions > badge on your

Re: [dspace-tech] Dimensions badge on dspace 7

2024-04-19 Thread Jose Blanco
you says, it is not straightforward. Ssee > https://github.com/DSpace/dspace-angular/issues/2400 for a almost complete > description- There is a pull request related to it > https://github.com/DSpace/dspace-angular/pull/2496 > > > Best luck > > Emilio > > >

[dspace-tech] Dimensions badge on dspace 7

2024-04-18 Thread Jose Blanco
I wonder if anyone has integrated Dimension Badges on an instance of dspace 7 or higher. I'm finding it not straightforward. Here is the website for Dimensions: https://badges.dimensions.ai/ Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://ww

[dspace-tech] question about the replicator

2024-03-11 Thread Jose Blanco
I have been experimenting with the dspace replicator code https://wiki.lyrasis.org/display/DSPACE/ReplicationTaskSuite I have extracted a bag using this command: ./dspace curate -t transmitaip -i TEMP-BOGUS/384362 -r - -e blan...@umich.edu Then I changed the item a bit on my instance and was ab

Re: [dspace-tech] Community could not be deleted, backend or SQL statement to remove community

2024-01-11 Thread Jose Blanco
Hi Lewatle, I think it's a complicated thing to do via the database. I would look at the log file and see why it's not letting you delete it via the UI. It might be an item in the collection that is somehow not able to be deleted and if you can find out why that item is not deleting, you might be

[dspace-tech] Re: getting the submission form to load when submission begins.

2023-11-26 Thread Jose Blanco
On Fri, Aug 4, 2023 at 1:20 PM Jose Blanco wrote: > > In previous versions of dspace, I've made some changes to get the > submission form to reload when the user issues a request to submit an > item. The reason I did this was because I needed to change the > submission form b

[dspace-tech] Re: The ReplicationTaskSuite

2023-10-23 Thread Jose Blanco
I wanted to repost my question about Dspace users that are using: https://wiki.lyrasis.org/display/DSPACE/ReplicationTaskSuite I'm looking for some feedback about the tool. Thank you! -Jose On Thu, Oct 12, 2023 at 6:48 PM Jose Blanco wrote: > > I wonder if anyone is using this in t

[dspace-tech] The ReplicationTaskSuite

2023-10-12 Thread Jose Blanco
I wonder if anyone is using this in their dspace instance: https://wiki.lyrasis.org/display/DSPACE/ReplicationTaskSuite I was just experimenting with it, and am not sure about a couple of things. One being that on the replicate-bagit.cfg I have this configuration: replicate-bagit.tag.aptrust-inf

Re: [dspace-tech] How to have customized submission form for different collections on DSpace 7.6

2023-10-11 Thread Jose Blanco
Hi Lewatle, I think this is the documentation you are looking for: https://wiki.lyrasis.org/display/DSDOC7x/Submission+User+Interface -Jose On Wed, Oct 11, 2023 at 2:49 AM Lewatle Johannes Phaladi wrote: > > Dear DSpace Colleagues, > > When creating customized submission submission form for dif

[dspace-tech] Adding a component to the item result component.

2023-09-23 Thread Jose Blanco
I want the file information that shows up in the simple item page to be displayed below the item in the result list page. So I added this to this file: app/shared/object-list/search-result-list-element/item-search-result/item-types/item/item-search-result-list-element.component.html I'm u

[dspace-tech] Question about IRUS setup.

2023-09-06 Thread Jose Blanco
I have a question about the IRUS setup. I'm not sure what this comment means: https://github.com/DSpace/DSpace/blob/main/dspace/config/modules/irus-statistics.cfg#L27 I looked at the local.cfg file and didn't see what it refers to. In 6.3, I used a patch from atmire that had these configs. # S

Re: [dspace-tech] dspace oai import results in error "Invalid Number"

2023-09-05 Thread Jose Blanco
the command ./dspace oai clean-cache have no > effect because I have nothing imported in the OAI, the error occurs already > in the first item when I try to import the items. > > Here the output of these two commands: > > [image: oai-error-2.png] > Em sexta-feira, 1 de setembr

Re: [dspace-tech] dspace oai import results in error "Invalid Number"

2023-09-01 Thread Jose Blanco
Hi Fernando, I guess you have tried this?: ./dspace oai clean-cache ./dspace oai import -c -v I'm not sure why this is happening, but the commands above "reset" the oai index. This is from 7.3, but I think it is the same in 6.3. -Jose On Thu, Aug 31, 2023 at 5:56 PM Fernando Costa w

Re: [dspace-tech] DSpace 7.6 checksum error

2023-08-31 Thread Jose Blanco
t; New checksum: f062dea6d65cde6d752c25e439a4bf1e > Checksum comparison result: CHECKSUM_MATCH > > On Thursday, August 31, 2023 at 11:08:07 AM UTC-4 Jose Blanco wrote: >> >> Hi Elaine, >> >> Can you go to the dspace.log file and run it again, and see if the log >>

Re: [dspace-tech] DSpace 7.6 checksum error

2023-08-31 Thread Jose Blanco
Hi Elaine, Can you go to the dspace.log file and run it again, and see if the log file gives you any more information? It might point you to the line of code where this is happening, and maybe that will shed some light. Just from reading the error, it sounds like you have a table that returns 3

Re: [dspace-tech] How to restore a tagged deleted file in DSpace 7?

2023-08-30 Thread Jose Blanco
HI Frank, I am not 100% sure, but I think in order to restore files that have been deleted via the UI, you will have to write a script. I found this in the documentation ( look at the second row ): https://wiki.lyrasis.org/display/DSDOC7x/AIP+Backup+and+Restore#AIPBackupandRestore-Howdoesthisdif

Re: [dspace-community] Find a Saved New Item

2023-08-29 Thread Jose Blanco
After logging in, go to MyDspace from the login button. You should be able to see items you started but saved for later. It will have an icon that says: Workspace. -Jose On Tue, Aug 29, 2023 at 1:41 PM ian.h.terrell wrote: > > Hello, > > We have recently updated to DSpace 7. > > I started to cr

Re: [dspace-tech] Modifications to UI

2023-08-25 Thread Jose Blanco
Hi Sonia, I will answer what I know and what I think does not involve code change: 2. There are some fields that must be added after initial upload of the item, can these fields be added to the initial entry screen? )eg. dc.contributor.editor, dc.format.extent, relation.ispartof) Take a look at

Re: [dspace-tech] DSpace 7.6 query for item or handle given a resourcepolicy policy_id

2023-08-23 Thread Jose Blanco
Hi Tuan, In this table: resourcepolicy dspace_object can be the id to the item or the collection or the bitstream or the community, maybe I'm missing something else. For items, rerource_type_id is 2. So you could do this: select dspace_object from resourcepolicy where resource_type_id = 2; I

Re: [dspace-tech] Dspace SAF file import fails

2023-08-14 Thread Jose Blanco
The error is telling you that you don't have the metadata contributor.author, maybe you want to either create it via the UI, or use contributor.creator. You can see the different kinds of metadatas you have via the UI, if you login as Admin. -Jose On Mon, Aug 14, 2023 at 4:30 AM Sushant Virdi w

[dspace-tech] getting the submission form to load when submission begins.

2023-08-04 Thread Jose Blanco
In previous versions of dspace, I've made some changes to get the submission form to reload when the user issues a request to submit an item. The reason I did this was because I needed to change the submission form based on who the user was. I know for sure I had this working on 6.3, and I think

[dspace-tech] give depositor edit permissions to submissions

2023-05-10 Thread Jose Blanco
Right now in dspace 7.4 a depositor/submitters can't edit his/her deposits after the deposit is complete, only sys admins or collection/community admins can do that. I'd like to change it so that depositors can edit their deposits. Actually, I want to allow them to add files and change metadata bu

[dspace-tech] creating cutom theme

2023-05-05 Thread Jose Blanco
I am trying to create a custom theme so that I can show different metadata on the simple display depending on the collection. I have not been successful. This is what I have done: (1) cd dspace-angular/src/themes (2) cp -rf custom collection-A (3) cd dspace-angular/src/themes/collection-A/app/it

Re: [dspace-tech] Issue in sending email from Dspace 5.2

2023-04-19 Thread Jose Blanco
Have you checked this setting: # SMTP mail server (allows DSpace to send email notifications) mail.server = You might find these videos helpful: https://www.youtube.com/watch?v=TKyrSZ0EfbU https://www.youtube.com/watch?v=dQJx3QJm5QQ -Jose On Tue, Apr 18, 2023 at 10:35 AM Shaan Global wrote: >

Re: [dspace-tech] Bulk Import

2023-04-19 Thread Jose Blanco
It looks like it does not like something about your map file. Take a look at it. There may be some problem with the xml. -Jose On Tue, Apr 18, 2023 at 8:28 PM Tianyi Gu wrote: > > Hello, > > I run a command to import AIP package data as below: > > import --add --eperson=t...@test.edu -c 1234567

[dspace-tech] Trying to implement embargo differently...

2023-04-19 Thread Jose Blanco
This is what I want to achieve: During deposit via the UI, I want to be able to withdraw an item immediately after deposit. This is an internal change to be able to Embargo the Entire item. So what happens is that I have a new metadata field that is presented at deposit to the user, the user then

[dspace-tech] Re: change to request copy code.

2023-03-14 Thread Jose Blanco
I found a solution in the angular file file-download-link.components.ts. I can test for the metadata value of the item there. -Jose On Tue, Mar 14, 2023 at 1:27 PM Jose Blanco wrote: > > I'd like to change the request copy code in 7.4 to only present the > Request Copy page for

[dspace-tech] Re: change to request copy code.

2023-03-14 Thread Jose Blanco
I'm seeing this in the angular debugger: dspace-rest-response-parsing.service.ts:200 cannot deserialize type itemrequest On Tue, Mar 14, 2023 at 1:27 PM Jose Blanco wrote: > > I'd like to change the request copy code in 7.4 to only present the > Request Copy page for a file i

[dspace-tech] change to request copy code.

2023-03-14 Thread Jose Blanco
I'd like to change the request copy code in 7.4 to only present the Request Copy page for a file if the item contains these two metadata items: email.requestcopy name.requestcopy So not just for all bitstreams with restricted permissions, but for the items with these metadata. Has anyone done t

[dspace-tech] docker not coming up

2023-02-01 Thread Jose Blanco
Trying to use these instructions: https://wiki.lyrasis.org/display/DSPACE/Try+out+DSpace+7#TryoutDSpace7-InstallviaDocker I was able to to bring up http://localhost:8080/server/ But Angular UI does not want to come up. I see in the log: dspace-angular | Unable to find env config file at /app/

[dspace-tech] docker issue

2023-01-31 Thread Jose Blanco
when I run: docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d I get: ⠋ dspacedb The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested I think it's because I have an

[dspace-tech] using docker.

2023-01-30 Thread Jose Blanco
I'm using dspace 6.3 presently. I would like to upgrade to dspace 7.4. My dspace 6.3 has a lot of customizations to all the code - the api, the aspect area, and the xsl, everything. I know it would be impossible to merge my changes to 7.4, so what I thought I do is start with a clean 7.4 install

[dspace-tech] dspace 6.3 and JDK 11

2022-10-19 Thread Jose Blanco
According to the documentation we should be using JDK 7 or 8 for dspace 6.3. Last night we updated to JDK 11. I noticed this morning this warning from some of the cron jobs: WARNING: An illegal reflective access operation has occurred I'm wondering if it is still not recommended to use JDK 11 w

[dspace-tech] Re: getting Timeout errors

2022-08-19 Thread Jose Blanco
from these items, and just added one contributor.author metadata that says "More than 100 authors." The"in transaction" count went down within minutes. Just an FYI. -Jose On Thu, Aug 18, 2022 at 8:37 PM Jose Blanco wrote: > > Still working on this problem. I have

[dspace-tech] Re: getting Timeout errors

2022-08-18 Thread Jose Blanco
eam7_.uuid=bitstream7_1_.uuid where (this_.dspace_object=? and this_.action_id=?) Thank you! -Jose On Wed, Aug 17, 2022 at 3:12 PM Jose Blanco wrote: > > Just out of nowhere I'm getting Hibernate timeout errors on my dspace > 6 app. Not sure what is causing it. It seems to reach the

[dspace-tech] getting Timeout errors

2022-08-17 Thread Jose Blanco
Just out of nowhere I'm getting Hibernate timeout errors on my dspace 6 app. Not sure what is causing it. It seems to reach the max connection setting quickly ( 30 is default, and I have been using that for a long time, but I changed it to 50 ). This is what I am seeing in the database for one o

Re: [dspace-tech] mirage2 build problems

2022-05-12 Thread Jose Blanco
Hi Bill, I had the same problem. Take a look at last message in this thread: https://groups.google.com/g/dspace-tech/c/7_fUBxsxkhs I have not tried the patch yet. What I did is, since I had a successful Mirage2 build from a previous build in the webapp directory, copy it to dspace-xmlui/src/m

[dspace-tech] question about Mirage2

2022-05-04 Thread Jose Blanco
can you do these installations as userA https://github.com/DSpace/DSpace/tree/dspace-6_x/dspace-xmlui-mirage2#prerequisites-for-osx--linux and then build dspace as userB ? Because of our setup, I have to do this, and I'm getting this error: npm -h quick help on npm -ldisplay ful

Re: [dspace-tech] error building

2022-05-04 Thread Jose Blanco
Sean, We have a few different things going on over here. I wonder if when you did all those installations, did you do it as the same user that builds dspace? Because of permissions and accounts, I could not do that. Thank you! -Jose On Wed, May 4, 2022 at 9:49 AM Jose Blanco wrote: >

Re: [dspace-tech] error building

2022-05-04 Thread Jose Blanco
nment, I build using my personal account, then run any ant > commands as the dspace user to do installs/updates. I just make sure that > the dspace account has read-access to the build targets in my account’s > directory. > > -- > > Sean > > > > *From: *Jose Blanco

Re: [dspace-tech] error building

2022-05-03 Thread Jose Blanco
VM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm > > [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This > loads nvm bash_completion > > > > -- > > Sean > > > > *From: *Jose Blanco > *Date

Re: [dspace-tech] error building

2022-05-03 Thread Jose Blanco
ings before running “nvm > install 12”. > > > > -- > > Sean > > > > *From: *Jose Blanco > *Date: *Tuesday, May 3, 2022 at 3:12 PM > *To: *Sean Kalynuk > *Cc: *DSpace Technical Support > *Subject: *Re: [dspace-tech] error building > > *Caution:* Thi

Re: [dspace-tech] error building

2022-05-03 Thread Jose Blanco
> > > > I’m currently setting up the workaround myself since I ran into this > yesterday and can’t wait for torquebox.org to return. Will be more stable > (and faster!) for builds in the long run too. > > > > -- > > Sean > > > > *From: *dspace-tech

[dspace-tech] error building

2022-05-03 Thread Jose Blanco
Getting this error when building 6.3. It was working fine a week ago [ERROR] Failed to execute goal on project xmlui-mirage2: Could not resolve dependencies for project org.dspace.modules:xmlui-mirage2:war:6.3: Failed to collect dependencies at rubygems:compass:gem:1.0.1 -> rubygems:sass:gem:[3.3

[dspace-tech] stack trace option

2022-04-23 Thread Jose Blanco
I noticed that when there is an error, the page displays the stack trace option ("Show underlying error stack"). This is great in development, but is there a way to turn this off in production? Thanks! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://www.

[dspace-tech] spam on forms.

2022-04-23 Thread Jose Blanco
This weekend we had an ip that was causing trouble by sending /feedback and /request-item submissions. Has anyone encountered this in dspace and found a way to mitigate it? Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about

[dspace-community] advertising the rest api and oai

2022-04-12 Thread Jose Blanco
I'm wondering if most dspace instances deploy the rest api and oai data provider, and if they put the links to these services from the main page of the IR? Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Con

[dspace-tech] PDF Citation Cover Page not always working

2022-03-21 Thread Jose Blanco
We had a situation where we had a pdf where all the cover pages were in landscape mode and when the PDF was rendered with the citation page added, it was cutting off the pages that were in landscape. To fix this, I changed this line of code in 6.3 https://github.com/DSpace/DSpace/blob/dspace-6.3/d

[dspace-tech] Re: losing cc license when going back.

2021-12-13 Thread Jose Blanco
(T_select_change.getKey(), T_select_change); if(T_select_change.getKey().equals(selectedLicense)) { selectList.setOptionSelected(T_select_change.getKey()); } -Jose On Mon, Dec 6, 2021 at 8:23 PM Jose Blanco wrote: > When entering an item with a cc lice

[dspace-tech] losing cc license when going back.

2021-12-06 Thread Jose Blanco
When entering an item with a cc license, if I choose a cc license and then go to the next tab, which is the complete deposit page, and then go back to the tab where I chose the cc license, and then I move forward a tab, I lose the cc license I entered originally. I found this in 6.3 xmlui. I tried

[dspace-tech] DOI Versioning

2021-10-27 Thread Jose Blanco
I have versioning setup on 6.3 to use org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles. My handle versioning is working fine. For example: Handle: version one => 1010/10.1 Handle: version two => 1010/10.2 Handle: version three ( and latest ) ==> 1010/10 Basically the

[dspace-tech] Re: Versioning question.

2021-10-20 Thread Jose Blanco
DOI: version three ( and latest ) => 123/12.3 So with the DOI the latest version does not have the original DOI. Is this not possible with Dspace 6.3? I just want to make sure I'm not missing something. Thank you! -Jose On Tue, Oct 19, 2021 at 8:46 PM Jose Blanco wrote: > I'm

[dspace-tech] Versioning question.

2021-10-19 Thread Jose Blanco
I'm using version 6.3. I made a change to my instance to not have the handle and doi created at the end of the submission process. Normally this would happen in this line of code: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-api/src/main/java/org/dspace/content/InstallItemServiceImpl

[dspace-tech] Re: trying to use VersionedHandleIdentifierWithCanonicalHandles

2021-10-15 Thread Jose Blanco
ode, so my question is, with dspace 6.3 out of the box is this possible? That is, to have the most current version retain the original DOI? Thank you! -Jose On Thu, Oct 14, 2021 at 10:10 AM Jose Blanco wrote: > I am using Dspace 6.3 and want to use > VersionedHandleIdentifierWithCanonic

[dspace-tech] trying to use VersionedHandleIdentifierWithCanonicalHandles

2021-10-14 Thread Jose Blanco
I am using Dspace 6.3 and want to use VersionedHandleIdentifierWithCanonicalHandles, but I'm not having success. I edited this file: config/spring/api/identifier-service.xml This is commented out: I enabled this by uncommenting it: I put some logging in both files

Re: [dspace-tech] Re: browsing behavior seems odd

2021-09-30 Thread Jose Blanco
Thank you, Anne. -Jose On Thu, Sep 30, 2021 at 11:23 AM al...@vt.edu wrote: > Jose, > > This was reported in https://jira.lyrasis.org/browse/DS-3996 with a PR. > We installed it as a patch as documented in > https://github.com/VTUL/vtechworks/issues/640. It might be slated for the > DSpace 6.4

[dspace-tech] browsing behavior seems odd

2021-09-29 Thread Jose Blanco
If you do a title browse on for example "time", you see the results expected ( titles starting with the word time), and then from that page you type "money" into the search box, and it doesn't go to titles starting with "money" (or the "m"s at all) but instead back to the beginning of the index. T

[dspace-tech] change in config/spring/api/discovery.cfg

2021-08-22 Thread Jose Blanco
I want to make a change in this parameter in config/spring/discovery.cfg to I don't think that for this sort of change I have to run ./bin/dspace update-discovery-index -f But I just want to make sure. I tried it in my development environment and it seems fine. I'm using dspace 6

Re: [dspace-tech] http and https in handle

2021-07-28 Thread Jose Blanco
h > > > > *From:* dspace-tech@googlegroups.com *On > Behalf Of *Jose Blanco > *Sent:* Thursday, 29 July 2021 2:36 AM > *To:* DSpace Technical Support > *Subject:* [dspace-tech] http and https in handle > > > > I recently noticed that we are using http in our handle b

[dspace-tech] http and https in handle

2021-07-28 Thread Jose Blanco
I recently noticed that we are using http in our handle based on the configuration file: handle.canonical.prefix = http://hdl.handle.net/ The 6.2 code also defaults to http rather than https: https://github.com/DSpace/DSpace/blob/dspace-6.2/dspace-api/src/main/java/org/dspace/handle/HandleServic

[dspace-tech] changing news-xmlui.xml

2021-06-01 Thread Jose Blanco
I want news-xmlui.xml to generate this html: Some Header Some text. I'm not sure what DRI would generate. Could someone easily create the DRI for this? Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pa

Re: [dspace-community] The system has experienced an internal error

2021-05-24 Thread Jose Blanco
What does the log file say? On Mon, May 24, 2021 at 10:55 AM Miuller Trigoso Vergaray < miulle...@gmail.com> wrote: > Good morning friends, when I try to load or click on the books view it > shows me an error that says: "Internal system error", "The system has > experienced an internal error. Ple

Re: [dspace-tech] Dear Friends ...PLease see this Error (Trying to 3 to 6.3)

2021-04-27 Thread Jose Blanco
This error makes me think that you have not done the data upgrade/migration. It is expecting a uuid field and not finding it. Look in here https://wiki.lyrasis.org/display/DSDOC6x/Upgrading+DSpace the section on the database upgrade: Upgrade your database If you restart tomcat, the db upgrade i

[dspace-tech] accordions for facets

2021-04-26 Thread Jose Blanco
Is there a way via configuration to give facets accordion functionality, or is this a custom change that has to be made to the xsl? I'm on xmlui 6.3. Thanks! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ -

Re: [dspace-tech] Dspace CRIS create -administrator problem

2021-04-15 Thread Jose Blanco
If this is a fresh install, take a look at Tim's recommendation in this thread: https://groups.google.com/g/dspace-tech/c/9RESJYABb_k -Jose On Thu, Apr 15, 2021 at 9:55 AM Sivasankar Visithiran wrote: > When I try to put the following command after dspace cris installation. > ./dspace create-a

Re: [dspace-tech] Recent-submissions homepage error in DSpace 6.3

2021-04-13 Thread Jose Blanco
anks, much, for the suggestions. We’ll check those out. >> >> Carl >> >> > On Dec 7, 2020, at 6:01 PM, Jose Blanco wrote: >> > >> > I remember having this issue, and I think it was a migration that had >> not run. You can check your database to m

Re: [dspace-tech] Question about DSpace 6.3 statistics links

2021-03-09 Thread Jose Blanco
Sarah, Have you seen this thread: https://groups.google.com/g/dspace-tech/c/v2RAdKuJmB8/m/Pdbv_85dAQAJ Not sure this is your problem, but it might be worth checking. -Jose On Sun, Mar 7, 2021 at 10:51 AM Sarah Mount wrote: > Hello all, > > I have a DSpace 6.3 / Tomcat 9 installation and it's n

Re: [dspace-tech] Dspace Publication Dates and Slashes

2021-03-09 Thread Jose Blanco
Braxton, I just tried it on Mirage2 for dspace 6.3 and the simple item view looked fine. Having said that, Dspace for as long as I have known it, and this is from version 1.1, has used -MM-DD, or -MM, or for date.issued. When you use the UI to submit an item, it stores it in that f

Re: [dspace-tech] Re: community / collection page in Mirage2

2021-03-08 Thread Jose Blanco
Yes, this looks great. Where would I put this? Thank you! -Jose On Sun, Mar 7, 2021 at 8:31 PM euler wrote: > Hi Jose, > > Perhaps you would like something like this? > https://repository.cpu.edu.ph/community-list There is a custom javascript > that you can change its default behavior (change

[dspace-tech] replace Go button with glyphonic-search

2021-03-08 Thread Jose Blanco
I want to replace every where the "Go" button exists with the icon of the magnifying glass in Mirage2. In one of the aspect files, I had: *para.addButton("submit").setValue(T_go);* I tried this *para.addButton("submit").setValue("");* But that did not work. Has anyone done this? -Jose --

[dspace-tech] community / collection page in Mirage2

2021-03-04 Thread Jose Blanco
Is there a way for the entire tree to be shown when you first get to the page? In other words, to have all the plus buttons expanded? Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You receiv

[dspace-tech] Mirage2 item-list.xsl

2021-02-25 Thread Jose Blanco
I see that when a list of items is created via brosse by title, I can only see the thumbnail section of the mets file. In item-view.xsl I have access to the CONTENT section. Why is it that in the list view, I don't seem to have access to the CONTENT section, only the THUMBNAIL? Thank you! -Jose

Re: [dspace-tech] looking into using the ORCID functionality

2021-02-23 Thread Jose Blanco
Sean, This is really helpful. It really sounds like it's not that reliable, with all the issues, but I need to read your response more carefully. Thank you -Jose On Tue, Feb 23, 2021 at 5:26 PM Sean Kalynuk wrote: > Hi Jose, > > > > I’ve encountered a number of issues using the ORCID funct

[dspace-tech] looking into using the ORCID functionality

2021-02-23 Thread Jose Blanco
I want to make sure I understand what the ORCID function in 6.3 provides. So I have a few questions. (1) When you run [dspace]/bin/dspace index-authority this goes out to: https://pub.orcid.org/v2.1 (defined in dspace.cfg:orcid.api.url ) And creates records of them in the authority index. Corr

[dspace-tech] Re: item id creation error

2021-02-10 Thread Jose Blanco
I wonder if all those items without an id were templates? And now the system can't find them? I think that might be the reason. -Jose On Wed, Feb 10, 2021 at 1:00 PM Jose Blanco wrote: > When I go edit a template for a collection, I get this error. > > org.hibernate.ObjectNot

[dspace-tech] item id creation error

2021-02-10 Thread Jose Blanco
When I go edit a template for a collection, I get this error. org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.dspace.content.Item#6d947881-981a-47a0-9b46-54a5629fc483] I get this exact error every time I try to edit the template for the same collection ( showi

[dspace-tech] Re: programmatic way to remove incomplete deposits.

2021-02-09 Thread Jose Blanco
I found a way around this. I made myself the submitter in the item table using sql for these incomplete deposits, then the items showed up on My Deposits page and it was pretty easy to delete them from there. On Mon, Feb 8, 2021 at 1:11 PM Jose Blanco wrote: > Is there a way

[dspace-tech] programmatic way to remove incomplete deposits.

2021-02-08 Thread Jose Blanco
Is there a way to programmatically remove incomplete deposits. I have a lot I want to remove. I can do it by login in as the user and then remove them, but I wonder if there is a quicker way. -Jose -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://du

Re: [dspace-tech] Consulta sobre error

2021-02-01 Thread Jose Blanco
Tienes que incluir el título en los metadatos, es obligatorio. -Jose On Mon, Feb 1, 2021 at 7:18 PM Alexis Gamboa wrote: > Buenas noches, estoy iniciando en el uso de Dspace, realice la instalación > básica, pude crear unas comunidades y colecciones de prueba, pero a la hora > de incluir unos i

[dspace-tech] Re: changing the METS metadata file

2021-01-19 Thread Jose Blanco
I think I just found it. I think it's in here: AbstractAdapter.java On Tue, Jan 19, 2021 at 1:38 PM Jose Blanco wrote: > I want to change the metadata file that is used by the xsl to render the > html file. If an item has a primary file, I just want information about > the prim

[dspace-tech] changing the METS metadata file

2021-01-19 Thread Jose Blanco
I want to change the metadata file that is used by the xsl to render the html file. If an item has a primary file, I just want information about the primary file to be in the mets.xml file. The reason I want to make this change is because we have some items that contain an index.html file ( this

[dspace-tech] enabling ClamAV

2020-12-15 Thread Jose Blanco
In enabling ClamAV, I seem to be getting an authorization error on this line: https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace-api/src/main/java/org/dspace/ctask/general/ClamScan.java#L110 And by enabling, I mean making this change to workflow-curation.xml: ** ** ** I made a local

[dspace-tech] making an html file deposit using Mirage2

2020-12-15 Thread Jose Blanco
I was testing out uploading an item that has an index.html file with associated files and making index.html the primary file. Well it did not seem to work. In the item view, it shows a list of all the files associated with the item rather than just the index.html. I tried it out on the demo s

Re: [dspace-tech] SMTP over TLS Failed

2020-12-08 Thread Jose Blanco
Humberto, I'm not sure, but from googling around I see that "You may get this error when you are trying to send an e-mail using gmail server in java." Try making this change: mail.extraproperties = mail.smtp.starttls.enable=true, \ mail.smtp.socketFactory.port=587, \

Re: [dspace-tech] Recent-submissions homepage error in DSpace 6.3

2020-12-07 Thread Jose Blanco
I remember having this issue, and I think it was a migration that had not run. You can check your database to make sure you have a table named site: *=> \d siteTable "public.site" Column | Type | Modifiers +--+--- uuid | uuid | not nullIndexes:"site_pkey" PR

Re: [dspace-tech] Make clickable links in DSpace 6.3 news-xmlui.xml?

2020-12-05 Thread Jose Blanco
How about this: https://montaguearchive.org";>Return Home If you add *?XML* to dspace URLs you can see the xml being fed to the xsl that makes the html. That might give you some more ideas. -Jose On Sat, Dec 5, 2020 at 12:57 PM Chris Clawson wrote: > Sorry if this has been already answered.

Re: [dspace-community] disable downloads

2020-12-05 Thread Jose Blanco
You could create a collection, set the DEFAULT_BITSTREAM_READ to a group that has no users. All bitstreams that are associated with items that are deposited into this collection will get this restriction. By default they go into the Anonymous group. But say an item is deposited that has a pdf fi

Re: [dspace-community] Migration DSpace 4.2 --> DSpace 6.3 - index-discovery problem

2020-12-02 Thread Jose Blanco
I found another user with a similar problem: http://dspace.2283337.n4.nabble.com/ERROR-creating-index-discovery-td4676204.html I found this recommendation very good: "Always start with the default configuration from the new version and put your changes in there, not the other way around." See if

Re: [dspace-tech] Moving Navigation sidebar

2020-12-01 Thread Jose Blanco
Peter, I have not done this, and I'm not exactly sure what you need. I would use the developer tool to find out the class or the id and then search for it in the xsl, and css files. You can then experiment with it. -Jose On Tue, Dec 1, 2020 at 4:45 PM lon...@gmail.com wrote: > Thanks Jose fo

Re: [dspace-tech] re-send : How to change text alignment

2020-11-30 Thread Jose Blanco
I found this on the web. It seems like you can make a change to page-structure.xsl to accomplish this. https://stackoverflow.com/questions/49643975/how-we-can-set-the-direction-to-rtl-in-languages-changes-of-dspace-digital-repos -Jose On Thu, Nov 26, 2020 at 3:39 AM 'Noorhafizah Mohd Akil' via

Re: [dspace-tech] Moving Navigation sidebar

2020-11-29 Thread Jose Blanco
Peter, You want to change page-structure.xsl. You want it to look like this, with navigation before the main-content: * *

Re: [dspace-tech] slowness when entering issn during submisison

2020-11-19 Thread Jose Blanco
longer available. We also had problems with our upload page. We > deactivated the Sherpa Romeo API in dspace.cfg and that solved our problem. > > Best regards > Franziska > > > Am 18.11.2020 um 20:18 schrieb Jose Blanco: > > Using a drop down list for the user to enter diff

[dspace-tech] slowness when entering issn during submisison

2020-11-18 Thread Jose Blanco
Using a drop down list for the user to enter different identifier types, when the user selects issn, and then goes on to the file upload step, the system seems to process the just entered data before the upload page shows up, and it takes a few minutes for the upload page to show up. The data ent

Re: [dspace-tech] Mirage error

2020-11-18 Thread Jose Blanco
I had the same issue. Take a look at this thread: https://groups.google.com/g/dspace-tech/c/jI45dSt_QA8/m/9uW_GG3-AwAJ Basically, you need to use "npm install --no-bin-links". I changed: dspace/modules/xmlui-mirage2/pom.xml in two places, replacing "npm install" - install + install --no-bin-lin

  1   2   3   4   5   6   7   >