Re: [Koha] Awards location?

2019-06-16 Thread JStall
Thanks for your help Katrin!

The XLST files were new to me, but with some trial-and-error I was able to
build a workable solution. Example  here

  
with awards hyperlinked to a keyword search. If someone else is looking to
build something similar (or recommend a cleaner implementation!), my code is 
here   .

I did alter the framework a bit by moving the year to a separate
subfield—I'm not sure why that isn't standard.

Next step is to build an authority record for the awards, as Heather
recommends below, for consistency.



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Awards location?

2019-06-06 Thread Katrin Fischer

Hi Jesse,

you can link the field to an existing authority type in the frameworks,
so this should not be an issue. If you want to create your own authority
type using a non-standard main heading (1xx field) that would be more
complicated as you would need to make it searchable and probably make
some other changes as well.

586 is set to display $a in the detail page at the moment, but only as a
text, not linked. If you want to use the the $9 authority number for
linking, you'd have to change the XSLT files and indexing configuration.
Adding a text link for a keyword search could probably be done with jQuery.

I hope this makes sense,

Katrin


On 05.06.19 02:15, Jesse Stallings wrote:

Hello!

What is the best location for literary award information? Ideally, I would
be able to create an authority type for field 586 that would yield a search
link on the detail page like those for authors and subjects: click to see a
list of winners. Is something like that possible?

I've seen others put award information under 650, but they get lost in the
list.

Regards,
Jesse Stallings
Librarian, College and Career Counselor
Tulsa School of Arts and Sciences
NHS, A Common Thread Sponsor
TSAS.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Awards location?

2019-06-04 Thread Jesse Stallings
Hello!

What is the best location for literary award information? Ideally, I would
be able to create an authority type for field 586 that would yield a search
link on the detail page like those for authors and subjects: click to see a
list of winners. Is something like that possible?

I've seen others put award information under 650, but they get lost in the
list.

Regards,
Jesse Stallings
Librarian, College and Career Counselor
Tulsa School of Arts and Sciences
NHS, A Common Thread Sponsor
TSAS.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha