sri priya | 1 Sep 08:28
Picon
Favicon

Some Useful Resources & Library Websites


Ohio Public Library Web Sites Information on this table has been supplied to the State Library of Ohio by
Ohio public libraries.
http://winslo.state.oh.us/publib/libtable.html

Library of Congress : State Library Web Listing

http://www.publiclibraries.com/state_library.htm
Browse Lists of Canadian Library Web Sites and Catalogueshttp://www.collectionscanada.ca/gateway/s22-200-e.html

Great Web  Sites for Kids (ALA)

http://www.ala.org/gwstemplate.cfm?section=greatwebsites&template=/cfapps/gws/displaysection.cfm&sec=22

Libweb currently lists over 7700 pages from libraries in 145 countries.
A global directory of library home pages.

http://lists.webjunction.org/libweb/

Libdex - Index to 18,000 Libraries

World index of library sites with over 18000 database entries. Includes a list of libraries by catalog vendor.

http://www.libdex.com/
Leeds University Library  Siteshttp://www.leeds.ac.uk/library/sites/

State Library Web Siteshttp://dpi.state.wi.us/pld/statelib.html
Wisconsin Public  Library Websiteshttp://dpi.state.wi.us/pld/wis_lib.html

LibrarySpot.com, a free virtual library resource center for educators and students, librarians and
(Continue reading)

William Denton | 1 Sep 16:41
Picon
Favicon

Re: Thesaurus Management Software

On 31 August 2007, Reegan D. Breu wrote:

> I was wondering if anyone can recommend either open-source or commercial
> thesaurus management software? We're developing a controlled vocabulary for
> our catalogue and looking for a tool to create our own thesaurus.

A couple of years ago I compared about eight different thesaurus 
management apps and the best I found was Term Tree [1].  I used it for a 
project and it did a fine job, except that it's a single-user system and 
not designed for multiple people to manage a thesaurus from different 
locations.

I don't know how the scene has changed since then, but I would recommend 
seriously considering just writing your own web-based system in Perl 
(maybe with Biblio::Thesaurus) or some other scripting language, if you 
can.  Thesauri have simple structures it wouldn't be hard.

Bill

[1] http://www.termtree.com.au/html/termtree.html
--

-- 
William Denton, Toronto : www.miskatonic.org www.frbr.org www.openfrbr.org

automated response

Hello. I am out of the office from 9/3 through 9/7. While I'm away, please direct inquiries to Delia
Konizeski (delia@...). Otherwise I will respond
to your message when I return to the office on 9/10.

Thanks,
Christine
julied | 2 Sep 18:17

Web4lib Digest, Vol 30, Issue 2

I will be out of the library from Monday Aug. 27th until Tuesday Sept. 4th.  If you have a reference 
question, please e-mail refdesk@... or call 651-296-8338.
Picon

aligning divs horizontally

Dear Web4Lib colleagues:

  I'm trying to align three div boxes in my site horizontally - Layer3,
Layer4, and Layer 5.  One - called "Layer3" appears more out of line than
the other two, but i want to make sure they're all aligned horizontally.

  I would appreciate any suggestions.

the html url is:  http://www.westchicago.lib.il.us/R/stuff/chatt/wcpld.html

the css is: http://www.westchicago.lib.il.us/R/stuff/chatt/wcpld.css

just fyi - the javascript is:
http://www.westchicago.lib.il.us/R/stuff/chatt/wcpld.js

Thanks very much.

Sincerely,
Raumin "Ray" Dehghan
Adult Services Librarian
West Chicago Public Library
Hirst, Edward Alan | 2 Sep 19:27
Favicon

RE: aligning divs horizontally

I looked at the postition absolute statements in your .html file and made layers 3 and 5 top:141px; and layer
4 top:125px;

and it lined up pretty well for me. I'm using Opera though. YMMV 

I don't know a lot about css but, I do know that trying to get divs to line up pixel perfect in all browsers can
try your patience.

ed

Edward Hirst
Information Technology Librarian
Rowan Public Library
http://www.rowanpubliclibrary.org
Salisbury, NC

-----Original Message-----
From: web4lib-bounces@... on behalf of Raumin "Ray" Dehghan
Sent: Sun 9/2/2007 12:25 PM
To: web4lib
Subject: [Web4lib] aligning divs horizontally

