| Related sites for http://www.elsevier.com/inca/publications/store/2/4/4/ |
| International_Journal_on_Digital_Libraries Quarterly print journal emphasizing digital information and libraries. Register for email notification of contents. | | Issues_in_Science_&_Technology__Librarianship Electronic journal from the Science and Technology Section of the Association of College and Research Libraries. | | Issues_in_Science_&_Technology_Librarianship Home page for Issues in Science and Technology Librarianship, an electronic journal from the Science and Technology Section of the Association of College and Research Libraries. | | Journal_of_Digital_Contents_(JDC) International quarterly journal about the management, presentation and uses of contents in digital environments. | | Journal_of_Digital_Information A peer reviewed e-journal focusing on information in digital environments. Supported by the British Computer Society and Oxford University Press. | | Journal_of_Electronic_Publishing Articles with archives about electronic publishing. | | Journal_of_Information_Law_and_Technology Published by the Universities of Warwick and Strathclyde in the United Kingdom. | | Journal_of_the_American_Society_for_Information_Science_(JASIS) Flagship publication of the American Society for Information Science available online or in print by subscription. Links to tables of contents and brief abstracts from 1992 to present. | | Law_Library_Journal Official journal of the American Association of Law Libraries. Includes subscription information and links to selected articles from 2000 to the present. | | Libraries_and_Culture A print based journal that explores the significance of libraries; their creation, organization and preservation in the context of cultural and social history. | | Library_and_Information_Update Monthly magazine of the Chartered Institute of Library and Information Professionals. Includes selected articles from past issues. | | Library_Hi_Tech A quarterly, peer reviewed, scholarly journal on computing and technology for library scientists. Links to subscription information, submission guidelines and tables of contents for past issues. | | Library_Journal_Digital Library Journal's online edition. Features current news about libraries and librarians. Includes job opportunities. | | Library_Juice Rory Litwin's long-running library news digest. Includes announcements, web resources, calls for papers, and news affecting the library world. Archives available; no new issues will be published. | | Library_Philosophy_and_Practice Peer reviewed online journal specializing in applied library science research. Articles available for downloading in PDF form. Links to guidelines for submission. | | Library_Quarterly Prestigious print journal of scholarly research from The University of Chicago Press. Subscription information, submission guidelines, tables of contents from 1996 to the present and general informati | | Library_Resources_&_Technical_Services Details about the journal including information on subscribing and submitting articles. | | LIBRES__Library_and_Information_Science_Research_Journal International, peer reviewed, online journal devoted to new research in Library and Information Science. | | LIBRI__International_Journal_of_Libraries_and_Information_Services Publishes original articles on all aspects of libraries and information services. | | LISNews Blake Carver's online Library and Information Science News Digest. Apropos articles culled from a variety of sources. Links, polls, submission guidelines and email updates. | | Marginal_Librarian E-zine features articles and opinions from the McGill Library and Information Studies Student Association. Includes links to past issues. | | MC_Journal__The_Journal_of_Academic_Media_Librarianship A peer-reviewed online journal for practical and scholarly information concerning academic media librarianship. | | Mississippi_Libraries Official publication of the Mississippi Library Association. Links to full text from 2000 to the present. | | MLA_Forum Online journal of the Michigan Library Association. Includes articles and book reviews. | | MLS__Marketing_Library_Services A marketing information geared specifically towards librarians. Lists subscription information and contents of previous issues. | | MSRRT_Newsletter__Library_Alternatives Online publication from the Minnesota Library Association's Social Responsibilities Round Table. Issues from 1996 to 2000. | | New_Review_of_Information_and_Library_Research Annual print review designed for information professionals pertaining to the impact of contemporary information research on information and library services. Subscription information, submission guid | | NewBreed_Librarian Intended to foster a sense of community for those new to librarianship: daily news, feature articles, advice and links to financial aid, grad schools, and jobs. | | Portal__Libraries_and_the_Academy Research journal covering technology, publishing, and periodicals. | | Progressive_Librarian Semi annual print journal of the Progressive Librarians Guild. A forum for critical perspectives in Librarianship, featuring articles, book reviews, bibliographies, reports and documents that explore | | The_Public-Access_Computer_Systems_Review Online journal about end-user computer systems in libraries from University of Houston Libraries. Full text available from 1990 to present. Includes author/ subject index and submission guidelines. | | Russian_Digital_Libraries_Journal Electronic journal containing information on research and use of digital libraries. | | School_Library_Journal__Online Online version of the print publication. Features current news about school libraries and librarians. Includes job opportunities. | | Searcher__The_Magazine_for_Database_Professionals Print based journal with 10 issues annually. Tables of contents and some full text available online along with subscription and submission information. | | simile__Studies_in_media_and_information_literacy_education A peer reviewed online journal from University of Toronto Press. Features scholarly articles pertaining to bibliographic instruction and information and media literacy. | | Teacher_Librarian__The_Journal_for_School_Library_Professionals Offers access to selected past articles, reviews of books and software for resource centers, as well as links to online resources. | | Transactions_on_Information_Systems The official publication of the Association for Computing Machinery. Available online or in print. Includes links to an extensive digital library and subscription information. | | The_Unabashed_Librarian A print newsletter featuring advice, reports from the field, and do-it-yourself projects. Current table of contents, submission guidelines and subscription information. | | The_Wired_Librarian\'s_Newsletter Advice on the implementation of microcomputers in libraries. In publication since 1983. | | World_Libraries An online international journal focusing on libraries and socio-economic development. |
|
Information Processing & Management - Elsevier
var dom = (document.getElementById) ? true : false;
var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false;
var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
var ns4 = (document.layers && !dom) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false;
var origWidth, origHeight;
if (ns4) {
origWidth = window.innerWidth; origHeight = window.innerHeight;
window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); }
}
if (nodyn) { event = "nope" }
var tipFollowMouse= true;
var tipWidth= 360;
var offX= 20; // how far from mouse to show tip
var offY= 12;
//var tipFontFamily= "Verdana, arial, helvetica, sans-serif";
var tipFontFamily= "arial";
var tipFontSize= "8pt";
var tipFontColor= "#000000";
var tipBgColor= "#FFFFCC";
var tipBorderColor= "#666666";
var tipBorderWidth= 1;
var tipBorderStyle= "outset";
var tipPadding= 4;
var startStr = '';
var midStr = '';
var endStr = '';
var tooltip, tipcss;
function initMiss() {
if (nodyn) return;
tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null;
tipcss = (ns4)? document.tipDiv: tooltip.style;
if (ie4||ie5||ns5) {
tipcss.width = tipWidth+"px";
tipcss.fontFamily = tipFontFamily;
tipcss.fontSize = tipFontSize;
tipcss.color = tipFontColor;
tipcss.backgroundColor = tipBgColor;
tipcss.borderColor = tipBorderColor;
tipcss.borderWidth = tipBorderWidth+"px";
tipcss.padding = tipPadding+"px";
tipcss.borderStyle = tipBorderStyle;
}
if (tooltip&&tipFollowMouse) {
if (ns4) document.captureEvents(Event.MOUSEMOVE);
// document.onmousemove = trackMouse;
// document.images["mission"].onmousemove = trackMouse;
// document.images["mission_two"].onmousemove = trackMouse;
}
}
//window.onload = initMiss;
var t1,t2;
var tipOn = false;
function doTooltip(evt,num) {
initMiss();
if (!tooltip) return;
if (t1) clearTimeout(t1); if (t2) clearTimeout(t2);
tipOn = true;
// set colors if included in messages array
if (messages[num][2]) var curBgColor = messages[num][2];
else curBgColor = tipBgColor;
if (messages[num][3]) var curFontColor = messages[num][3];
else curFontColor = tipFontColor;
if (ns4) {
var tip = ''+ startStr + midStr + '' + messages[num][1] + '' + endStr + '';
tooltip.write(tip);
tooltip.close();
} else if (ie4||ie5||ns5) {
var tip = startStr + midStr + '' + messages[num][1] + '' + endStr;
tipcss.backgroundColor = curBgColor;
tooltip.innerHTML = tip;
}
//if (!tipFollowMouse)
positionTip(evt);
//else
//t1=setTimeout("tipcss.visibility='visible'",100);
}
var mou, mouseY;
function trackMouse(evt) {
mou = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft;
mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop;
if (tipOn) positionTip(evt);
}
function positionTip(evt) {
//if (!tipFollowMouse) {
mou = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft;
mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop;
// }
// tooltip width and height
var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth;
var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight;
// document area in view (subtract scrollbar width for ns)
var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft;
var winHt = (ns4||ns5)? window.innerHeight-20+window.pageYOffset: document.body.clientHeight+document.body.scrollTop;
// check mouse position against tip and window dimensions
// and position the tooltip
if ((mou+offX+tpWd)>winWd)
//tipcss.left = (ns4)? mou-(tpWd+offX): mou-(tpWd+offX)+"px";
tipcss.left = (ns4)? 179: 179+"px";
else
//tipcss.left = (ns4)? mou+offX: mou+offX+"px";
tipcss.left = (ns4)? 179: 179+"px";
if ((mouseY+offY+tpHt)>winHt)
//tipcss.top = (ns4)? winHt-(tpHt+offY): winHt-(tpHt+offY)+"px";
tipcss.top = (ns4)? 125: 125+"px";
else
// tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px";
tipcss.top = (ns4)? 125: 125+"px";
//if (!tipFollowMouse)
t1=setTimeout("tipcss.visibility='visible'",100);
}
function hideTip() {
if (!tooltip) return;
t2=setTimeout("tipcss.visibility='hidden'",100);
tipOn = false;
}
Home | Site map | Elsevier websites | Alerts
document.getElementById("picswap").src = selectSemiRandomImage()
Advanced Product Search
Products
Information Processing & Management
Journal information
Product description
Editorial board
The Refereeing Process
Referee Evaluation Form
Audience
Abstracting/indexing
Special issues and supplements
Subscription information
Bibliographic and ordering information
Conditions of sale
Dispatch dates
Journal-related information
Contact the publisher
Most downloaded articles
Other journals in same subject area
Related publications
Support & contact
About Elsevier
Select your view
SiteStat.jsp
      INFORMATION PROCESSING & MANAGEMENT      An International JournalEditor-in-Chief:Fabio CrestaniSee editorial board for all editors informationWe are pleased to announce that a new electronic submission and handling system, EES, has been implemented for Information Processing & Management. This 'Elsevier Editorial System' (or EES) is a web-based system with full online submission, review and status update capabilities. EES allows you to upload files directly from your computer. This is part of our on-going efforts to improve the efficiency and accuracy of our editorial procedures and the quality and timeliness of the manuscripts published. We strongly encourage all authors to use EES at the following URL when submitting papers to the journal. EES can be accessed at http://ees.elsevier.com/ipm/ (First time users will need to register).Information Processing & Management is planning a Special Issue entitled 'Managing and Mining Multilingual Doecuments'. Please click here for further information and submission details.Information Processing & Management is planning a Special Issue entitled 'Collaborative Information Seeking'. Please click here for further information and submission details.DescriptionInformation Processing & Management is devoted to refereed reporting of:1. Basic and applied research in information science, computer science, cognitive science and related areas that deals with: the generation, representation, organization, storage, retrieval, and use of information; the nature, manifestations, behavior, and effects of information and knowledge; communication and distribution of information and knowledge; and human information behavior.2. Experimental and advanced processes related to: information retrieval (IR); digital libraries; knowledge organization and distribution; digitized contents - text, image, sound and multimedia processing; and human-computer interfaces in information systems. Implementations in information retrieval systems and a variety of information systems, networks, and contexts. Related evaluation. 3. Management of information resources, services, systems and networks, and digital libraries. Related studies of the economics of information and the principles of information management.The aim is to provide an international forum for advanced works and critical analysis in these interdependent and interdisciplinary areas.Invited are original papers and critical reviews of trends reporting on:• Progress in the theory, principles, and procedures in information processing, particularly involving information retrieval; search engines; knowledge and distributed intelligence; information representation, classification, extraction, filtering and summarization; question answering; information navigation, browsing and visualization; and human-computer interaction in information systems.• Research on the formal characteristics and properties of information and knowledge and the associated processes of communication among humans and between humans and machines. Includes studies of human information needs, seeking, searching, and use; and bibliometric and infometric studies of the structural and statistical properties of information artifacts. • Modeling and evaluation of information systems performance, particularly of information retrieval systems, knowledge systems, and digital libraries. Studies of their effectiveness, efficiency, value, or impact.• Studies in management and economics of information and information systems. Use of information for decision making and problem solving.• Studies in information policies. Data and issues relevant to information policies on organizational, national, and international levels. Derivation and use of information indicators. In 2002, Elsevier launched Library Connect, a new initiative bringing together many of Elsevier's library-focused efforts. For more information about this initiative and to read or subscribe to the complimentary Library Connect Newsletter, please visit Library Connect Bibliographic details ISSN: 0306-4573 Imprint: ELSEVIERCommenced publication 1963 Subscriptions for the year 2009, Volume 45, 6 issuesPrice and OrderingInstitutional online access: ScienceDirect eSelect For purchase of online access to this journal on ScienceDirect. Order access for 2009 now and get the rest of 2008 for FREE! Personal price:EUR 251 for European countries and IranJPY 36,100 for JapanUSD 325 for all countries except Europe, Japan and Iran Institutional price:USD 1,887 for all countries except Europe, Japan and IranJPY 224,200 for JapanEUR 1,687 for European countries and Iran Conditions of sale & ordering procedures, and links to our regional sales offices. For an overview of recently-dispatched issues, see the Journal issue dispatch datesAudienceFor information scientists, computer scientists, librarians, cognitive scientists, and information systems and technology specialists interested in information retrieval (IR), organization of information, and management of information resources.Impact factor of this journal2007: 1.500 © Journal Citation Reports 2008, published by Thomson Reuters 605/563Last update: 27 Nov 2008        For Readers   Free Tables of contents and abstractsFull text in ScienceDirectSample issueFree volume/issue alert  For Authors   Guide for authorsArtwork instructionsSubmit your articleTrack your accepted article  For Editors   Tracking for Editors  Related websites    Publishing Ethics Resource Kit (PERK)   Search through the articles of this journal powered by Scirus   Search by keywords Search by author   var PUBID = "infoproman"; var PATH = '/locate/'; var TITLE = "Information Processing & Management"; function getURL() { var location = new String(document.location); var start = location.indexOf('//') + 2; var end = location.indexOf('/', start); var baseURL = location.substr(0, end); return baseURL + PATH + PUBID; } function emailfriend() { var cmd = 'mailto:'; var subject = ''; var body = ''; subject = TITLE; body = 'An Elsevier publication is recommended to you.\n'; body += 'For more information see URL: ' + getURL() + '\n'; var href = cmd + '?Subject=' + escape(subject) + '&Body=' + escape(body) + ''; document.location.href = href ; } function bookmark() { if (window.external) { window.external.AddFavorite(getURL(), TITLE); return; } alert('Your browser does not support this functionality'); } Bookmark this page  Recommend this publication  Overview of all journals 
Printer-friendly version
Home |
Site map |
Privacy policy |
Terms and Conditions |
Feedback |
A Reed Elsevier company
Copyright © 2008 Elsevier B.V. All rights reserved.
|
|