[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 this

bean id=searchFilterFulltext 
class=org.dspace.discovery.configuration.DiscoverySearchFilter
property name=indexFieldName value=fulltext/
property name=field value=fulltext
list
valuefulltext/value
/list
/property
/bean 

But it won’t work.

Thanks for any help!!!

Best,
Ying
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[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
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


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 it is enabled already. Does there anyone know how to 
 solve the problem?
 
 Thanks so much,
 Ying
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their 
 applications. Written by three acclaimed leaders in the field, 
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/NeoTech
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
 


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[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 result are all empty. I suppose I should get a list 
of community returned…

Could anyone give me a hint?

Thanks in advance for any help,
Ying
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


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

2013-03-01 Thread Ying Jin
Hi Bram,

Thanks for the reply. I read your jira report and i noticed the same  
solr version problem with oai in 3.3 and others in 3.5. I am not sure  
if my solr error is related to that. I tried to change the version  
number in pom.xml and that doesn't help. Also, the version under solr  
server and xmlui are the same. I suppose it should not be the version  
issue in my case? But I can't really explain why I got the version  
error...

Also, the solr error appears when I submit something, or run  
stats-util, filter-media... I have not tried oai yet but would like to  
test it tomorrow and see if it will get me the same error. I can post  
you some detail logs tomorrow too.

Thanks,
Ying

Quoting Bram Luyten b...@mire.be:

 Hi Ying,

 just an off-list reply here because I'm still in the dark concerning the
 issue you're experiencing.

 Could you post some more extensive log files?

 Furthermore, when you're starting up DSpace, do you see strange things in
 your logs concerning SOLR/Lucene versions?

 Trying to figure out whether your problem is related to what I was seeing
 here:
 https://jira.duraspace.org/browse/DS-1489

 Bram

 --
 [image: logo]
 *Bram Luyten* *@mire*
 *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 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 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 will hang there and give me Internal Server Error (timeout) and
 the dspace log have following errors -

 ERROR org.dspace.core.I18nUtil @ No language specified for EPerson 18
 .
 ERROR org.dspace.statistics.SolrLoggerUsageEventListener @ Invalid
 version (expected 2, but 1) or the data in not in 'javabin' format

 When I turn on the debugger, it shows the system is trying to query
 some of the communities and subcommunities which seem totally
 unrelated to the collection I am trying to submit to. Does anyone have
 a clue why this is happening? What I am trying to submit is a small
 pdf file and won't take long for 1.7.2 to complete.

 Thanks in advance for any help,
 Ying @ Rice Univeristy



 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_feb
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





Ying Jin
Application Programmer
Center for Digital Scholarship
Email ying@rice.edu
Phone 713-348-8082



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[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 will hang there and give me Internal Server Error (timeout) and  
the dspace log have following errors -

ERROR org.dspace.core.I18nUtil @ No language specified for EPerson 18
.
ERROR org.dspace.statistics.SolrLoggerUsageEventListener @ Invalid  
version (expected 2, but 1) or the data in not in 'javabin' format

When I turn on the debugger, it shows the system is trying to query  
some of the communities and subcommunities which seem totally  
unrelated to the collection I am trying to submit to. Does anyone have  
a clue why this is happening? What I am trying to submit is a small  
pdf file and won't take long for 1.7.2 to complete.

Thanks in advance for any help,
Ying @ Rice Univeristy


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


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 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 will hang there and give me Internal Server Error  
 (timeout) and the dspace log have following errors -

 ERROR org.dspace.core.I18nUtil @ No language specified for EPerson 18
 .
 ERROR org.dspace.statistics.SolrLoggerUsageEventListener @ Invalid  
 version (expected 2, but 1) or the data in not in 'javabin' format

 When I turn on the debugger, it shows the system is trying to query  
 some of the communities and subcommunities which seem totally  
 unrelated to the collection I am trying to submit to. Does anyone  
 have a clue why this is happening? What I am trying to submit is a  
 small pdf file and won't take long for 1.7.2 to complete.

 Thanks in advance for any help,
 Ying @ Rice Univeristy



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


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 field type-bind all types except type A. Right  
now, you probably have to list all types except type A. If you have 20  
item types, that's quite annoying.

Ying

On Jan 16, 2013, at 3:48 AM, Joachim Bingel wrote:

 Hi all,

 I would like to tailor the metadata input forms during item submission
 to the respective item/document type. I know this can be done by using
 the type-bind tag in the input-forms.xml, but this does not give me
 control over which metadata fields are *required* for which item type,
 right?

 For instance, metadata field X should be required for item type A,
 optional for type B, and unavailable for type C. I have some 20 item
 types and 25 distinct metadata fields. I run DSpace 3.0 with the  
 XMLUI.

 Any ideas?

 Joachim

 -- 
 Joachim Bingel
 Institut für Deutsche Sprache, Zentrale Forschung
 R5, 6-13, 68161 Mannheim
 +49 - (0)621-1581-456 | http://www.ids-mannheim.de


 --
 Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript,  
 jQuery
 and much more. Keep your Java skills current with LearnJavaNow -
 200+ hours of step-by-step video tutorials by Java experts.
 SALE $49.99 this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122612
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


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 by Peter Dietz, debuting in 3.0, also
listens to the same events, should log everything that Solr does, uses
different storage system, has some interfaces with graphs for DSpace
available out-of-the-box

Google Analytics - In DSpace this is only the Javascript snippets that
*records* hits, stores it in Google, has *currently no way of
displaying* the stats in DSpace interface (I thought this is the
development you were interested in), this snippet has been in XMLUI
and will be in JSPUI from 3.0


Thanks for the explanation! I think making Google Analytics statistics  
viewable within the DSpace has been implemented by University of  
Edinbergh on JSPUI. We are interested in having this displayed on XMLUI.

http://ukcorr.blogspot.com/2012/03/using-google-analytics-statistics.html

The code is available at git too
https://github.com/seesmith/Dspace-googleanalytics

Best,
Ying

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 depend on when the package is upgraded. It would be great to  
know the plan from the folks who are working on this project.

Thanks,
Ying

On Oct 24, 2012, at 8:58 PM, Ingram, William A wrote:

 This is good. I have not had a chance to play around with Elastic  
 Search,
 so I will definitely look into that. We actually have Mark's Solr  
 stats
 running now. What it lacks‹really, what they all lack‹is a sure-fire  
 way
 making only counting real users.

 If you are anything like us, then you know most of your traffic is  
 robots.
 You obviously don't want them counted in your stats. The blacklist
 approach does not work; it doesn't come close, unless you have a  
 full time
 person working to keep the list up to date.

 The Google Analytics approach is better, but it comes with its own  
 set of
 problems. Like, links from Google have to go to the item page, not
 directly to the PDF, in order to be counted.

 A third idea I've been kicking around is to augment the current system
 with ping-back, so only the downloads and page visits that respond  
 to the
 ping back are counted. That would probably take the least work to
 implement, but it could have issues as well.

 This is going a bit long, but let me add that I am surprised that  
 this is
 not a bigger concern within the community. Accurate statistics are  
 key to
 measuring an article's impact, and the impact of the repository  
 itself. It
 definitely influences buy-in: both faculty participation and  
 institutional
 support.

 Anyway, thanks for the input. I wonder, does anyone else have any  
 insight
 into gathering accurate statistics?

 Cheers,
 Bill




 On 10/24/12 6:44 PM, helix84 heli...@centrum.sk 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 work and allow
 everyone to check the status of such work. It's also desirable to  
 link
 to code on GitHub from the issue(s).

 You may also want to coordinate with Peter Dietz (should be on this
 list), who has developed another statistics implementation (Elastic
 search) in addition to Solr statistics (Mark Diggory will want to  
 have
 a say in that, too). It may turn out that there's a need for a
 framework supporting different statistics implementations/backends
 (Solr, Elastic, Analytics, ...), while allowing to use the same
 presentation elements (like graphs) with any of them.

 Regards,
 ~~helix84




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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,
Ying

On Oct 30, 2012, at 3:03 PM, helix84 wrote:


Hi Ying,

I'm sorry but I'm not sure I understood the last part. Were you asking
about the release schedule? Here it is, but keep in mind that it still
might slip, even 1-2 weeks:

https://wiki.duraspace.org/display/DSPACE/DSpace+Release 
+3.0+Notes#DSpaceRelease3.0Notes-TimelineandProcessing


So you would like to work on the interface for displaying Google
Analytics stats within DSpace once 3.0 is released? That's great! And
you don't have to wait for the release, either. Just grab the latest
code from Git:

https://github.com/DSpace/DSpace

There's even a button there that will give you the latest code as a  
ZIP.


If you prefer to work on a stable version, it's safe to implement your
XMLUI changes on top of 1.8.2. You'd be working mostly with XSLT and
there were no significant changes there between 1.8 and 3.0.

If you need any help, just ask here or in the Jira issue comments.

Regards,
~~helix84



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2012-10-25 Thread Ying Jin

Hi Bill,

Sure that we are interested in porting it over to XMLUI if it is not  
there yet. And it would be nice if we can collaborate on it. Let's  
talk about off the list.


Best,
Ying



On Oct 24, 2012, at 4:54 PM, Ingram, William A wrote:


Hi Ying,

We also have interest in this. I recently checked out Claire's code  
on github with the intent of analyzing what it would take to port it  
over to the xmlui—something I've been meaning to get back to.


If you (and hopefully others on this list) would be interested in  
collaborating, we probably would too. I doubt, however, that we 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 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 University
-- Everyone 
 hates slow websites. So do we. Make your web apps faster with  
AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct___ 
 DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 work and allow
 everyone to check the status of such work. It's also desirable to link
 to code on GitHub from the issue(s).

 You may also want to coordinate with Peter Dietz (should be on this
 list), who has developed another statistics implementation (Elastic
 search) in addition to Solr statistics (Mark Diggory will want to have
 a say in that, too). It may turn out that there's a need for a
 framework supporting different statistics implementations/backends
 (Solr, Elastic, Analytics, ...), while allowing to use the same
 presentation elements (like graphs) with any of them.

 Regards,
 ~~helix84



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2012-10-25 Thread Ying Jin
I will report it to Jira and provide the temp solutions we have.
We are using Batch Metadata a lot when updating metadata only.  
However, there are cases that we update both metadata and bitstream  
and one single process is appreciated.

Thanks for the suggestion,
Ying

On Oct 24, 2012, at 5:57 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 be fixed
 (e.g. introduce a new switch similiar to --replace, that will only
 update metadata).

 It's also possible that this behavior is by design and your issue
 would be closed, but at least you'd learn why it's implemented like
 that.

 Moreover, I suggest you to use the Batch Metadata Editor [2] for
 metadata-only changes. It doesn't have this problem and is very easy
 to use.

 [1] https://jira.duraspace.org/browse/
 [2] https://wiki.duraspace.org/display/DSDOC18/Batch+Metadata+Editing

 Regards,
 ~~helix84



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2012-10-25 Thread Ying Jin
Hi Richard,

Good catch. I talked with our curator about the cases that she will  
request a replacement. It sounds like a match we can use to replace  
bitstream only items. I am trying to figure out how to replace all  
metadata without having to name list them all using ItemUpdate. As the  
metadata editing goes to different people and they won't track which  
fields are changed especially if they are just correcting the typos.

Thanks,
Ying

On Oct 24, 2012, at 7:08 PM, Richard Rodgers wrote:

 Hi Ying:

 There is a companion to ItemImport called ItemUpdate that seems to  
 match your 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 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
 several problems. First, it will delete all relationships, for
 example, if the item is mapped to another collection, the mapping  
 will
 be gone after replacement. Also, when deleting the item, the item's
 internal ID changed and it losts its connection with statistical
 history. Some of our statistics will show replaced items internal ID
 number since the ID changed and it can't match the item title.

 The DSpace 3.0 is releasing next month and we would like to know if  
 it
 is possible to have the problem fixed in the new release.

 Thanks,
 Ying @ Rice University


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_sfd2d_oct
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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  
several problems. First, it will delete all relationships, for  
example, if the item is mapped to another collection, the mapping will  
be gone after replacement. Also, when deleting the item, the item's  
internal ID changed and it losts its connection with statistical  
history. Some of our statistics will show replaced items internal ID  
number since the ID changed and it can't match the item title.

The DSpace 3.0 is releasing next month and we would like to know if it  
is possible to have the problem fixed in the new release.

Thanks,
Ying @ Rice University
  

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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 University--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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: /server/data/dspace/logs/statlogs/dspace.log.2009-11-09
Exception: Invalid version or the data in not in 'javabin' format
java.lang.RuntimeException: Invalid version or the data in not in  
'javabin' format
at  
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:99)
at  
org 
.apache 
.solr 
.client 
.solrj 
.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:39)
at  
org 
.apache 
.solr 
.client 
.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java: 
477)
at  
org 
.apache 
.solr 
.client 
.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java: 
244)
at  
org 
.apache 
.solr 
.client 
.solrj 
.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:64)
at  
org 
.dspace 
.statistics.util.StatisticsImporter.load(StatisticsImporter.java:354)
at  
org 
.dspace 
.statistics.util.StatisticsImporter.main(StatisticsImporter.java:494)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at  
sun 
.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 
39)
at  
sun 
.reflect 
.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)


