[dspace-tech] Error installing DSpace 6 + Oracle 10g + SLES 10

2017-08-29 Thread Aroldo Rique
Good afternoon. I'm having trouble installing the Dspace 6 + Oraclle 10g +
SLES10.
The error occurs in the ant fresh_install, which returns me the following:


ant -Dconfig=/opt/dspace-6.1-src-release/dspace/config/local.cfg
fresh_install
Buildfile:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/build.xml

init_installation:
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${org.dspace.app.itemexport.work.dir}
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${org.dspace.app.itemexport.download.dir}
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${handle.dir}
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${upload.temp.dir}
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/${report.dir}

prepare_configs:
[mkdir] Created dir:
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
 [copy] Copying 159 files to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
 [copy] Copying 1 file to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
 [copy] Copying 1 file to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp
 [copy] Copying 16 files to
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp

init_configs:
 [copy] Copying 2 files to /dspace/config
   [delete] Deleting directory
/opt/dspace-6.1-src-release/dspace/target/dspace-installer/config-temp

test_database:
 [java] 2017-08-29 16:24:31,081 WARN
 org.springframework.context.support.ClassPathXmlApplicationContext @
Exception encountered during context initialization - cancelling refresh
attempt: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
 [java] 2017-08-29 16:24:31,093 ERROR
org.dspace.servicemanager.DSpaceServiceManager @ Failed to startup the
DSpace Service Manager: failure starting up spring service manager: Error
creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
 [java] java.lang.IllegalStateException: failure starting up spring
service manager: Error creating bean with name
'org.dspace.app.requestitem.RequestItemAuthorExtractor': Injection of
autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService
org.dspace.app.requestitem.RequestItemMetadataStrategy.itemService; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: No
qualifying bean of type [org.dspace.content.service.ItemService] found for
dependency: expected at least 1 bean which qualifies as autowire candidate
for this dependency. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
 [java] at
org.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:215)
 [java] at
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:153)
 [java] at
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:128)
 [java] at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:49)
 [java] Caused by:
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'org.dspace.app.requestitem.RequestItemAuthorExtractor':
Injection of autowired dependencies failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: protected org.dspace.content.service.ItemService

Re: [dspace-tech] SOLR Configuration (Searching)

2017-08-29 Thread Terry Brady
Unfortunately, I am not aware of any documentation on how to configure this
file for DSpace.

We found that the term stemming returned far too many false hits, so I
changed several of our fields from "text" to "textgen" and the results were
improved.

https://github.com/DSpace/DSpace/blob/master/dspace/solr/search/conf/schema.xml#L278-L279

On Tue, Aug 29, 2017 at 1:41 PM, Tom Avino  wrote:

> Since we switched from Dspace 3.3 JSPUI to XMLUI, our search is not
> working the same. If our users type a specific item CA01234, it will not
> find this even though it is in one of the metadata fields.  I am not sure
> how SOLR works.  I have looked what is in schema.xml.  I am unclear which
> fieldtype is used when a search is done.  It looks like each fieldtype can
> have different parameters.  There is "text_ws", "text", "textTight", etc.
> Where in Dspace do you pick which one to use during a search???
>
> Example
>  positionIncrementGap="100">
>   
> 
>  ignoreCase="true"
> words="stopwords.txt"
> enablePositionIncrements="true"
> />
>  preserveOriginal="1" *splitOnNumerics="0" generateWordParts="1"
> generateNumberParts="1" catenateWords="1" catenateNumbers="1"
> catenateAll="0" splitOnCaseChange="0"*/>
>
>
> Tom Avino
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
http://georgetown-university-libraries.github.io/
425-298-5498 (Seattle, WA)

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] SOLR Configuration (Searching)

2017-08-29 Thread Tom Avino
Since we switched from Dspace 3.3 JSPUI to XMLUI, our search is not working 
the same. If our users type a specific item CA01234, it will not find this 
even though it is in one of the metadata fields.  I am not sure how SOLR 
works.  I have looked what is in schema.xml.  I am unclear which fieldtype 
is used when a search is done.  It looks like each fieldtype can have 
different parameters.  There is "text_ws", "text", "textTight", etc.
Where in Dspace do you pick which one to use during a search???

Example

  





Tom Avino

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] JSPUI Customization

2017-08-29 Thread Lewatle Johannes Phaladi
Hi Claudia,

Thanks very much, I worked a lot on XMLUI and now I want to use JSPUI.

Regards,
Lewatle  

On Monday, 28 August 2017 16:43:25 UTC+2, Claudia Jürgen wrote:
>
> Hello Lewatle, 
>
> see 
>
> https://wiki.duraspace.org/display/DSDOC6x/Localization+L10n#LocalizationL10n-JSPUIspecificlocalization
>  
>
> Hope this helps 
>
> Claudia Jürgen 
>
>
> Am 28.08.2017 um 16:09 schrieb Lewatle Johannes Phaladi: 
> > Hi Dspace Team, 
> > 
> > I am customizing test installation of DSpace 6.0, I would like to know 
> file 
> > where I could edit on jspui to remove the word DSpace where users click 
> to 
> > login, removing My DSpace to TestIR also to remove Log in to DSpace to 
> be 
> > Log in to TestIR 
> > 
> > Regards, 
> > Lewatle 
> > 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231-755 40 32 
> claudia...@tu-dortmund.de  
> www.ub.tu-dortmund.de 
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. 
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines 
> solchen Schriftstücks per Telefax erfolgen. 
>
> Important note: The information included in this e-mail is confidential. 
> It is solely intended for the recipient. If you are not the intended 
> recipient of this e-mail please contact the sender and delete this message. 
> Thank you. Without prejudice of e-mail correspondence, our statements are 
> only legally binding when they are made in the conventional written form 
> (with personal signature) or when such documents are sent by fax. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Storage about dspace

2017-08-29 Thread Aman Garu
Does dspace user the storage of my PC or will the dspace provide itself?

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Find and replace

2017-08-29 Thread Claudia Jürgen

Hello Manuel,

if you mean the text value of metadata there are several ways see:
https://wiki.duraspace.org/display/DSDOC5x/Batch+Metadata+Editing

Hope this helps

Claudia Jürgen


Am 29.08.2017 um 00:37 schrieb Manuel Hidalgo:

Dear all,

Someone know if is possible to find and replace a text in a tag
automatically.

We have a tag with 300 records that it's required do an automatic change.

Regards
Manuel



--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: City/Country usage statistics display no data in DSpace 5.5 / XMLUI

2017-08-29 Thread Evelthon Prodromou


Well, I cleared the statistics core to do a refresh, Seems like new hits 
are recorded. Still, not seeing any country/city displayed in a usage 
statistics page of a specific handle, even though visits have been recorded.



On Wednesday, August 23, 2017 at 12:58:13 PM UTC+3, Evelthon Prodromou 
wrote:
>
> Hello all,
>
>
> I seem to be unable to display usage statistics (views) by city, country 
> in Mirage2. I am wondering if this some bug of some sort or if I am missing 
> something.  I had a quick look on the SOLR side. Did a countryCode query on 
> the statistics core and results are there. Any hint would be appreciated.
>
>
>
> Thanks,
>
>
> Evelthon
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: [Dspace-tech] problem building dspace 5.x

2017-08-29 Thread Ganesh Babu
David,

Were you able to solve this? I am facing the same issue. I get the same 
error in Centos 7 when I try to enable Mirage 2. Any suggestions?

On Monday, June 19, 2017 at 2:25:10 PM UTC-5, David Brian Holt wrote:
>
> I'm having this same problem.  Any suggestions?  I'm trying to install 
> Dspace 6 (with Mirage2) on Centos 7.
>
> This is the error I'm getting:
>
>  Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.6:initialize 
>   (default) on 
> project xmlui-mirage2: Execution default of goal de.saumya.mojo:gem   
>-maven-plugin:1.0.6:initialize 
> failed: Java returned: 1 -> [Help 1]
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Find and replace

2017-08-29 Thread Manuel Hidalgo
Hello Claudia,

Thanks for the information!!

Regards
Manuel



2017-08-29 0:29 GMT-06:00 Claudia Jürgen :

> Hello Manuel,
>
> if you mean the text value of metadata there are several ways see:
> https://wiki.duraspace.org/display/DSDOC5x/Batch+Metadata+Editing
>
> Hope this helps
>
> Claudia Jürgen
>
>
> Am 29.08.2017 um 00:37 schrieb Manuel Hidalgo:
>
>> Dear all,
>>
>> Someone know if is possible to find and replace a text in a tag
>> automatically.
>>
>> We have a tag with 300 records that it's required do an automatic change.
>>
>> Regards
>> Manuel
>>
>>
> --
> Claudia Juergen
> Eldorado
>
> Technische Universität Dortmund
> Universitätsbibliothek
> Vogelpothsweg 76
> 44227 Dortmund
>
> Tel.: +49 231-755 40 43
> Fax: +49 231-755 40 32
> claudia.juer...@tu-dortmund.de
> www.ub.tu-dortmund.de
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender
> und vernichten Sie diese Mail. Vielen Dank.
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines
> solchen Schriftstücks per Telefax erfolgen.
>
> Important note: The information included in this e-mail is confidential.
> It is solely intended for the recipient. If you are not the intended
> recipient of this e-mail please contact the sender and delete this message.
> Thank you. Without prejudice of e-mail correspondence, our statements are
> only legally binding when they are made in the conventional written form
> (with personal signature) or when such documents are sent by fax.
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
*Manuel Hidalgo O.*
Especialista en Sistemas y Tecnologías de Información
Centro Interamericano de Información y Producción Editorial
Instituto Interamericano de Cooperación para la Agricultura
Sede Central
manuel.hida...@iica.int
Tel. +(506) 2216-0327
www.iica.int

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Dspace-CRIS page views problem

2017-08-29 Thread Juan Camilo Pedraza
hi,
the right form to execute the script is 
*[dspace-cris]\bin**\*view-and-download-retrieve 

