Lecture # 31 Category Trees. Binary Trees 16 How many steps to reach a leaf? 4.

Slides:



Advertisements
Similar presentations
Classification and Call Numbers Julie Arendt. At the end of this session, students should be able to… Explain why classification and call numbers are.
Advertisements

Working with Files and Folders Paw Prints Productions presents…
The Dewey Decimal Classification System
1 FINDING BOOKS ENGLISH 115 Hudson Valley Community College Marvin Library Learning Commons.
Browse the book collection by subject area? The C-N Library uses the Dewey Decimal Classification System to organize library materials. This system groups.
Thanks to a wonderful man named Melvil Dewey, it is simple to locate a variety of books from an endless list of topics. Put your knowledge of Dewey’s 10.
A STORY ABOUT THE DEWEY DECIMAL SYSTEM OF CLASSIFICATION.
Pamphlets Task Force Update CDC – March 7, Pamphlet Evaluation Project Goal: Obtain additional information regarding Yale’s pamphlet collections,
Library of Congress Classification (LCC) A Brief History Source: Lois Mai Chan, A Guide to the Library of Congress Classification, 5th edition (Englewood,
Dewey Decimal Classification System
Let’s find a book about tornadoes! Getting to know Dewey Created by Catherine Trinkle Hickory Elementary 2005.
Dewey Decimal System of Classification
SIRSI Online Catalog WLAC Heldman Learing Resource Center.
The Dewey Decimal Classification System. Books, Books, Books… Have you ever wondered how we began to organize all of the books and resources in the library?
The Dewey Decimal System
Dewey Decimal Classification (DDC) A library classification developed by Melvil Dewey in 1876 DDC are numbers representing subjects. Ten main classes –
Library of Congress Classification & Call Numbers Danielle Ostendorf.
Media Specialists “Dewey” it Better! The Basics of the Dewey Decimal System of Classifying Books! Kelly Moss.
000 Generalities 010 Bibliography 010 Bibliography 020 Library & Information Services 020 Library & Information Services 030 Gen Encyclopedia Works 030.
Dewey Decimal Classification System
Finding a Non-Fiction Book Northridge High School The Doc. Brazzel Memorial Library.
The Library & The Internet as Research Tools Charity I. Mulig.
Click here to begin. Select A, B, or C Be quick –1 “Which set has the Dewey Category in order?” Literature Fine Arts History General Works Social Science.
Grace Johnson EDUT Dewey at the age of 21 created the Dewey Decimal System at Amherst College which has been used to revolutionize the field of.
Dewey Decimal Classification System
Dewey Did It! Or, How the Non-Fiction Section of the Library is Arranged.
Competency Goal 1: The learner will EXPLORE sources and formats for reading, listening, and viewing purposes. Competency Goal 2: The learner will IDENTIFY.
Students and Library Library Orientation – Faculty of Science Library Orientation - Faculty of Science By Asst. Librarian / Science.
By Erika Roberts. The system is broken into 10 subjects Each subject is assigned a “call number” Every book is assigned a smaller number or “decimal”
Organization of Materials Roberts-LaForge Library and the Instructional Resources Center.
Dewey Decimal System.
Generalitis Controversial knowledge Computers 070s Journalism.
Welcome to the RSC –YH Information Skills Project.
What is the Dewey Decimal System It is a general knowledge organization tool to organize information into ten subject areas that is broken down into smaller.
THE KEY TO THE DEWEY DECIMAL SYSTEM. 100 PHILOSOPHY AND PSYCHOLOGY Who am I? (Man thinks about himself)
Friday §Assigning Call Numbers “from scratch” §Wrap-up.
What is it? How does it work?
Dewey Decimal Classification System Presented to First, Second, & Third Grade Students POP Media.
Who created the Dewey Decimal Classification System? Melvil Dewey was born on December 10, 1851 Melvil Dewey created the number order system.
203 7 th Put your heading on your paper. Start reading the questions.
FINDING NON-FICTION BOOKS IN THE LIBRARY. How are non-fiction books organised? BY THEIR SUBJECT.
How to use the Nonfiction Section of the Media Center.
The Library of Congress. Mr. Thompson Yee  Assistant Chief of Policy and Standards Division of the Library of Congress.
What Do I Do First? An Introduction to Our C-DHS Library and Its Services.
Wilson High School Library  Jane Corl, Librarian  Open 7:40 am to 3:10 pm  Serves grades 7-12  Books are checked out for two weeks  Overdue fines.
ENGLISH 115 Finding Books Hudson Valley Community College Marvin Library Learning Commons 1.
McKinley’s Library Catalog What is a catalog? A library catalog lists all the books and other materials owned by a library.
Ashley Success Professor Mitzi Crow EDUT 6116
Count Down With Dewey1 Dewey Decimal Classification Lana McGuff.
Understanding Dewey! Everything you wanted to know about finding materials in the library media center!
Dewey Decimal Classification System B y Karen Ward Library Media Specialist Eichold-Mertz Elementary School.
Let's Do Dewey Dewey Duck Melvil Dewey. Why is the library divided the way it is? Where do I find What I want? The Dewey Decimal System was developed.
Introduction to the Dewey Decimal Classification System Tammy Wright MEDT 6463 Fall Microsoft Office Clipart.
An American Education with a Global Experience ADLUG Conference October 2015 The American University of Rome The Library.
The Dewey Decimal System
Dewey Decimal Classification System By: Crystal Cooper & LaJuana Ezzard.
Dewey Decimal System How the media center is organized…
Maya Sharsheeva, reference-librarian AUCA Library Effective information search in the Library e-Resources.
Dewey Decimal Classification Learn Your Way Around the Library Lydia McKeever.
Do You Know Dewey?.
Audience & Objective Audience: 6-8th grade Middle School Students using a Library Media Center Objective: Introduce/Refresh student knowledge of Dewey.
Compare Dewey and Library of Congress classification systems
College of Science & Engineering
Everything you wanted to know about finding materials in the library!
Searching for Information
BUSINESS COMMUNICATION SKILLS
A simple guide to using the Dewey Decimal System
The Dewey Decimal System
LOCATING A NON-FICTION BOOK IN THE LIBRARY
Dewey Decimal Classification
Presentation transcript:

Lecture # 31 Category Trees

Binary Trees 16 How many steps to reach a leaf? 4

Binary Trees N How many steps to reach a leaf? log 2 (N)

4 branch trees 16 How many steps to reach a leaf? 2

4 branch trees N How many steps to reach a leaf? Log 4 (N)

What is the General Algorithm? N How many steps to reach a leaf?

What is the General Algorithm? N How many steps to reach a leaf? Log M (N), where M = “branching factor? M

4 branch trees If I double the number of branches, what happens to the number of steps to reach a leaf?

4 branch trees If I double the number of branches, what happens to the number of steps to reach a leaf? It is cut in half

10 branch trees Log 10 (N) Count digits

Binary Trees How many steps to reach a leaf? 16 leaves

Binary Trees Balanced Unbalanced

Binary Trees Really Unbalanced 16 leaves how many steps? Average of 8 - N/2

N branches If I have N leaves, why not just have N branches in the tree? –I can reach each leaf in one step The time to choose a leaf –Binary tree constant time –N-ary tree (N branches) N checks (one for each branch)

What if I don ’ t know which branch to choose? Try all of them Average N/2

Trees - time to find things Number of branches (B) –log B (N) –Too many branches searching for branches is a problem –Too few branches too many steps to a leaf Balance Probability of correct choice

Examples of trees Dewey Library of congress Biology Yahoo Menus File system

Dewey 000 Computers, information, & general reference 100 Philosophy & psychology 200 Religion 300 Social sciences 400 Language 500 Science 600 Technology 700 Arts & recreation 800 Literature 900 History & geography

Dewey 500 Science –510 Mathematics –520 Astronomy –530 Physics –540 Chemistry –550 Earth sciences & geology –560 Fossils & prehistoric life –570 Biology & life sciences –580 Plants (Botany) –590 Animals (Zoology)

Dewey 500 Science –550 Earth sciences & geology 551 Geology, hydrology, meteorology 552 Petrology 553 Economic geology 554 Earth sciences of Europe 555 Earth sciences of Asia 556 Earth sciences of Africa 557 Earth sciences of North America 558 Earth sciences of South America 559 Earth sciences of other areas

What are the numbers in the Dewey tree? A path name How many possibilities? –1000 Where do we get more? – c

Using the Dewey tree What is the Dewey Decimal number for Ostriches? If we don ’ t know how to choose then how do we find things? Search to get Dewey decimal number

What good is the system? If we can ’ t correctly choose the path to a book, then isn ’ t the search just linear (N/2)? Unique location for each book –Why not just assign them a number as each book comes into the library? Browsing - keep related books together

Library of Congress How many books? ~ 20 Million How many maps, documents, videos, photos? ~ 100 Million

Library of Congress A -- GENERAL WORKS B -- PHILOSOPHY. PSYCHOLOGY. RELIGION C -- AUXILIARY SCIENCES OF HISTORY D -- HISTORY: GENERAL AND OLD WORLD E -- HISTORY: AMERICA F -- HISTORY: AMERICA G -- GEOGRAPHY. ANTHROPOLOGY. RECREATION H -- SOCIAL SCIENCES J -- POLITICAL SCIENCE K -- LAW L -- EDUCATION M -- MUSIC AND BOOKS ON MUSIC N -- FINE ARTS P -- LANGUAGE AND LITERATURE Q -- SCIENCE R -- MEDICINE S -- AGRICULTURE T -- TECHNOLOGY U -- MILITARY SCIENCE V -- NAVAL SCIENCE Z -- BIBLIOGRAPHY. LIBRARY SCIENCE. INFORMATION RESOURCES (GENERAL)

Library of Congress A -- GENERAL WORKS B -- PHILOSOPHY. PSYCHOLOGY. RELIGION C -- AUXILIARY SCIENCES OF HISTORY D -- HISTORY: GENERAL AND OLD WORLD E -- HISTORY: AMERICA F -- HISTORY: AMERICA G -- GEOGRAPHY. ANTHROPOLOGY. RECREATION H -- SOCIAL SCIENCES J -- POLITICAL SCIENCE K -- LAW L -- EDUCATION M -- MUSIC AND BOOKS ON MUSIC N -- FINE ARTS P -- LANGUAGE AND LITERATURE Q -- SCIENCE R -- MEDICINE S -- AGRICULTURE T -- TECHNOLOGY U -- MILITARY SCIENCE V -- NAVAL SCIENCE Z -- BIBLIOGRAPHY. LIBRARY SCIENCE. INFORMATION RESOURCES (GENERAL) Why do these subjects get so much space in the tree? What is the purpose of the Library of Congress?

Organizing trees of information Branches Balance Can the user make a correct choice –Information about each choice

Which of these things is not like the others? If you are in first grade? If you are a biologist?

Which of these things is not like the others? Studying the arctic Studying child/adult animal behavior

Tree problems Literature Novels Whales... Industry Sea Whaling... Biology Mammals Whales...

Yahoo.com - a huge tree of WWW information What are the major items for? Why are the minor items here? Click Here

What is this? A path name in a tree Why doesn ’ t “ Animals ” follow “ Science ” ?

What is this section for? To identify the user ’ s purpose

Tree problems Literature Novels Whales... Industry Sea Whaling... Biology Mammals Whales...

Aliases - connect tree branches Literature Novels Whales... Industry Sea Whaling... Biology Mammals Whales Stories Industry...

Aliases - Windows Shortcuts Named objects that contain the path name of other objects Lets us organize a tree in many ways Shortcut symbol

Challenge If you run a commercial art house and want to organize all of your pictures into a tree If you are creating a new program and want to organize your menu items into a tree Who has the answer to the organization? –The users

How to get user input Get samples –100 pictures –Names of menu items on 3x5 cards Give them to users –Tell them to organize them into 7-12 stacks –Tell them to write name on each stack –Video tape the process and ask them to talk about what they are doing

Trees - time to find Number of branches (B) –log B (N) –Too many branches searching for branches is a problem –Too few branches too many steps to a leaf Balance Probability of correct choice “ Similar ” things together –Aliases to apply multiple organizations