|
1 | 1 | --- |
2 | 2 | title: Integrations |
3 | | -teaching: 15 |
4 | | -exercises: 0 |
| 3 | +teaching: 20 |
| 4 | +exercises: 1 |
5 | 5 | --- |
6 | 6 |
|
7 | 7 | ::::::::::::::::::::::::::::::::::::::: objectives |
8 | 8 |
|
9 | 9 | - Explain what integrations are |
10 | 10 | - Explain how integrations support advanced record actions |
11 | 11 | - Illustrate integrations with OCLC |
| 12 | +- Set up an integration with the Library of Congress' Z39.50 service |
12 | 13 |
|
13 | 14 | :::::::::::::::::::::::::::::::::::::::::::::::::: |
14 | 15 |
|
@@ -42,8 +43,8 @@ Many systems rely on the Z39.50 protocol to search and exchange data. It could b |
42 | 43 |
|
43 | 44 | <table> |
44 | 45 | <tr> |
45 | | - <td><strong>Field</strong></td> |
46 | | - <td><strong>Value</strong></td> |
| 46 | + <th><strong>Field</strong></th> |
| 47 | + <th><strong>Value</strong></th> |
47 | 48 | </tr> |
48 | 49 | <tr> |
49 | 50 | <td>Name</td> |
@@ -75,8 +76,8 @@ For [OCLC](https://help.oclc.org/Metadata_Services/Z3950_Cataloging/Get_started/ |
75 | 76 |
|
76 | 77 | <table> |
77 | 78 | <tr> |
78 | | - <td><strong>Field</strong></td> |
79 | | - <td><strong>Value</strong></td> |
| 79 | + <th><strong>Field</strong></th> |
| 80 | + <th><strong>Value</strong></th> |
80 | 81 | </tr> |
81 | 82 | <tr> |
82 | 83 | <td>Name</td> |
@@ -104,7 +105,34 @@ For [OCLC](https://help.oclc.org/Metadata_Services/Z3950_Cataloging/Get_started/ |
104 | 105 | </tr> |
105 | 106 | </table> |
106 | 107 |
|
107 | | -You should be able to add multiple Z39.50 connections. |
| 108 | +You can add multiple Z39.50 connections. To do this, go to the main menu, click on Tools, then Utilities, then Z39.50/SRU Client. In the new window, click on Actions in the upper left hand corner and select "Add new Z39.50 Server". |
| 109 | + |
| 110 | +::::::::::::::::::::::::::::::::::::::: challenge |
| 111 | +Add a connection to the Library of Congress' Z39.50 using the information below. What is the main entry if you search for the record number 983545. |
| 112 | + |
| 113 | +- Name: Library of Congress |
| 114 | +- Host: lx2.loc.gov |
| 115 | +- Database: LCDB |
| 116 | +- Port: 210 |
| 117 | +- Syntax: MARC21 |
| 118 | +- Username/Password: Leave Blank |
| 119 | + |
| 120 | +::::::::::::::: solution |
| 121 | +Solution |
| 122 | + |
| 123 | +- Go to Tools in the main menu |
| 124 | +- Click on Tools -> Utilities -> Z39.50/SRU Client |
| 125 | +- In the new window, click on Actions -> Add new Z39.50 Client |
| 126 | +- Use the information above to fill out the fields |
| 127 | +- Click Save |
| 128 | +- Make sure the Query Database has "Library of Congress" |
| 129 | +- Make sure the Search box is set to "Record Number" |
| 130 | +- In that Search box, put in 983545 |
| 131 | +- 1 result with the Main Entry of "Querelae & opprobira ventribuli, sive." |
| 132 | + |
| 133 | +::::::::::::::::::::::::: |
| 134 | + |
| 135 | +:::::::::::::::::::::::::::::::::::::::::::::::::: |
108 | 136 |
|
109 | 137 | :::::::::::::::::::::::::::::::::::::::: keypoints |
110 | 138 |
|
|
0 commit comments