[Dspace-tech] Statistic gathering for the items and then through google analytics

2014-01-17 Thread Schuster, David
We have just brought up our repository in November and have had great response. 
 One of the things I am curious about though are the numbers I am seeing.

When I look at a particular item I see it has been seen by Vienna, but when I 
look at the google analytics that particular visit doesn't show.

I'm seeing an Ecuador and Chile but the rest are US...?? If I click city I 
don't see Venice either.

Thoughts?  Which is more accurate?

David Schuster
Texas Woman's University
Director of Library Information Technology & Technical Support
PO Box 425528
Denton TX 76204-5528

Phone: 940-898-3909
Fax: 940-898-3764

dschus...@twu.edu

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/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] Bullk Replacing PDF bitstreams

2014-01-17 Thread Monika C. Mevenkamp

We have a community in which we want to change all pdfs by adding a standard 
cover page. 

This takes 3 steps: 
   get the bitstreams 
   add cover page to each   - my plan: use pdftk command to add cover pages
   replace in dspace instance 

It seems fairly easy to use the rest api to get to the bistreams, but maybe 
somebody already has a handy little script that can list all bitstreams in 
items from a community. 

if I get the bitstreams and update them - how can I most easily replace them in 
DSPACE ? 

Monika





--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/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


Re: [Dspace-tech] Diacritics and DSpace 4.0 and 3.1

2014-01-17 Thread Andrea Bollini
I want just confirm that this improvement is enabled out-of-box in dspace 4.
The enabling code is here:
https://github.com/DSpace/DSpace/blob/dspace-4.0/dspace/solr/search/conf/schema.xml#L241
mainly a matter of solr schema configuration.

After the update you must reindex your content, as you have already done 
that the only other thing that can get result worst can be the 
URIEncoding on the tomcat connector.
Please note that on the dspace demo server it works correctly
http://demo.dspace.org/jspui/simple-search?query=Sanchez
http://demo.dspace.org/jspui/simple-search?query=S%C3%A1nchez

Andrea

Il 16/01/2014 23.54, Brian Freels-Stendel ha scritto:
> Good afternoon,
>
> Maybe taking a step backward, do you have an AJP connector set up in Tomcat's 
> server.xml?  If so, does it also have URIEncoding="UTF-8"?  I don't remember 
> if that point has been addressed
>
> B--
>
>> -Original Message-
>> From: Thomas Misilo [mailto:misi...@fit.edu]
>> Sent: Thursday, January 16, 2014 3:41 PM
>> To: Brian Freels-Stendel; Smith, Ina 
>> Cc: dspace-tech@lists.sourceforge.net
>> Subject: RE: [Dspace-tech] Diacritics and DSpace 4.0 and 3.1
>>
>> I looked a t it and I believe that those configuration changes were included 
>> in
>> DSpace 4.0, via  the pull request https://github.com/DSpace/DSpace/pull/287.
>>
>> Though I haven't had any luck. I made sure JAVA and TOMCAT both have the
>> UTF-8 flags, and reindex everything, and it still isn't working.
>>
>> Thanks again for the ideas/help.
>>
>> Tom
>>
>>> -Original Message-
>>> From: Brian Freels-Stendel [mailto:bfre...@unm.edu]
>>> Sent: Wednesday, January 15, 2014 1:45 PM
>>> To: Smith, Ina ; Thomas Misilo
>>> Cc: dspace-tech@lists.sourceforge.net
>>> Subject: RE: [Dspace-tech] Diacritics and DSpace 4.0 and 3.1
>>>
>>> Good morning,
>>>
>>> If you're using Discovery, this ticket may help:
>>> https://jira.duraspace.org/browse/DS-1152.  For the previous default
>>> search, this email thread may help:
>>> http://sourceforge.net/mailarchive/message.php?msg_id=29655187.
>>>
>>> I've been wondering if these solutions might not be in the default set-up.
>>> Are there other types of character encodings it would be a problem with?
>>>
>>> B--
>>>
 -Original Message-
 From: Smith, Ina  [mailto:ism...@sun.ac.za]
 Sent: Wednesday, January 15, 2014 11:01 AM
 To: Thomas Misilo; 'heli...@centrum.sk'
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Diacritics and DSpace 4.0 and 3.1

 We've experienced the same problem (although UTF8/Unicode was
 activated within DSpace), and decided to do away with diacritics
 completely (in titles and surnames).  End-users so far have not
 complained. I suspect they seldom use diacritics when entering
 search terms. It would be interesting to know how Google addresses this
>> issue.
 Kind regards
 Ina Smith (Stellenbosch University, South Africa)
 
 From: Thomas  Misilo [misi...@fit.edu]
 Sent: 15 January 2014 06:11 PM
 To: 'heli...@centrum.sk'
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Diacritics and DSpace 4.0 and 3.1

 helix84,

 I did not have that attribute but I did add it to both servers, and
 restarted tomcat however I do get the same results, on both instances.

 Thanks!

> -Original Message-
> From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf
> Of
> helix84
> Sent: Wednesday, January 15, 2014 10:59 AM
> To: Thomas Misilo
> Cc: dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] Diacritics and DSpace 4.0 and 3.1
>
> Quick check: does your Tomcat's  include the
> URIEncoding="UTF-8" attribute?
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
 
 --
  CenturyLink Cloud: The Leader in Enterprise Cloud Services.
 Learn Why More Businesses Are Choosing CenturyLink Cloud For
 Critical Workloads, Development Environments & Everything In Between.
 Get a Quote or Start a Free Trial Today.

