-
Notifications
You must be signed in to change notification settings - Fork 0
Display of electronic resources links in a consortial environment #16
Comments
JIRA User: Jessica Gibson (gibsonjc) Copying in some commentary from VUFIND2-2:
Example 1: https://vufind2.carli.illinois.edu/all/vf-uiu/Record/193475824 Leaders in computing changing the digital world E-Resource data should now show up, too. The XCNCIP2 server did contain E-Resource data. I had to add code to VuFind2 to process it:
ns1:ElectronicResource ... and creates an 'eresource' data field
|
JIRA User: Jessica Gibson (gibsonjc) I need to make sure URLs don't lie before release. Do more testing ; use script to evaluate where data comes from; decide about commenting out the "Internet" section |
JIRA User: Jessica Gibson (gibsonjc) Internet section is hidden/gone now, but I don't know what made that happen. Chris, do you remember what you did so we can make a note? |
JIRA User: Jessica Gibson (gibsonjc) I've identified three key problems: Example: https://vufind2-test.carli.illinois.edu/all/vf-wiu/Record/194499196 **_A. When viewing a record in the "All I-Share Libraries" view, the 856 fields in the bib record are displaying. _Not all of these URL will be appropriate to all users, and a user will have no way to know which one to choose, assuming one is even appropriate. We should try to find a way to hide all 856 fields from display in "All I-Share Libraries" view. This example bib has two 856 fields that come from the original TIU bib. They display to everyone in the I-Share View. The original CSU bib does not have any 856s in it, so none are represented in the bib. The MFHD/holdings contain the URL that is appropriate for each institution's users. **B. _The URLs that display in the Holdings tab are correct for each library because they are being pulled from the MFHD in each library's db. However, _it is the raw URL in the 856$u only and does not include the other holdings information/text in the $3, $y, and $z. **_C. When there is more than one 856 in the MFHD, VuFind2 only appears to be showing the first one. _The TIU MFHD has two 856 fields, and only the first one is displaying TIU's MFHD 901481 (bib 413487) https://vufind2-test.carli.illinois.edu/vf-tiu/Record/(TIUdb)413487 856 40 ‡3 Full text available: 1995 - . ‡z Available in DOAJ: Directory of Open Access Journals. ‡u http://resolver.ebscohost.com/Redirect/PRL?EPPackageLocationID=642.95235.598445&epcustomerid=s8990416 856 40 ‡3 Full text available: 1995 - . ‡z Available in DOAJ: Directory of Open Access Journals. ‡u http://resolver.ebscohost.com/Redirect/PRL?EPPackageLocationID=642.95235.598445&epcustomerid=s8990416 |
JIRA User: Chris Delis (cedelis) commit fa6afbf3cbfc554e8314b2ec38f0b9f53d7f7e96
M themes/bootprint3/templates/RecordTab/holdingsils.phtml |
JIRA User: Chris Delis (cedelis) root@vufind2-test:/usr/local/vufind2# git diff ad7ed1f6f9986f2d9bf557ccfe20d589e5e04bd9 themes/bootprint3/templates/RecordTab/holdingsils.phtml
+<!-- transEsc("Internet")?>@@ -48,6 +49,7 @@ renderTemplate()?> +--> |
B. *The URLs that display in the Holdings tab are correct for each library because they are being pulled from the MFHD in each library's db. However, *it is the raw URL in the 856$u only and does not include the other holdings information/text in the $3, $y, and $z. *C. When there is more than one 856 in the MFHD, VuFind2 only appears to be showing the first one. *The TIU MFHD has two 856 fields, and only the first one is displaying Regarding questions B and C above, there is an explanation. The current NCIP definition (based on the version 2.02 schema http://www.niso.org/schemas/ncip/v2_02/ncip_v2_02.xsd ) does not allow for this information. Here's the definition of ElectronicResource: <xs:element name="ElectronicResource"> <xs:element name="ElectronicDataFormatType" type="SchemeValuePair"/> <xs:complexType name="SchemeValuePair"> <xs:element name="ActualResource" type="xs:string"/> <xs:element name="ReferenceToResource" type="xs:string"/> This definition only allows for one per HoldingSet (i.e., MFHD), which is why only one is listed (answer to question C). It also does not allow for anything other than a single string to represent the ReferenceToResource (answer to question B). So, currently, there isn't anything we can do about this issue, given today's version of NCIP. I suppose we could make use of some extensions (ns:Ext), but I don't think this is something we'd like to do right now (in beta). As for question A, I have commented-out all of the bib's open URL links (so that only the holdings' open URLs will display). I did this by commenting out the following template: [bootprint3]/templates/RecordDriver/SolrDefault/core.phtml: |
I agree that hiding all bib URLs does take care of issue A where the URLs in a bib may be inappropriate for a user in the I-Share view. This will be a change from WebVoyage where libraries can decide whether or not to have bib 856 fields display, and VuFind 0.6 where libraries have no choice and bib 856 fields are on for all databases in the local catalog and off in the I-Share union catalog. Thanks for the explanation and details on NCIP. I now understand why issue B and C are the way they are given the limitations of the NCIP schema. In future, I think we should definitely look into other ways to get more data for display. It seems that NCIP's limitations are a factor in a number of data display problems because its goal is not about display, but about circulating items. |
A new serious flaw in the display of e-resources links in the I-Share view has been discovered: URLs are being improperly displayed in MFHDs that they don't belong in. A URL in MFHD 1 shows up there once. Example 1: (The American journal of photography (OCoLC)875140764 ) Example 2: (title: Grand Canyon: tuweep (OCoLC)948299582 ) Example 3: (title: The death and life of American journalism the media revolution that will begin the world again (OCoLC)748371318) |
I solved the "new serious flaw" by noticing (and fixing) a display variable not being initialized properly. |
These examples in I-Share view with multiple institutions do appear to be fixed now. However, there also appears to be a variant of the duplicating URL when there is more than one MFHD for a single institution. |
JIRA issue created by: Jessica Gibson (gibsonjc)
Originally opened: 2016-03-02 11:06 AM
I'm creating a separate issue for e-resources links display outside of VUFIND2-2 (since that one is for holdings without items not displaying at all).
For the most part, URLs in 856 fields are displaying now, but there are links under and Internet heading and links in the holdings area. I need to try to figure out where the links are coming from: bib or MFHD.
Example I've been looking at: https://vufind2-test.carli.illinois.edu/all/vf-wiu/Record/194499196
In I-Share, the ability of the user to chose the correct link for their access is critical.
I need to do more testing and set up more examples.
Also none of the 856 subfields that display text about the link are displaying yet: $y $3 $z
The text was updated successfully, but these errors were encountered: