[ List Archives Home ] [ Thread index for 2008 ] [ Date index for 2008 ] [ Author index for 2008 ]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Our html accessions list is also produced with a Perl script which formats
the III review file output. Within the perl script diacritics are
'translated' to the appropriate html code. This is pretty simple but -as far
as I know- it has to be done for every diacrital character: e.g.

s/\{226\}A/Á/g;
s/\{226\}a/á/g;

(The string between the first and the second forward slash is replaced with
the string between the second and the third forward slash)
When we started using the perl script we noticed some diacritics we had not
included initially. Those have been added since.

After 'enhancing' the web version of our accessions list we also use it to
satisfy the limited demand for print accessions lists.


Alfred Kraemer
Head, Technical Services
Medical College of Wisconsin Libraries
8701 Watertown Plank Road
Milwaukee, WI 53226

Phone: 414-456-4273
E-Mail: akraemer@xxxxxxxxxx





----- Original Message -----
From: Doris M Hendrickson <dhendric@xxxxxxxxxx>
To: <INNOPAC@xxxxxxxxxx>
Sent: Wednesday, April 05, 2000 7:15 AM
Subject: Re: Creating a New Book List


> We have a new book list <http://lib.runet.edu/new.htm> that links
> the titles to the Innopac record using a bibliographic record
> number search - e.g., <http://lib.runet.edu/record=b1325175> . The
> web OPAC display resulting from a bibliographic record number search has
> been improved somewhat with Release 2000.
>
> We run a PERL program on a list from a review file.  The program
> sorts the records by a few broad subjects.  It also removes those very
> unattractive coded diacritics from the title by removing any string that
> looks like {236} -- that is, three digits enclosed by braces.  The PERL
> code is:
>                 $title =~ s/\{\d\d\d\}//g;
> ----
>
> Doris Hendrickson
> Assistant University Librarian for Systems
> Radford University Library         540/831-5687  FAX: 540/831-6138
> Radford, VA 24142                  dhendric@xxxxxxxxxx
>
>
> Sara Brownmiller wrote:
> >
> > Along similar lines, we also create a new acquistion list.  Has anyone
> > devised an easy way to export the titles without coded diacritics?  Some
> > examples are below.  These coded diacritics make the pages difficult to
> > use.
> >
> > thanks, Sara
> >
> > Sara Brownmiller snb@xxxxxxxxxx
> > Systems/Women's Studies Librarian 541/346-2368
> > University of Oregon Library 541/346-3485 (fax)
> > 1299 University of Oregon
> > Eugene, OR  97403-1299
> >
> > BRANCH = KNIGHT.
> > CALL # = HB236.R8 A38 1998.
> > TITLE = REGULIROVANIE {235}T{236}SEN V {231}EKONOMIKE PEREKHODNOGO
PERIODA
> > / A.M. ALKLYCHEV.
> > AUTHOR = Alklychev, A. M.
> > PUBLISHER = Moskva : Rossi{230}iska{235}i{236}a akademi{235}i{236}a
nauk,
> > In-t {231}ekonomiki, 1998.
> >
> > BRANCH = EAST ASIAN.
> > CALL # = BX4700.T5 A3 1977.
> > TITLE = HISTOIRE D'UNE {227}AME. CHINESE.
> > TITLE = HUI I LU / FA-KUO SHENG N{232}U TE-LAN CHU ; CHANG HSIU-YA I.
> > AUTHOR = Th{226}er{225}ese, de Lisieux, Saint, 1873-1897.
> > PUBLISHER = T{176}ai-chung shih : Kuang ch{176}i ch{176}u pan she, Min
kuo
> > 66 [1977].
> >
>
>
> --
>
> Doris Hendrickson
> Assistant University Librarian for Systems
> Radford University Library         540/831-5687  FAX: 540/831-6138
> Radford, VA 24142                  dhendric@xxxxxxxxxx
>