We are running it on Mac OS.

Thanks for any help,
Ying

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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  
please give me a guide of that?


Thanks very much,
Ying

On Jan 22, 2009, at 3:35 PM, Scott Phillips wrote:



You may want to look at a Journal collection we've done. It doesn't  
completely address the problem you're asking about but is in the  
same sphere, and i second what Mark said, it is likely best to not  
use communities and collections in that manor.


http://repositories.tdl.org/tdl/handle/2249.1/5065

Here is the theme used to generate that view is located here:
http://repositories.tdl.org/tdl/themes/TDL/Periodicals/sitemap.xmap
http://repositories.tdl.org/tdl/themes/TDL/Periodicals/Periodicals.xsl


The trick we used is to add xml describing journal issues in the  
metadata of the collection, then the theme knows to interpret this  
small bit of data to build a browsable list of journal issues. Each  
of those provide links to a masked search page for individual  
articles, plus a list to an item that contains the full pdf for the  
journal.


Here is the current bit of XML on the collection:
issues xmlns:tdl=http://www.tdl.org/NS/tdl; xmlns=http://www.tdl.org/NS/tdl 

issue vol=66 num=3amp;4 year=2008 name=  
handle=2249.1/5643/
	issue vol=66 num=1amp;2 year=2008 name=  
