local
[webpac2] / conf / normalize / isi / isi2sorted.pl
index 05d154a..233b494 100644 (file)
@@ -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')
+       )
+);
+