Re: [dspace-tech] Icon next to authorities names

2018-02-27 Thread Bollini Andrea
Yes, this is an easy but danger solution.
You will need to deal with this customization everywhere, in the OAI-PMH, REST, 
indexing, etc.
moreover, if you need to update an author because he leaves your institution 
(i.e. become a former researcher) you will need to update all the items where 
it is listed with the risk to keep some inconsistency.
The institutional role is a metadata of the person not a metadata of the item, 
so you need a separate entity where such information can be stored, this is the 
approach used by DSpace-CRIS.
Andrea


Il 23/02/2018 16:08, Alan Orth ha scritto:
Hugo,

The sky is really the limit regarding the possibility for customization based 
on the text fields and XSL transformations, but you're absolutely right: it 
feels a bit dirty to me to store other information in the dc.contributor.author 
field other than the author name!

Cheers,

On Fri, Feb 23, 2018 at 3:15 PM Hugo Carlos 
<hugo.car...@ufabc.edu.br<mailto:hugo.car...@ufabc.edu.br>> wrote:
Hello Alan! Thanks for your answer!
If this configuration works only under an spefic theme, i think maybe it is not 
a good practice to use this "institutional tag" as part of the dc.contributor 
content. I was imagining this icon somehow as another field under the authority 
control.

Thanks!

_
Hugo da Silva Carlos
Bibliotecário
Universidade Federal do ABC
55+ (11) 4996-7934

2018-02-22 17:07 GMT-03:00 Alan Orth 
<alan.o...@gmail.com<mailto:alan.o...@gmail.com>>:
Hello, Hugo.

This is just simple configuration of the Mirage 2 XMLUI theme using XSLT. The 
metadata stored in dc.contributor.author includes a piece of text like 
"[UNIFESP]" so you can use an XSL test like "if" or "choose" and apply certain 
HTML to the the theme conditionally. Pretty easy!

Cheers,

On Mon, Feb 19, 2018 at 10:09 PM Bollini Andrea 
<andrea.boll...@4science.it<mailto:andrea.boll...@4science.it>> wrote:
Hi Hugo,
this looks like a local customisation. A similar feature that is likely what 
you have seen widely is available out of box in dspace-cris
https://wiki.duraspace.org/display/DSPACECRIS/DSpace-CRIS+Home<https://urlsand.esvalabs.com/?u=https%3A%2F%2Fwiki.duraspace.org%2Fdisplay%2FDSPACECRIS%2FDSpace-CRIS%2BHome=3bf0957c=f7cfed0f=n=y>
as example here
http://ira.lib.polyu.edu.hk<https://urlsand.esvalabs.com/?u=http%3A%2F%2Fira.lib.polyu.edu.hk=3bf0957c=e242e81a=n=y>

You can set eventually different icons (or no icon) for
- current researchers (blue in the above example)
- former researchers (gray above)
- external researchers (no icon)
it can be easily extended to different categories for instance role based (phd 
students, associate professors, etc.)

Hope this help,
Andrea




Inviato da smartphone Samsung Galaxy.
 Messaggio originale 
Da: Hugo Carlos <hugobciuf...@gmail.com<mailto:hugobciuf...@gmail.com>>
Data: 19/02/18 19:24 (GMT+01:00)
A: DSpace Technical Support 
<dspace-tech@googlegroups.com<mailto:dspace-tech@googlegroups.com>>
Oggetto: [dspace-tech] Icon next to authorities names

Hello! Guys, I have seen that some repositories have an icon of the 
researcher's institution next to their name in the DSpace.

How to achieve this? I saw several repositories have this interesting visual 
resource that facilitates identification of which author belongs to the 
institution, according to the example below. However, unfortunately I do not 
even know the name of this feature to search google correctly. Could anyone 
help?

Example:

[https://lh3.googleusercontent.com/-3agDKSfonyk/Wor7W7wO7dI/A34/ekz_BAWkus86-GNDX3UPgW8AKk9A94XpACLcBGAs/s1600/author%2Bcom%2Bicone.jpg]<https://urlsand.esvalabs.com/?u=https%3A%2F%2Flh3.googleusercontent.com%2F-3agDKSfonyk%2FWor7W7wO7dI%2FA34%2Fekz_BAWkus86-GNDX3UPgW8AKk9A94XpACLcBGAs%2Fs1600%2Fauthor%252Bcom%252Bicone.jpg=3bf0957c=76576aec=n=y>









[https://lh3.googleusercontent.com/-lj1eUbP9juI/Wor7aNRePoI/A38/KArtZ-h_aikPPq_rtlBjfYgBsIx_MautgCLcBGAs/s1600/author%2Bcom%2Bicone2.jpg]<https://urlsand.esvalabs.com/?u=https%3A%2F%2Flh3.googleusercontent.com%2F-lj1eUbP9juI%2FWor7aNRePoI%2FA38%2FKArtZ-h_aikPPq_rtlBjfYgBsIx_MautgCLcBGAs%2Fs1600%2Fauthor%252Bcom%252Bicone2.jpg=3bf0957c=621e5f0b=n=y>















== in portuguese: 

Olá! Pessoal, tenho visto que alguns repositórios possuem um ícone da 
instituição do pesquisador ao lado do seu nome no Dspace.

Como conseguir isso? Vi vários repositórios terem esse interessante recurso 
visual que facilita identificação de qual o autor pertencente a instituição, 
conforme exemplo abaixo. Porem, infelizmente não sei nem ao menos o nome desse 
recurso para buscar no google corretamente. Alguém poderia ajudar?
--
You received this message because you are subscribed to the Goog

Re: [dspace-tech] Icon next to authorities names

2018-02-23 Thread Alan Orth
Hugo,

The sky is really the limit regarding the possibility for customization
based on the text fields and XSL transformations, but you're absolutely
right: it feels a bit dirty to me to store other information in the
dc.contributor.author field other than the author name!

Cheers,

On Fri, Feb 23, 2018 at 3:15 PM Hugo Carlos <hugo.car...@ufabc.edu.br>
wrote:

> Hello Alan! Thanks for your answer!
> If this configuration works only under an spefic theme, i think maybe it
> is not a good practice to use this "institutional tag" as part of the
> dc.contributor content. I was imagining this icon somehow as another field
> under the authority control.
>
> Thanks!
>
> _
> Hugo da Silva Carlos
> Bibliotecário
> Universidade Federal do ABC
> 55+ (11) 4996-7934
>
> 2018-02-22 17:07 GMT-03:00 Alan Orth <alan.o...@gmail.com>:
>
>> Hello, Hugo.
>>
>> This is just simple configuration of the Mirage 2 XMLUI theme using XSLT.
>> The metadata stored in dc.contributor.author includes a piece of text like
>> "[UNIFESP]" so you can use an XSL test like "if" or "choose" and apply
>> certain HTML to the the theme conditionally. Pretty easy!
>>
>> Cheers,
>>
>> On Mon, Feb 19, 2018 at 10:09 PM Bollini Andrea <
>> andrea.boll...@4science.it> wrote:
>>
>>> Hi Hugo,
>>> this looks like a local customisation. A similar feature that is likely
>>> what you have seen widely is available out of box in dspace-cris
>>> https://wiki.duraspace.org/display/DSPACECRIS/DSpace-CRIS+Home
>>> as example here
>>> http://ira.lib.polyu.edu.hk
>>>
>>> You can set eventually different icons (or no icon) for
>>> - current researchers (blue in the above example)
>>> - former researchers (gray above)
>>> - external researchers (no icon)
>>> it can be easily extended to different categories for instance role
>>> based (phd students, associate professors, etc.)
>>>
>>> Hope this help,
>>> Andrea
>>>
>>>
>>>
>>>
>>> Inviato da smartphone Samsung Galaxy.
>>>  Messaggio originale 
>>> Da: Hugo Carlos <hugobciuf...@gmail.com>
>>> Data: 19/02/18 19:24 (GMT+01:00)
>>> A: DSpace Technical Support <dspace-tech@googlegroups.com>
>>> Oggetto: [dspace-tech] Icon next to authorities names
>>>
>>> Hello! Guys, I have seen that some repositories have an icon of the
>>> researcher's institution next to their name in the DSpace.
>>>
>>> How to achieve this? I saw several repositories have this interesting
>>> visual resource that facilitates identification of which author belongs to
>>> the institution, according to the example below. However, unfortunately I
>>> do not even know the name of this feature to search google correctly. Could
>>> anyone help?
>>>
>>> Example:
>>>
>>>
>>> <https://urlsand.esvalabs.com/?u=https%3A%2F%2Flh3.googleusercontent.com%2F-3agDKSfonyk%2FWor7W7wO7dI%2FA34%2Fekz_BAWkus86-GNDX3UPgW8AKk9A94XpACLcBGAs%2Fs1600%2Fauthor%252Bcom%252Bicone.jpg=3bf0957c=76576aec=n=y>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> <https://urlsand.esvalabs.com/?u=https%3A%2F%2Flh3.googleusercontent.com%2F-lj1eUbP9juI%2FWor7aNRePoI%2FA38%2FKArtZ-h_aikPPq_rtlBjfYgBsIx_MautgCLcBGAs%2Fs1600%2Fauthor%252Bcom%252Bicone2.jpg=3bf0957c=621e5f0b=n=y>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> == in portuguese:
>>> 
>>> Olá! Pessoal, tenho visto que alguns repositórios possuem um ícone da
>>> instituição do pesquisador ao lado do seu nome no Dspace.
>>>
>>> Como conseguir isso? Vi vários repositórios terem esse interessante
>>> recurso visual que facilita identificação de qual o autor pertencente a
>>> instituição, conforme exemplo abaixo. Porem, infelizmente não sei nem ao
>>> menos o nome desse recurso para buscar no google corretamente. Alguém
>>> poderia ajudar?
>>>
>>> --
>>> 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
>>

Re: [dspace-tech] Icon next to authorities names

2018-02-22 Thread Alan Orth
Hello, Hugo.

This is just simple configuration of the Mirage 2 XMLUI theme using XSLT.
The metadata stored in dc.contributor.author includes a piece of text like
"[UNIFESP]" so you can use an XSL test like "if" or "choose" and apply
certain HTML to the the theme conditionally. Pretty easy!

Cheers,

On Mon, Feb 19, 2018 at 10:09 PM Bollini Andrea <andrea.boll...@4science.it>
wrote:

> Hi Hugo,
> this looks like a local customisation. A similar feature that is likely
> what you have seen widely is available out of box in dspace-cris
> https://wiki.duraspace.org/display/DSPACECRIS/DSpace-CRIS+Home
> as example here
> http://ira.lib.polyu.edu.hk
>
> You can set eventually different icons (or no icon) for
> - current researchers (blue in the above example)
> - former researchers (gray above)
> - external researchers (no icon)
> it can be easily extended to different categories for instance role based
> (phd students, associate professors, etc.)
>
> Hope this help,
> Andrea
>
>
>
>
> Inviato da smartphone Samsung Galaxy.
>  Messaggio originale 
> Da: Hugo Carlos <hugobciuf...@gmail.com>
> Data: 19/02/18 19:24 (GMT+01:00)
> A: DSpace Technical Support <dspace-tech@googlegroups.com>
> Oggetto: [dspace-tech] Icon next to authorities names
>
> Hello! Guys, I have seen that some repositories have an icon of the
> researcher's institution next to their name in the DSpace.
>
> How to achieve this? I saw several repositories have this interesting
> visual resource that facilitates identification of which author belongs to
> the institution, according to the example below. However, unfortunately I
> do not even know the name of this feature to search google correctly. Could
> anyone help?
>
> Example:
>
>
> <https://urlsand.esvalabs.com/?u=https%3A%2F%2Flh3.googleusercontent.com%2F-3agDKSfonyk%2FWor7W7wO7dI%2FA34%2Fekz_BAWkus86-GNDX3UPgW8AKk9A94XpACLcBGAs%2Fs1600%2Fauthor%252Bcom%252Bicone.jpg=3bf0957c=76576aec=n=y>
>
>
>
>
>
>
>
>
>
>
> <https://urlsand.esvalabs.com/?u=https%3A%2F%2Flh3.googleusercontent.com%2F-lj1eUbP9juI%2FWor7aNRePoI%2FA38%2FKArtZ-h_aikPPq_rtlBjfYgBsIx_MautgCLcBGAs%2Fs1600%2Fauthor%252Bcom%252Bicone2.jpg=3bf0957c=621e5f0b=n=y>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> == in portuguese:
> 
> Olá! Pessoal, tenho visto que alguns repositórios possuem um ícone da
> instituição do pesquisador ao lado do seu nome no Dspace.
>
> Como conseguir isso? Vi vários repositórios terem esse interessante
> recurso visual que facilita identificação de qual o autor pertencente a
> instituição, conforme exemplo abaixo. Porem, infelizmente não sei nem ao
> menos o nome desse recurso para buscar no google corretamente. Alguém
> poderia ajudar?
>
> --
> 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
> <https://urlsand.esvalabs.com/?u=https%3A%2F%2Fgroups.google.com%2Fgroup%2Fdspace-tech=3bf0957c=1a59d98e=n=y>
> .
> For more options, visit https://groups.google.com/d/optout
> <https://urlsand.esvalabs.com/?u=https%3A%2F%2Fgroups.google.com%2Fd%2Foptout=3bf0957c=3c849a2f=n=y>
> .
>
>
> --
> Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non
> infetto.
> Clicca qui per segnalarlo come spam.
> <http://esva1.business-e.it/cgi-bin/learn-msg.cgi?id=4D8A64231C.A5137>
>
> --
> This message has been checked by Libra ESVA and is believed to be clean.
>
> --
> 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.
>
-- 

Alan Orth
alan.o...@gmail.com
https://picturingjordan.com
https://englishbulgaria.net
https://mjanja.ch

-- 
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] Icon next to authorities names

2018-02-19 Thread Bollini Andrea
Hi Hugo,
this looks like a local customisation. A similar feature that is likely what 
you have seen widely is available out of box in dspace-cris
https://wiki.duraspace.org/display/DSPACECRIS/DSpace-CRIS+Home
as example here
http://ira.lib.polyu.edu.hk

You can set eventually different icons (or no icon) for
- current researchers (blue in the above example)
- former researchers (gray above)
- external researchers (no icon)
it can be easily extended to different categories for instance role based (phd 
students, associate professors, etc.)

Hope this help,
Andrea




Inviato da smartphone Samsung Galaxy.
 Messaggio originale 
Da: Hugo Carlos <hugobciuf...@gmail.com>
Data: 19/02/18 19:24 (GMT+01:00)
A: DSpace Technical Support <dspace-tech@googlegroups.com>
Oggetto: [dspace-tech] Icon next to authorities names

Hello! Guys, I have seen that some repositories have an icon of the 
researcher's institution next to their name in the DSpace.

How to achieve this? I saw several repositories have this interesting visual 
resource that facilitates identification of which author belongs to the 
institution, according to the example below. However, unfortunately I do not 
even know the name of this feature to search google correctly. Could anyone 
help?

Example:

[https://lh3.googleusercontent.com/-3agDKSfonyk/Wor7W7wO7dI/A34/ekz_BAWkus86-GNDX3UPgW8AKk9A94XpACLcBGAs/s1600/author%2Bcom%2Bicone.jpg]<https://urlsand.esvalabs.com/?u=https%3A%2F%2Flh3.googleusercontent.com%2F-3agDKSfonyk%2FWor7W7wO7dI%2FA34%2Fekz_BAWkus86-GNDX3UPgW8AKk9A94XpACLcBGAs%2Fs1600%2Fauthor%252Bcom%252Bicone.jpg=3bf0957c=76576aec=n=y>









[https://lh3.googleusercontent.com/-lj1eUbP9juI/Wor7aNRePoI/A38/KArtZ-h_aikPPq_rtlBjfYgBsIx_MautgCLcBGAs/s1600/author%2Bcom%2Bicone2.jpg]<https://urlsand.esvalabs.com/?u=https%3A%2F%2Flh3.googleusercontent.com%2F-lj1eUbP9juI%2FWor7aNRePoI%2FA38%2FKArtZ-h_aikPPq_rtlBjfYgBsIx_MautgCLcBGAs%2Fs1600%2Fauthor%252Bcom%252Bicone2.jpg=3bf0957c=621e5f0b=n=y>















== in portuguese: 

Olá! Pessoal, tenho visto que alguns repositórios possuem um ícone da 
instituição do pesquisador ao lado do seu nome no Dspace.

Como conseguir isso? Vi vários repositórios terem esse interessante recurso 
visual que facilita identificação de qual o autor pertencente a instituição, 
conforme exemplo abaixo. Porem, infelizmente não sei nem ao menos o nome desse 
recurso para buscar no google corretamente. Alguém poderia ajudar?

--
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<mailto:dspace-tech+unsubscr...@googlegroups.com>.
To post to this group, send email to 
dspace-tech@googlegroups.com<mailto:dspace-tech@googlegroups.com>.
Visit this group at 
https://groups.google.com/group/dspace-tech<https://urlsand.esvalabs.com/?u=https%3A%2F%2Fgroups.google.com%2Fgroup%2Fdspace-tech=3bf0957c=1a59d98e=n=y>.
For more options, visit 
https://groups.google.com/d/optout<https://urlsand.esvalabs.com/?u=https%3A%2F%2Fgroups.google.com%2Fd%2Foptout=3bf0957c=3c849a2f=n=y>.

--
Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non infetto.
Clicca qui per segnalarlo come 
spam.<http://esva1.business-e.it/cgi-bin/learn-msg.cgi?id=4D8A64231C.A5137>

--
Questo messaggio e' stato analizzato da Libra ESVA ed e' risultato non infetto.
This message was scanned by Libra ESVA and is believed to be clean.

-- 
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] Icon next to authorities names

2018-02-19 Thread emilio lorenzo

Hi,

(the example is missed)

at least the repositories with our authority-control module had this 
feature enabled


https://wiki.duraspace.org/display/DSPACE/Extensions+and+Addons+Work#ExtensionsandAddonsWork-AuthorityControl 



http://arvo.es/productos/153-modulo-de-autoridades

see: https://e-archivo.uc3m.es/browse?type=author   and some other 
installations


The module is an extension of the authority control from Dspace.

regards

Emilio



El 19/02/2018 a las 17:32, Hugo Carlos escribi
Hello! Guys, I have seen that some repositories have an icon of the 
researcher's institution next to their name in the DSpace.


How to achieve this? I saw several repositories have this interesting 
visual resource that facilitates identification of which author 
belongs to the institution, according to the example below. However, 
unfortunately I do not even know the name of this feature to search 
google correctly. Could anyone help?


Example:



























== in portuguese: 

Olá! Pessoal, tenho visto que alguns repositórios possuem um ícone da 
instituição do pesquisador ao lado do seu nome no Dspace.


Como conseguir isso? Vi vários repositórios terem esse interessante 
recurso visual que facilita identificação de qual o autor pertencente 
a instituição, conforme exemplo abaixo. Porem, infelizmente não sei 
nem ao menos o nome desse recurso para buscar no google corretamente. 
Alguém poderia ajudar?

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


--
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] Icon next to authorities names

2018-02-19 Thread Hugo Carlos
Hello! Guys, I have seen that some repositories have an icon of the 
researcher's institution next to their name in the DSpace.

How to achieve this? I saw several repositories have this interesting 
visual resource that facilitates identification of which author belongs to 
the institution, according to the example below. However, unfortunately I 
do not even know the name of this feature to search google correctly. Could 
anyone help?

Example:



























== in portuguese: 

Olá! Pessoal, tenho visto que alguns repositórios possuem um ícone da 
instituição do pesquisador ao lado do seu nome no Dspace.

Como conseguir isso? Vi vários repositórios terem esse interessante recurso 
visual que facilita identificação de qual o autor pertencente a 
instituição, conforme exemplo abaixo. Porem, infelizmente não sei nem ao 
menos o nome desse recurso para buscar no google corretamente. Alguém 
poderia ajudar?

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