handle=2249.1/5546/


	issue vol=65 num=3amp;4 year=2007 name=  
handle=2249.1/5496/
	issue vol=65 num=1amp;2 year=2007 name=  
handle=2249.1/5438/
	issue vol=64 num=3amp;4 year=2006 name=  
handle=2249.1/5439/
	issue vol=64 num=1amp;2 year=2006 name=  
handle=2249.1/5440/
	issue vol=63 num=3amp;4 year=2005 name=  
handle=2249.1/5441/
	issue vol=63 num=1amp;2 year=2005 name=  
handle=2249.1/5442/
	issue vol=62 num=3amp;4 year=2004 name=  
handle=2249.1/5443/
	issue vol=62 num=1amp;2 year=2004 name=  
handle=2249.1/5444/
	issue vol=61 num=3amp;4 year=2003 name=  
handle=2249.1/5445/


	issue vol=61 num=1amp;2 year=2003 name=  
handle=2249.1/5446/
	issue vol=60 num=3amp;4 year=2002 name=  
handle=2249.1/5447/
	issue vol=60 num=1amp;2 year=2002 name=  
handle=2249.1/5448/

/issues

Scott--

On Jan 22, 2009, at 2:08 PM, Diggory Mark wrote:


Andrew,

I might recommend avoiding using Collections for Issues, mostly  
because then your going to end up with lots of the them, and that  
tends to make the interface both difficult to navigate and maintain.


