Re: [Dspace-tech] Display DOI as link in jspui in 4.2

2015-02-17 Thread Pablo Buenaposada
That's interesting, what you have done in order to make doi linkable?



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Display-DOI-as-link-in-jspui-in-4-2-tp4676576p4676667.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
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=190641631iu=/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] Display DOI as link in jspui in 4.2 (Chris Gray) (Chris Gray)

2015-02-12 Thread IdeaFix
We make this field in metadata registry oursellf. Also we gave selfmade
fields for scopus identifier, conference-name and date and some other
things. After you make your own field for doi do not forget to make a
adition in your /dspace/config/crosswalks/ google-metadata



There is a string google.citation_doi = it helps google to identify your
articles in scholar more accurate.

 

Alex Y.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
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] Display DOI as link in jspui in 4.2

2015-02-11 Thread Chris Gray
I believe I have found the answer to my own question.

It seems that the documentation applies to XMLUI and not to JSPUI. The 
DOI link is created correctly in XMLUI only.

Chris

On 15-02-10 11:31 AM, Chris Gray wrote:
 We have configured the DOI field to display as a link in jspui, but it
 only does so if the value entered into dc.identifier.doi is the full URI
 and not just the DOI number.  Entering a DOI number in the submission
 form does not populate the metadata field dc.identifier.doi with the
 full URI.

 Is there some way either to have the base url (http://dx.doi.org/)
 automatically added to dc.identifier.doi or to have the base url added
 automatically when dc.identifier.doi is displayed as link in jspui?  Are
 there more settings that need configuration that webui.resolver.n.urn
 (doi) and webui.resolver.n.baseurl?

 Chris Gray
 Systems Analyst
 519-888-4567, ext. 35764
 cpg...@uwaterloo.ca
 University of Waterloo

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 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


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
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] Display DOI as link in jspui in 4.2 (Chris Gray)

2015-02-11 Thread Chris Gray

Thanks.  I will try that.

I can't find reference to the configuration “dc.identifier.doi(doi)” in 
the 4.x documentation.


Chris

On 15-02-11 03:59 PM, IdeaFix wrote:


In dspace.cfg:

webui.resolver.1.urn = doi

webui.resolver.1.baseurl = http://dx.doi.org/

and

webui.itemdisplay.default=someothefields, dc.identifier.doi(doi), 
someothefields


http://elar.urfu.ru/handle/10995/27152 - result

You should add “dc.identifier.doi(doi)” paremeter in your 
“webui.itemdisplay.default” string. Doi metadata should be in 
specially addet field in your metadata registry, for example 
“dc.identifier.doi”




--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/


___
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


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
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] Display DOI as link in jspui in 4.2 (Chris Gray)

2015-02-11 Thread IdeaFix
In dspace.cfg:

 

webui.resolver.1.urn = doi

webui.resolver.1.baseurl = http://dx.doi.org/

 

and

 

webui.itemdisplay.default=someothefields, dc.identifier.doi(doi),
someothefields

 

http://elar.urfu.ru/handle/10995/27152 - result

 

You should add dc.identifier.doi(doi) paremeter in your
webui.itemdisplay.default string. Doi metadata should be in specially
addet field in your metadata registry, for example dc.identifier.doi

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
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] Display DOI as link in jspui in 4.2

2015-02-10 Thread Chris Gray
We have configured the DOI field to display as a link in jspui, but it 
only does so if the value entered into dc.identifier.doi is the full URI 
and not just the DOI number.  Entering a DOI number in the submission 
form does not populate the metadata field dc.identifier.doi with the 
full URI.

Is there some way either to have the base url (http://dx.doi.org/) 
automatically added to dc.identifier.doi or to have the base url added 
automatically when dc.identifier.doi is displayed as link in jspui?  Are 
there more settings that need configuration that webui.resolver.n.urn 
(doi) and webui.resolver.n.baseurl?

Chris Gray
Systems Analyst
519-888-4567, ext. 35764
cpg...@uwaterloo.ca
University of Waterloo

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
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