33
Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

  • View
    215

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Deep Linking into the NEOS CatalogueKenton Good

Information Technology Services

University of Alberta

Page 2: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Today

• How the NEOS Catalogue Works

• Configuration Files

• Deep Linking - Why

• Deep Linking Syntax

• Web Site Integration with the Catalogue

• What to do when main web server is down

Page 3: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Disclaimer

• Sirsi can and will change their URL Syntax with minimum Notice!

• I share this knowledge as a non-supported service

Page 4: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 5: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Session Management

• Session

• Approx. 14 minutes unless activity – reason why you can’t bookmark web catalogue URLs

• Preserves your history, marked records, etc.

Page 6: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Configuration Files

• Set Options for Web Catalogue Display– On/off switches– Control Look/Feel– Labels

• 1803 Lines Long

• Each NEOS Library (or group of Libraries) has a unique configuration file

Page 7: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 8: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 9: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 10: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

What is Deep Linking?

• Link to Full Record

• “Canned Searches”

Page 11: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Deep Linking - Applications

• Pathfinder Links

• Reference Linking– Link Resolver (ex. SFX)– Database Linking (ex. Ovid)

• Customized Reserve Room Searches

Page 12: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Pathfinders

Page 13: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 14: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 15: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Link Resolvers

Page 16: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 17: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 18: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 19: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Database Linking - Ovid

Page 20: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 21: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 22: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Reserve Room Links

Page 23: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 24: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

URL Syntax

• Base URL:http://ualweb.library.ualberta.ca

• Create the Session:/uhtbin/cgisirsi/x/0/0/57/

• Go to the Correct Page:5/

Page 25: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

URL Syntax 2

• Establish Your Library

?user_id=WUAARCHIVE

• Enter Your Search Query

&searchdata1=

• Limit by MARC Field

{650}

Page 26: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Confused Yet?

Page 27: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Samples

• See Handout

• http://ualweb.library.ualberta.ca/uhtbin/cgisirsi/x/0/0/57/5?user_id=YYYYYYYYY&searchdata1=XXXXXXXX{020}

Page 28: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Web Site Integration

• Simple Search Box on Home Page

• Advanced Search Box on Home Page

• My Account

• Reserve Room

Page 29: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

My Account

Page 30: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta
Page 31: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

My Account Code

<form name="accessform" method=“post" action="http://sirsitest.library.ualberta.ca/uhtbin/cgisirsi/x/0/0/30/">

<input type="text" name="user_id">

<input type="password" name="password">

<input type="submit">

</form>

Page 32: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta

Search Box on Homepage

Page 33: Deep Linking into the NEOS Catalogue Kenton Good Information Technology Services University of Alberta