The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management Fall 2003 * Bob Boiko * MSIM Associate Chair Content and.

Slides:



Advertisements
Similar presentations
Metatorial services inc * * What to Shout about Information Management Bob Boiko President, Metatorial Services Affiliate.
Advertisements

Moores Law Co-founder of Intel The number of transistors per square inch on an integrated chip [speed of computing] doubles every 18 months. Accurate for.
Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching.
KFUPM COE 202: Digital Logic Design Number Systems Part 3 Courtesy of Dr. Ahmad Almulhem.
Analysis of Algorithms
Introduction to Computing Concepts Note Set 7. Overview Variables Data Types Basic Arithmetic Expressions ▫ Arithmetic.
College of Information Technology & Design
The Information School at the University of Washington IMT 582 Readiness Assessment Bob Boiko UW iSchool ischool.washington.edu Metatorial Services Inc.
INF201 Fall2010 Intro. to Info. Technologies Department of Informatics University at Albany – SUNY Original Source: w3schools.com Prepared by Xiao Liang,
Getting Started Position Papers. Getting Started w Goal: Create a persuasive position paper that makes clear claims supported by good reasons and credible.
The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management Fall 2003 * Bob Boiko * MSIM Associate Chair XML Schemas.
The Information School at the University of Washington INFO 440: Information System Design Fall 2003 * Bob Boiko * MSIM Associate Chair Templates.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Metatorial services inc * * Organizing Knowledge 4 ways to access and organization Content management education and service.
Scientific Measurement and Significant Figures
Dale & Lewis Chapter 3 Data Representation
The Information School at the University of Washington Information Architecture What is it Bob Boiko UW iSchool ischool.washington.edu Metatorial Services.
Academic Choice Project: Write a letter to the author and explain why this book interests or appeals to you. Tell the author at least three reasons the.
surveymonkey.com/s/TEALSpost SDK + sample projects located at:
The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management Fall 2003 * Bob Boiko * MSIM Associate Chair Intro to.
Computer science Kieran elder. What is computer science What is binary Binary maths What is hexadecimal Hexadecimal numbers programs for programming Different.
Human Computer Interaction CS/ CM 348 Fall 2010 Class Camille Riviere.
Getting from Nothing to Something.  The 1 st step of the writing process.
CS 102 Computers In Context (Multimedia)‏ 01 / 23 / 2009 Instructor: Michael Eckmann.
Cis303a_chapt03-2a.ppt Range Overflow Fixed length of bits to hold numeric data Can hold a maximum positive number (unsigned) X X X X X X X X X X X X X.
The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management Fall 2003 * Bob Boiko * MSIM Associate Chair CM And the.
The Information School at the University of Washington INFO 440: Information System Design Fall 2003 * Bob Boiko * MSIM Associate Chair XML Transforms.
Real Numbers Types of Real Numbers Image source numbers-rational-irrational-ecot-culver-math-education-ppt-powerpoint-
Term 2, 2011 Week 5. CONTENTS Data and information Information purposes Types of data – Integer data types – Floating point numbers – Character data types.
New Ideas for IA Readings review - How to manage the process Content Management Process Management - New ideas in design Information Objects Content Genres.
6-1 © 2014 by McGraw-Hill Education. This is proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any.
Content Management Systems Linda Fernandezlopez LIS 385T Information Architecture February 6, 2003.
So, let’s talk about distinctions in writing…. ALL WRITING IS NOT THE SAME!!!!!!!!!!!!!!! There are different modes of writing—forms of writing, types.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
The Information School of the University of Washington Oct 13fit digital1 Digital Representation INFO/CSE 100, Fall 2006 Fluency in Information Technology.
NATIONAL CURRICULUM AND ASSESSMENT POLICY STATEMENT NATIONAL ORIENTATION WORKSHOP FOR LANGUAGES Content, Methodology and Assessment Session 2.3: Writing.
The Information School at the University of Washington INFO 440: Information System Design * Fall 2004 UW Majors Guide Design Process and Results Pei-Wen.
The Information School of the University of Washington 15-Oct-2004cse digital1 Digital Representation INFO/CSE 100, Spring 2005 Fluency in Information.
Musical Theatre. Intro Vocabulary Producer: Finances the show; pays the bills Director: In charge of overall artistic concept; during rehearsal, in charge.
IMT 500: The Information Management Framework Autumn Quarter, 2008.
Teaching the Reading and Writing Processes
Information Design Trends Unit 4 : Sources and Standards Lecture 1: Content Management Part 1.
DATA TYPES, VARIABLES AND CONSTANTS. LEARNING OBJECTIVES  Be able to identify and explain the difference between data and information  Be able to identify,
Data Handling in Algorithms. Activity 1 Starter Task: Quickly complete the sheet 5mins!
5/27/15 Do Now: -Take out any resources that you have for your “Hamlet” literary analysis essay. -Sit with your lit. circle groups Homework: -“Hamlet”
Creating interfaces Multi-language example Definition of computer information system VoiceXML example Project proposal presentations Homework: Post proposal,
XML CORE CSC1310 Fall XML DOCUMENT XML document XML document is a convenient way for parsers to archive data. In other words, it is a way to describe.
IMT 500: The Information Management Framework Autumn Quarter, 2012.
Binary Representation in Text
Binary Representation in Text
Getting from Nothing to Something
The Writing Process THE P.O.W.E.R.S. OF WRITING.
Getting from Nothing to Something
records Database Vocabulary It can be useful to collect information.
7 steps to building a website
Conclusions: Wrapping it all up!.
String Encodings and Penny Math
Variables ICS2O.
Significant Figures All non-zero digits are significant (2.45 has 3 SF) Zeros between (sandwiched)non-zero digits are significant (303 has 3 SF)
Data Structures & Algorithms
Dividing Decimals.
Unit 2/ lesson 10 End-of-unit 2 Assessment
C# Revision Cards Data types
String Encodings and Penny Math
Data, Information, Knowledge and Processing
What you need to know about building a successful and stylish argument
Data Types Every variable has a given data type. The most common data types are: String - Text made up of numbers, letters and characters. Integer - Whole.
Languages Fall 2018.
Decimals: Connections to the Common Core and the IES Practice Guide
Presentation transcript:

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management Fall 2003 * Bob Boiko * MSIM Associate Chair Content and Management

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair Data vs. Information Data is: Raw (unprocessed) Discrete (small chunks) Non discursive Out of context Data TypeMeaning BitEither 0 or 1 (minimum 1 byte) CharOne character IntA whole number FloatA decimal number TextA string of letters, numbers,a nd punctuation

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair Data vs. Information Information is: Processed Continuous Discursive Context laden

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair What is content? Information put to use Information plus metadata Information for a purpose Something contained

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair Information Put to Use Information corralled and marshaled for a reason Information gathered up and made to do work Information chopped into usable chunks with the less useful parts discarded

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair Information Plus Metadata Metadata boils down the meaning and context of information into a form the computer can handle Metadata contains the information and makes it useful Database and XML technologies manage metadata

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair Content and Purpose To make info useful you must organize it There are an infinite number of ways to organize The one you choose depends on your purpose –What types of audiences? –What types of information? –What sorts of staff? –What aspects of each piece of information To each audience? From each staff person?

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair What Content is made of FormatStructure What it looks like How it lays out What each part “is” How it relates to the other parts

The Information School at the University of Washington Management

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair The essence of management is control Control –In the sense of predictability and standardization. –Not in the sense of arbitrary power Control of –The process –The significant players –The infrastructure

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair The process of CM

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair The players of CM

The Information School at the University of Washington LIS 549 U/TU: Intro to Content Management * Fall 2004 * Bob Boiko * MSIM Associate Chair The infrastructure of CM