[Dspace-tech] Special characters in XMLUI

2009-02-16 Thread Ying Jin
Hi, We are having problems to input diacritics through XMLUI submission interface. I saw this bug listed here SF #1896183 Special characters in xmlui in DSpace Release 1.5.0 Notes. We are using 1.5.0 now. I'd like to know if this bug has been fixed in 1.5.1 or later release. Thanks,

[Dspace-tech] METS Export Error

2009-05-08 Thread Ying Jin
Hi, I'm trying to export one of our collections to METS using packager tool. Here is what I did ./bin/dsrun org.dspace.app.packager.Packager -d -e admin-email -c 123456789/19 -t METS metsexport.zip Then I got following errors - Exception in thread main java.lang.IllegalArgumentException:

[Dspace-tech] The mapping information got lost after bunch re-importing in DSpace 1.5.0

2009-08-14 Thread Ying Jin
Hello, We have a visual collection which maps the items from our ETD collection. However, recently we found some of the mappings got lost in the visual collection. We did nothing but re-imported some of the items in the ETD collection. I'm wondering maybe it is related to the DSpace

Re: [Dspace-tech] (no subject)

2009-11-13 Thread Ying Jin
Hi Andriy, What UI interface you are using? XMLUI or JSPUI? A year ago, I implemented one using captcha code from cocoon on Dspace 1.5.0 XMLUI interface. If you are using XMLUI and feel comfortable to change DSpace code a bit, I can find out the code for you. Best, Ying On Nov 13, 2009,

Re: [Dspace-tech] How to order the articles within an issue

2010-01-15 Thread Ying Jin
Hi Scott, I found this old thread back in early last year. I'm interested in your theme solution for journals and would like to apply it to one of our newspaper collections in Rice. I'm wondering how you add that small piece of XML below in the metadata of the collection. Could you

[Dspace-tech] Invalid version or the data in not in 'javabin' format

2011-09-12 Thread Ying Jin
Hi, We are working on upgrading dspace from 1.5.2 to 1.7.1. The process was very smooth while I worked on my workstation. However, when I tried to move it to our testing server, I got following error message when Importing dspace logs to solr index. Processing file:

[Dspace-tech] Item batch import - replace problem

2012-10-24 Thread Ying Jin
Hi All, We use DSpace batch import a lot and sometimes have to replace the items to fix the metadata or content issues. However, we found the replacement in itemimport is actually deleting the old item, adding a new one and then having the old handles back to the item. It generates

[Dspace-tech] Google Analytics Statistics within DSpace on XMLUI?

2012-10-24 Thread Ying Jin
Hi All, We are interested in Google Analytics within DSpace http://ukcorr.blogspot.com/2012/03/using-google-analytics-statistics.html However, the implementation is on JSPUI. Is there anyone developing it on XMLUI? Thanks, Ying @ Rice

Re: [Dspace-tech] Google Analytics Statistics within DSpace on XMLUI?

2012-10-25 Thread Ying Jin
have the resources to go at it alone. Cheers, Bill From: Ying Jin ying@rice.edu Date: Wed, 24 Oct 2012 13:07:46 -0500 To: dspace-tech@lists.sourceforge.net Tech dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Google Analytics Statistics within DSpace on XMLUI? Hi All, We

Re: [Dspace-tech] Google Analytics Statistics within DSpace on XMLUI?

2012-10-25 Thread Ying Jin
I will take a look at the Elastic too. Thanks, Ying On Oct 24, 2012, at 5:44 PM, helix84 wrote: Hi all, if you want to collaborate on this, it would be best to create an issue (or multiple issues) in Jira describing what needs to be done and who's doing it. It will prevent duplication of

Re: [Dspace-tech] Item batch import - replace problem

2012-10-25 Thread Ying Jin
PM, helix84 wrote: Hi Ying Jin, if you're reporting a problem, it should be done in our Jira [1]. Otherwise it will easily be forgotten here in the mailing list. Your description of the problem is pretty good, but you could also offer some suggestions on how you think the problem should

Re: [Dspace-tech] Item batch import - replace problem

2012-10-25 Thread Ying Jin
use-case better. See: https://wiki.duraspace.org/display/DSDOC3x/Updating+Items+via+Simple+Archive+Format If memory serves, it has been available since 1.6 or so Hope this helps, Richard R On Oct 24, 2012, at 1:57 PM, Ying Jin wrote: Hi All, We use DSpace batch import a lot

Re: [Dspace-tech] Google Analytics Statistics within DSpace on XMLUI?

2012-10-30 Thread Ying Jin
Just would like to follow up this. We are currently under DSpace 1.7.2 and looking forward to upgrade to 3.0 once it is released next month. The current Google analytics stat within DSpace is on 1.8.2. We would like to work on the interface with XMLUI for it based on 3.0. However, it may

Re: [Dspace-tech] Google Analytics Statistics within DSpace on XMLUI?

2012-10-30 Thread Ying Jin
It is not clear to me what Google Analytics support for JSPUI means in DSpace 3.0 new features. It would be nice if it is part of DSpace 3.0 already. And I should be able to work on it soon. Bill, would you like to cooperate on it based 3.0? If so, we can discuss the details. Thanks,

Re: [Dspace-tech] Google Analytics Statistics within DSpace on XMLUI?

2012-10-31 Thread Ying Jin
Solr stats - has been in DSpace since about 1.5, listens to internal events in DSpace, should log everything including bitstream downloads, uses Solr to store them, there are optional interfaces to display these stats in DSpace, like the commercial addon from @mire. Elastic Search - a new work

Re: [Dspace-tech] Document Type Based Submission - Missing type-bind definition in input-forms.dtd?

2013-02-15 Thread Ying Jin
Hi all, I checked out the DSpace from github branch dspace-3_x. It seems the type-bind definition is missing in input-forms.dtd. I agree with Joachim that the type-bind lack the strategy to define required fields for different document types. Also, we would like a function to define a

[Dspace-tech] Solr Error and submission issue with DSpace 3.0

2013-02-28 Thread Ying Jin
Hi All, We are trying to upgrade from DSpace 1.7.2 to 3.0 and checked out the DSpace 3.0 branch from github. I followed the upgrading steps for DSpace 1.7 to 1.8 and then 1.8 to 3.0 (run upgrade script). However, when I tried to use the submission process to complete a submit, the system

Re: [Dspace-tech] Solr Error and submission issue with DSpace 3.0

2013-02-28 Thread Ying Jin
BTW, I am using xmlui and did turn on the configurable submission and ran the update for that. Thanks, Ying On Feb 28, 2013, at 2:09 PM, Ying Jin wrote: Hi All, We are trying to upgrade from DSpace 1.7.2 to 3.0 and checked out the DSpace 3.0 branch from github. I followed the upgrading

Re: [Dspace-tech] Solr Error and submission issue with DSpace 3.0

2013-03-01 Thread Ying Jin
* *2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010* *Esperantolaan 4, Heverlee 3001, Belgium* http://www.atmire.com/www.atmire.comhttp://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml On Thu, Feb 28, 2013 at 9:09 PM, Ying Jin ying@rice.edu

[Dspace-tech] DSpace REST API on DSpace 3.1

2013-06-21 Thread Ying Jin
Hi, Does anyone ever tested the DSpace REST API under DSpace 3.1? I have the API installed and used the rest-client 3.2 tested it. https://code.google.com/p/rest-client/wiki/Running However, if I send GET with /communities, I get HTTP/1.1 200 OK and some header response, but body or test

[Dspace-tech] Mirage 2 with Dspace 4 Installation - Javascript is not enabled

2014-06-02 Thread Ying Jin
Hi, I have a testing site run Dspace 4 and Mirage 2 theme. The default Mirage 1 is working fine, but the Mirage 2 will complain the javascript is not enabled in the browser when it is enabled already. Does there anyone know how to solve the problem? Thanks so much, Ying

Re: [Dspace-tech] Mirage 2 with Dspace 4 Installation - Javascript is not enabled

2014-06-02 Thread Ying Jin
Hi Peter, Thanks so much. It works! Ying On Jun 2, 2014, at 11:42 AM, Ying Jin ying@rice.edu wrote: Hi, I have a testing site run Dspace 4 and Mirage 2 theme. The default Mirage 1 is working fine, but the Mirage 2 will complain the javascript is not enabled in the browser when

[Dspace-tech] Question of customization of Mirage2 with full text as an option for advanced filter

2014-12-17 Thread Ying Jin
Hi All, I am trying to customize the Mirage 2 theme for our DSpace 3 and would like to add full text search as one of the options for the advanced filter. However, I can’t find any documentation about how to set it up. Could anyone give me a clue how to do it? I tried to create a bean like