<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Dear all,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have an installation of eprints in which there is this field:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<b> {</b>
<div><b> 'name' => 'cds',</b></div>
<div><b> 'type' => 'subject',</b></div>
<div><b> 'multiple' => 1,</b></div>
<div><b> 'top' => 'cds',</b></div>
<div><b> 'browse_link' => 'cds',</b></div>
<div><b> 'search_rows'=>'5',</b></div>
<b> }</b></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
in eprint_fields.pl <br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Now I'm trying to modify this view to sort list of cds alphabetically in views.pl:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<b>{</b>
<div><b> id=>"cds",</b></div>
<div><b> allow_null=>0,</b></div>
<div><b> fields=>"cds,-discussion_date;res=year",</b></div>
<div><b> hideempty => 1,</b></div>
<div><b> order=>"creators_name/title",</b></div>
<div><b> variations => [</b></div>
<div><b> "creators_name;first_letter",</b></div>
<div><b> "relatore", "indirizzo","orientamento","DEFAULT"</b></div>
<div><b> ],</b></div>
<div><b><br>
</b></div>
<div><b> noindex => 0,</b></div>
<div><b> nolink=>0,</b></div>
<div><b> hideup=>1</b></div>
<b> }</b></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<b><br>
</b></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I've understand that <b>"fields=>"cds,-discussion_date;res=year"</b> is deprecated in eprints 3<b> from
</b>this wiki page: <br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.eprints.org%2Fw%2FViews.pl&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cd3d85a9ddcdc449b221e08d85a49a743%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=CxfLJZmUgHfR5q8WVUKeXkc%2FpFPRGWhmTnYbJp7pYWw%3D&reserved=0" originalSrc="https://wiki.eprints.org/w/Views.pl" shash="nPqvce6d9eaTLlVf1kJvl/cDQnHc003rRyV4n3K+1PlcDgBFQwmE6+kSNcHN1O49qNvKfn1A6O0aRLtcJHdRZxx48YInMHMi/dQ5l0LnlwToLe6KB6r5HB4y6pdNLuufk166AoLjNbDs6+iMK3FLRxaKYtB0hcYFKvaJ5Lj53NY=" id="LPlnk523484">https://wiki.eprints.org/w/Views.pl</a></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
But I don't understand how "variations" and "order" works and how I could modify their to achieve my aim.<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Could anyone suggest other documentations or websites about eprints 3?</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thank you very much</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Regards <br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Antonio<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div style="font-family:Tahoma; font-size:13px">
<div class="BodyFragment"><font size="2">
<div class="PlainText">----------------------------------------------------------------------</div>
<div class="PlainText"><b>Antonio Fracasso</b></div>
</font><font size="2">
<div class="PlainText"><font size="2">ABIS - Unit¨¤ di processo Gestione e sviluppo della biblioteca digitale d'Ateneo - AlmaDL</font><br>
</div>
<div class="PlainText">Alma Mater Studiorum - Universit¨¤ di Bologna<br>
via Quirico Filopanti 7, Bologna<br>
<a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsba.unibo.it%2Fit%2Falmadl&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cd3d85a9ddcdc449b221e08d85a49a743%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=WiKP70TUugb8UhxP9p%2Bj5HiMg2aOdIc6iS6Kpee2WeM%3D&reserved=0" originalSrc="https://sba.unibo.it/it/almadl" shash="wm0UrlyYrssuqwd5qSp8Zvsof/mHtGLyI9VqdVbETR/f7uCVugmPEXjq/kj8lR6p7oB0WYdUkqOvVlFSh0jTuV+s74VJ4Tq1z+UPHQHC0kHtZMls8qadJ03gefBAYlLFq0JvX75u0em/RAzwWLVM+NPJ3rbXCIoR5qRU1tVR2j4=">https://sba.unibo.it/it/almadl</a><br>
Tel: 0512094019<br>
Mobile: 3351831667<br>
Skypeme: antonio.fracasso</div>
<div class="PlainText">Linkedin: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.linkedin.com%2Fin%2Fcyanto&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cd3d85a9ddcdc449b221e08d85a49a743%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=RVqPwzL7hXAMF3Q36l6aLKBoBklHmFVxtryb0Ifm4Vk%3D&reserved=0" originalSrc="http://www.linkedin.com/in/cyanto" shash="seVYzRMXZ+ma5ZwS8az2TEuvVxIfLCc16HP9B23W0DkTcqmDRhUTR5jSixtCCczqbdfVRgu1653P+d8P9LSzMmEER6koYQwrCcytdlEwQoh2n/ZfhkfMDvgOSAp5LYu1oRsjJcp+X8i5Sv8KeJXpvJfzLGNGILTiIXvLSvPmf/c=" class="OWAAutoLink">
www.linkedin.com/in/cyanto</a><br>
Blog: <a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fantoniofracasso.net%2F&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cd3d85a9ddcdc449b221e08d85a49a743%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=ttdnan0iwOVNtXlmcyBby3XG3eHDsPR0zAsiz40Ot0c%3D&reserved=0" originalSrc="https://antoniofracasso.net/" shash="ulU/J+g46fJVforNL33zzKQg7aYgySBfhWNfMVAD7eeSDbblcvNmX3i6T/ytubl6aCiMHc0T3sJvejAziSoo4QxYegScIoZwNHs+P3S2pUNCWqqtnom8OH0PDkVYH/SCpoAcJxrKX+eN6VHDFBq2ERLM2vuZJnxTTCLOwFA1QHY=" title="https://antoniofracasso.net/">
antoniofracasso.net</a><br>
---------------------------------------------------------------------</div>
<div class="PlainText"><br>
</div>
<div class="PlainText">
<div style="left:-99999px">"Non importa quanto corri, ma dove corri e perch¨¦ corri.ˇ°</div>
<div style="left:-99999px">
<div style="left:-99999px"><i>Zden¨§k Zeman</i><br>
</div>
</div>
<br>
</div>
<div class="PlainText"><br>
</div>
<div class="PlainText"><a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsba.unibo.it%2Fit%2Falmadl%2Fopen-access-e-open-science%2Fvideorassegna&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cd3d85a9ddcdc449b221e08d85a49a743%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=cOGEPfw7YysgkKIjPhsVwSJS2v8xu2a4Sjt2AHwfDf0%3D&reserved=0" originalSrc="https://sba.unibo.it/it/almadl/open-access-e-open-science/videorassegna" shash="MfwCGfzaevjLm5k14poQxt2scE591bkxRIjCxwkReFIto6ogOyEeJMIFrOu2xLyCcQTwLUL7kh/BG27F+sBdWZUBJl/kKqKgZ3gPcIeT8ZoJA2zC6QfYlHT72EpMPkFsP62VXwmw8+Ymxl3g5avp5RrqyvEfj3XAzk3RY8hs4z8=" title="https://sba.unibo.it/it/almadl/open-access-e-open-science/videorassegna"><font size="2">Rassegna di video 'L'Universit¨¤ di Bologna per l'open access
e l'open science'</font></a><br>
</div>
<div class="PlainText"><br>
</div>
</font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>