[Dspace-tech] multiple domains on single instance

2014-06-17 Thread Ozren Lapcevic

Hi,

I got an answer from Tim on my question on multiple domains on single 
Dspace instance on Dspace-general mailing list. Tim advised me to use 
this list for this kind of questions, so I'm forwarding emails here.


Although suggested solution is viable for a limited number of domains, 
it becomes problematic for a larger number if domains (institutions), 
e.g. tens, or hundreds.


Is it possible to support multiple domains with single Dspace instance?

Best regards,
Ozren Lapcevic


 Original Message 
Subject:Re: [Dspace-general] multiple domains on single instance
Date:   Mon, 16 Jun 2014 12:50:16 -0500
From:   Tim Donohue tdono...@duraspace.org
Organization:   DuraSpace
To: 	Ozren Lapcevic ozren.lapce...@srce.hr, 
dspace-gene...@lists.sourceforge.net




Hi,

The easiest way to support multiple domains is to install several DSpace
instances (separate repository per URL) behind a single Apache webserver.

As a basic example, you could do the following:

1) Install a DSpace for Institution1, with Tomcat running on port 8080

2) Install a separate DSpace for Institution2, with Tomcat running on
port 8081 (i.e. a different port)

3) Install an Apache web server. Configure it to respond to multiple
URLs via different VirtualHosts...e.g. see:
https://httpd.apache.org/docs/2.2/vhosts/examples.html

4) Configure Apache to forward requests for
http://institution1.com/repo; to the Tomcat on port 8080, using
something like mod_proxy:
https://httpd.apache.org/docs/2.2/mod/mod_proxy.html

5) Configure Apache to forward requests for
http://institution2.com/repo; to the Tomcat on port 8081, again using
something like mod_proxy.

Here's a full sample of configuring Apache using mod_proxy + a
VirtualHost to forward to a Tomcat: http://stackoverflow.com/a/962928

By the way, just an FYI. It's usually best to send this type of
technical question to our dspace-tech mailing list, as that's our
primary tech support list:
https://lists.sourceforge.net/lists/listinfo/dspace-tech

- Tim

On 6/16/2014 9:05 AM, Ozren Lapcevic wrote:

Hi,

does Dspace support multiple domains (sites or institutions) on single
instance?

We have to support multiple institutions. Each institution should have
separated repository accessible via unique URL, e.g.
Institution1 - http://institution1.com/repo
Institution2 - http://institution2.com/repo

Is this possible with Dspace? Where can I look for more info?

Best regards,





--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] Change Text ... View More

2014-06-17 Thread Rodrigo Prado de Jesus
Hi

This text and others text from discovery may be translated? 

Thanks

Rodrigo

—
Sent from Mailbox

On Tue, Jun 17, 2014 at 2:35 AM, Vinay Kumar Sharma vinayn...@gmail.com
wrote:

 Dear Professionals,
 How can I change the ... View More
 http://localhost:8080/xmlui/search-filter?field=subject text?
 I simply want to change the text, instead of ... View More
 http://localhost:8080/xmlui/search-filter?field=subject I want to write
 discover more. Can you please guide me?
 thanks  regards
 Vinay--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] Using Dspace for Maps

2014-06-17 Thread amutsikiwa
Hi All,

 

We are in the process  of digitizing our maps for the University of
Zimbabwe. I am wondering if it is possible to use DSpace for capturing the
map. If not can anyone point us to the proper open source software to use
for maps.

 

Kind Regards,

 

Admire Mutsikiwa 

ICT Projects Manager

Libraries 

University of Zimbabwe

Tel:+263-4-303276

It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities.  Josiah Charles Stamp,
1880-1941, former director of the Bank of England 

 

 

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] error dspace 4.1 stat-initial

2014-06-17 Thread Freddy Guerrero
Hello friends

Please have a problem, I use it dspace 4.1, I run the (dspace stat-initial)
command to get my stats, the problem arises is that I appear 4 consecutive
months with values ​​0, reviewing I see files that were generated with
the following sizes:

dspace-log-monthly-2013-10 = 88 kB
dspace-log-monthly-2013-9 = 103 kB
dspace-log-monthly-2013-8 = 841 B *
dspace-log-monthly-2013-7 = 841 B *
dspace-log-monthly-2013-6 = 841 B *
dspace-log-monthly-2013-5 = 841 B *
dspace-log-monthly-2013-4 = 117 kB
dspace-log-monthly-2013-4 = 125 kB