Another possibility to consider, instead, add the issue detail  
either to the Item directly, or possibly create separate Items to  
hold the issue metadata (relating them to one another in  
dc.relation.isPartOf/hasPart fields).


Thus:

Society = Community

Journal = Collection

Issue and its Errata: Held in Issue Item

Article and its Errata: Held in  Article Item

You might then customize your presentation and search to Group  
Articles under Issues.


-Mark

On Jan 22, 2009, at 1:41 AM, Andrew Marlow wrote:

I am trying to set up a DSpace that models societies, journals,  
issues and articles. Each article is an item. The collection that  
contains the items is an issue. The journal that publishes the  
issue(s) is a sub-community, and the society that publishes the  
journal(s) is a community. My question is, how do I make it so  
that the collection orders the items the way I want? An issue has  
a particular order for the articles because it relates to the  
physical printed version. That's the order I want for the  
collection also. I think collections are ordered by publish date  
(please correct me if I'm wrong about that). That's not good  
enough for me since an issue has a single publish date but many  
articles. This makes the publish date for all the collection's  
items the same.

--
Regards,

Andrew M.
http://www.andrewpetermarlow.co.uk

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


~
Mark R. Diggory
http://purl.org/net/mdiggory/homepage



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.

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, at 11:52 AM, o...@polynet.lviv.ua wrote:

 Hello, my name is Andriy and i am from Lviv Polytechnik National
 University ( Ukraine). I
 have the next question:
 How can i integrate jcaptcha in dspace 1.5.2 . It's very important for
 me. In internet i
 can't find any usefull information about it. Can anyone propose easy
 steps o integrate jcaptcha( or simpleCaptcha or other captcha) in
 dspace.
 Thanks all


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008  
 30-Day
 trial. Simplify your report design, integration and deployment - and  
 focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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 Itemimport tool. When replacing an existing item, ItemImport  
will delete the old item and re-ingest the new one. It is possible  
that when item gets deleted, the mapping information is not carried to  
the new item. Can anyone confirm if this is a bug?

Thanks,
Ying

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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: Handle  
is null
at  
org.dspace.handle.HandleManager.findHandleInternal(HandleManager.java: 
385)
at org.dspace.handle.HandleManager.resolveToObject(HandleManager.java: 
233)
at org.dspace.app.packager.Packager.main(Packager.java:323)


I'm running DSpace 1.5. Does anyone know why I'm getting this error?

Thanks,
Ying

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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,
Ying--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech