Information science - Research and Applied Domains
Understand the core research areas of information science, their diverse real‑world applications, and how information dissemination has evolved in the internet age.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What does information architecture combine to create digital environments?
1 of 18
Summary
Research Sectors and Applications in Information Science
Information science encompasses a broad range of research areas and applications. To understand this field, it's helpful to first grasp the core research sectors before exploring how these concepts are applied in different domains.
Core Research Sectors
Information Access
Information access research focuses on automating the processing of large volumes of information and making that information easier for users to obtain. This field addresses both the technical challenge of handling massive datasets and the user experience challenge of simplifying access.
Key technologies in information access include:
Information retrieval: systems that search through documents and information
Text mining: extracting patterns and insights from unstructured text
Machine translation: automatically converting text from one language to another
Text categorization: automatically organizing documents into categories
Beyond the technical aspects, information access also grapples with important policy questions: Who should have access to information? How do copyright laws, patent protections, and public domain considerations affect information availability? These questions become increasingly important as digital information becomes ubiquitous.
Information Architecture
Information architecture is the practice of organizing and labeling digital spaces in ways that support user experience. While it may sound like a specialized design field, it's fundamentally rooted in information science principles. Information architects combine design principles with structural concepts to create websites, intranets, online communities, and software systems where users can easily find what they need. Think of it as the "blueprint" for how information is organized in digital environments.
Information Management
Information management is the process of collecting, organizing, controlling, and distributing information from one or more sources to one or more audiences. Notice that this definition is broader than just retrieving information—it encompasses the entire lifecycle of information, from creation through distribution. Organizations use information management to ensure that the right information reaches the right people at the right time.
Information Retrieval (IR)
Information retrieval is the study of searching for documents, finding specific information within documents, and locating metadata (data about data). Here's how IR systems work:
A user formulates a query—a formal statement of what information they need
The IR system searches through its collection
The system ranks results by relevance scores, typically showing the most relevant results first
This ranking by relevance is crucial: IR systems don't just return documents; they prioritize them based on how well they match what the user is looking for. You encounter this every day when you use a web search engine, which is the most visible and widely used application of information retrieval technology.
Important distinction: Information retrieval focuses on systems and technology. The system receives a query and returns ranked results. It doesn't necessarily study how humans actually decide to search or what strategies they use.
Information Seeking
Information seeking is fundamentally different from information retrieval, even though the terms are sometimes confused. Information seeking is the broader process of attempting to obtain information in both human and technological contexts. Crucially, it focuses on user behavior and strategies rather than just the technology.
Information seeking research examines how people in different professions search for information:
Librarians use professional strategies and knowledge of information systems
Academics may conduct literature reviews and consult disciplinary databases
Medical professionals seek clinical evidence to support diagnoses
Engineers search for technical specifications and design standards
Lawyers research case law and legal precedents
Each profession develops its own information-seeking strategies and patterns. By studying these behaviors, information scientists can better design systems that match how people actually work, rather than how we might theoretically expect them to work.
Knowledge Representation and Reasoning
Knowledge representation (KR) is an artificial intelligence area focused on encoding knowledge in symbols so that computers can reason about information and derive new conclusions. A KR system combines two key elements:
A symbol vocabulary: terms and concepts that describe a domain
A logic system: rules for how those symbols can be combined and manipulated
For example, a medical knowledge representation system might represent "patient has symptom X" and "symptom X suggests disease Y" so that the system can reason that the patient might have disease Y. This goes beyond simple information retrieval—it creates new knowledge through logical inference.
Information Society
An information society is one where the creation, distribution, diffusion, use, integration, and manipulation of information are significant economic, political, and cultural activities. We typically describe modern developed nations as information societies because:
Economically: Wealth is increasingly created through the "knowledge economy," where understanding and intellectual property are the primary products
Politically: Information access and control shape political power
Culturally: How we communicate, learn, and interact is mediated through information systems
In an information society, information itself becomes a valuable commodity and a driver of change.
Applied Contexts
The core research sectors described above are applied across many different domains. Understanding these applications helps illustrate why information science matters in the real world.
Health and Life Sciences
Health informatics applies information science methods to healthcare data and systems. This might include managing patient records, analyzing treatment outcomes, or predicting disease spread.
Bioinformatics uses computational tools to analyze biological information, such as DNA sequences, protein structures, and genomic data. As biological datasets have become enormous, computational approaches have become essential to making sense of this information.
Cultural and Social Context
Several fields apply information science to understanding human behavior and culture:
Digital humanities applies computational techniques to cultural and historical data—analyzing texts, archives, and historical records in new ways.
Computational social science studies social phenomena using large-scale data analysis, examining patterns in human behavior and society.
Social media analytics examines how information flows through social networking platforms, tracking trends, influence, and information spread.
Social informatics investigates the broader societal impact of information technologies—asking questions like: How do new technologies change social relationships? How do people adapt to new systems?
Computational linguistics processes and analyzes natural language (human language) data, enabling machines to understand and generate human communication.
Spatial Information
Geographic information science handles spatial data and mapping technologies. This includes everything from GPS navigation to analyzing patterns in geographic data (such as disease spread across regions or demographic distribution).
Organizational and Business
Information science has numerous business applications:
Knowledge management systematically organizes and leverages the information and expertise that exists within an organization, treating knowledge as a strategic asset.
Business analytics applies data analysis techniques to support business decision-making, helping executives understand performance and make predictions.
Decision support systems provide managers with information tools and analyses to support important strategic choices.
Information economics studies the economic aspects of creating, distributing, and using information—how information is priced, valued, and traded.
Security, Governance, and Legal
Information science addresses critical security and policy challenges:
Cybersecurity protects information systems from unauthorized access, theft, and attacks.
Intelligence analysis processes large volumes of information (from various sources) to support security decisions and policy-making.
Information policy establishes rules and governance around how information is created, used, and shared—including questions about privacy, access, and intellectual property.
Education and Learning
Educational technology develops tools and systems for teaching and learning, from learning management systems to interactive educational software.
Learning analytics measures and analyzes educational data to understand and improve learning outcomes, helping educators identify at-risk students or effective teaching methods.
Information Dissemination in a Connected World
Traditionally, information dissemination referred to the distribution of information through established channels—publishers, broadcasters, libraries. However, the Internet and social media have fundamentally changed how information spreads. Today, dissemination happens through:
Social media platforms where individuals directly share information
Online communities and forums where knowledge is collectively created and shared
Viral content that spreads through networks in unpredictable ways
Direct publishing by individuals without traditional institutional gatekeepers
This shift has profound implications: information now spreads faster and to wider audiences, but with less quality control. Understanding modern information dissemination requires understanding both the technology of these platforms and the human behavior that drives information sharing.
Flashcards
What does information architecture combine to create digital environments?
Design principles with architectural concepts.
What activities constitute information management?
The collection, organization, control, and distribution of information from one or more sources to one or more audiences.
What are the primary objects of study in information retrieval?
Searching for documents
Information within documents
Metadata about documents
In information retrieval, how are queries defined?
Formal statements of information needs.
How do information retrieval systems organize search results?
By ranking them according to relevance scores.
What is considered the most visible application of information retrieval?
Web search engines.
What is the definition of information seeking?
The process of attempting to obtain information in human and technological contexts.
What characterizes an information society?
A society where the creation, distribution, diffusion, use, integration, and manipulation of information are significant economic, political, and cultural activities.
What is the purpose of encoding knowledge in symbols within knowledge representation?
To enable inference and the creation of new knowledge.
What two components are combined in knowledge representation to allow reasoning about domain facts?
A symbol vocabulary and a logic system.
What is the focus of health informatics?
Applying information science methods to healthcare data and systems.
How is bioinformatics defined?
The use of computational tools to analyze biological information.
What is the focus of digital humanities?
Applying computational techniques to cultural and historical data.
What does computational social science study?
Social phenomena using large-scale data analysis.
What does social informatics investigate?
The societal impact of information technologies.
What is the purpose of business analytics?
Applying data analysis to support business decision-making.
What do decision support systems provide for managers?
Information tools for managerial choices.
What does information policy govern?
The creation, use, and dissemination of information.
Quiz
Information science - Research and Applied Domains Quiz Question 1: Which field applies information science methods to healthcare data and systems?
- Health informatics (correct)
- Bioinformatics
- Computational linguistics
- Geographic information science
Information science - Research and Applied Domains Quiz Question 2: In IR systems, what term describes the formal statement of an information need?
- Query (correct)
- Index
- Algorithm
- Metadata
Information science - Research and Applied Domains Quiz Question 3: What is the most visible application of information retrieval?
- Web search engines (correct)
- Digital libraries
- Patent databases
- Machine translation tools
Information science - Research and Applied Domains Quiz Question 4: What does the knowledge economy primarily generate wealth through?
- Exploitation of understanding (correct)
- Extraction of natural resources
- Mass production of goods
- Trade of commodities
Information science - Research and Applied Domains Quiz Question 5: Which field applies computational techniques to cultural and historical data?
- Digital humanities (correct)
- Cybersecurity
- Geographic information science
- Business analytics
Information science - Research and Applied Domains Quiz Question 6: Which of the following technologies is part of information access research?
- Text mining (correct)
- Quantum computing
- 3D printing
- Virtual reality
Information science - Research and Applied Domains Quiz Question 7: Information access research considers access rights in which legal area?
- Copyright law (correct)
- Environmental regulation
- Food safety standards
- Transportation policy
Information science - Research and Applied Domains Quiz Question 8: What is the primary purpose of organizing and labeling digital environments in information architecture?
- Support usability (correct)
- Increase data storage capacity
- Enhance encryption strength
- Reduce network latency
Information science - Research and Applied Domains Quiz Question 9: Information management includes which of the following activities?
- Distribution of information to audiences (correct)
- Manufacturing of hardware components
- Construction of buildings
- Design of clothing
Information science - Research and Applied Domains Quiz Question 10: Knowledge representation pairs a symbol vocabulary with which type of system?
- Logic system (correct)
- Operating system
- Thermal system
- Financial system
Information science - Research and Applied Domains Quiz Question 11: Geographic information science specializes in which type of data?
- Spatial data (correct)
- Audio recordings
- Genomic sequences
- Financial transactions
Information science - Research and Applied Domains Quiz Question 12: Business analytics primarily assists with which business activity?
- Decision‑making (correct)
- Physical product assembly
- Facility maintenance
- Human resource recruitment
Information science - Research and Applied Domains Quiz Question 13: Decision support systems provide managers with what kind of resources?
- Information tools for choices (correct)
- Heavy machinery
- Entertainment software
- Social networking platforms
Information science - Research and Applied Domains Quiz Question 14: Intelligence analysis provides support for which types of decisions?
- Security and policy decisions (correct)
- Fashion design choices
- Restaurant menu planning
- Sports team roster selection
Information science - Research and Applied Domains Quiz Question 15: Learning analytics primarily aims to improve what through data analysis?
- Educational outcomes (correct)
- Weather forecasting
- Stock market predictions
- Vehicle performance
Information science - Research and Applied Domains Quiz Question 16: Which profession is NOT listed as a focus area for information seeking research?
- Journalists (correct)
- Librarians
- Medical professionals
- Engineers
Information science - Research and Applied Domains Quiz Question 17: What two developments are said to have created new modes of communication that changed the definition of dissemination in the 21st century?
- The Internet and online communities (correct)
- Radio broadcasting and print newspapers
- Television and cinema
- Printed books and academic journals
Which field applies information science methods to healthcare data and systems?
1 of 17
Key Concepts
Information Science and Technology
Information Retrieval
Knowledge Representation and Reasoning
Health Informatics
Digital Humanities
Geographic Information Science
Cybersecurity
Educational Technology
Business Analytics
Information Society
Social Media Analytics
Definitions
Information Retrieval
The study of searching for documents and information within them, using queries and relevance ranking.
Knowledge Representation and Reasoning
An artificial‑intelligence discipline that encodes knowledge in symbols and logical systems to enable inference.
Health Informatics
The application of information‑science methods to collect, manage, and analyze healthcare data and systems.
Digital Humanities
The use of computational techniques to explore, analyze, and present cultural and historical data.
Geographic Information Science
The field that handles spatial data, mapping technologies, and geographic analysis.
Cybersecurity
The practice of protecting information systems from unauthorized access, attacks, and other threats.
Educational Technology
The development and use of digital tools and platforms to support teaching and learning.
Business Analytics
The application of data‑analysis methods to inform and improve business decision‑making.
Information Society
A society in which the creation, distribution, and use of information are central to economic, political, and cultural life.
Social Media Analytics
The analysis of information flow, user behavior, and content on social networking platforms.