34
Integrating UZ ETD with Web OPAC Mutsikiwa Admire ICT Projects Manager University of Zimbabwe [email protected] IUG:SA 2007

Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

Integrating UZ ETD with Web OPAC

Mutsikiwa AdmireICT Projects Manager

University of [email protected]

IUG:SA 2007

Page 2: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

2

OverviewBackground to E-theses projectsWhat is an e-thesis?Benefits of e-thesesAccessing E-thesis from the native interface –An exampleE-thesis submission process at UZRationale for the IntegrationScript for exporting to Marc & Local CustomizationGenerating and loading MARC recordPost-loading activities Accessing E-theses from Web OPAC

Page 3: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

3

Background to E-ThesesE-theses concept mooted in 2003Extension of the DATAD project .Providing access to a local database of abstracts as well as combined AAU database of abstracts.Pilot projects of e-theses done in 2004 using ETD-db open source software from Virginia Tech

Page 4: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

4

What is an e-thesis?ETD: Electronic Theses and Dissertations

Thesis or Dissertation in an electronic formatAll ETDs have a textual component (PDF file)Some have additional media files, data files, or other non-print content.

In our case the e-thesis are predominantly PDF files.

Page 5: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

5

Benefits of E-ThesesImmediate delivery to users (time component).Remote delivery to users (location component).Improve library servicesHigher citation rates for online articlesPreserve and maintain the research outputs

Page 6: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

6

UZ E-Theses Home Page

Select Browse by Author

Page 7: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

7

Browsing by Author

Click C

Page 8: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

8

Alphabetical Listing by Author

Click on the firstEntry

Page 9: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

9

Example of Access From Native Interface

Click the pdflink

Page 10: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

10

Full Text Access From ETD-db Native Interface

Page 11: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

11

E-Theses Submission and Processing Process

Electronic submission of theses and dissertation is now mandatory at UZGraduate students submit both bound copy of their theses and an electronic version on CD or diskette to the Library.The upload and cataloguing process is centralized.Application of the necessary Acrobat Standard Security FeaturesCapturing the pertinent metadata

Page 12: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

12

ETD-db MetadataAuthor (Last Name, Middle Name, First Name)Author’s email URNTitleDegreeDepartmentMajor SubjectGraduation Date UniversityAvailabilityAdvisory CommitteeKeywordsAbstractType of DocumentAnd other date fields

Page 13: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

13

Rationale for IntegrationAccess statistics for the e-theses server were low.Need to have more than one access avenue for the e-theses.Boost access statistics, hopefully usage statistics.Leverage on ILS course.Web OPAC will not strain our limited bandwidth.

Page 14: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

14

The Perl Script - Export_to_marc.plETD-db software ships with PERL script for converting ETD records to MARC (specifically in USMARC format) The script may require local customization;

Field 502 was changed to reflect UZ Field 720 was changed to 700 for it to be searchable.Field 260 defaults to “Not Published”.Field 856 (availability information) to indicate that “Full-Text

Article -Accessible Only on UZ Campus”SubField 856 u encodes the URL to the –e-theses on the remote serverThe database schema was altered to include the Boolean flag, export_flag.

The perl script was modified accordingly.

Page 15: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

15

Generating MARC RecordThe export_to_marc.pl script is activated once the number of e-theses that have not been converted to MARC format reaches a certain number (10, in our case )An email notification is send to relevant divisions to alert them of outstanding files to be uploaded to MillenniumThe file with USMARC record is uploaded manually to the Millennium server

Page 16: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

16

Upload Process Using the FTS

Click Get FTS

Page 17: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

17

Connecting to the Remote Server

Click Connect

Page 18: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

18

Remote Account Authentication

Click OK

Page 19: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

19

Upload From the Remote ETD Server to Millennium

Select the file to export

Page 20: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

20

Preprocessing the Records Before Loading

Click Pre

Page 21: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

21

Preprocessing the Records Before Upload

Click Start

Page 22: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

22

Preprocessing the Records Before Upload cont’d

Click Start

Page 23: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

23

Loading the Record to Millennium

Click Load

Page 24: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

24

Feedback From the Loading Process

Click Load

Page 25: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

25

Proofing the Record with Cataloguing Module

Page 26: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

26

URL VerificationUse URL verification functionality that comes with WAM to verify the validity of URLs in the bibliographic records in the INNOPAC database.Verifies URLs in subfield u of MARC 856 fields.System verifies each URL by attempting to open a connection to the indicated address and confirming that the expected type of data (HTTP in this case ) is available. Accessible from the Standard menu via:

ALTER SYSTEM PARAMETERS W > WEB Access Management subsystem option V > VERIFY Universal Resource Locators (URLs).

Page 27: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

27

Web OPAC Index Page

Page 28: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

28

Searching from Web OPAC- Title Search

Page 29: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

29

Accessing the Record

Page 30: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

30

Accessing the Title Page of the E-Thesis

Page 31: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

31

PDF Files for the E-Thesis

Page 32: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

32

Full text Access from OPAC Page

Page 33: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

33

Some E-Thesis Server Access Statistics –from Webalizer Utility

Before the Integration of ETD and Web OPAC

After the Integration of ETD and Web OPAC

Page 34: Integrating UZ ETD with Web OPACir.uz.ac.zw/.../1/Intergration_of_ETD_with_OPAC.pdf · 2 Overview Background to E-theses projects What is an e-thesis? Benefits of e-theses Accessing

34

THANK YOU

Questions and Discussion