[Koha-bugs] [Bug 10562] New: Improve Leader06 Type Labels in MARC21slim2OPACResults.xsl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 10 08:07:09 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10562

            Bug ID: 10562
           Summary: Improve Leader06 Type Labels in
                    MARC21slim2OPACResults.xsl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: dcook at prosentient.com.au

Within the $DisplayOPACiconsXSLT block in MARC21slim2OPACResults.xsl, we're
mapping fixed field data to non-standard human-readable labels. 

While I think the non-standard labels we use are far more useful for users than
the standard labels supplied by the LoC, I think that ours, at least in the
case of position 6 of the Leader, are not entirely accurate.

Here are the actual mappings (from
http://www.loc.gov/marc/bibliographic/bdleader.html):
a - Language material
c - Notated music
d - Manuscript notated music
e - Cartographic material
f - Manuscript cartographic material
g - Projected medium
i - Nonmusical sound recording
j - Musical sound recording
k - Two-dimensional nonprojectable graphic
m - Computer file
o - Kit
p - Mixed materials
r - Three-dimensional artifact or naturally occurring object
t - Manuscript language material

Below, I show our basic mappings in Koha (plus add my suggestion in brackets
behind it)

a => Book [Text]
c => Score
d => Score
e => Map
f => Map
g => Visual Material [Film]
i => Sound
j => Music
k => Visual Material [Picture]
m => Computer File
o => Kit
p => Mixed Materials
r => Visual Material [Object]
t => Book [Text]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list