Tech List

[index] [prev] [next] [options] [help]
See the Mailing Lists Page for how to subscribe and unsubscribe.

eprints_tech messages

Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.

[EP-tech] generate_views for authors

From: Maher Qahwash <qahwash AT kfupm.edu.sa>
Date: Fri, 03 Oct 2008 00:45:36 +0300


Threading: [EP-tech] generate_views for authors from qahwash AT kfupm.edu.sa
      • This Message

This is a multi-part message in MIME format.

Hi,

We are running v3.1, the number of authors in our repository is becoming very 
big, arround 200,000, so having them in one html page is not practicle, so we 
are trying to devide them based on their divisions, doing this in the views.pl  
file does not give any browse results:
{
                id => "divisionsauthors",
                allow_null => 0,
                fields => "divisions,creators_name/editors_name",
                order => "creators_name/title",
                include => 1,
                hideempty => 1,

        },


when running generate_views for divisionauthors, the link pages for each author 
are being created under each division directory in 
/var/lib/eprints3/archiveid/archivename/html/en/view/divisionauthors/division_directory/authors_link

But the main index.html file under that division_directory doea not contain the 
authors_link in:

<div align="center">

  <table width="720" 
class="ep_tm_main"><tr><td align="left">
    <h1 class="ep_tm_pagetitle">Browse by 
Department_Authors</h1>
    <div class="ep_view_menu"><div 
class="ep_view_intro">Please select a value to browse from the 
list below.</div><ul></ul></div>
  </td></tr></table>
</div>




NOTE: doing the same for authors emails :fields => 
"divisions,creators_id", works fine (gives browse results).



Any ideas what the problem is with creators_name ?



thanks,

Maher


ATTACHMENT: message.html!


[index] [prev] [next] [options] [help]