Re: [dspace-tech] Showing citation count from Web of Science

2017-07-26 Thread euler
Hi Karthick, Thank you for sharing your code modifications. By the way, did you also change https://gist.github.com/rivaldi8/7a9f2483d5648e570d4c#file-impactservlet-py-L219-L229 in ImpactServlet.py? I ask because the returned json based on your modified QUERY_URL does not contain ["citation-

Re: [dspace-tech] Re: Help getting back to dspace 3.3 after bad upgrade to 5.5

2017-07-26 Thread Hardy Pottinger
Tom, if you haven't cleaned out your DSpace dir (where you have the webapps deployed) you probably have old/cached config and lib folders. Easiest thing to do is move the old one out of the way, make a new DSpace directory, and deploy to the new directory with ant. On Jul 26, 2017 7:23 PM, "Tom Av

Re: [dspace-tech] Re: Help getting back to dspace 3.3 after bad upgrade to 5.5

2017-07-26 Thread Tom Avino
George, It does sound similar to my problem. I did drop the database and restore from a good 3.3. I also validated that my dspace.cfg file was the original one. I did complete rebuild using maven and ant. I get a 404 error when I try to bring up out website. This is getting to be a real p

Re: [dspace-tech] Re: Help getting back to dspace 3.3 after bad upgrade to 5.5

2017-07-26 Thread George Kozak
Hi, Tom: I am not sure if this is the same problem as you are having, but I had a similar problem when I tried to back out of a DSpace 6.0 install to DSpace 5.5. I discovered that for some reason that I had some remnants from the DSpace 6.0 install left in the PostGres database and config files i

[dspace-tech] Re: How-to: Calculate Collection and Community Sizes

2017-07-26 Thread Tom Hutchinson
Errata: There was a bug in the community size query. Below is an updated version. Tom --Size of a community (fixed), including sub-communities and collections --Replace 10066/1597 with the handle for your community WITH starting_comm AS (SELECT handle.handle, handle.resource_id AS community_id

[dspace-tech] Re: Help getting back to dspace 3.3 after bad upgrade to 5.5

2017-07-26 Thread Tom Avino
The errors listed below in cocoon, happen when Tomcat is started back up, not when trying to load the webpage. I hope this helps Tom On Wednesday, July 26, 2017 at 11:08:16 AM UTC-4, Tom Avino wrote: > > I have done a few of these upgrades from 3.3 to 5.5 without any issues. > This one however

[dspace-tech] Help getting back to dspace 3.3 after bad upgrade to 5.5

2017-07-26 Thread Tom Avino
I have done a few of these upgrades from 3.3 to 5.5 without any issues. This one however failed and could not find the issue, so I decided to start over. I had done this a few times before on another Dspace instance. What I did then was - restore my postgres database back to pre-upgrade

Re: [dspace-tech] Author profiles for XMLUI

2017-07-26 Thread Tim Donohue
Hi Evelthon (and all), Tom is correct that this specific Author Profiles feature has been on hold, and as the XMLUI & JSPUI are being replaced (in DSpace 7), this specific will never be built into the XMLUI itself. That said, the concept of Author Profiles has still been under discussion for some

[dspace-tech] Show embargo end date in Item view (DSpace 3.2)

2017-07-26 Thread maria . caceres . csuc
Hello: I have enabled simply embargo and it works fine, but I want to add the date of start Embargo: In the view of t

Re: [dspace-tech] Author profiles for XMLUI

2017-07-26 Thread Tom Desair
Hi, This contribution is currently on-hold for reasons described in this ticket: https://jira.duraspace.org/browse/DS-2169 (TL;DR: this feature does not have widespread support from either Committers or DCAT members). We've extended the functionality with more generic profile types and more displ

Re: [dspace-tech] Showing citation count from Web of Science

2017-07-26 Thread Karthick Babu
Hi Euler, I have done small modification on helix ImpactServlet.py and Impact.js script, i am able to get the Scopus citation from scopus database. Please change the following lines to effect the script. In ImpactServlet.py *class Scopus(ImpactService):* *QUERY_URL = "https://api.elsevier

Re: [dspace-tech] flush changes immediately to database

2017-07-26 Thread Tom Desair
Hi Stefan, It depends on in which context you are querying the database: 1. *Outside* the current transaction: Database changes are only visible for other transactions (connections) after you've committed your current transaction. You should commit the Context which will save all changes to the d