(*) Files that were generated without data. Why is this happening?

Please your help.

Fred
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] Using Dspace for Maps

2014-06-17 Thread Adan Roman

Hi

DSpace can help you in organizing, digital preservation and Publishing
your maps, or any other document.

 Regards


Hi All,

We are in the process  of digitizing our maps for the University of
Zimbabwe. I am wondering if it is possible to use DSpace for capturing
the map. If not can anyone point us to the proper open source software
to use for maps.

Kind Regards,

Admire Mutsikiwa

ICT Projects Manager

Libraries

University of Zimbabwe

Tel:+263-4-303276

/It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities.  Josiah Charles Stamp,
1880-1941, former director of the Bank of England /



--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] Apostrophes in email templates?

2014-06-17 Thread Michael White
Hi,

DSpace v4.1/JSPUI.

I have been tweaking the email templates and have noticed issues when 
attempting to include apostrophes in a template. There appear to be 2 issues:

1. Apostrophes do not display
2. If an apostrophe is used before the placeholders in the template, then the 
placeholders are not replaced (so email is sent out with {0}, {1} etc)

So, for issue 1 for example, my template contains the sentence:

This is a permanent URL so you can use it to reference this publication and it 
will be included with the publication's citation on your RMS webpage.

- but when the email arrives, it contains:

This is a permanent URL so you can use it to reference this publication and it 
will be included with the publications citation on your RMS webpage. 

[i.e. no apostrophe!]

I have ensured my templates are encoded in UTF-8 (without the BOM as I noted 
this also caused issues) using Notepad++ and have the following in DSpace 
config:

mail.charset = UTF-8

I searched the mailing lists and Jira but could find no direct reference to 
issue 1, and only one reference to issue 2 from way back in 2004:

http://sourceforge.net/p/dspace/mailman/message/9304257/

- where the workaround was not to use apostrophes in email templates! :-)

Has anyone else come across this? Anyone have any thoughts on how to get this 
working?

My library colleagues are in the process of redrafting all our emails and 
whilst I am able to tweak them to remove apostrophes (they've all contained at 
least one apostrophe to date!) in some cases this makes the wording a bit 
clumsy so it would be much nicer to fix the problem at source :-)

Any pointers, thoughts, or suggestions welcome.

Cheers,

Mike

Michael White 
eLearning Liaison and Development (eLD)
Information Services
S8, Library
University of Stirling 
Stirling SCOTLAND 
FK9 4LA 
Email: michael.wh...@stir.ac.uk 
Tel: +44 (0) 1786 466877 
Fax: +44 (0) 1786 466880
http://www.stir.ac.uk/is/staff/about/teams/aldt/#eld



-- 
The University of Stirling has been ranked in the top 12 of UK universities for 
graduate employment*.
94% of our 2012 graduates were in work and/or further study within six months 
of graduation.
*The Telegraph
The University of Stirling is a charity registered in Scotland, number SC 
011159.


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
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] Maven Error

2014-06-17 Thread Henry Atsu Agbodza
Dear all,
i kindly need support on this. I'm trying to setup a test instance of
Dspace 4.1 and i got stuck on this point  *mvn -U package. I am using maven
2 and openjdk. I removed *the ~/.m2 directory (rm -rf /home/dspace/.m2) and
did a redo but still the same result.
Below is the error stack:

dspace@dspacetest:~$ cd /home/dspace/source
dspace@dspacetest:~/source$ mvn -U package
[INFO] Scanning for projects...
Downloading:
http://oss.sonatype.org/content/repositories/releases//org/sonatype/oss/oss-parent/7/oss-parent-7.pom
184b downloaded  (oss-parent-7.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'780ba3cf6b6eb0f7c9f6d41d8d25a86a2f46b0c4'; remote = 'html
headtitle301' - RETRYING
Downloading:
http://oss.sonatype.org/content/repositories/releases//org/sonatype/oss/oss-parent/7/oss-parent-7.pom
184b downloaded  (oss-parent-7.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'780ba3cf6b6eb0f7c9f6d41d8d25a86a2f46b0c4'; remote = 'html
headtitle301' - IGNORING
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] Error building POM (may not be this project's POM).


Project ID: org.dspace:dspace-parent:pom:4.1

Reason: Cannot find parent: org.sonatype.oss:oss-parent for project:
org.dspace:dspace-parent:pom:4.1 for project
org.dspace:dspace-parent:pom:4.1


[INFO]

[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
org.sonatype.oss:oss-parent for project: org.dspace:dspace-parent:pom:4.1
for project org.dspace:dspace-parent:pom:4.1
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find
parent: org.sonatype.oss:oss-parent for project:
org.dspace:dspace-parent:pom:4.1 for project
org.dspace:dspace-parent:pom:4.1
at
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
Caused by: org.apache.maven.project.InvalidProjectModelException: Not a
v4.0.0 POM. for project org.sonatype.oss:oss-parent at
/home/dspace/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
at
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1599)
at
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1571)
at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:562)
at
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
... 18 more
[INFO]

