[Koha] Koha Digest, Vol 73, Issue 67
R Sunil Kumar
sunil.kumar at ecoleglobal.com
Wed Nov 30 19:06:17 NZDT 2011
Dear Richa,
You simply need to "Allow" option in Google book cover image in
"Enhancement" under System preference.
Revert for any clarifications.
Thanks and Regards
R Sunil Kumar
Library Technologist
+91-9686576695
-----Original Message-----
From: koha-bounces at lists.katipo.co.nz
[mailto:koha-bounces at lists.katipo.co.nz] On Behalf Of
koha-request at lists.katipo.co.nz
Sent: 22 November 2011 18:26
To: koha at lists.katipo.co.nz
Subject: Koha Digest, Vol 73, Issue 67
Send Koha mailing list submissions to
koha at lists.katipo.co.nz
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.katipo.co.nz/mailman/listinfo/koha
or, via email, send a message with subject or body 'help' to
koha-request at lists.katipo.co.nz
You can reach the person managing the list at
koha-owner at lists.katipo.co.nz
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Koha digest..."
Today's Topics:
1. Koha Field that stores link to amazon book covers?
(Richa Srivastava)
2. Re: Cannot run any other sites as usual after installing koha
in ubuntu (Magnus Enger)
3. Re: Import Authorities Data (Stefano Bargioni)
4. Re: Koha Field that stores link to amazon book covers?
(Marijana Glavica)
5. Re: Koha Field that stores link to amazon book covers?
(Alen Vodopijevec)
6. Re: Getting error on Data Migration (imageologist)
----------------------------------------------------------------------
Message: 1
Date: Tue, 22 Nov 2011 12:15:32 +0530
From: Richa Srivastava <richa.srivastava36 at gmail.com>
To: Koha listserv <koha at lists.katipo.co.nz>
Subject: [Koha] Koha Field that stores link to amazon book covers?
Message-ID:
<CAHBnVBfn1NjDdXpoDk640KGY7e87ywCwVjeXu+wdm0ozu5qBzg at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi
I want to create list of books (in excel) with links to their book cover
images from Amazon. Is there any field in koha that stores amazon book
cover image links?
--
Best wishes
???
Richa Srivastava
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.katipo.co.nz/pipermail/koha/attachments/20111122/e129bbe0/atta
chment-0001.html>
------------------------------
Message: 2
Date: Tue, 22 Nov 2011 09:36:09 +0100
From: Magnus Enger <magnus at enger.priv.no>
To: tanzeem <tanzeem.mb at gmail.com>
Cc: koha at lists.katipo.co.nz
Subject: Re: [Koha] Cannot run any other sites as usual after
installing koha in ubuntu
Message-ID:
<CABg6UYHeXXROeJfYYBpyK06O-S8bVT6Xo6WwR-xcJkNkcpV4kg at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi!
On 18 November 2011 12:50, tanzeem <tanzeem.mb at gmail.com> wrote:
> I have installed koha in my ubuntu system.But now i cant run any other
sites
> How can i do it
Sounds like you might need to look into Apache Virtual Hosts:
http://httpd.apache.org/docs/2.0/vhosts/
Best regards,
Magnus Enger
libriotech.no
------------------------------
Message: 3
Date: Tue, 22 Nov 2011 10:30:20 +0100
From: Stefano Bargioni <bargioni at pusc.it>
To: Koha List <koha at lists.katipo.co.nz>
Subject: Re: [Koha] Import Authorities Data
Message-ID: <75EF5788-85F8-4DD7-86A0-BA5E7C456040 at pusc.it>
Content-Type: text/plain; charset=us-ascii
Hi, Tiago:
this was my experience during migration from non-Koha to Koha 3.2.
In Koha, manually add some auth records, at least one for each type of auth
you are going to import.
Look at created records in table auth_header. Use each auth_header.marcxml
as a model for a (perl) script to tail marcxml records with your data
(name;cutter;dates).
A model for PERSO_NAME (replace *...* with your data) could be:
<record>
<leader>00000nz a2200133n 4500</leader>
<controlfield tag="003">*YOUR LIBRARY CODE*</controlfield>
<controlfield tag="005">*CURRENT TIMESTAMP like
20101125120000.0*</controlfield>
<controlfield tag="008">*YYMMDD*n||a|nnnaabn || aad
|d</controlfield>
<datafield tag="040" ind1=" " ind2=" ">
<subfield code="a">*YOUR LIBRARY CODE*</subfield>
<subfield code="c">*YOUR LIBRARY CODE*</subfield>
</datafield>
<datafield tag="100" ind1="0" ind2=" ">
<subfield code="a">*SURNAME, NAME*</subfield>
</datafield>
<datafield tag="400" ind1="0" ind2=" ">
<subfield code="a">*USED FOR/SEE FROM*</subfield>
</datafield>
<datafield tag="942" ind1=" " ind2=" ">
<subfield code="a">PERSO_NAME</subfield>
</datafield>
</record>
At begin of file insert:
<?xml version="1.0" encoding="UTF-8"?>
<collection
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.loc.gov/MARC21/slim
http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd"
xmlns="http://www.loc.gov/MARC21/slim">
and append at end of file
</collection>
Then import the created xml file using
bulkmarcimport.pl -a -m marcxml -file your_authorities.xml
and link them to your biblios with
link_bibs_to_authorities.pl
HTH. Stefano
> Hi,
>
> What is the best pratice to import Authority data?
>
> I have a list of my older system formated as: name;cutter;dates
> (~60.000 lines). I want format it to Authority database in Koha. What
> is the best metod?
>
> I use the version 3.6 of Koha on Ubuntu 11.10.
>
> Thanks
>
> --
> Tiago Murakami
------------------------------
Message: 4
Date: Tue, 22 Nov 2011 10:56:00 +0100
From: Marijana Glavica <mglavica at ffzg.hr>
To: Richa Srivastava <richa.srivastava36 at gmail.com>
Cc: Koha listserv <koha at lists.katipo.co.nz>
Subject: Re: [Koha] Koha Field that stores link to amazon book covers?
Message-ID:
<CAG6d5FQ3m2XxZdXeNrw4TU6=7tzMcQ5ukmaqL3O7qTiK0PRB1w at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
2011/11/22 Richa Srivastava <richa.srivastava36 at gmail.com>
> Hi
>
> I want to create list of books (in excel) with links to their book cover
> images from Amazon. Is there any field in koha that stores amazon book
> cover image links?
>
You don't need to store Amazon book cover images in Koha database. There is
option in Global System Preferences under Enhanced Content where you can
enable showing book cover images from Amazon or from other providers.
Marijana
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.katipo.co.nz/pipermail/koha/attachments/20111122/13e74e2e/atta
chment-0001.html>
------------------------------
Message: 5
Date: Tue, 22 Nov 2011 13:10:08 +0100
From: Alen Vodopijevec <alen at irb.hr>
To: Richa Srivastava <richa.srivastava36 at gmail.com>
Cc: Koha at lists.katipo.co.nz
Subject: Re: [Koha] Koha Field that stores link to amazon book covers?
Message-ID:
<CAECksMy36hTzwbXUPP6oH2N-nXeb6THFX51H01+_n833xvW+RQ at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Hi!
You can try with URL that we use for html export of recently acquired
books. All you have to get from database is ISBN.
Take a look here:
https://github.com/alenkovich/Koha-recently-acquired-books/blob/master/koha-
recent.pl#L55
Cheers,
alen
2011/11/22 Richa Srivastava <richa.srivastava36 at gmail.com>:
> Hi
>
> ?I want to create list of books (in excel) with links to their book cover
> images from Amazon. Is there any field in koha that stores amazon book
cover
> image links?
>
> --
>
> Best wishes
> ???
> Richa Srivastava
>
> _______________________________________________
> Koha mailing list ?http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
--
Alen Vodopijevec (alen at irb.hr)
Library, Rudjer Boskovic Institute
tel.: +385 1 456 0954 (x1293) gsm: +385 98 584 045
http://lib.irb.hr
------------------------------
Message: 6
Date: Tue, 22 Nov 2011 13:13:56 +0500
From: imageologist <imageologist at gmail.com>
To: Linda Culberson <lculber at mdah.state.ms.us>, ata.rehman at gmail.com
Cc: koha at lists.katipo.co.nz
Subject: Re: [Koha] Getting error on Data Migration
Message-ID:
<CAJMjagBNmDTQJS=VZquojC0WoA3kV8KgOt65zh7tuqWir30U1g at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Dear Linda & Ata,
Thanks for your kind support and step by step guidance, I have successfully
resolved my data-migration problem I have combined 082 & 952 field and
sub-fields in single line with MarcEdit field mapping "join items" find
attached for reference.
Thanks & regards
Syed
On Thu, Nov 17, 2011 at 3:22 AM, Linda Culberson
<lculber at mdah.state.ms.us>wrote:
> Sved,
> I've never used Excel to migrate MARC but have used MarcEdit and the
> Import Tool. I can tell you that your first record in MarcEdit looks
like:
>
> =LDR 00422nam a2200205Ia 45e0
> = 08 2$a001-AYE
> =008 111116s9999\\\\xx\\\\\\\\\\\\**000\0\und\d
> =020 \\$a140135472
> =082 \\$219TH ED.
> =100 \\$aAYER A. J.
> =245 \\$aTHE PROBLEM OF KNOWLEDGE.
> =260 \\$aENGLAND
> =260 \\$bPENGUIN BOOKS
> =260 \\$c1986
> =300 \\$a223
> =440 \\$nv. 1
> =942 \\$cBK
> =952 \\$aMAIN
> =952 \\$bMAIN
> =952 \\$p45594
>
> Everything in a field or tag should be on a single line
> The 260 should be like
> =260 \\$aEngland$bPenguinBooks$**c1986.
>
> The 952 fields should be all one one line like
> =952 \\$aMAIN$bMAIN$p45594
>
> There are some other problems with the record not having the correct
> indicators for MARC21, but I don't know UNIMARC, which I'm assuming you
are
> using, so I can't help you there at all, I'm afraid.
>
>
> Here is one of ours in MARC21 in MarcEdit for you to look at
> =LDR 01667pam 2200385 a 4500
> =001 3
> =003 Ms-Ar
> =005 20110528131125.0
> =008 000608s2000\\\\aruab\\\\b\\\**s001\0\eng\\
> =010 \\$a00009893
> =020 \\$a1563490889 (alk. paper)
> =082 \\$a917.6703/G925a/2000
> =100 1\$aGuendling, Randall L.
> =245 13$aAn Archaic campsite in the Ozarks :$btest excavations at the
> Ryan Site (3MA233) /$cby Randall L. Guendling ; with contributions by
> Sandra L. Dunavan.
> =260 \\$aFayetteville :$bArkansas Archeological Survey,$c2000.
> =300 \\$aiv, 52 p. :$bill., maps ;$c29 x 22 cm.
> =440 \0$aArkansas Archeological Survey research report ;$vno. 30
> =504 \\$aIncludes bibliographical references (p. 45-51) and index.
> =505 0\$aProject background and environmental parameters -- Cultural
> history and previous investigations -- Archeology of the Ryan Site --
> Analysis of the artifact collections -- Archeobotanical remains from the
> Ryan Site -- Ryan Site prehistory and recommendations.
> =650 \0$aRyan Site (Ark.)
> =650 \0$aPaleo-Indians$zArkansas$**zMadison County.
> =650 \0$aStone implements$zArkansas$zMadison County.
> =650 \0$aSalvage archaeology$zArkansas$zMadison County.
> =651 \0$aMadison County (Ark.)$xAntiquities.
> =700 1\$aDunavan, Sandra L.
> =952 \\$aDAH$bDAH$cARCH$8GEN$o917.**6703/G925a/2000$p17
>
> Subject:
>> [Koha] Getting error on Data Migration (Excel>MarcEdit>Koha)
>> From:
>> imageologist <imageologist at gmail.com>
>> Date:
>> Wed, 16 Nov 2011 17:45:46 +0500
>> To:
>> koha at lists.katipo.co.nz
>>
>>
>> Greetings!
>>
>> I'm using Koha 3.04.02, please find attached my library data-migration
>> process files I have followed http://lists.katipo.co.nz/**
>>
public/koha/2010-December/**026750.html<http://lists.katipo.co.nz/public/koh
a/2010-December/026750.html>steps with MarcEdit 5.6. During import process I
am getting following error
>> "9 records not staged because of MARC error". at this stage I am in
testing
>> process I have more than 10,000 books records in Excel format to migrate
in
>> Koha. Please guide me am I missing some where or I have missed/conflict
on
>> mapping fields?
>>
>>
>> ------------------------------**-------
>>
>> Error:
>> Stage MARC Records For Import
>>
>> MARC Staging results :
>>
>> * 9 records in file
>> * 9 records not staged because of MARC error
>> * 0 records staged
>> * Did not check for matches with existing records in catalog
>> * 0 item records found and staged
>> * Manage staged records
>> * Back
>>
>> ------------------------------**-------
>>
>> It will be highly appreciated if anyone resolve this issue
>>
>>
>> Best regards
>> Syed
>>
>>
>> LibraryData-16Nov2011-2 Text (Tab delimited).txt
>>
>> ???001-AYE AYER A. J. THE PROBLEM OF KNOWLEDGE. ENGLAND
>> PENGUIN BOOKS 1986 223 v. 1 19TH ED. 45594 140135472
>> MAIN MAIN BK
>> 001-BES BESTERMAN THEODORE BRITISH SOURCES OF REFERENCE AND
>> INFORMATION. LONDON BRITISH COUNCIL 1947 56 v. 1 19TH ED.
>> 13523 MAIN MAIN BK
>> 001-BHA BHATTI IQBAL A. EVERLATEST GENERAL KNOWLEDGE. JEHELUM BHATTI
>> PUBLISHERS 1985 392+112+104 v. 1 19TH ED. 68273
>> MAIN MAIN BK
>> 001-BOL BOLGAR R. R. THE CLASSICAL HERITAGE AND ITS BENEFICARIES.
>> LONDON CAMBRIDGE UNIVERSITY PRESS 1954 VII 591 v. 1 19TH ED.
>> 14915 9780511583735 MAIN MAIN BK
>> 001-BOO THE BOOK OF KNOWLEDGE; AN ENSICLOPEDIA FOR READERS OF ALL
>> AGES. EDITED BY HAROLD F.B. WHEELER LONDON THE WAVERLEY BOOK COMP.
(N.D)
>> v. 8 2333 MAIN MAIN BK
>> 001-BOO THE BOOK OF KNOWLEDGE; AN ENSICLOPEDIA FOR READERS OF ALL
>> AGES. EDITED BY HAROLD F.B. WHEELER LONDON THE WAVERLEY BOOK COMP.
(N.D)
>> v. 9 2340 MAIN MAIN BK
>> 001-CLA CLAYTON PETER A. THE SEVEN WONDERS OF THE ANCIENT WORLD BY
>> PETER A. CLAY TON & MARTIN J. NEW YORK DORSET PRESS 1988 XV
>> 176 61661 9780415050364 MAIN MAIN BK
>> 001-CON CONTEMPORARY AFFAIRS. EDITED BY ABBAS SARWAR QURESHI.
>> LAHORE CARAVAN BOOK HOUSE 2005 548 74631
>> MAIN MAIN BK
>> 001-COV COVEY STEPHEN R. THE 7 HABITS OF HIGHLY EFFECTIVE PEOPLE
>> LONDON SIMON & SCHUSTER 2004 372 76772
>> MAIN MAIN BK
>>
>
>
>
>
>
> --
> Linda Culberson lculber at mdah.state.ms.us
> Archives and Records Services Division
> Ms. Dept. of Archives & History
> P. O. Box 571
> Jackson, MS 39205-0571
> Telephone: 601/576-6873 Fax: 601/576-6824
>
>
>
--
-:.:IMAGEOLOGIST:.:-
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.katipo.co.nz/pipermail/koha/attachments/20111122/5e03ecfb/atta
chment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MarcEdit Join Items in single line.JPG
Type: image/jpeg
Size: 45019 bytes
Desc: not available
URL:
<http://lists.katipo.co.nz/pipermail/koha/attachments/20111122/5e03ecfb/atta
chment.jpe>
------------------------------
_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
End of Koha Digest, Vol 73, Issue 67
************************************
More information about the Koha
mailing list