Skip to content

Commit 8994e7b

Browse files
Merge pull request #224 from jenmawe/episode9
Update 09-integrations.md
2 parents ef73fd9 + 0c435b5 commit 8994e7b

1 file changed

Lines changed: 35 additions & 7 deletions

File tree

episodes/09-integrations.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
title: Integrations
3-
teaching: 15
4-
exercises: 0
3+
teaching: 20
4+
exercises: 1
55
---
66

77
::::::::::::::::::::::::::::::::::::::: objectives
88

99
- Explain what integrations are
1010
- Explain how integrations support advanced record actions
1111
- Illustrate integrations with OCLC
12+
- Set up an integration with the Library of Congress' Z39.50 service
1213

1314
::::::::::::::::::::::::::::::::::::::::::::::::::
1415

@@ -42,8 +43,8 @@ Many systems rely on the Z39.50 protocol to search and exchange data. It could b
4243

4344
<table>
4445
<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>
4748
</tr>
4849
<tr>
4950
<td>Name</td>
@@ -75,8 +76,8 @@ For [OCLC](https://help.oclc.org/Metadata_Services/Z3950_Cataloging/Get_started/
7576

7677
<table>
7778
<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>
8081
</tr>
8182
<tr>
8283
<td>Name</td>
@@ -104,7 +105,34 @@ For [OCLC](https://help.oclc.org/Metadata_Services/Z3950_Cataloging/Get_started/
104105
</tr>
105106
</table>
106107

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+
::::::::::::::::::::::::::::::::::::::::::::::::::
108136

109137
:::::::::::::::::::::::::::::::::::::::: keypoints
110138

0 commit comments

Comments
 (0)