Dear Web4Lib colleagues:

  I'm trying to align three div boxes in my site horizontally - Layer3,
Layer4, and Layer 5.  One - called "Layer3" appears more out of line than
the other two, but i want to make sure they're all aligned horizontally.

  I would appreciate any suggestions.

(Continue reading)

Araby Y Greene | 2 Sep 21:21
Favicon

RE: aligning divs horizontally


This worked for me.

Optionally, position the body to set the context of subsequent
positioned elements:
body {position: relative;} 

Change the top position of layers 3, 4, 5 to:   top: 164px
They will be positioned absolutely, relative to body. 

Remove the top margin from layer 4 to make the library image line up:
#layer4.content {top-margin: 0;} 

Hope this helps,
Araby

_______________________________
Araby Greene
Web Development Librarian
Getchell Library/322
University of Nevada, Reno Libraries
http://www.library.unr.edu 
araby@... 

> -----Original Message-----
> From: web4lib-bounces@... 
> [mailto:web4lib-bounces@...] On Behalf Of Raumin 
> "Ray" Dehghan
> Sent: Sunday, September 02, 2007 9:25 AM
> To: web4lib
(Continue reading)

info | 2 Sep 18:42
Picon

Re: Thesaurus Management Software

Hello, I developed a web-based Thesaurus Management Software in PHP and MySql 
called TemaTres. TemaTres supports now the folowing features:
    * Relationship between terms
          o Equivalence: (UF)
          o Hierarchical: (NT / BT)
          o Related (RT)
    * Systematic or alphabetic navigation
    * Search
    * Complete printing in XML format (Zthes)
    * Scope notes, Historical and Bibliographical notes
    * Output in
          o Dublin Core
          o SKOS-Core
          o Zthes
          o MADS
    * User management
    * Multilingual interface:
          o english
          o spanish
          o portugues 
          o Deutch
          o Italian

You can download it from http://tematres.r020.com.ar/index.en.html. 

In Canadá I know "CHER Thesaurus of Knowledge Translation" case 
(http://web.cher.ubc.ca/thesaurus/index.php) . Right now I'm working with 
some tests with plain text sources. You can see them in : 
http://www.freethesaurus.info/

(Continue reading)

Sue Dentinger | 3 Sep 00:45
Picon
Favicon

Re: Thesaurus Management Software

The software we're testing for a thesaurus for the PrimateLit database 
controlled vocabulary is dhtmlxTree: http://www.scbr.com/docs/products/dhtmlxTree/

It's opensource for the standard edition. There is a commercial license as well 
for a professional edition.

So far it's looking very good, but we're not production yet. I don't get the 
impression that it was at all difficult to implement, but I wasn't really 
involved with the choice.

--Sue Dentinger
University of Wisconsin - Madison Libraries

Date: Fri, 31 Aug 2007 15:32:21 -0600
From: "Reegan D. Breu" <rbreu@...>
Subject: [Web4lib] Thesaurus Management Software
To: <web4lib@...>
Message-ID: <PMEFLKBIMPOGNOONKFGKIEBDCJAA.rbreu@...>
Content-Type: text/plain;	charset="iso-8859-1"

Hello,

I was wondering if anyone can recommend either open-source or commercial
thesaurus management software? We're developing a controlled vocabulary for
our catalogue and looking for a tool to create our own thesaurus.

Thanks!

Reegan D. Breu
__________________________________________________________
(Continue reading)

Primarydat | 3 Sep 18:12
Picon
Favicon

Seeking advice on questions for a survey of academic library webmasters

Primary Research Group, publishers of surveys about libraries, is planning  a 
survey of academic library webmasters.  We are interested in hearing from  
webmasters and other library web professionals about the type of questions that  
they would like to post to their peers.  We are looking for questions  
particularly in the following areas:
1- preferred web browsers
2-- frequency and cost of re-design
3 --  redesign  goals
4 -- navigability and testing
5- use of PHP  programs
6- content editing software
7-- relations with college  webmaster
8-- usage statistics
9- federated search
10- staff size,  development and training
11- who contributes content
12-  interactivity
13- marketing
14- relations with social networking  sites
15- web-based library workstation and room reservation systems
16-  web based virtual reference
17- training end users

Please forward any questions that you would like to see on the survey  to:  
_primarydat@..._ (mailto:primarydat@...) .

 

 
James Moses,  Research Analyst
(Continue reading)


Gmane