Presentation is loading. Please wait.

Presentation is loading. Please wait.

Beth Juhl and Deborah Kulczak University of Arkansas Libraries Arkansas IUG June 18, 2010.

Similar presentations


Presentation on theme: "Beth Juhl and Deborah Kulczak University of Arkansas Libraries Arkansas IUG June 18, 2010."— Presentation transcript:

1 Beth Juhl and Deborah Kulczak University of Arkansas Libraries Arkansas IUG June 18, 2010

2 Simple External Search Forms on library web site as widgets on other library sites Code examples will be on ArkIUG web site soon!

3 Sort Codes: D = default sort for that index DX = Date AX = title Sort Codes: D = default sort for that index DX = Date AX = title

4 Keyword Author Title Subject

5 Fancier Implementations Require Javascript open search in new window / tabs control the size / behavior of new windows add together search terms

6

7 Parse that Search URL! http://library.uark.edu/search/X?SEARCH=%28arkans as%29%20and%20%28higher%20education%29&Da=1 990&Db=2010&SORT=D&l=eng&m=a&s=m&b=main http://library.uark.edu/search/ = search your III server X? = it’s a keyword search SEARCH= here comes the search %28 = ( %29 = ) %20 = [space] (arkansas) and (higher education)

8 Parse that Search URL! http://library.uark.edu/search/X?SEARCH=%28arkans as%29%20and%20%28higher%20education%29&Da=1 990&Db=2010&SORT=D&l=eng&m=a&s=m&b=main &Da=1990 date after 1990 &Db=2010 date before 2010 &SORT=D default sort &l=eng language is English &m=a material type is text &s=m monographs, not serials &b=main location is MAIN

9 Don’t try this at home!

10 Pseudo-Scoping Use Location Codes to Pre-limit Keyword Searches

11

12 /ssi/infolinkslocsearch.js Location: Law Library Only All Libraries Part 1: The Search Form

13 // Search InfoLinks and Limit to Locations //<!-- function searchinfolinks() { var searchtext = document.getElementById('searcharg').value; var searchsort = document.getElementById('sort').value; var searchloc = document.getElementById('b').value; var searchurl = "http://library.uark.edu/search/X?SEARCH=%28" + searchtext + "%29&SORT=" + searchsort + "&b=" + searchloc; window.location.href = searchurl; } // --> Part 2: The Javascript

14

15 Formats / Material Types

16

17 Adding Terms Behind the Scenes local subject terms (“faculty author”) format and location (“atlas and reference”) types of material (“feature film” or “dvd”)

18 “DVD” in 538 field Film “genres” from the 650 field

19 Test Video Search Keywords: Choose a Format: DVD only DVD or VHS okay Choose a Genre: Select a Kind of Film (Optional) Feature films Documentary films Adventure films Animated films Part 1: The form

20 // Search InfoLinks for videos //<!-- function videosearch() { var searchKeywords = document.getElementById('Keywords').value; var searchGenre = document.getElementById('Genre').value; var searchFormat = document.getElementById('Format').value; var searchMatType = document.getElementById('MatType').value; var searchSort = document.getElementById('Sort').value; var searchurl = "http://library.uark.edu/search/X?SEARCH=%28" + searchKeywords + " " + searchGenre + " " + searchFormat + " " + "%29&SORT=" + searchSort + "&m=" + searchMatType; window.location.href = searchurl; } // --> Part 2: The script

21

22 Adding Record Elements to Enhance Retrieval Arkansas Newspaper Project Do you have any newspapers published in _______ from the years _________?

23 Arkansas Newspaper Project Part of the United States Newspaper Program, funded by NEH Based at University of Arkansas, Fayetteville, 1988- 1994 Mission to catalog and microfilm newspapers found throughout the state

24 Arkansas Newspaper Project Another component was OCLC Union Listing LDR (now LHR) created for each participant for each holdings format Issue-specific notation USNP format A “SULOP” tape load generated “Library Has” notes in our catalog

25 OCLC Union List Record

26 Newspaper Record in Our Catalog “Lib Has” MARC 752

27 752 Field Defined as “Added Entry-Hierarchical Place Name” Required in USNP records for Place of publication Area of coverage Multiple 752s when place of publication changes or when several counties or towns included in coverage We indexed in subjects and keywords

28 “Lib Has” MARC fields 860 and 866 Not indexed Could be used for data entry

29 We Needed a New Field! Local subject field 690 Already used for local collection names, local series, virtual bookplates, etc. Indexed in subjects and keywords Format selected was 690 |y 1930 Didn’t want to confuse with LCSH-type chronological subdivisions (|y 1931-1940) Easier for data entry (meaning fewer errors)

30 The Question—One or Multiple 690s?

31 New, Improved Record

32 Public Display Multiple 690s take up valuable “real estate” in WebOPAC, and they might be confusing to users The beauty of |y is that it’s not used in any other 690 fields We decided to suppress decades by inserting a line in the webpub.def file

33 The Project Used “Create Lists” to gather all the Arkansas newspapers (about 1,050) into a review file A library technician completed data entry of 690 fields in a 2-month period (November-December 2009) We excluded Newspaper records in aggregator databases Limited retention holdings Proofreading and building the search form took a couple more months

34 http://libinfo.uark.edu/periodicals/arkansasnewspapersearch.asp

35

36 Actual search terms: su:newspapers su:"United States Arkansas Washington" 1880

37

38 Maintenance Must remember to add decades when New titles are cataloged A new decade begins Procedures in place for this!

39 Future Plans

40

41 Beth Juhl and Deborah Kulczak University of Arkansas Libraries Arkansas IUG June 18, 2010


Download ppt "Beth Juhl and Deborah Kulczak University of Arkansas Libraries Arkansas IUG June 18, 2010."

Similar presentations


Ads by Google