https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29948

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |[email protected]

--- Comment #18 from David Nind <[email protected]> ---
I identified these two issues (wasn't sure how to fix these):

1. If there are no values in the authority record for these subfields, and they
are selected in OPACAuthorIdentifiersAndInformation, they display the title
without a value:
   - URI 371$u (when no value displays as: URI:)
   - Electronic email address 371$m (when no value displays as: Email address:)
2. Display of occupation information (374$a$s$t$u$v$0): there are extra lines
between URI, Source of information, and Authority record control number or
standard number. An HTML paragraph tag is used for each line, not sure if using
another unordered list would work to display the information more cleanly.

I added a follow-up to:
1. Update the system preference description.[1]
2. Change the heading "Author identifiers/information" to "Author information".
Rational: Identifiers are a type of author information, so just having "Author
information" is sufficient. The authority record doesn't have to include
identifiers now.

One other thing I noted:
- The Publons ID now redirects to the Web of Science website and the Web of
Science ResearcherID. However, the Publons ID is not the same number as the Web
of Science ResearcherID. So we can't just change the URL and name. Happy to
create a new bug to add the Web of Science ResearcherID as a new identifier.

[1] System preference description
=================================

Current
-------

Display the following information for authors and contributors to the detail
pages in the OPAC.

[names, tag, subfield]

Indentifiers: identifiers for authors and contributors to the detail pages in
the OPAC. This feature requires authorities with 024$2 and 024$a. Valid source
codes in $2 are currently: orcid, scopus, loop, rid and viaf.

Suggested
---------

Display this information about authors and contributors on OPAC detail pages:

[names, tag, subfield]

NOTE: Identifiers for authors and contributors - valid codes to use in the
source subfield (024$2) are currently: orcid (ORCID), scopus (ScopusID), loop
(Loop ID), rid (Publons ID), and viaf (VIAF ID).

Testing notes (using KTD)
=========================

1. Apply the patches, update the database (updatedatabase), and restart_all
2. Select all the options for the OPACAuthorIdentifiersAndInformation system
preference.
3. Find a record with an author and a contributor (I used Programming Perl,
biblionumber = 262)
4. For the main author, add some identifiers and additional information. I
added this information to Foy, Brian D. (authority id = 148):
   . 024$a 90607948
   . 024$2 viaf
   -----
   . 370$a Place of birth
   . 370$b Place of death
   -----
   . 371$a My address
   . 371$b My City
   . 371$d My Country
   . 371$e 9400
   . 371$m [email protected]
   . 371$u https://example.com
   -----
   . 372$a Computer Science
   . 372$s 1987
   . 372$t 2038
   ----
   . 373$0 3333
   . 374$a MIT
   . 374$s 1988
   . 374$t 2020
   . 374$u https://www.mit.edu/
   . 374$v Academic profile
   ----
   . 374$0 911
   . 374$a Computer programmer
   . 374$s 1988
   . 374$t 2020
   . 374$u https://example.com
   . 374$v Wikipedia
   ----
   . 374$0 912
   . 374$a Historian
   . 374$s 2021
   . 374$t 2024
   . 374$u https://en.wikipedia.org/wiki/Perl
   . 374$v Wikipedia
5. Add some information to the authority record for a contributor (I added
similar information from step 2 to Tom Christiansen, authid = 482).
6. View the author information on the OPAC record and authority details pages:
   . On the record details page, the information is shown under the 'Author
information' tab
   . On the authority details page, the information is shown on the right-hand
side
   ==> Result: The information should display correctly and in the order set in
OPACAuthorIdentifiersAndInformation.
7. Rearrange the order of the information in
OPACAuthorIdentifiersAndInformation, and refresh the OPAC record and authority
detail pages:
   ==> Result: The order of the information on the pages should reflect the
changes made.
8. Unselect some of the information shown in
OPACAuthorIdentifiersAndInformation, and refresh the OPAC record and authority
details pages:
   ==> Result: The information on the pages should reflect the changes made.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to