El lunes, 14 de noviembre de 2016, 19:58:54 (UTC-5), Yen-Tang Chen escribió:
>
> Dear Bollini Andrea
>
> Thank you for the information
>
> I run successfully but I run instruction separately
>
>
> *[dspace-cris]\bin*
> dspace dsrun org.dspace.app.cris.batch.ScriptStatsMetrics -s 
> ItemStatsViewIndicatorsPlugin
> dspace dsrun org.dspace.app.cris.batch.ScriptStatsMetrics -s 
> RPStatsViewIndicatorsPlugin
> dspace dsrun org.dspace.app.cris.batch.ScriptStatsMetrics -s 
> OUStatsViewIndicatorsPlugin
> dspace dsrun org.dspace.app.cris.batch.ScriptStatsMetrics -s 
> PJStatsViewIndicatorsPlugin
>
>
> I can't run this script view-and-download-retrieve..
>
>
> *[dspace-cris]\bin*dspace view-and-download-retrieve
>
>
> How is the correct implementation of the directive action?
>
> Regards
>
>
> Sincerly yours, Yen-Tang Chen
>
>
>
> 
>
>
> 
>
>
> 
>
>
>
>
> Bollini Andrea於 2016年11月13日星期日 UTC+8上午5時47分44秒寫道:
>>
>> Hi 陳彥棠,
>>
>> you need to run this script
>>
>>
>> https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace/bin/view-and-download-retrieve
>>
>> the script will query the solr statistics core calculating the metric 
>> "view" and "download" as today for all your item. You should run the script 
>> daily, the infographics  in the itempage will use the pre-calculated metric 
>> value, the detail statistics page will show you near-real time statistics.
>>
>> If you want to calculate also the percentile (top 1%, 5%, etc.)  you need 
>> to uncomment rows 8-11
>>
>>
>> https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace/bin/view-and-download-retrieve
>>
>> to calculate the increment/decrement in the last week and last month you 
>> need to run weekly/monthly these scripts
>>
>>
>> https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace/bin/period-weekly-retrieve
>>
>>
>> https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/dspace/bin/period-monthly-retrieve
>>
>> In the same way you can found in the bin folder the scripts used to 
>> retrieve the article metrics from Scopus and WOS (they require valid 
>> subscriptions to their services)
>>
>> Hope this clarify,
>>
>> Andrea
>>
>> Il 10/11/2016 08:56, 陳彥棠 ha scritto:
>>
>> Dear all
>>
>>
>> I have a dspace-cris-5.5   I am setting up on windows 10, I try to add 
>> New submission.
>>
>> but the *page views* did not show it , every submissions are the same 
>> problem 
>>
>> How do I display page views?
>>
>>
>> Google Analytics Statistics ?  SOLR Statistics ? or?
>>
>>
>> Regards
>>
>>
>> Sincerly yours, Yen-Tang Chen
>>
>>
>>
>> 
>>
>>
>> 
>>
>>
>>
>>
>>
>>
>>
>> 
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com.
>> To post to this group, send email to dspac...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> -- 
>> Andrea Bollini
>> Chief Technology and Innovation Officer
>>
>> 4Science,  www.4science.it
>> office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy
>> mobile: +39 333 934 1808
>> skype: a.bollini
>> linkedin: andreabollini
>> orcid: -0002-9029-1854
>>
>> an Itway Group Company
>> Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] icons

2017-08-29 Thread LinKeRo GM
I need to put these icons in my repository but for that I search I do not 
find the way to get, I hope someone can help with these (dailnet, scopus, 
miuniac, among others)

https://repositorio.unican.es/xmlui/browse?type=author

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Question about Creative Commons settings

2017-08-29 Thread euler
Dear All,

One of the repository I'm working on (DSpace 5.4 XMLUI) would like to 
implement Creative Commons license step in the submission process. Based 
from what I've read here: Configuring Creative Commons License 
,
 
the field dc.rights will be automatically populated by the Creative Commons 
license Name assuming that the cc.submit.setname is set to true. So for 
example if dc.rights.uri is 
http://creativecommons.org/licenses/by-nc-nd/3.0/igo/, the value for 
dc.rights would be *Attribution-NonCommercial-NoDerivs 3.0 IGO*. Is it 
possible to change the value of dc.rights such that instead of the lookup 
value *Attribution-NonCommercial-NoDerivs 3.0 IGO*, it would instead use *CC 
BY-NC-ND 3.0 IGO*? Example: 
https://openknowledge.worldbank.org/handle/10986/27237?show=full. I also 
noticed that the language attributes for dc.rights and dc.rights.uri were 
asterisks (*) and not the value of cc.license.locale. Also, I would also 
like to ask if it's possible to use the https version of the cc.license.uri? 
I changed my cc.api.rooturl to use https://api.creativecommons.org/rest/1.5 
but it is still assigning the http version. Lastly, since activating the CC 
license step only required that you uncomment Step 6 portion in 
item-submission.xml, is it possible to have these step require the 
submitter to enter the dc.rights.holder field or I can only do that (ie 
adding the dc.rights.holder field) in the Describe portion of the 
submission process?

Thanks in advance and best regards,
euler

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.