unimarc.abs change : defaulting author sorting to 700$a
instead of 200$f + some tab added to have something easier to read Some libraries don't use authorities (700$a), but they are usually small libraries, so won't be with zebra ! Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
58cf5e62ac
commit
1cc21be002
1 changed files with 10 additions and 10 deletions
|
@ -81,16 +81,18 @@ melm 200$b itype
|
|||
|
||||
############ AUTHORS ##################
|
||||
# main Author
|
||||
melm 200$f Author:w,Author:p,Author:s
|
||||
melm 200$f Author:w,Author:p
|
||||
# other Authors
|
||||
melm 200$g Author:w,Author:p
|
||||
# physical Author
|
||||
melm 700$9 Koha-Auth-Number,Koha-Auth-Number:n
|
||||
melm 700$a Author,Author-name-personal,Author:p,Author-name-personal:p melm 700 Author,Author-name-personal,Author:p,Author-name-personal:p
|
||||
melm 701$9 Koha-Auth-Number,Koha-Auth-Number:n
|
||||
melm 701 Author,Author-name-personal,Author:p,Author-name-personal:p
|
||||
melm 702$9 Koha-Auth-Number,Koha-Auth-Number:n
|
||||
melm 702 Author,Author-name-personal,Author:p,Author-name-personal:p
|
||||
melm 700$9 Koha-Auth-Number,Koha-Auth-Number:n
|
||||
melm 700$a Author, Author-name-personal, Author:p, Author-name-personal:p, Author:s
|
||||
melm 700 Author,Author-name-personal,Author:p,Author-name-personal:p
|
||||
melm 701$9 Koha-Auth-Number,Koha-Auth-Number:n
|
||||
melm 701 Author,Author-name-personal,Author:p,Author-name-personal:p
|
||||
melm 702$9 Koha-Auth-Number,Koha-Auth-Number:n
|
||||
melm 702 Author,Author-name-personal,Author:p,Author-name-personal:p
|
||||
|
||||
# collective Author
|
||||
melm 710$9 Koha-Auth-Number,Koha-Auth-Number:n
|
||||
melm 710 Author,Author-name-corporate,Author-name-conference,Corporate-name,Conference-name,Author:p,Author-name-corporate:p,Author-name-conference:p,Corporate-name:p,Conference-name:p
|
||||
|
@ -100,8 +102,6 @@ melm 711 Author,Author-name-corporate,Author-name-conference,Corporate-name,C
|
|||
melm 712$9 Koha-Auth-Number,Koha-Auth-Number:n
|
||||
melm 712 Author,Author-name-corporate,Author-name-conference,Corporate-name,Conference-name,Author:p,Author-name-corporate:p,Author-name-conference:p,Corporate-name:p,Conference-name:p
|
||||
|
||||
|
||||
|
||||
############## TITLE ##################
|
||||
# main Title
|
||||
melm 200$a Title:w,Title:p,Title:s
|
||||
|
@ -112,7 +112,7 @@ melm 200$d Title:w,Title:p
|
|||
# subTitle
|
||||
melm 200$e Title:w,Title:p
|
||||
|
||||
melm 205 Title,Title:p
|
||||
melm 205 Title,Title:p
|
||||
|
||||
melm 208 Serials,Serials:p
|
||||
melm 207 Printed-music,Printed-music:p
|
||||
|
|
Loading…
Reference in a new issue