EPrints Technical Mailing List Archive

Message: #04019


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: Contributors data


Hi,

We have done something like that in citations :

  <epc:foreach expr="note_numeros" iterator="nn">
      <epc:if test="$index gt 0">, </epc:if>
<epc:phrase ref="note_numeros_type_typename_{$nn{type}}"/> : <epc:print expr="$nn{texte}" />
  </epc:foreach>

Where note_numeros is a compound with texte (text) and type (namedset).

The "note_numeros_type_typename_{$nn{type}}" allows to get the corresponding phrases.

Regards,
GF

Le 02/03/2015 14:22, Centro de Documentación a écrit :
Hi guys,

Is it possible to show contributors_name and contributors_type in the
same row in abstract pages? Something like that:

Contributors: contributors_name [contributors_type]; contributors_name
[contributors_type] ...

Regards,

Cristian
*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** Archive: http://www.eprints.org/tech.php/
*** EPrints community wiki: http://wiki.eprints.org/
*** EPrints developers Forum: http://forum.eprints.org/