[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. edd10251c393723abd906d994a75af3af87b8aa8

Evergreen Git git at git.evergreen-ils.org
Wed Aug 6 16:18:39 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_6 has been updated
       via  edd10251c393723abd906d994a75af3af87b8aa8 (commit)
      from  9ac242793371058e5ba6256d38b557785fc51737 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit edd10251c393723abd906d994a75af3af87b8aa8
Author: Erica Rohlfs <erohlfs at esilibrary.com>
Date:   Wed Aug 6 16:17:11 2014 -0400

    Docs: How to use the MARC 007 Physical Characteristics Wizard
    
    Signed-off-by: Erica Rohlfs <erohlfs at esilibrary.com>
    Signed-off-by: Yamil Suarez <yamil at yamil.com>

diff --git a/docs/cataloging/physical_char_wizard.txt b/docs/cataloging/physical_char_wizard.txt
new file mode 100644
index 0000000..59054e8
--- /dev/null
+++ b/docs/cataloging/physical_char_wizard.txt
@@ -0,0 +1,84 @@
+MARC 007 Field Physical Characteristics Wizard
+-----------------------------------------------
+
+The MARC 007 Field Physical Characteristics Wizard enables catalogers to interact with a database wizard that leads the user step-by-step through the MARC 007 field positions. The wizard displays the significance of the current position and provides dropdown lists of possible values for the various components of the MARC 007 field in a more user-friendly way.
+
+*To Access the MARC 007 Field Physical Characteristics Wizard for a Record that Does Not Already Contain the 007 Field (i.e. Creating the 007 Field from Scratch):*
+. 1	Within the bibliographic record that needs to be edited, select *Actions for this Record*.
+. 2	Click *MARC Edit*.
+. 3	Make sure that the Flat-Text Editor checkbox is not selected and that you are not using the Flat-Text Editor interface.
+. 4	Right-click in the MARC field column.
+
+image::media/pcw1.jpg[]
+
+. 5	Click *Add/Replace 007*. The 007 row will appear in the record.
+. 6	Right-click in the 007 textbox field.
+
+image::media/pcw2.jpg[]
+
+. 7	Click *Physical Characteristics Wizard*.
+
+image::media/pcw3.jpg[]
+
+The *MARC 007 Field Physical Characteristics Wizard* will open.
+
+*Using the Physical Characteristics Wizard:*
+
+As the user navigates through the wizard, each position will display its corresponding label that describes the significance of that position. Each position contains a selection of dropdown choices that list the possible values for that particular position. When the user makes a selection from the dropdown options, the value for that position will also change.
+
+The first value defines the *Category of Material*. Users select the Category of Material for the given record by choosing an option from the *Category of Material?* dropdown menu. The choices within the remaining character positions will be appropriate for the Category of Material selected.
+
+Once the Category of Material is selected, click *Next*.
+
+Evergreen will display the pipe symbol (vertical bar) for each position that represents a potential value for the selected Category of Material and will skip obsolete values.
+
+image::media/pcw4.jpg[]
+
+By clicking either the *Previous* or *Next* buttons, the user may step forward and backward, as needed, through the various positions in the 007 field.
+
+image::media/pcw5.jpg[]
+
+As a visual reference, the position that the wizard is displaying will appear in bold font. That way, users know which position they are working on at any given point within the wizard.
+
+image::media/pcw6.jpg[]
+
+Once the user enters all of the applicable values for the 007 field and is ready to exit the wizard, click *OK*.
+
+image::media/pcw7.jpg[]
+
+All of the values selected will be stored and displayed within the 007 field of the bibliographic record.
+
+image::media/pcw8.jpg[]
+
+Continue editing the MARC record, as needed. Once the user is finished editing the record, click *Save Record*.
+
+image::media/pcw9.jpg[]
+
+*To Access the MARC 007 Field Physical Characteristics Wizard for a Record that Already Contains the 007 Field (i.e. Edit an Existing 007 Field):*
+. 1	Within the bibliographic record that needs to be edited, select *Actions for this Record*.
+. 2	Click *MARC Edit*.
+. 3	Right-click in the 007 textbox field.
+. 4	Click *Physical Characteristics Wizard*.
+
+image::media/pcw10.jpg[]
+
+. 5	Click the *Previous* and *Next* buttons to navigate forward and backward through the various positions. The current position that the wizard is on will be indicated by bold font.
+. 6	Each position will display a label that describes the significance of that position. For the position that needs to be edited, choose its appropriate value from the dropdown options.
+
+image::media/pcw11.jpg[]
+
+. 7	Once all edits of the 007 field are made, click *OK*.
+. 8	After finishing all other edits to the MARC record, click *Save Record*.
+
+[NOTE]
+If the user edits an existing 007 field that does not already account for the skipped positions, then Evergreen will not automatically generate where the skipped positions should be in the 007 field. It is recommended that users delete the existing 007 field and start with a new 007 field, to ensure that Evergreen appropriately accounts for the obsolete positions for the Category of Material selected.
+
+*Administration*
+The information driving the MARC 007 Field Physical Characteristics Wizard is already a part of the Evergreen database. This data can be customized by individual sites and / or updated when the Library of Congress dictates new values or positions in the 007 field.
+There are three relevant tables where the information that drives the wizard is stored:
+. 1	*config.marc21_physical_characteristic_type_map* contains the list of materials, or values, for the positions of the 007 field.
+. 2	*config.marc21_physical_characteristic_subfield_map* contains rows that list the meaning of the various positions in the 007 field for each Category of Material.
+. 3	*config.marc21_physical_characteristic_value_map* lists all of the values possible for all of the positions in the config.marc21_physical_characteristic_subfield_map table.
+
+
+
diff --git a/docs/media/pcw1.JPG b/docs/media/pcw1.JPG
new file mode 100644
index 0000000..6c50df7
Binary files /dev/null and b/docs/media/pcw1.JPG differ
diff --git a/docs/media/pcw10.JPG b/docs/media/pcw10.JPG
new file mode 100644
index 0000000..fc2e493
Binary files /dev/null and b/docs/media/pcw10.JPG differ
diff --git a/docs/media/pcw11.JPG b/docs/media/pcw11.JPG
new file mode 100644
index 0000000..699c190
Binary files /dev/null and b/docs/media/pcw11.JPG differ
diff --git a/docs/media/pcw2.JPG b/docs/media/pcw2.JPG
new file mode 100644
index 0000000..9f87931
Binary files /dev/null and b/docs/media/pcw2.JPG differ
diff --git a/docs/media/pcw3.JPG b/docs/media/pcw3.JPG
new file mode 100644
index 0000000..6e71ab7
Binary files /dev/null and b/docs/media/pcw3.JPG differ
diff --git a/docs/media/pcw4.JPG b/docs/media/pcw4.JPG
new file mode 100644
index 0000000..bb49e19
Binary files /dev/null and b/docs/media/pcw4.JPG differ
diff --git a/docs/media/pcw5.jpg b/docs/media/pcw5.jpg
new file mode 100644
index 0000000..6ce5c0d
Binary files /dev/null and b/docs/media/pcw5.jpg differ
diff --git a/docs/media/pcw6.JPG b/docs/media/pcw6.JPG
new file mode 100644
index 0000000..ee01ada
Binary files /dev/null and b/docs/media/pcw6.JPG differ
diff --git a/docs/media/pcw7.JPG b/docs/media/pcw7.JPG
new file mode 100644
index 0000000..fd39677
Binary files /dev/null and b/docs/media/pcw7.JPG differ
diff --git a/docs/media/pcw8.JPG b/docs/media/pcw8.JPG
new file mode 100644
index 0000000..765883d
Binary files /dev/null and b/docs/media/pcw8.JPG differ
diff --git a/docs/media/pcw9.JPG b/docs/media/pcw9.JPG
new file mode 100644
index 0000000..999c49f
Binary files /dev/null and b/docs/media/pcw9.JPG differ
diff --git a/docs/root.txt b/docs/root.txt
index 254abcc..f55d5fc 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -279,6 +279,8 @@ Introduction
 Cataloguers should use this part for understanding the cataloguing procedures
 used in Evergreen.
 
+include::cataloging/physical_char_wizard.txt[]
+
 include::cataloging/batch_importing_MARC.txt[]
 
 include::cataloging/overlay_record_3950_import.txt[]

-----------------------------------------------------------------------

Summary of changes:
 docs/cataloging/physical_char_wizard.txt |   84 ++++++++++++++++++++++++++++++
 docs/media/pcw1.JPG                      |  Bin 0 -> 56905 bytes
 docs/media/pcw10.JPG                     |  Bin 0 -> 53659 bytes
 docs/media/pcw11.JPG                     |  Bin 0 -> 23747 bytes
 docs/media/pcw2.JPG                      |  Bin 0 -> 49943 bytes
 docs/media/pcw3.JPG                      |  Bin 0 -> 51252 bytes
 docs/media/pcw4.JPG                      |  Bin 0 -> 17015 bytes
 docs/media/pcw5.jpg                      |  Bin 0 -> 17601 bytes
 docs/media/pcw6.JPG                      |  Bin 0 -> 16824 bytes
 docs/media/pcw7.JPG                      |  Bin 0 -> 20681 bytes
 docs/media/pcw8.JPG                      |  Bin 0 -> 60211 bytes
 docs/media/pcw9.JPG                      |  Bin 0 -> 76426 bytes
 docs/root.txt                            |    2 +
 13 files changed, 86 insertions(+), 0 deletions(-)
 create mode 100644 docs/cataloging/physical_char_wizard.txt
 create mode 100644 docs/media/pcw1.JPG
 create mode 100644 docs/media/pcw10.JPG
 create mode 100644 docs/media/pcw11.JPG
 create mode 100644 docs/media/pcw2.JPG
 create mode 100644 docs/media/pcw3.JPG
 create mode 100644 docs/media/pcw4.JPG
 create mode 100644 docs/media/pcw5.jpg
 create mode 100644 docs/media/pcw6.JPG
 create mode 100644 docs/media/pcw7.JPG
 create mode 100644 docs/media/pcw8.JPG
 create mode 100644 docs/media/pcw9.JPG


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list