<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Perfect !</p>
<p>thank you Adam.<br>
</p>
<p>Jean-Marie<br>
</p>
<br>
<div class="moz-cite-prefix">Le 25/10/2017 à 10:29, Adam Field a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:EMEW3|73d16298e0f4049eb34ce969a253ce14y9O9Yk14eprints-tech-bounces|ecs.soton.ac.uk|1860FEE5-EAA0-47A2-8466-CD959DAB96B0@adamfield.net">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Courier New";
        panose-1:2 7 3 9 2 2 5 2 4 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.moz-smiley-s1
        {mso-style-name:moz-smiley-s1;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Courier;}
span.EmailStyle21
        {mso-style-type:personal;
        font-family:Calibri;
        color:windowtext;}
span.EmailStyle22
        {mso-style-type:personal-reply;
        font-family:Calibri;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:595.0pt 842.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
<div class="WordSection1">
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">Hi Jean-Marie<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
Try something like this (note that this is just typed into
the email, so will have lots of errors).<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">--<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">Adam<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">#this is the
render_value function that’s set in the field config<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">$c->{render_authors_with_images}
= sub<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">{<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
</span><i><span style="font-size:11.0pt;font-family:Calibri"
lang="EN">my ($repo, $field, $value, $allangs, $nolink,
$eprint) = @_;<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span
style="font-size:11.0pt;font-family:Calibri" lang="EN"><o:p> </o:p></span></i></p>
<p class="MsoNormal"><i><span
style="font-size:11.0pt;font-family:Calibri" lang="EN">
my $frag = $repo->xml->create_document_fragment;<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span
style="font-size:11.0pt;font-family:Calibri" lang="EN"><o:p> </o:p></span></i></p>
<p class="MsoNormal"><i><span
style="font-size:11.0pt;font-family:Calibri" lang="EN">
foreach my $person (@{$value})<o:p></o:p></span></i></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
{<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
$frag->appendChild($repo->call(‘render_author_as_link’, $repo,
$person));<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
}<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
return $frag;<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">};<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">$c->{render_author_as_link}
= sub<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">{<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
my ($repo, $author) = @_;<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
$name =
EPrints::Utils::make_name_string($author->{name});<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
my $url = $repo->call(‘staff_link_url’, $name->{ppn});<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
my $image_url = $repo->call(‘staff_image_url’,
$name->{ppn});<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"> <o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
my $frag = $repo->xml->create_document_fragment;<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
my $a = $repo->xml->create_element(‘a’, href =>
$url);<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
$a->appendChild($repo->xml->create_text_node($name));<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
$frag->appendChild($a);<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
my $img = $repo->xml->create_element(‘img’, src =>
$image_url);<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
$frag->appendChild($img);<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
return $frag;<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">};<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">$c->{staff_link_url}
= sub<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">{<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
my ($ppn) = @_;<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
return ‘<a class="moz-txt-link-freetext" href="http://myorganisation.org/staff/’">http://myorganisation.org/staff/’</a> . $ppn; #build as
required<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">};<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">$c->{staff_image_url}
= sub<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">{<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
my ($ppn) = @_;<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">
return ‘<a class="moz-txt-link-freetext" href="http://myorganisation.org/staff/images/’">http://myorganisation.org/staff/images/’</a> . $ppn .
‘/profile_thumbnail.jpg’;<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri">}<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:Calibri"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:36.0pt"><b><span
style="font-family:Calibri;color:black">From: </span></b><span
style="font-family:Calibri;color:black"><a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk"><eprints-tech-bounces@ecs.soton.ac.uk></a>
on behalf of <a class="moz-txt-link-rfc2396E" href="mailto:Jean-Marie.Lebechec@inp-toulouse.fr"><Jean-Marie.Lebechec@inp-toulouse.fr></a><br>
<b>Reply-To: </b><a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk"><eprints-tech@ecs.soton.ac.uk></a><br>
<b>Date: </b>Wednesday, 25 October 2017 09:04<br>
<b>To: </b><a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk"><eprints-tech@ecs.soton.ac.uk></a><br>
<b>Subject: </b>Re: [EP-tech] Render_value help<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
</div>
<p style="margin-left:36.0pt">Hi again Adam,<o:p></o:p></p>
<p style="margin-left:36.0pt">How to add a hyperlink and
especially an image associated with this link? Which method to
use?<o:p></o:p></p>
<p style="margin-left:36.0pt">Thank you.<o:p></o:p></p>
<p style="margin-left:36.0pt">Jean-Marie<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal" style="margin-left:36.0pt">Le 25/10/2017
à 08:17, <a
href="mailto:Jean-Marie.Lebechec@inp-toulouse.fr"
moz-do-not-send="true">Jean-Marie.Lebechec@inp-toulouse.fr</a>
a écrit :<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p style="margin-left:36.0pt">Ah yes, thank you. I understood
better the mechanism ! It is sometimes (often) difficult to
debug Eprints <span class="moz-smiley-s1">:-)</span> <o:p></o:p></p>
<p style="margin-left:36.0pt">Jean-Marie<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal" style="margin-left:36.0pt">Le
24/10/2017 à 16:23, Adam Field a écrit :<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri">You need to
return a dom object from a render function. Here are a
couple of replacement lines:</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri"> </span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri"> </span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri">
….</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri">
push @authors, </span><i><span
style="font-size:11.0pt;font-family:Calibri" lang="EN">EPrints::Utils::make_name_string(
$_->{name} );</span></i><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri">
…</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri">
return $repo->xml->create_text_node(join(‘; ‘,
@authors));</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri"> </span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri">Move the
return to the bottom of the function, aswell. At the
moment it’s in the loop. Also, I think your
render_value config line may belong outside the fields
section.</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri"> </span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri">--</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri">Adam</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri"> </span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri"> </span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:Calibri"> </span><o:p></o:p></p>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:72.0pt"><b><span
style="font-family:Calibri;color:black">From: </span></b><span
style="font-family:Calibri;color:black"><a
href="mailto:eprints-tech-bounces@ecs.soton.ac.uk"
moz-do-not-send="true"><eprints-tech-bounces@ecs.soton.ac.uk></a>
on behalf of <a
href="mailto:Jean-Marie.Lebechec@inp-toulouse.fr"
moz-do-not-send="true"><Jean-Marie.Lebechec@inp-toulouse.fr></a><br>
<b>Reply-To: </b><a
href="mailto:eprints-tech@ecs.soton.ac.uk"
moz-do-not-send="true"><eprints-tech@ecs.soton.ac.uk></a><br>
<b>Date: </b>Tuesday, 24 October 2017 15:07<br>
<b>To: </b><a
href="mailto:eprints-tech@ecs.soton.ac.uk"
moz-do-not-send="true"><eprints-tech@ecs.soton.ac.uk></a><br>
<b>Subject: </b>[EP-tech] Render_value help</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:72.0pt"> <o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-left:72.0pt">Hi all, <o:p></o:p></p>
<div>
<p style="margin-left:72.0pt"><span lang="EN">I want to
modify the rendering field creators to add an ID
("ppn") as indicated in this page. So I defined in my
eprint_field.pl this configuration:</span><o:p></o:p></p>
<p style="margin-left:72.0pt"><i><span lang="EN">{<br>
'name' => 'creators',<br>
'type' => 'compound',<br>
'allow_null' => 1,<br>
'multiple' => 1,<br>
'fields' => [<br>
{<br>
'sub_name' => 'ppn',<br>
'type' => 'text',<br>
'input_cols' => 10,<br>
'allow_null' => 1,<br>
},<br>
{<br>
'sub_name' => 'name',<br>
'type' => 'name',<br>
'hide_honourific' =>
1,<br>
'hide_lineage' => 1,<br>
'family_first' => 1,<br>
},<br>
},<br>
{<br>
'sub_name' => 'id',<br>
'type' => 'text',<br>
'input_cols' => 20,<br>
'allow_null' => 1,<br>
},<br>
],<br>
'input_boxes' => 4,<br>
'render_value' =>
'idref',<br>
...</span></i><o:p></o:p></p>
<p style="margin-left:72.0pt"><i><span lang="EN">}</span></i><o:p></o:p></p>
<p style="margin-left:72.0pt"><br>
<span lang="EN">but I can not write the code to display
the authors' data in the following form:<br>
"Name, First name (ppn) and Name, First name and
Name, First name (ppn)" for example.</span><o:p></o:p></p>
<p style="margin-left:72.0pt"><span lang="EN">I started
writing things like this:<br>
<i>$c->{idref} = sub<br>
{<br>
<br>
my ($repo, $field, $value, $allangs, $nolink,
$eprint) = @_;<br>
my @authors;<br>
<br>
for( @{ $eprint->value( "creators" ) } )<br>
{<br>
<br>
push @authors, {<br>
author =>
EPrints::Utils::make_name_string( $_->{name} ),<br>
};<br>
return \@authors;<br>
}<br>
<br>
}</i><br>
<br>
but it does not work....<br>
<br>
Any help or example will be welcome!</span><o:p></o:p></p>
<p style="margin-left:72.0pt"><span lang="EN">Jean-Marie<br>
<br>
<br>
</span><o:p></o:p></p>
<p style="margin-left:72.0pt"> <o:p></o:p></p>
<pre style="margin-left:72.0pt">-- <o:p></o:p></pre>
<pre style="margin-left:72.0pt"> <o:p></o:p></pre>
<pre style="margin-left:72.0pt">***********************************************<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Jean Marie Le Bechec<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Service Commun de la Documentation<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Responsable ingenierie documentaire<o:p></o:p></pre>
<pre style="margin-left:72.0pt">&<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Direction du Systeme d'Information<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Referent Etudes<o:p></o:p></pre>
<pre style="margin-left:72.0pt"> <o:p></o:p></pre>
<pre style="margin-left:72.0pt">Institut National Polytechnique de Toulouse<o:p></o:p></pre>
<pre style="margin-left:72.0pt">6 allee Emile Monso - bp 34038 -<o:p></o:p></pre>
<pre style="margin-left:72.0pt">31029 Toulouse cedex 4<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Tel : 05 34 32 31 16<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Tel Port : 06 40 81 35 68<o:p></o:p></pre>
<pre style="margin-left:72.0pt">Mail : <a href="mailto:lebechec@inp-toulouse.fr" moz-do-not-send="true">lebechec@inp-toulouse.fr</a><o:p></o:p></pre>
<pre style="margin-left:72.0pt">*********************************************** <o:p></o:p></pre>
</div>
<p class="MsoNormal" style="margin-left:72.0pt">*** Options:
<a
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech"
moz-do-not-send="true">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a href="http://www.eprints.org/tech.php/"
moz-do-not-send="true">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a
href="http://wiki.eprints.org/" moz-do-not-send="true">http://wiki.eprints.org/</a>
*** EPrints developers Forum: <a
href="http://forum.eprints.org/" moz-do-not-send="true">http://forum.eprints.org/</a>
<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><br>
<br>
<br>
<o:p></o:p></p>
<pre style="margin-left:36.0pt">*** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" moz-do-not-send="true">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><o:p></o:p></pre>
<pre style="margin-left:36.0pt">*** Archive: <a href="http://www.eprints.org/tech.php/" moz-do-not-send="true">http://www.eprints.org/tech.php/</a><o:p></o:p></pre>
<pre style="margin-left:36.0pt">*** EPrints community wiki: <a href="http://wiki.eprints.org/" moz-do-not-send="true">http://wiki.eprints.org/</a><o:p></o:p></pre>
<pre style="margin-left:36.0pt">*** EPrints developers Forum: <a href="http://forum.eprints.org/" moz-do-not-send="true">http://forum.eprints.org/</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal" style="margin-left:36.0pt"><br>
<br>
<o:p></o:p></p>
<pre style="margin-left:36.0pt">-- <o:p></o:p></pre>
<pre style="margin-left:36.0pt"><o:p> </o:p></pre>
<pre style="margin-left:36.0pt">***********************************************<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Jean Marie Le Bechec<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Service Commun de la Documentation<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Responsable ingenierie documentaire<o:p></o:p></pre>
<pre style="margin-left:36.0pt">&<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Direction du Systeme d'Information<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Referent Etudes<o:p></o:p></pre>
<pre style="margin-left:36.0pt"><o:p> </o:p></pre>
<pre style="margin-left:36.0pt">Institut National Polytechnique de Toulouse<o:p></o:p></pre>
<pre style="margin-left:36.0pt">6 allee Emile Monso - bp 34038 -<o:p></o:p></pre>
<pre style="margin-left:36.0pt">31029 Toulouse cedex 4<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Tel : 05 34 32 31 16<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Tel Port : 06 40 81 35 68<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Mail : <a href="mailto:lebechec@inp-toulouse.fr" moz-do-not-send="true">lebechec@inp-toulouse.fr</a><o:p></o:p></pre>
<pre style="margin-left:36.0pt">*********************************************** <o:p></o:p></pre>
<p class="MsoNormal" style="margin-left:36.0pt"><br>
<br>
<br>
<o:p></o:p></p>
<pre style="margin-left:36.0pt">*** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" moz-do-not-send="true">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><o:p></o:p></pre>
<pre style="margin-left:36.0pt">*** Archive: <a href="http://www.eprints.org/tech.php/" moz-do-not-send="true">http://www.eprints.org/tech.php/</a><o:p></o:p></pre>
<pre style="margin-left:36.0pt">*** EPrints community wiki: <a href="http://wiki.eprints.org/" moz-do-not-send="true">http://wiki.eprints.org/</a><o:p></o:p></pre>
<pre style="margin-left:36.0pt">*** EPrints developers Forum: <a href="http://forum.eprints.org/" moz-do-not-send="true">http://forum.eprints.org/</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal" style="margin-left:36.0pt"><br>
<br>
<o:p></o:p></p>
<pre style="margin-left:36.0pt">-- <o:p></o:p></pre>
<pre style="margin-left:36.0pt"><o:p> </o:p></pre>
<pre style="margin-left:36.0pt">***********************************************<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Jean Marie Le Bechec<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Service Commun de la Documentation<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Responsable ingenierie documentaire<o:p></o:p></pre>
<pre style="margin-left:36.0pt">&<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Direction du Systeme d'Information<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Referent Etudes<o:p></o:p></pre>
<pre style="margin-left:36.0pt"><o:p> </o:p></pre>
<pre style="margin-left:36.0pt">Institut National Polytechnique de Toulouse<o:p></o:p></pre>
<pre style="margin-left:36.0pt">6 allee Emile Monso - bp 34038 -<o:p></o:p></pre>
<pre style="margin-left:36.0pt">31029 Toulouse cedex 4<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Tel : 05 34 32 31 16<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Tel Port : 06 40 81 35 68<o:p></o:p></pre>
<pre style="margin-left:36.0pt">Mail : <a href="mailto:lebechec@inp-toulouse.fr" moz-do-not-send="true">lebechec@inp-toulouse.fr</a><o:p></o:p></pre>
<pre style="margin-left:36.0pt">*********************************************** <o:p></o:p></pre>
<p class="MsoNormal" style="margin-left:36.0pt">*** Options:
<a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="http://www.eprints.org/tech.php/">http://www.eprints.org/tech.php/</a> *** EPrints
community wiki: <a class="moz-txt-link-freetext" href="http://wiki.eprints.org/">http://wiki.eprints.org/</a> *** EPrints
developers Forum: <a class="moz-txt-link-freetext" href="http://forum.eprints.org/">http://forum.eprints.org/</a> <o:p></o:p></p>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="http://www.eprints.org/tech.php/">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="http://wiki.eprints.org/">http://wiki.eprints.org/</a>
*** EPrints developers Forum: <a class="moz-txt-link-freetext" href="http://forum.eprints.org/">http://forum.eprints.org/</a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
***********************************************
Jean Marie Le Bechec
Service Commun de la Documentation
Responsable ingenierie documentaire
&
Direction du Systeme d'Information
Referent Etudes
Institut National Polytechnique de Toulouse
6 allee Emile Monso - bp 34038 -
31029 Toulouse cedex 4
Tel : 05 34 32 31 16
Tel Port : 06 40 81 35 68
Mail : <a class="moz-txt-link-abbreviated" href="mailto:lebechec@inp-toulouse.fr">lebechec@inp-toulouse.fr</a>
***********************************************
</pre>
</body>
</html>