>>> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/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

 

 E-pos vrywaringsklousule Hierdie e-pos mag vertroulike inligting
 bevat en mag regtens geprivilegeerd wees en is slegs bedoel vir die
 persoon aan wie dit geadresseer is. Indien u nie die bedoelde
 ontvanger is nie, word u hie

Re: [Dspace-tech] DOI DATACITE

2014-01-17 Thread Becker, Pascal-Nicolas
Hi Massimiliano,

did you entered into a contract with a DOI registration agency? Did they 
provide you a username, a password and a (test-)prefix? Are you sure, they want 
you to use the DataCite API directly?

If you followed the instructions in the documentation, DSpace should mint DOIs 
whenever new items gets published into the repository. With "publish" I mean 
that the item is part of your repository, can be found using the normal search, 
and is not waiting for the user to finish the submission or for an 
administrator to accept it. The DOI is stored as metadata value of the item in 
the field dc.identifier.uri. So If you take a look on the published item you 
should find it there. As the documentation describes DSpace uses an 
asynchronous mechanism to register DOIs. Using the command line interface 
(https://wiki.duraspace.org/display/DSDOC4x/DOI+Digital+Object+Identifier#DOIDigitalObjectIdentifier-CommandLineInterface)
 you can list all DOIs waiting for reservation and/or registration. So, do you 
already have published an item after you configured DSpace to use DOIs? What 
happens if you executes [dspace-install]/bin/dspace doi-organiser -l?

Regards,
  Pascal


From: Massimiliano Cilurzo [mailto:mcilu...@unisa.it]
Sent: Friday, January 17, 2014 12:25 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] DOI DATACITE

Hi All,

 We have installed in a test server DSPACE 4.0, we have configured it for 
the use of DOI from DATACITE.
We followed the guide line at 
https://wiki.duraspace.org/display/DSDOC4x/DOI+Digital+Object+Identifier
But now I wonder how we can test if.
Could someone give an help?
Thanks
Best regards
Massimiliano Cilurzo
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/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] DOI DATACITE

2014-01-17 Thread Massimiliano Cilurzo
Hi All,  

 

 We have installed in a test server DSPACE 4.0, we have configured it
for the use of DOI from DATACITE.

We followed the guide line at
https://wiki.duraspace.org/display/DSDOC4x/DOI+Digital+Object+Identifier

But now I wonder how we can test if.

Could someone give an help?

Thanks 

Best regards

Massimiliano Cilurzo

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/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

Re: [Dspace-tech] Building Dspace

2014-01-17 Thread Kostas Stamatis
Is Maven in your System PATH so as the mvn command to be recognized from any
path like the "C:\dspace-4.0-src-release" one?

 

 

Kostas 

 

 

From: Eric Martyns [mailto:martynse...@gmail.com] 
Sent: Friday, January 17, 2014 1:04 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Building Dspace

 

Thanks Bhavesh,

I just tried this path C:\dspace-4.0-src-release\mvn package

and i still got the same error message.


"C:\dspace-4.0-src-release\mvn package" is not recognized as an internal 
or external command 
operable program or batch file

Please i'll appreciate all response to this issue



Thanks

B/R

Martyns Eric

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/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] Building Dspace

2014-01-17 Thread Eric Martyns
Thanks Bhavesh,

I just tried this path C:\dspace-4.0-src-release\mvn package
and i still got the same error message.


"C:\dspace-4.0-src-release\mvn package" is not recognized as an internal
or external command
operable program or batch file

Please i'll appreciate all response to this issue


Thanks

B/R
Martyns Eric
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/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

Re: [Dspace-tech] Building Dspace

2014-01-17 Thread Bhavesh Patel
Dear Eric Martyns,

You are executing the command on wrong path

Your Path : C:\dspace-4.0-src-release\dspace mvn package

Correct Path : C:\dspace-4.0-src-release\mvn package

Please try with correct path.

Thanks,
Bhavesh

Thanks & Regards,
*Bhavesh R. Patel *
bhavesh.bece...@gmail.com (Email)

*Websites :*

   - www.bhaveshpatel.info
   - www.onlinequizportal.com
   - www.hindisuvichar.com

"Never leave till tomorrow which you can do today"

*Please consider the environment before printing this e-mail.*


On Fri, Jan 17, 2014 at 4:15 PM, Eric Martyns  wrote:

> Hi,
> I'v been trying to build dspace and i keep
> getting an error message.
> postgresql is running and in the cmd prompt
> i entered C:\dspace-4.0-src-release\dspace mvn package
> but get this error message
> "C:\dspace-4.0-src-release\dspace" is not recognized as an internal
> or external command
> operable program or batch file.
> I'll appreciate your assistance.
>
> Thanks
> B/R
> Martyns Eric
>
>
> --
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/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
>
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/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] Building Dspace

2014-01-17 Thread Eric Martyns
Hi,
I'v been trying to build dspace and i keep
getting an error message.
postgresql is running and in the cmd prompt
i entered C:\dspace-4.0-src-release\dspace mvn package
but get this error message
"C:\dspace-4.0-src-release\dspace" is not recognized as an internal
or external command
operable program or batch file.
I'll appreciate your assistance.

Thanks
B/R
Martyns Eric
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/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