SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
Pacifika Koha Workshop
September 10, 2012
University of the South Pacific
Laucala Campus, Suva, FIJI.



         Koha customisations
                                  www.calyx.net.au
Use your Koha!
DIY: How to make your Opac
          unique?
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
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!
Overview of Koha's OPAC
Customisable fields on your OPAC, with the name of
corresponding system preference.
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.
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
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.
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!
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;}                  Editing the highlighted
h1#libraryname a {             number in the code will
padding:100px 0 0;             determinate the colour of
width:220px;}                  your banner.
#fluid {margin-left: 224px;}   This link may help you
#opac-main-search {
                               determine which colour is the
background-image:none;
                               best match for your library
background-color:#000000;
}
                               logo.
OPAC before and after
Little changes make a big difference!
Websites used in this presentation
● http://manual.koha-community.org/3.8/en/
● http://www.w3schools.com/html/tryit.asp?
  filename=tryhtml_intro
● http://www.w3schools.com/html/
● demo384.calyx.net.au demo384-admin.
  calyx.net.au (anne + koha)
● http://www.degraeve.com/color-palette
            http://koha-community.org
                 www.calyx.net.au
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:enquiries@calyx.net.au?">enquiries@calyx.net.au</a></td> </tr>
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>
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;
}
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 ...
Go to Home > Administration > System preferences

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

       Use our Koha
       Decide 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 opaclanguagesdisplay
Enhanced content preferences: OPACFRBRIZEEditions and Google Jacket
and localCoverImages and Tagging .....
How new ways of learning are changing
universities
CAUL : 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 ...
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.
Questions and Comments?
Feedback to Irma@calyx.net.au


Thank you for your interest
         Vinaka


              www.calyx.net.au

Weitere ähnliche Inhalte

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

Colin Carter - LSPs and APIs
Colin Carter  - LSPs and APIsColin Carter  - LSPs and APIs
Colin Carter - LSPs and APIssconul
 
Open Source Library System Software: Libraries Are Doing it For Themselves
Open Source Library System Software: Libraries Are Doing it For ThemselvesOpen Source Library System Software: Libraries Are Doing it For Themselves
Open Source Library System Software: Libraries Are Doing it For Themselvesloriayre
 
A7 storytelling with_oracle_analytics_cloud
A7 storytelling with_oracle_analytics_cloudA7 storytelling with_oracle_analytics_cloud
A7 storytelling with_oracle_analytics_cloudDr. Wilfred Lin (Ph.D.)
 
Bits and Pieces from the UPEI Experience
Bits and Pieces from the UPEI ExperienceBits and Pieces from the UPEI Experience
Bits and Pieces from the UPEI ExperienceEvergreen ILS
 
Open for Business - Open Archives, OpenURL, RSS and the Dublin Core
Open for Business - Open Archives, OpenURL, RSS and the Dublin CoreOpen for Business - Open Archives, OpenURL, RSS and the Dublin Core
Open for Business - Open Archives, OpenURL, RSS and the Dublin CoreAndy Powell
 
Exploring pwa for shopware
Exploring pwa for shopwareExploring pwa for shopware
Exploring pwa for shopwareSander Mangel
 
Octo and the DevSecOps Evolution at Oracle by Ian Van Hoven
Octo and the DevSecOps Evolution at Oracle by Ian Van HovenOcto and the DevSecOps Evolution at Oracle by Ian Van Hoven
Octo and the DevSecOps Evolution at Oracle by Ian Van HovenInfluxData
 
Become a better UX designer through code
Become a better UX designer through codeBecome a better UX designer through code
Become a better UX designer through codeRamon Lapenta
 
RMOUG MySQL 5.7 New Features
RMOUG MySQL 5.7 New FeaturesRMOUG MySQL 5.7 New Features
RMOUG MySQL 5.7 New FeaturesDave Stokes
 
