[Evergreen-catalogers] OPAC display of 245 field

Morgan, Christine cmorgan at noblenet.org
Fri Feb 28 16:53:58 EST 2020


Hi Janet,

I'm sending you our configuration too, just in case it helps. I've attached
a text file with the row we added to config.metabib.field to create a new
index for the statement of responsibility. After you add the row you will
need to reingest the database.

To get the 245c to display in the catalog you will need to edit the
summary.tt2 file in templates (or your custom directory if you have
one)/opac/parts/record/ with the following code.

*Replace:*
[%-# This holds the record summary information %]
<div id="rdetail_summary_header">
    <div id='rdetail_title_div'>
        <h1 id='rdetail_title' property="name">[% IF attrs.hl.title;
attrs.hl.title; ELSE; attrs.title_extended | html; END %]</h1>

*With:*
[%-# This holds the record summary information %]
<div id="rdetail_summary_header">
    <div id='rdetail_title_div'>
        <h1 id='rdetail_title' property="name">[% IF attrs.hl.title;
attrs.hl.title; ELSE; attrs.title_extended | html; END %]
                            [% IF attrs.hl.responsibility %]
                                [% l('/ ') %][% attrs.hl.responsibility %]
                            [% ELSE %]
                                [% attrs.responsibility | html %]
                            [% END %]
        </h1> <!-- NOBLE added "responsibility" and /space so display field
view displays the same as iframe view - 20190115 -->

Hope this helps,
Christine


On Fri, Feb 28, 2020 at 1:41 PM Janet Schrader <jschrader at cwmars.org> wrote:

> Hi Everyone,
>
> Happy Friday!
> This Friday's question is about the display of the 245 field in the OPAC.
> CWMARS is on 3.2.10. Since our upgrade to 3.2 245 subfields c' and 'h' (we
> still have GMDs) do not display in the OPAC. I can get them to display in
> the client if I edit the record but it's just temporary when I refresh the
> screen.
>
> I looked at several EG networks and NOBLE and Bibliomation show the entire
> 245 field. How are you doing that?  Georgia Pines and Bibliomation are the
> same as CWMARS. The display of authors, added authors, etc. below the title
> is not the same as the statement of responsibility, particularly for videos.
>
> NOBLE:
>
> http://evergreen.noblenet.org/eg/opac/record/3514718?fi%3Asearch_format=dvd;locg=1;detail_record_view=0;page=0;sort=poprel;badges=1%2C3%2C2%2C1%2C3%2C2%2C1%2C3%2C2%2C1%2C3%2C2%2C1%2C3%2C2%2C1%2C3%2C2%2C1%2C3%2C2;query=12%20years%20a%20slave;expand=marchtml#marchtml
>
> Bibliomation:
>
> https://acorn.biblio.org/eg/opac/record/2989180?query=12%20years%20a%20slave;qtype=keyword;fi%3Asearch_format=dvd;locg=1;detail_record_view=0;sort=poprel
>
> CWMARS:
>
> https://catalog.cwmars.org/eg/opac/record/3283135?fi%3Asearch_format=dvd;locg=1;detail_record_view=0;page=0;sort=poprel;query=12%20years%20a%20slave;badges=1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2%2C1%2C2;expand=marchtml#marchtml
>
>
> Thank for any help, suggestions. Stay tuned next week for Double or
> Nothing, 5xx fields in the OPAC.
>
>
>
> Janet
>
>
> Janet Schrader
>
> Bibliographic Services Supervisor | CW MARS
>
> 67 Millbrook Street, Suite 201, Worcester, MA 01606
>
> P: 508-755-3323 x 325 | F: 508-757-7801
>
> ------------------------------
>
> jschrader at cwmars.org  ||  http;//cwmars.org <http://www.cwmars.org/>
>
>
> _______________________________________________
> Evergreen-catalogers mailing list
> Evergreen-catalogers at list.evergreen-ils.org
> http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-catalogers
>


-- 
Christine Morgan
Database Support Analyst
North of Boston Library Exchange, Inc.
Danvers, Massachusetts
cmorgan at noblenet.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.evergreen-ils.org/pipermail/evergreen-catalogers/attachments/20200228/b438a149/attachment.html>
-------------- next part --------------
  id  | field_class |      name      |            label            |                         xpath                         | weight | format  | search_field | facet_field | browse_field | browse_xpath | facet_xpath | restrict | authority_xpath | browse_sort_xpath | joiner | display_xpath | display_field 
------+-------------+----------------+-----------------------------+-------------------------------------------------------+--------+---------+--------------+-------------+--------------+--------------+-------------+----------+-----------------+-------------------+--------+---------------+---------------
 1045 | keyword     | responsibility | Statement of Responsibility | //marc:datafield[@tag='245']/marc:subfield[@code='c'] |      1 | marcxml | t            | f           | f            |              |             | f        |                 |                   |        |               | t




More information about the Evergreen-catalogers mailing list