[INFO] Total time: 2 seconds
[INFO] Finished at: Tue Jun 17 14:55:41 GMT 2014
[INFO] Final Memory: 2M/58M
[INFO]






-- 
*Sincerely Yours,*

*Henry Atsu Agbodza*
*Library Systems and Research Support, *
*Academic Computing Unit,*
*University of Ghana Computing Systems (UGCS)*
*Room G3, Ground Floor - East Wing, *
*Balme Library*
*Legon*
*Tel.: +233 (0) 207 027360*
*IP Phone: 2442*




*University of Ghana Digital Collection (UGSpace)
http://ugspace.ug.edu.gh:8080/xmlui/University of Ghana Online Catalogue

[Dspace-tech] Problem with Date Range in Discovery Facet

2014-06-17 Thread George Stanley Kozak
Hi...

I am getting ready to cut our DSpace 1.8.2 release over to DSpace 3.2.  Our 
library has decided to go with the JSPUI interface for now (XMLUI, later)  
which I am running with Discovery.
Our testers have found that the Date Range for Discovery Facet seems to off.  
For instance, on our home page, we see:
Date issued
19 - 999 (1)
1000 - 1999 (5935)

If you click on the first date range, you see  items from 1975-1995
The second date range gives you a more accurate display of dates and ranges, 
but we do not see any items dated from 2000 on up.

Does anyone have any idea what's going on?  This does appear to work better 
with the XMLUI interface.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] Ways to enhance discovery/submission - glossary of metadata terms?

2014-06-17 Thread Charlene Chinda Barina
Hi Terry,

Yes, they should be fairly stable, so this option may work for us. Could
you give a suggestion as to where the code should go?


On Mon, Jun 16, 2014 at 3:46 PM, Terry Brady tw...@georgetown.edu wrote:

 Each of the input fields has a unique id on them, so I have found it
 fairly easy to use jQuery bind custom code to item submission widgets when
 present.

 If you have a fairly stable list of values that are assigned, you might be
 able to solve your issue with some javascript.

 jQuery(document).ready(function(){
if (jQuery(#aspect_submission_StepTransformer_field_your_field).is(*))
 {
  jQuery(input:checkbox[name=your_field]).each(function(){
 find the label element for the checkbox
  add a tooltip OR
 wrap the label with an anchor tag and set the href based on the checkbox
 value
  });
  }
 });

 Terry



 On Mon, Jun 16, 2014 at 12:13 PM, Charlene Chinda Barina cbar...@uw.edu
 wrote:

 Hi,

 We're looking at ways to improve faceted browsing and submission of items
 into our repository.

 Our submission process has a variety of metadata fields with specific
 terms, e.g.,


1. Program Management:
If your item relates to program management, select one or more tags
to describe your item.AdvocacyBudgetingCommunity Needs 
 AssessmentsCurriculum
DevelopmentFundraisingHuman ResourcesOutreach and MarketingPartnership
BuildingProgram DesignStaff DevelopmentStrategic PlanningVolunteer
Management

 Is there any way to link to, say, a glossary of what those terms may
 mean? Or is there another way we could include information so that a user
 could look up the meaning of a term and decide if their submission fits
 that topic?

 I know that in the input-forms.xml file we could have a longer display
 with the explanation as part of the item, like so:

pair
  displayed-valueAdvocacy - tools to develop press releases,
 talking points, etc./displayed-value
  stored-valueAdvocacy/stored-value
  /pair

 But that compromises the readability of options when you're having them
 submit items.

 Any suggestions or ideas to accomplish this are very welcome.

 Thanks,
 Charlene
 --
 Charlene Barina, MPH
 Research Analyst 2, U.S. IMPACT Study
 The Information School
 303-359-6347 | Skype: cbarina
 facebook.com/ImpactSurvey | twitter.com/impactsurvey


 --
 HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
 Find What Matters Most in Your Big Data with HPCC Systems
 Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
 Leverages Graph Analysis for Fast Processing  Easy Data Exploration
 http://p.sf.net/sfu/hpccsystems
 ___
 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




 --
 Terry Brady
 Applications Programmer Analyst
 Georgetown University Library Information Technology
 https://www.library.georgetown.edu/lit/code
 425-298-5498




-- 
Charlene Barina, MPH
Research Analyst 2, U.S. IMPACT Study
The Information School
303-359-6347 | Skype: cbarina
facebook.com/ImpactSurvey | twitter.com/impactsurvey
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] Ways to enhance discovery/submission - glossary of metadata terms?

2014-06-17 Thread Terry Brady
Charlene,

We are running XMLUI and all of our themes are based off a main institution
theme.  The main institution theme's sitemap.xmap includes our custom CSS
file and JS file.  I added this logic into our custom JavaScript file.

If the JQuery logic does not work properly, you might also need to ensure
that JQuery has been loaded before your custom JavaScript file.

Terry




On Tue, Jun 17, 2014 at 8:22 AM, Charlene Chinda Barina cbar...@uw.edu
wrote:

 Hi Terry,

 Yes, they should be fairly stable, so this option may work for us. Could
 you give a suggestion as to where the code should go?


 On Mon, Jun 16, 2014 at 3:46 PM, Terry Brady tw...@georgetown.edu wrote:

 Each of the input fields has a unique id on them, so I have found it
 fairly easy to use jQuery bind custom code to item submission widgets when
 present.

 If you have a fairly stable list of values that are assigned, you might
 be able to solve your issue with some javascript.

 jQuery(document).ready(function(){
if (jQuery(#aspect_submission_StepTransformer_field_your_field).is(*))
 {
  jQuery(input:checkbox[name=your_field]).each(function(){
 find the label element for the checkbox
  add a tooltip OR
 wrap the label with an anchor tag and set the href based on the checkbox
 value
  });
  }
 });

 Terry



 On Mon, Jun 16, 2014 at 12:13 PM, Charlene Chinda Barina cbar...@uw.edu
 wrote:

 Hi,

 We're looking at ways to improve faceted browsing and submission of
 items into our repository.

 Our submission process has a variety of metadata fields with specific
 terms, e.g.,


1. Program Management:
If your item relates to program management, select one or more tags
to describe your item.AdvocacyBudgetingCommunity Needs 
 AssessmentsCurriculum
DevelopmentFundraisingHuman ResourcesOutreach and MarketingPartnership
BuildingProgram DesignStaff DevelopmentStrategic PlanningVolunteer
Management

 Is there any way to link to, say, a glossary of what those terms may
 mean? Or is there another way we could include information so that a user
 could look up the meaning of a term and decide if their submission fits
 that topic?

 I know that in the input-forms.xml file we could have a longer display
 with the explanation as part of the item, like so:

pair
  displayed-valueAdvocacy - tools to develop press releases,
 talking points, etc./displayed-value
  stored-valueAdvocacy/stored-value
  /pair

 But that compromises the readability of options when you're having them
 submit items.

 Any suggestions or ideas to accomplish this are very welcome.

 Thanks,
 Charlene
 --
 Charlene Barina, MPH
 Research Analyst 2, U.S. IMPACT Study
 The Information School
 303-359-6347 | Skype: cbarina
 facebook.com/ImpactSurvey | twitter.com/impactsurvey


 --
 HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
 Find What Matters Most in Your Big Data with HPCC Systems
 Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
 Leverages Graph Analysis for Fast Processing  Easy Data Exploration
 http://p.sf.net/sfu/hpccsystems
 ___
 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




 --
 Terry Brady
 Applications Programmer Analyst
 Georgetown University Library Information Technology
 https://www.library.georgetown.edu/lit/code
 425-298-5498




 --
 Charlene Barina, MPH
 Research Analyst 2, U.S. IMPACT Study
 The Information School
 303-359-6347 | Skype: cbarina
 facebook.com/ImpactSurvey | twitter.com/impactsurvey




-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
https://www.library.georgetown.edu/lit/code
425-298-5498
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] R: Apostrophes in email templates?

2014-06-17 Thread Andrea Bollini
This is a general issue when you have text that allow the use of placeholders 
{}. You need to escape apostrophes with another apostrophe, ie write 
publication''s
Andrea



Inviato da Samsung Mobile

div Messaggio originale /divdivDa: Michael White 
michael.wh...@stir.ac.uk /divdivData:17/06/2014  17:09  (GMT+01:00) 
/divdivA: dspace-tech@lists.sourceforge.net /divdivOggetto: 
[Dspace-tech] Apostrophes in email templates? /divdiv
/divHi,

DSpace v4.1/JSPUI.

I have been tweaking the email templates and have noticed issues when 
attempting to include apostrophes in a template. There appear to be 2 issues:

1. Apostrophes do not display
2. If an apostrophe is used before the placeholders in the template, then the 
placeholders are not replaced (so email is sent out with {0}, {1} etc)

So, for issue 1 for example, my template contains the sentence:

This is a permanent URL so you can use it to reference this publication and it 
will be included with the publication's citation on your RMS webpage.

- but when the email arrives, it contains:

This is a permanent URL so you can use it to reference this publication and it 
will be included with the publications citation on your RMS webpage. 

[i.e. no apostrophe!]

I have ensured my templates are encoded in UTF-8 (without the BOM as I noted 
this also caused issues) using Notepad++ and have the following in DSpace 
config:

mail.charset = UTF-8

I searched the mailing lists and Jira but could find no direct reference to 
issue 1, and only one reference to issue 2 from way back in 2004:

http://sourceforge.net/p/dspace/mailman/message/9304257/

- where the workaround was not to use apostrophes in email templates! :-)

Has anyone else come across this? Anyone have any thoughts on how to get this 
working?

My library colleagues are in the process of redrafting all our emails and 
whilst I am able to tweak them to remove apostrophes (they've all contained at 
least one apostrophe to date!) in some cases this makes the wording a bit 
clumsy so it would be much nicer to fix the problem at source :-)

