X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=conf%2Fnormalize%2Fisi%2Fisi2sorted.pl;h=233b49448576fb4a785c6f42d99905fa916f0f24;hb=6651390457de5e56c86d8fefcacee67d70cc548f;hp=05d154a621b7acebde2e2601f0f65c2146538cf4;hpb=4cb43c7e62d6bdfd2749c6c6644fe74ab229d71d;p=webpac2 diff --git a/conf/normalize/isi/isi2sorted.pl b/conf/normalize/isi/isi2sorted.pl index 05d154a..233b494 100644 --- a/conf/normalize/isi/isi2sorted.pl +++ b/conf/normalize/isi/isi2sorted.pl @@ -1,3 +1,15 @@ -sorted('cited', - rec('CR','full') +sorted('au', + prefix( rec('UT') . ' | ', + rec('AU') + ) ); + + + +sorted('cr', + suffix( + ' | ' . rec('UT') . ' | ' . join_with(' ; ', rec('AU')) . ' | ' . join_with(' ; ', rec('SO')) . ' | ' . rec('PY'), + rec('CR','full') + ) +); +