[dspace-tech] Re: It does not show me the statistics of visiting by country

2019-05-27 Thread Freddy Guerrero
Please someone help me??

Freddy

El lunes, 20 de mayo de 2019, 23:19:03 (UTC-5), Freddy Guerrero escribió:
>
> hellow
>
> Please your help, do not show me the statistics of visiting by country, or 
> by city. Use Dspace 6.2 and if I have the file: GeoLiteCity.dat
>
> Please your help, what should I try?
>
> [image: Captura.PNG]
>
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/0931bd6f-71b0-4e3d-802a-1d6d1351af89%40googlegroups.com.


[dspace-tech] Adding extracted text to Bundle: Text

2019-05-27 Thread Cameron, Jacob
Hi All,

Dspace 6.3, XMLUI, Mirage theme.

Is it possible to add Bundle: Text items through the web interface?  I've been 
trying.  We have 2 pdf documents that filter-media can't handle, but I've been 
able to run through pdfbox and get extracted text for.  I'd like to add the 
text if possible, but there doesn't appear to be a way to do it in the XMLUI 
interface.


--
Jake Cameron, BCS(UNB)
Systems Support Specialist III
Information Systems and Technical Services University of Lethbridge Library
Phone:(403)329-2756
This e-mail, including any and all attachments, is only for the use of the 
intended recipient(s) and may contain information that is confidential or 
privileged. If you are not the intended recipient, you are advised that any 
dissemination, copying or other use of this e-mail is prohibited. Please notify 
the sender of the error in communication by return e-mail and destroy all 
copies of this e-mail. Thank you.

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/YQBPR0101MB23066EA5A32FDE79F8E47FDB841D0%40YQBPR0101MB2306.CANPRD01.PROD.OUTLOOK.COM.


Re: [dspace-tech] How I can implement external links in Dspace

2019-05-27 Thread Jhon. H.
Thanks Claudia

El lunes, 27 de mayo de 2019, 5:38:27 (UTC-5), Claudia Jürgen escribió:
>
> Hello,
>
> for the jspui the item display it is configurable
> see
> https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference
> webui.itemdisplay.default
>
> I think in the xmlui it is rendered here
>
> https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace-xmlui/src/main/webapp/themes/dri2xhtml/DIM-Handler.xsl#L84
>
> Hope this helps
>
> Claudia Jürgen
>
>
> Am 24.05.2019 um 21:01 schrieb Jhon Herrera:
>
> Hi everyone
>
> I have installed Dspace and I am trying to complete and change metadata 
> tags. I need to use some specifics tags like dc.contributor.uri but Dspace 
> show me this tag as a String and not as a link.
>
> I need to show this tag as a link that I can click over it and display this 
> link .  I try to write a specific url (https:// or http://) but Dspace show 
> me a String.
>
> I do not know to do this. Do I have to change template? Do I have to write 
> some special structure (<>, #..)?
>
> Can you help me with this problem?
>
>
>
> -- 
> Claudia Juergen
> Eldorado
>
> Technische Universität Dortmund
> Universitätsbibliothek
> Vogelpothsweg 76
> 44227 Dortmund
>
> Tel.: +49 231-755 40 43
> Fax: +49 231-755 40 32claudia...@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. * 
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/32173e8e-d881-4840-97b6-bfb768e61b75%40googlegroups.com.


Re: [dspace-tech] How I can implement external links in Dspace

2019-05-27 Thread Claudia Jürgen

Hello,

for the jspui the item display it is configurable
see
https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference
webui.itemdisplay.default

I think in the xmlui it is rendered here
https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace-xmlui/src/main/webapp/themes/dri2xhtml/DIM-Handler.xsl#L84

Hope this helps

Claudia Jürgen


Am 24.05.2019 um 21:01 schrieb Jhon Herrera:

Hi everyone

I have installed Dspace and I am trying to complete and change metadata
tags. I need to use some specifics tags like dc.contributor.uri but Dspace
show me this tag as a String and not as a link.

I need to show this tag as a link that I can click over it and display this
link .  I try to write a specific url (https:// or http://) but Dspace show
me a String.

I do not know to do this. Do I have to change template? Do I have to write
some special structure (<>, #..)?

Can you help me with this problem?




--
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.

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/f007cc67-183d-2aa4-b75e-6df011961b0e%40tu-dortmund.de.