Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

20
Koha customisations www.calyx.net.au Pacifika Koha Workshop September 10, 2012 University of the South Pacific Laucala Campus, Suva, FIJI.

Transcript of Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Page 1: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Koha customisationswww.calyx.net.au

Pacifika Koha WorkshopSeptember 10, 2012University of the South PacificLaucala Campus, Suva, FIJI.

Page 2: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Use your Koha!

DIY: How to make your Opac unique?

Page 3: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Customising your Koha OPAC is easier than you think....

Professional Koha hosting & support companies can provide you with an amazing OPAC, but DIY is always more fun, you can learn fun new skills (and amaze your colleagues). You need:- access to a Koha admin interface and the OPAC- have superlibrarian permissions- a stable internet connection- a test system or a not yet live Koha system- time and curiosity

Page 4: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

In this presentation

- we use Koha 3.8.4 - older Koha systems have different system preferences, so please check the online manual- HTML language to format text- the free w3school.com website to test our HTML - the Koha online manual is your good friend!- all HTML code used in this presentation, is available to copy and share - ask me for a handout!

Page 5: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Overview of Koha's OPACCustomisable fields on your OPAC, with the name of corresponding system preference.

Page 6: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

OpacNav

This is where you put useful links, relevant information you want your patrons to find easily: opening hours, the location of the library, the postal address and other important information.

Page 7: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

OpacNavBottom This is a good location to add useful links to different collections, organizations, or even to a short video on how to use your new Opac

OpacNav

OpacNavBottom

Page 8: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

OpacHeader

The top of your Opac site is always visible. It is a good idea to put here the name of your library, the logo, or image you use to identify your library. Keep in mind: this is a long, narrow space - long, narrow images work best. OpacHeader is also an excellent location to put the Google Analytics code if you are signed up for it.

Page 9: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

OpacMainUserBlock

This is the prime location on your OPAC site, this location attracts the most attention, so you want to keep it as interesting as you can. - You can use the News feature to inform your patrons of library related news- With some help from your support company you can show the newest/most popular titles available from your library- Ask for custom RSS feeds!

Page 10: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

OPACUserCSS

This is a very powerful field if you know CSS. If you don't, just stick with this easy solution to change the colour of the banner on your OPAC.h1#libraryname {width:220px;}h1#libraryname a {padding:100px 0 0;width:220px;}#fluid {margin-left: 224px;}#opac-main-search {background-image:none;background-color:#000000; }

Editing the highlighted number in the code will determinate the colour of your banner. This link may help you determine which colour is the best match for your library logo.

Page 11: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

OPAC before and after Little changes make a big difference!

Page 13: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Sample HTML for OpacNav

<table width="92%" border="0"> <tr align="center"> <th>Opening Hours</th> </tr> <tr align="center"> <td>Monday, Tuesday, Thursday & Friday<br>9.30am - 5.00pm</td> </tr><tr align="center"> <td>Saturday<br>9.00am - 12.00pm</td> </tr><tr align="center"> <td>Closed Wednesdays, Sundays and Public Holidays</td> </tr><table width="92%" border="0"> <tr align="center"> <th>Contact information</th> </tr> <tr align="center"> <td><a href="http://goo.gl/maps/McTtb">42 The Road, Sydney, NSW 2000</a></td> </tr><tr align="center"> <td>Ph: +61 123 456 789 </td> </tr><tr align="center"> <td><a href="mailto:[email protected]?">[email protected]</a></td> </tr>

Page 14: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Sample HTML for OpacNavBottom<table width="92%" border="0"> <tr align="center"><tr align="center"> <th>Useful links</th> </tr><tr align="center"> <td><a href="http://trove.nla.gov.au">National Library of Australia: Trove</a></td> </tr><tr align="center"><td><a href="http://www.youtube.com/watch?v=hFgpH3YVwiI" target="_blank">How to use this site? </a></td> </tr><tr align="center"><td> <a href="http://koha-community.org">Koha Library Software Community </a></td> </tr>

Page 15: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Sample code for OPACUserCSS

h1#libraryname {width:220px;}h1#libraryname a {padding:100px 0 0;width:220px;}#fluid {margin-left: 224px;}#opac-main-search {background-image:none;background-color:#000000; }

Page 16: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Is that it?Actually no : there is a lot more to it

Let's explore a few of the many system preferences that will tune your Koha ...

Page 17: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Go to Home > Administration > System preferences

...What an incredible opportunity we have... to use

Use our KohaDecide on the values to give to various system preferences

Administration preferences: noItemTypeImages and virtualshelves ...Cataloguing preferences: hide_marc and ISBD ...OPAC preferences: BibliodDfaultView and Opaclayoutstylesheet ...Staff client preferences: intranetstylesheet ...|18N/L10N preferences: OpacLanguages and opaclanguagesdisplayEnhanced content preferences: OPACFRBRIZEEditions and Google Jacket and localCoverImages and Tagging .....

Page 18: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

How new ways of learning are changing universitiesCAUL : The Committee of Australian University Librarians mission statement says:

Improving access by the staff and students of Australian universities to the information resources that are fundamental to the advancement of teaching, learning and research.

http://www.caul.edu.au/

Our patrons choose the time, place and device to interact with our content ...

Page 19: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Koha customisation is about

● usability, ● better access to content, ● achieving value from measurement, ● speed, ● patron's self management online● improved services to students● It’s about business optimisation● understanding our goals ● understanding our audience needs ● and reducing the gap in between.

Page 20: Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations

Questions and Comments?

Feedback to [email protected]

Thank you for your interestVinaka

www.calyx.net.au