EPrints Technical Mailing List Archive
See the EPrints wiki for instructions on how to join this mailing list and related information.
Message: #01756
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: EPrints for Journals
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Re: EPrints for Journals
- From: Tim Brody <tdb2@ecs.soton.ac.uk>
- Date: Tue, 19 Mar 2013 10:27:36 +0000
On Mon, 2013-03-18 at 19:52 +0530, Abhigna Bandi wrote:
> Sir,
> We are working on setting up a repository for our institution. As a
> part of the project we want to make our institutional journal
> (Spectrum) available according to the volumes it is published in.
> Every year a new journal is published.
> So i would like to know how can we set the views such that the
> navigation would be in this way :
>
> Spectrum --> year --> acticles ( in that particular year)
> Also, following the instructions in a few documentations tried to
> search for the views.xml file. But it is not available
> in /usr/share/eprints3/archives/ARCHIVEID/cfg/lang/en/phrases/views.xml. So coould you please help us resolve this.
>
> Regards,
> Abhigna B
Hi,
Do you mean publishing the journal through your Institutional EPrints?
You can add a "filters" to the view configuration that would allow you
to only show SPECTRUM articles in that view. Something like this:
$c->{browse_views} = [
{
filters => [
{ meta_fields => [qw( issn )], value => '0000-0000', },
],
id => "spectrum_year",
order => "date",
menus => [
{
fields => [qw( date;res=year )],
reverse_order => 1,
allow_null => 1,
new_column_at => [10, 10]
},
],
},
];
(If you have an ISSN for your journal.)
--
All the best,
Tim
Attachment:
signature.asc
Description: This is a digitally signed message part
- References:
- [EP-tech] EPrints for Journals
- From: Abhigna Bandi <abhigna1912@gmail.com>
- [EP-tech] EPrints for Journals
- Prev by Date: [EP-tech] Re: Browse views
- Next by Date: [EP-tech] Re: Eprints edit location
- Previous by thread: [EP-tech] EPrints for Journals
- Next by thread: [EP-tech] Re: URGENT - demoprints Internal Server Error
- Index(es):
