Difference between revisions of "Dedupe 2.4"

From AC Wiki
Jump to: navigation, search
(Defaults)
(Verify Method)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Dedupe 2.4: Group 1 - 008 Date (Verify)==
 
==Dedupe 2.4: Group 1 - 008 Date (Verify)==
 
[[Image:d2-4.png]]<br><br>
 
[[Image:d2-4.png]]<br><br>
=== 008 date ===
+
== 008 date ==
Verify Date: This is for verifying on the publication date used in the 008 date fields (positions 7-10 and 11-14.
+
Backstage uses two date blocks from the 008 field: bytes 7-10 represent date1 and bytes 11-14 represent date2.
  
=== Verify Method ===
+
== Verify Method ==
Parameters in this verification allow partial dates to match to either full dates or other partial dates. Different methods are used in this FULL/PARTIAL/WITHIN.
+
As there have been different cataloging standards through the years, sometimes it makes sense to have a more flexible method for checking dates against other records. Backstage utilizes 3 different methods (Full, Partial, Within) in an attempt to give you the kind of control you would hope to find with respect to your data.
 +
===Full===
 +
Full compares both date1 and date2 of each record; both must match:
 +
  <font size="3">
 +
  Record A:
 +
        date1 date2
 +
    008 <font color="blue">1972</font>  <font color="green">1973</font>
 +
 
 +
  Record B:
 +
        date1 date2
 +
    008 <font color="blue">1972</font>  <font color="green">1973</font></font>
 +
In this example, both date1 (1972) & date2 (1973) of Record A & B match. Matching on Full returns a match for these two records.
  
*FULL compares both date1 and date2 of each record - both have to match.
+
===Partial===
*PARTIAL compares date1 of each record. If no match it compares date2 if the dates don't start with fill characters (space or |).
+
Partial compares date1 of each record. If no match it compares date2 (as long date doesn't contain fill characters--<space> or <pipe>):
*WITHIN compares date1 of one record to date2 of the other and vice-versa. If no match it also does a parital verify.
+
  <font size="3">
 +
  Record A:
 +
        date1 date2
 +
    008 <font color="red">1971</font>  <font color="blue">1973</font>
 +
 
 +
  Record B:
 +
        date1 date2
 +
    008 <font color="red">1972</font>  <font color="blue">1973</font></font>
 +
Since Record A's date1 (1971) is a mismatch against Record B's date1 (1972), both record's date2 (1973) are considered. Matching on Partial returns a match for these two records.
  
=== Tolerance ===
+
===Within===
The date tolerance for the Verify Date parameter is the number of years the date can differ and still qualify as a matched record. This allows for more leniency with hits on the 010/020 and stricter criteria for the TITLE or other fields.
+
Within compares date1 of one record to date2 of other record, and vice-versa. If no match it also does a partial verify:
 +
  <font size="3">
 +
  Record A:
 +
        date1 date2
 +
    008 <font color="red">1970</font>  <font color="blue">1973</font>
 +
 
 +
  Record B:
 +
        date1 date2
 +
    008 <font color="blue">1973</font>  <font color="red">1972</font></font>
 +
In this example, date1 in Record A (1970) does not match date2 in Record B (1972). So, it checks date2 of Record A (1973) against date1 of Record B (1973). Matching on Within returns a match for these two records.
  
The tolerance allows for dates to match within a specified number of years:
+
== Tolerance ==
 +
The date tolerance for the Verify Date parameter is the number of years the date can differ and still qualify as a matched record. This allows for more leniency with hits on the 010/020 and stricter criteria for the TITLE or other fields. The tolerance allows for dates to match within a specified number of years.
 +
===Match exactly===
 +
The year '''1996''' can only verify with another record that has the year '''1996'''. It will not match either '''1995''', '''199u''', '''199-''', or '''199 ''' (ends with blank).
 +
===Off by 1 year===
 +
The year '''1996''' would match either '''1995''', '''1996''', or '''1997'''. It would not match '''1994''', '''1998''', or years where the ending digit is missing or contains a fill character.
  
  <font size="3">
+
===Off by # years===
  Match Exactly : 1996 can only verify with 1996. It will not match with 1995 or 199| or 199[blank].
+
This allows the year tolerance to be increased by the Library for two-plus years. This is helpful when the desired outcome is to match the same decade of the original year in question.
  Off by 1 year : 1996 would match with 1995 or 1997. It will not match with 199| or 199[blank].
+
  Off by __ years : This would allow the tolerance to be specified to 2 or more years.</font>
+
  
NOTE: If the 260 $c date is more complete than the 008 date positions, or the 008 positions are not filled in at all, please talk with your project manager for possible options, e.g., having the Backstage staff populate the 008 using the 260 $c.
+
*Although Backstage recommends using the 008 date blocks, if these are missing or considered unreliable, please consult with Backstage staff for using the [http://ac.bslw.com/community/wiki/index.php5/Dedupe_2.11 260 $c publication date] instead.
  
 
== Default==
 
== Default==
 
{| border="0" cellspacing="0" cellpadding="5" align="left" style="border-collapse:collapse;"
 
{| border="0" cellspacing="0" cellpadding="5" align="left" style="border-collapse:collapse;"
! style="background:silver" align="left" | Group 1 (010, 020, 022)
+
! style="background:lightgray" align="left" colspan="2" | Group 1 (010, 020, 022)
 
|- style="background:#CCFFFF; font-size: 110%;"
 
|- style="background:#CCFFFF; font-size: 110%;"
| 008 date blocks must verify; can be off by 1 year
+
| || 008 date blocks must verify; can be off by 1 year
|-
+
 
|}
 
|}
 
<div style=clear:both></div><br>
 
<div style=clear:both></div><br>
  
 
==links==
 
==links==
<center><font size="4">[[Dedupe_2.1|2.1]] - [[Dedupe_2.2|2.2]] - [[Dedupe_2.3|2.3]] - [[Dedupe_2.4|2.4]] - [[Dedupe_2.5|2.5]] - [[Dedupe_2.6|2.6]] - [[Dedupe_2.7|2.7]] - [[Dedupe_2.8|2.8]] - [[Dedupe_2.9|2.9]] - [[Dedupe_2.10|2.10]] - [[Dedupe_2.11|2.11]] - [[Dedupe_2.12|2.12]]
+
<center><font size="4">[[Dedupe_2.1|2.1]] - [[Dedupe_2.2|2.2]] - [[Dedupe_2.3|2.3]] - [[Dedupe_2.4|2.4]] - [[Dedupe_2.5|2.5]] - [[Dedupe_2.6|2.6]] - [[Dedupe_2.7|2.7]] - [[Dedupe_2.8|2.8]] - [[Dedupe_2.9|2.9]] - [[Dedupe_2.10|2.10]] - [[Dedupe_2.11|2.11]] - [[Dedupe_2.12|2.12]] - [[Dedupe_2.13|2.13]]
 
<hr>
 
<hr>
 
[[Dedupe_1.0|1.0]] - [[Dedupe_2.0|2.0]] - [[Dedupe_3.0|3.0]] - [[Dedupe_4.0|4.0]] - [[Dedupe_5.0|5.0]] - [[Dedupe_6.0|6.0]]</font></center>
 
[[Dedupe_1.0|1.0]] - [[Dedupe_2.0|2.0]] - [[Dedupe_3.0|3.0]] - [[Dedupe_4.0|4.0]] - [[Dedupe_5.0|5.0]] - [[Dedupe_6.0|6.0]]</font></center>
 
[[category:Dedupe Profile Guide]]
 
[[category:Dedupe Profile Guide]]

Latest revision as of 12:20, 2 April 2013

Dedupe 2.4: Group 1 - 008 Date (Verify)

D2-4.png

008 date

Backstage uses two date blocks from the 008 field: bytes 7-10 represent date1 and bytes 11-14 represent date2.

Verify Method

As there have been different cataloging standards through the years, sometimes it makes sense to have a more flexible method for checking dates against other records. Backstage utilizes 3 different methods (Full, Partial, Within) in an attempt to give you the kind of control you would hope to find with respect to your data.

Full

Full compares both date1 and date2 of each record; both must match:

 
 Record A:
       date1 date2
   008 1972  1973
 
 Record B:
       date1 date2
   008 1972  1973

In this example, both date1 (1972) & date2 (1973) of Record A & B match. Matching on Full returns a match for these two records.

Partial

Partial compares date1 of each record. If no match it compares date2 (as long date doesn't contain fill characters--<space> or <pipe>):

 
 Record A:
       date1 date2
   008 1971  1973
 
 Record B:
       date1 date2
   008 1972  1973

Since Record A's date1 (1971) is a mismatch against Record B's date1 (1972), both record's date2 (1973) are considered. Matching on Partial returns a match for these two records.

Within

Within compares date1 of one record to date2 of other record, and vice-versa. If no match it also does a partial verify:

 
 Record A:
       date1 date2
   008 1970  1973
 
 Record B:
       date1 date2
   008 1973  1972

In this example, date1 in Record A (1970) does not match date2 in Record B (1972). So, it checks date2 of Record A (1973) against date1 of Record B (1973). Matching on Within returns a match for these two records.

Tolerance

The date tolerance for the Verify Date parameter is the number of years the date can differ and still qualify as a matched record. This allows for more leniency with hits on the 010/020 and stricter criteria for the TITLE or other fields. The tolerance allows for dates to match within a specified number of years.

Match exactly

The year 1996 can only verify with another record that has the year 1996. It will not match either 1995, 199u, 199-, or 199 (ends with blank).

Off by 1 year

The year 1996 would match either 1995, 1996, or 1997. It would not match 1994, 1998, or years where the ending digit is missing or contains a fill character.

Off by # years

This allows the year tolerance to be increased by the Library for two-plus years. This is helpful when the desired outcome is to match the same decade of the original year in question.

  • Although Backstage recommends using the 008 date blocks, if these are missing or considered unreliable, please consult with Backstage staff for using the 260 $c publication date instead.

Default

Group 1 (010, 020, 022)
008 date blocks must verify; can be off by 1 year

links

2.1 - 2.2 - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 - 2.8 - 2.9 - 2.10 - 2.11 - 2.12 - 2.13
1.0 - 2.0 - 3.0 - 4.0 - 5.0 - 6.0