Information Organization

Slides:



Advertisements
Similar presentations
Texts and Digital Objects What seems to have changed.
Advertisements

Setting Up Information Portal Irwan Sampurna C-CONTENT 23 May 2006.
Repositories The Algoma University Experience By Robin Isard, Algoma University.
Creating Podcasts. What are podcasts? Podcasts are like radio or TV shows that are downloaded over the Internet. They can be downloaded to iTunes or listened.
Social Media.
UFCEKG-20-2 Data, Schemas & Applications Lecture 6 The Web of Data, API’s & PHP.
Introduction to metadata for IDAH fellows Jenn Riley Metadata Librarian Digital Library Program.
LBSC 670 Information Organization. Today The web and automated information services Data, Ontologies and Web-services Protégé work time.
© 2005 Box UK Ltd. All rights Reserved. Box UK, The Box UK logo, Amaxus and the Amaxus logo are trademarks of Box UK Ltd. Other company product.
Discovering Computers: Chapter 1
Presentation Outline  Project Aims  Introduction of Digital Video Library  Introduction of Our Work  Considerations and Approach  Design and Implementation.
FROM INFORMATION, KNOWLEDGE Prof. Marti Hearst MIMS Visit Day, 2006 Some Research Projects.
CSC 101 Slide Show Ashley Carroll. Podcast What is Podcasting? Podcasting is the distribution of audio or video files, such as radio programs or music.
Introduction to XML Extensible Markup Language Carol Wolf Computer Science Department.
Web Searching. Web Search Engine A web search engine is designed to search for information on the World Wide Web and FTP servers The search results are.
Lecture # 1 M.Sc / BS(CS)/ BS(I.T) DPT www. Shahid Rasul.com.
Search Search Drupal with Apache Solr with CERN Web Communications Group – Copyright 2013.
CPS120: Introduction to Computer Science The World Wide Web Nell Dale John Lewis.
Project Builder and MediaMatrix: Redefining Access in the Digital Age Dean Rehberger and Michael Fegan MERLOT August 7-10, 2006 New Orleans, LA.
Chapter 5 Info Tech. Plug ins & Extensions  What are plug ins?  Applications/Extensions – Google Chrome Store
University of North Texas Libraries Building Search Systems for Digital Library Collections Mark E. Phillips Texas Conference on Digital Libraries May.
Thanks to Bill Arms, Marti Hearst Documents. Last time Size of information –Continues to grow IR an old field, goes back to the ‘40s IR iterative process.
Lesson 1 What Is the World Wide Web?. Objectives Upon completion of this lesson, you should be able to: Explain what the World Wide Web is and how it.
Linking electronic documents and standardisation of URL’s What can libraries do to enhance dynamic linking and bring related information within a distance.
Open Search Office Web Services Database Doc Mgt Sys Pipeline Index Geospatial Analysis Text Search Faceting Caching Query parsing Clustering Synonyms.
WEB BASED DATA TRANSFORMATION USING XML, JAVA Group members: Darius Balarashti & Matt Smith.
Eric Lease Morgan University of Notre Dame. With the advent of commodity-priced, globally networked computers, the information environment has obviously.
The Internet Do you really know what is out there?
The Structure of Information Retrieval Systems LBSC 708A/CMSC 838L Douglas W. Oard and Philip Resnik Session 1: September 4, 2001.
HYPERTEXT and HYPERMEDIA By Steven Geist and Larnic Ransom.
Linked Data: Emblematic applications on Legacy Data in Libraries.
Faceted browsing for ACL Anthology Praveen Bysani.
Millman—Nov 04—1 An Update on Digital Libraries David Millman Director of Research & Development Academic Information Systems Columbia University
E-resource with no wall and no firewalls Dr.H.S.Siddamallaiah Principal Library and Information officer (Rtd) NIMHANS, Bangalore.
Digital Video Library Network Supervisor: Prof. Michael Lyu Student: Ma Chak Kei, Jacky.
Interface for Glyco Vault Functionality and requirements. Initial proposal. Maciej Janik.
Short Video Metadata Acquisition Game Aleš Mäsiar, Jakub Šimko
Content Creation and Management: What’s Next for Government Libraries and Information Stephen Abram, Vice President, Innovation, SirsiDynix IFLA, Seoul.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Describe applications and services. Objective Course Weight 5%
Hydroinformatics Lecture 15: HydroServer and HydroServer Lite The CUAHSI HIS is Supported by NSF Grant# EAR CUAHSI HIS Sharing hydrologic data.
Discovering Computers 2009 Chapter 1 Introduction to Computers.
Data mining in web applications
Explain the five parts of an information system: people, procedures, software, hardware, and data.
Digital Media Dr. Jim Rowan ITEC 2110.
Academic Talent Search
My Story Maker By: Mai Lee Lor.
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
Software Documentation
Next Generation SSIS Tasks and data Connection Series
Building Search Systems for Digital Library Collections
Augmenting (personal) IR
Information systems are involved in many of the things we encounter each day.
SOCIAL MEDIA MARKETING
Lecture # 1 M.Sc / BS(CS)/ BS(I.T) DPT.
Semantic Desktop Getting semantics to help on the desktop may be THE challenge for Graphical User Interfaces in the next decade Desktop semantics offer.
CS6604 Digital Libraries IDEAL Webpages Presented by
Information Technology, the Internet, and You
Semantic Web: Commercial Opportunities and Prospects
Chapter 1 – Introduction to Computers
DIGITAL LIBRARY.
COMP3220 Web Infrastructure COMP6218 Web Architecture
HTML5 and Local Storage.
All About the Internet.
Planning and Storyboarding a Web Site
Day 5- Sending Numbers Code.org- Unit 1, Lesson 6.
XProtect Web Client Product Presentation
Technology 101 Changing the way, we work, live, play and learn.
Presentation transcript:

Information Organization LBSC 670 Information Organization

Today Dr. Jeffery Loo An exploration of a metadata indexing and discovery system (SOLR) Protégé work time

SOLR A faceted indexing service that accepts any text document, uses REST web-services and transforms XML output using XSL to create a user interface Earlier this semester we mentioned Vannevar bush – this is a picture of the memex The machine focused on storage, retrieval, preservation, annotation. Consider the fact that these are the services we look towards in digital objects We often do this with something known as web services This is a precursor to Tim berners lee and the semantic web Tonight we are going to data publishing on the web. We will start with a short video of Tim Berners-lee – the guy who created the web

SOLR browsing Now that we have an idea of what these services are. . .lets listen to the guy who made it all Tell story of berners lee

SOLR application My take away - In fact – many of the current crop of sites publish apis These services are how and why you have a twitter app on your smartphone These services are the heart of many social media sites. (they eat their own dog food) Lets explore what this means and how information organization and web services ineter

SOLR REST request A GET example: Review: http://50.16.198.162:8984/solr/browse?&q=*.*&fq=cat:%22electronics%22 /solr/browse The program ?&q = Search terms &fq=cat:%22electronics%22 The category Review: ? . . . The start of the Querystring & . . . The Key=Value separator = . . . Assignment operator Lets break down the flickr API call. It uses something called REST (don’t worry – we will get there) It uses a combination of key-value pairs in a GET request (don’t worry) The combination of values sure looks like metadata! The specific API we want to use (flickr.photos.search) My public API key The search string

The big ideas SOLR makes working with large, complex metadata structures simple SOLR is fast enough to be used by major corporations and works with millions of records quickly SOLR is not a database – it is a retrieval index SOLR is open source (or free software) Ok – so what? Why is data so important?

SOLR exercise Connect to a server Install SOLR Play with SOLR

Users solr8984 libraryland solr8985 libraryland solr8986 libraryland . . . . Solr9017 libraryland