Any pointers, thoughts, or suggestions welcome.

Cheers,

Mike

Michael White 
eLearning Liaison and Development (eLD)
Information Services
S8, Library
University of Stirling 
Stirling SCOTLAND 
FK9 4LA 
Email: michael.wh...@stir.ac.uk 
Tel: +44 (0) 1786 466877 
Fax: +44 (0) 1786 466880
http://www.stir.ac.uk/is/staff/about/teams/aldt/#eld



-- 
The University of Stirling has been ranked in the top 12 of UK universities for 
graduate employment*.
94% of our 2012 graduates were in work and/or further study within six months 
of graduation.
*The Telegraph
The University of Stirling is a charity registered in Scotland, number SC 
011159.


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
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
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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] Problem with Request a copy language translation

2014-06-17 Thread Carlos Walter Blandon Alvarez
Hi all.

I did the translation to Request a copy form in message_es.xml, but the 
translation does not appear for item.

For example with: 
{dspace.baseUrl}/handle/123456789/1318/restricted-resource?bitstreamId=3254

But with {dspace.baseUrl}/handle/123456789/1318/restricted-resource does show 
the translation.

Do I need to enable or add anything else?


Regards,

[http://www.eafit.edu.co/firmadigital/logo-EAFIT-color-peq-01.jpg]

Walter Blandón

Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.comailto:cblan...@eafit.edu.co



Carrera 49  N 7 sur - 50, Medellín - Colombia
Línea de atención al usuario: (57 4) 4489500  
www.eafit.edu.cohttp://www.eafit.edu.co/



--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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 4.1 -SOLR

2014-06-17 Thread Mónica Osejos
Friends I am new to the list and using dspace (v 4.1), I ask for your support 
as profit not finish configuring, now with a new novelty, can someone please 
tell me in which directory the following statistics are supported? 
http://www.dspace.uce.edu.ec/handle/25000/655/statistics 
It happens that I have supported database, but mounting a new test site, these 
data stats do not recover. I can guide where this information is stored? 
Run: index-discovery stats-util 
But I can not retrieve it appear every month to zero. 
Monica--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
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