Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 1.52 KB

README.md

File metadata and controls

19 lines (9 loc) · 1.52 KB

Alma Link Resolver Problem Reporting Form

=================================

This is a simple form that lets users report problems they encounter while using the CSUSM Alma link resolver. The form captures the OpenURL data and sends that with the form report to our Alma SysAdmins.

To see how the form works, please go to http://primo-pmtna01.hosted.exlibrisgroup.com/primo_library/libweb/action/search.do?mode=Basic&vid=CALS_USM&tab=cals_usm_pci and perform a search.

We are piloting this form using a General Electronic Service [GES] in Alma. in the GES configuration we use the following as the URL Template.

https://biblio.csusm.edu/primo_fx/report.php?rft.issn={rft.issn}&rft.eissn={rft.eissn}&rft.isbn={rft.isbn}&rft.au={rft.au}&rft.ausuffix={rft.ausuffix}&rft.aucorp={rft.aucorp}&rft.volume={rft.volume}&rft.month={rft.month}&rft.genre={rft.genre}&rft.auinit={rft.auinit}&rft.pub={rft.pub}&rft.issue={rft.issue}&rft.place={rft.place}&rft.title={rft.title}&rft.stitle={rft.stitle}&rft.btitle={rft.btitle}&rft.jtitle={rft.jtitle}&rft.aufirst={rft.aufirst}&linktype=openurl&rft.atitle={rft.atitle}&rft.date={rft.year}&url_ver=Z39.88-2004&rft.aulast={rft.aulast}&rft.spage={rft.spage}&rft.pages={rft.pages}&rft.epage={rft.epage}&rft_id=info:doi/{rft.doi}&rfr_id={rfr_id}

Rft.year and pages may need adjustment.

In our workflow, we send the email to Redmine which automatically generates a ticket. Redmine than notifies our Alma SysAdmins. We are tracking updates and issue resolution via the tickets in Redmine.

// Main file: report.php