LIS 5043: Organization of Information
In Module 4 we will be examining different systems and how they are designed.
We will look at ways in which we evaluate IR systems.
Also, you will be learning more about how system design affects/impacts retrieval by users.
Keep in mind that a user-centered system should be based on what we know about how users search for and use information sources.
Think about HOW systems elements, metadata schemes, interfaces either enable or inhibit effective retrieval.
An information system comprises a set of resources for collecting, managing, and providing access to information
Information in an information system is in some tangible form – we can manipulate it
Information objects have two aspects:
Information container
: physical embodiment of informationInformation content
: intellectual contents of information object recorded in some fashionMany information systems utilize representations or surrogates of the information objects
The surrogates are what get manipulated in most cases, but with Web, digital libraries, etc. we now access the object as well
System
: Consists of a number of components working together to achieve some purposeComponents
Interface
- to allow user to communicate with systemDatabase
- to store representations or info objects
Matching Component
- to match representationsDatabase
Database Management System (DBMS)
Conceptual Level
Entities
Attributes
Relationships
File
: collection of similarly structured recordsRecord
: basic unit within a file
Field
: logical unit within a record
Data
: information entered in fieldsData Value
: specific data entered in a fieldReal life
Conceptual
Logical
The Organization of Information
Arlene G. Taylor
Geared toward details of physical database implementation
Includes specifications for fields, data, file organization and access, etc.
Applies only to specific database
File type
: type of data that goes into a field
Entry validation
: controls number of entries in field
Content Validation
: limits data values that can be input in field. Often requires creation of list of authorized terms
Indexing
: adding values to the fields using specific criteria and rules, deciding if a field is searchable or not
Indexing
: Process of creating index for purpose of representing and providing access to information objects
Index Entry
: Any pointer or indicator included in an index
Some choices:
Word
: indexes and searches field by single words separatelyTerm/phrase
: indexes and searches field by complete entry, all words togetherCombination of Word/Phrase indexing
Indexing Example
Phrase Index
Complete User s Guide
Product Guide
Reference Manual
Word Index
complete
guide
manual
product
reference
s
user
Index File: ordered (inverted) list of data entries drawn from one field in record
Index Specifications
:
Record structure: RecordID = key (linking) field
After reviewing this lecture, please proceed to the Data Modeling lecture (Forever Frogs)
Complete the data modeling exercise by working through the Data Modeling (Forever Frogs) presentation & worksheet