For example, Http://millenium.itesm.mx/record=i3168958&searchscope=0 is a Periodical, but it gets imported as book.
* Check if LEADER scanning is being done correctly
* If LEADER has any ambiguities, probably try to check |x in 6xx fields or other clues...

Comments

janusman’s picture

Priority: Normal » Minor

Yes LEADER scanning seems correct, however leaving open as this warrants further testing.

janusman’s picture

Assigned: Unassigned » janusman

In process of contacting Endeca implementors at NCSU for tips; it seems a combination of LEADER bytes 6/7/21, 650$v and SIRSI item types were used. I will contact the implementor for UCN who implemented Endeca for their III webopac.

janusman’s picture

Roy Tennant suggested reading this article: http://www.oclc.org/research/publications/archive/2005/connaway-acrl.pdf
which looks at ways to recognize electronic resources from different parts of a MARC record.

janusman’s picture

Status: Active » Needs review
StatusFileSize
new5.37 KB

Added some code from MARC module which apart from scanning the leader, also checks MARC tag 007.

janusman’s picture

StatusFileSize
new4.67 KB

Woops, new patch, previous had some extraneous code =)

janusman’s picture

Status: Needs review » Fixed
StatusFileSize
new4.8 KB

Committing this patch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

tituomin’s picture

Status: Closed (fixed) » Needs work
StatusFileSize
new1.94 KB

Sorry, I have to return to this old issue. =) There are still a couple of problems here. First, there are a couple of record types still missing, for example Musical recording: http://www.loc.gov/marc/bibliographic/bdleader.html

Second, I think that material type and material format are two different concepts: for example, both a vinyl LP and a cd are still music. Format is a more detailed technical issue, but it's important in some cases to make sure the more abstract type is the same..

This patch actually conflicts with the internationalization patch elsewhere, but it's just here to clarify what I'm talking about..

tituomin’s picture

Status: Needs work » Needs review
StatusFileSize
new1.34 KB

Here's a simple working patch. I just added the missing record types.

janusman’s picture

Status: Needs review » Fixed

Committed, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.