Koha Presentation
Koha PresentationKoha Presentation
Koha PresentationKen Ouma
 
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platform
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platformOCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platform
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platformMarc Dutoo
 
Pattern Library in WordPress projects
Pattern Library in WordPress projectsPattern Library in WordPress projects
Pattern Library in WordPress projectsKarlis Upitis
 
[Worskhop Summits] CSS3 Workshop
[Worskhop Summits] CSS3 Workshop[Worskhop Summits] CSS3 Workshop
[Worskhop Summits] CSS3 WorkshopChristopher Schmitt
 
OCCIware, an extensible, standard-based XaaS consumer platform to manage ever...
OCCIware, an extensible, standard-based XaaS consumer platform to manage ever...OCCIware, an extensible, standard-based XaaS consumer platform to manage ever...
OCCIware, an extensible, standard-based XaaS consumer platform to manage ever...OCCIware
 
OCCIware: Extensible and Standard-based XaaS Platform To Manage Everything in...
OCCIware: Extensible and Standard-based XaaS Platform To Manage Everything in...OCCIware: Extensible and Standard-based XaaS Platform To Manage Everything in...
OCCIware: Extensible and Standard-based XaaS Platform To Manage Everything in...OW2
 
Java Abs U Portal Education Grid
Java Abs   U Portal   Education GridJava Abs   U Portal   Education Grid
Java Abs U Portal Education Gridncct
 
web development course | web development training in Pune India
web development course | web development training in Pune Indiaweb development course | web development training in Pune India
web development course | web development training in Pune IndiaContinued Learning
 
Web development Course, Web development training, Learn With Continued-Learning
Web development Course, Web development training, Learn With Continued-LearningWeb development Course, Web development training, Learn With Continued-Learning
Web development Course, Web development training, Learn With Continued-Learningcontinuedlearning
 
web -development- course - Continued - Learning
web -development- course - Continued - Learningweb -development- course - Continued - Learning
web -development- course - Continued - LearningContinued Learning
 

Ähnlich wie Calyx-presentation-Pacifika-Koha-Workshop-September 10,2012 USP- Koha Customisations (20)

Colin Carter - LSPs and APIs
Colin Carter  - LSPs and APIsColin Carter  - LSPs and APIs
Colin Carter - LSPs and APIs
 
Alfresco content model
Alfresco content modelAlfresco content model
Alfresco content model
 
Open Source Library System Software: Libraries Are Doing it For Themselves
Open Source Library System Software: Libraries Are Doing it For ThemselvesOpen Source Library System Software: Libraries Are Doing it For Themselves
Open Source Library System Software: Libraries Are Doing it For Themselves
 
A7 storytelling with_oracle_analytics_cloud
A7 storytelling with_oracle_analytics_cloudA7 storytelling with_oracle_analytics_cloud
A7 storytelling with_oracle_analytics_cloud
 
Bits and Pieces from the UPEI Experience
Bits and Pieces from the UPEI ExperienceBits and Pieces from the UPEI Experience
Bits and Pieces from the UPEI Experience
 
Open for Business - Open Archives, OpenURL, RSS and the Dublin Core
Open for Business - Open Archives, OpenURL, RSS and the Dublin CoreOpen for Business - Open Archives, OpenURL, RSS and the Dublin Core
Open for Business - Open Archives, OpenURL, RSS and the Dublin Core
 
Exploring pwa for shopware
Exploring pwa for shopwareExploring pwa for shopware
Exploring pwa for shopware
 
Octo and the DevSecOps Evolution at Oracle by Ian Van Hoven
Octo and the DevSecOps Evolution at Oracle by Ian Van HovenOcto and the DevSecOps Evolution at Oracle by Ian Van Hoven
Octo and the DevSecOps Evolution at Oracle by Ian Van Hoven
 
Become a better UX designer through code
Become a better UX designer through codeBecome a better UX designer through code
Become a better UX designer through code
 
RMOUG MySQL 5.7 New Features
RMOUG MySQL 5.7 New FeaturesRMOUG MySQL 5.7 New Features
RMOUG MySQL 5.7 New Features
 
Koha Presentation
Koha PresentationKoha Presentation
Koha Presentation
 
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platform
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platformOCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platform
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platform
 
Pattern Library in WordPress projects
Pattern Library in WordPress projectsPattern Library in WordPress projects
Pattern Library in WordPress projects
 
[Worskhop Summits] CSS3 Workshop
[Worskhop Summits] CSS3 Workshop[Worskhop Summits] CSS3 Workshop
[Worskhop Summits] CSS3 Workshop
 
OCCIware, an extensible, standard-based XaaS consumer platform to manage ever...
OCCIware, an extensible, standard-based XaaS consumer platform to manage ever...OCCIware, an extensible, standard-based XaaS consumer platform to manage ever...
OCCIware, an extensible, standard-based XaaS consumer platform to manage ever...
 
OCCIware: Extensible and Standard-based XaaS Platform To Manage Everything in...
OCCIware: Extensible and Standard-based XaaS Platform To Manage Everything in...OCCIware: Extensible and Standard-based XaaS Platform To Manage Everything in...
OCCIware: Extensible and Standard-based XaaS Platform To Manage Everything in...
 
Java Abs U Portal Education Grid
Java Abs   U Portal   Education GridJava Abs   U Portal   Education Grid
Java Abs U Portal Education Grid
 
web development course | web development training in Pune India
web development course | web development training in Pune Indiaweb development course | web development training in Pune India
web development course | web development training in Pune India
 
Web development Course, Web development training, Learn With Continued-Learning
Web development Course, Web development training, Learn With Continued-LearningWeb development Course, Web development training, Learn With Continued-Learning
Web development Course, Web development training, Learn With Continued-Learning
 
web -development- course - Continued - Learning
web -development- course - Continued - Learningweb -development- course - Continued - Learning
web -development- course - Continued - Learning
 

Kürzlich hochgeladen

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 

Kürzlich hochgeladen (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 

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

  • 1. Pacifika Koha Workshop September 10, 2012 University of the South Pacific Laucala Campus, Suva, FIJI. Koha customisations www.calyx.net.au
  • 2. Use your Koha! DIY: How to make your Opac unique?
  • 3. 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
  • 4. 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!
  • 5. Overview of Koha's OPAC Customisable fields on your OPAC, with the name of corresponding system preference.
  • 6. 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.
  • 7. 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
  • 8. 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.
  • 9. 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!
  • 10. 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;} Editing the highlighted h1#libraryname a { number in the code will padding:100px 0 0; determinate the colour of width:220px;} your banner. #fluid {margin-left: 224px;} This link may help you #opac-main-search { determine which colour is the background-image:none; best match for your library background-color:#000000; } logo.
  • 11. OPAC before and after Little changes make a big difference!
  • 12. Websites used in this presentation ● http://manual.koha-community.org/3.8/en/ ● http://www.w3schools.com/html/tryit.asp? filename=tryhtml_intro ● http://www.w3schools.com/html/ ● demo384.calyx.net.au demo384-admin. calyx.net.au (anne + koha) ● http://www.degraeve.com/color-palette http://koha-community.org www.calyx.net.au
  • 13. 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:enquiries@calyx.net.au?">enquiries@calyx.net.au</a></td> </tr>
  • 14. 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>
  • 15. 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; }
  • 16. 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 ...
  • 17. Go to Home > Administration > System preferences ...What an incredible opportunity we have... to use Use our Koha Decide 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 opaclanguagesdisplay Enhanced content preferences: OPACFRBRIZEEditions and Google Jacket and localCoverImages and Tagging .....
  • 18. How new ways of learning are changing universities CAUL : 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 ...
  • 19. 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.
  • 20. Questions and Comments? Feedback to Irma@calyx.net.au Thank you for your interest Vinaka www.calyx.net.au