[dspace-tech] DSpace 7.6.1 - Browse by Issue Date - selectively stuck on Loading...

2024-01-26 Thread Tomas Hajek
Hi all, We recently went live with DSpace 7.6.1 on Red Hat Enterprise Linux 8 and are seeing an issue with the "Browse by Date" function. From the home page selecting "Browse by date" causes an indefinite "Loading page...". On most Communities, Subcommunities and Collections the "Browse by

[dspace-tech] Re: Author search in DSpace 7.6.1

2024-01-26 Thread DSpace Technical Support
Hi Milos, Off the top of my head, I don't know exactly how this code is written. But, I wanted to point out that you can easily *see* every REST API call made from the DSpace User Interface in your web browser's Dev Tools as described here:

[dspace-tech] Re: Get DSpace 7.6 search box code and use it to other web pages

2024-01-26 Thread DSpace Technical Support
Hi Lewatle, At this time, DSpace does not have a custom Javascript "widget" which allows you to embed the searchbox in another page. It would be possible to write though, as that widget would just need to make the same REST API calls (to the DSpace backend) that are made from the search box

[dspace-tech] Re: Uploading Collection logo fails

2024-01-26 Thread DSpace Technical Support
Steve, As far as I'm aware, the only limit is in the **maximum upload size** (for the application overall). This is documented in our Submission docs here: https://wiki.lyrasis.org/display/DSDOC7x/Submission+User+Interface#SubmissionUserInterface-BasicSettings However, these max file

[dspace-tech] Re: Dspace index-discovery error

2024-01-26 Thread DSpace Technical Support
Hi, The error " could not initialize proxy - no Session" usually implies a database connection or communication error. (It also can occur if you are using custom code and the custom code has a bug where it's not contacting the database properly...but that's less likely for most sites.) I'd

[dspace-tech] Re: DSpace 7x citation generation

2024-01-26 Thread DSpace Technical Support
Hi Tuan, That appears to be a custom feature that someone built for an old version of DSpace. It was never in out-of-the-box DSpace (as it's not in the official DSpace 6 documentation at https://wiki.lyrasis.org/display/DSDOC6x/DSpace+6.x+Documentation) So, no, this doesn't exist in DSpace

[dspace-tech] Re: Question about Google Scholar citation_* HTML tags

2024-01-26 Thread DSpace Technical Support
Hi Euler, See the note at the top of the docs here: https://wiki.lyrasis.org/display/DSDOC7x/Google+Scholar+Metadata+Mappings DSpace 7 doesn't support the "google-metadata.properties" file, but you can edit these mappings in the "metadata.service.ts" of the frontend codebase. Eventually we'd

[dspace-tech] Question about Google Scholar citation_* HTML tags

2024-01-26 Thread euler
Dear All, I noticed that whatever I added in the google-metadata.properties was not picked up when I viewed the citation_ in the meta tags. For example, I added this: google.citation_journal_title = dc.citation.journaltitle google.citation_volume = dc.citation.volume google.citation_issue =

[dspace-tech] Get DSpace 7.6 search box code and use it to other web pages

2024-01-26 Thread Lewatle Johannes Phaladi
Dear All, How to get code for DSpace search box and use it on any website. [image: dspace 7 search.png] Regards, Lewatle -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because