📄 isis2marcconf.txt
字号:
################################################################
# This is the configuration file of the ISIS2MARC conversion
# coded by Polerio Babao III for use in Library automation
# software like phpmylibrary.
# Note!!!!!!!!!!!! Do not disarrange the order as this may produce error.
# ISIS2MARC
# Polerio Babao III
# Oct 30, 2002
# http://phpmylibrary.sourceforge.net
################################################################
#-------------------------------------------
# [old_li] is the old tag that should be replaced.
# for example your isis have a tag 300 which is a title then
# you must replace it to become 245(marc21 tags)
#
# [new_li] is the replacement tag. 100 are being replaced with
# 101, 300 with 100 and so on and so forth.
#
# You must remember that to become searchable your tags must have
# at least title(245), author(245), subject(630,650), notes(500),
# publisher(260)
#
# If you have more tags to convert be free to add it in the list/array.
#-------------------------------------------
old_li =100 300 200 400 620 480
new_li =101 100 245 260 630 500
#-------------------------------------------
# record_separator - your isis records separator
# fields_separator - your isis fields separator
# sub_fields_separator - your isis subfieds separator
#
# This is an example of an isis data. We can see at the end the records separator
# '##', the at every fields we could observe the '#' sign which is the fields separator
# Then inside the fiedls separator is the '^' which is a subfield separator
# I hope this give you the idea.
#
# 00619000000000229000450000500030000001500020000302000060000504000040001105000060
# 00150600010000211000014000313000031000452000105000764000051001814400006002324600
# 01300238480004900251610003000300620001600330620002200346620002100368#FO#M#DSWCD#
# eng#Paper#Monograph#2-560-00572-6#^aHomans, George Caspar, 1910-#^aThe Human gou
# p /^cGeorge C. Homans ; with a new introduction by A. Paul Hare and Richard Bria
# n Polley.#^aNew Brunswick, U.S.A. :^bTransaction Publishers,#c1992#484 p. : ill#
# ^aClassics in organization and management series#^aHM^b133^cH577 1992^hSW-6170#^
# aSmall groups.#^aSocial interaction.#^aSocial psychology.##
# 00543000000000217000450000500030000001500020000302000060000504000040001105000060
# 00150600010000211000014000312000100000452600010001454000043001554400007001984600
# 00800205610003700213620001600250620003300266620002600299#FO#M#DSWCD#eng#Paper#Mo
# nograph#0-13-366931-9#^aGroups in process : an introduction to small grooup comm
# unication / ^cLarry L. Barker... [et al.]#^a4th ed.#^aEnglewood Cliffs, N.J. :^b
# Prentice-Hall,#c1991.#259 p. #^aHM^b133^cG76^d1991^gDSWCD^hSW-5764#^aSmall group
# s.#^aCommunication in small groups.#^aDecision-making, Group.##
#
# Thus our records separator is '##' fields separator is '#' and
# subfields separator is '^'
#
#-------------------------------------------
record_separator =##
fields_separator =#
sub_fields_separator =^
# Please retain the appearance as is. Just encode only the values.
# for example
# old_li =100 300 200 400 620 480 . . .. you can add more tags in here
# new_li =101 100 245 260 630 500 . . .. you can add more tags in here
#
# record_separator =## you can just replace ## with ^^ or any other value from your marc.
# fields_separator =#
# sub_fields_separator =^
#
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -