I need a copy of this book but NUL’s is out.

Slides:



Advertisements
Similar presentations
Collections Management Museums EMu Web Development IMu New EMu Web Developments.
Advertisements

Introduction to JavaScript
Ruby on Rails Model of MVC. Model-View-Controller Paradigm A way of organizing a software system Benefits: Isolation of business logic from the user interface.
Edoclite and Managing Client Engagements What is Edoclite? How is it used at IU? Development Process?
W alkie Doggie is a web application that allows dog owners to help each other with their dog walks. It’s main feature is the walkies, which are the user’s.
ASP.Net, web services--- asynchronous and synchronous and AJAX By Thakur Rashmi Singh.
North Shore.NET User Group Our Sponsors. North Shore.NET User Group Check out our new web site Next Meeting
Multiple Tiers in Action
UCI Libraries Electronic Time Sheet System “An Almost Fully Electronic Timesheet System” Ted Huntington Programmer Analyst, Libraries Business Office.
14 1 Chapter 14 Database Connectivity and Web Development Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
DOCLINE Update Medical Library Association 2005 San Antonio, Texas Maria Elizabeth Collins National Library of Medicine, NIH/HHS.
CSCI 6962: Server-side Design and Programming Course Introduction and Overview.
NODEJS, THE JOOMLA FRAMEWORK, AND THE FUTURE IAN MACLENNAN.
Connecting users to Collections Collection Development/Resource Sharing Conference March 26, 2009 Jean Phillips Florida Center for Library Automation
10 Adding Interactivity to a Web Site Section 10.1 Define scripting Summarize interactivity design guidelines Identify scripting languages Compare common.
Indiana State Library Interlibrary Loan INDIANA SHARE.
Enhancing WebVoyagé with Syndetic Catalog Data presented by Jon Woltz SWOSU Libraries.
Charles Dunbar, Ben Kallal, Ankit Patel, Peter Purcell, Kody Reynolds.
JavaScript Syntax, how to use it in a HTML document
Extending & Customizing XNAT with Modules Rick Herrick
E-resource with no wall and no firewalls Dr.H.S.Siddamallaiah Principal Library and Information officer (Rtd) NIMHANS, Bangalore.
Using Document Delivery of ILLiad in the Voyager Catalog Todd King Eastern Kentucky University 2012 Todd King Eastern Kentucky University 2012.
Family Connection Collaborative Webs A Tool for Creating and Managing Web sites.
The Method and the Madness: Introducing Request Delivery to IUCAT Julie Hardesty Senior Systems Analyst/Programmer, UITS January 14,
Putting the ‘M’ in MANGO Article Searching using the MetaLib X-Server in Florida’s Discovery Tool Joshua Greben, Systems Librarian/Analyst Florida Center.
ILL Integration with Alma and UW Libraries Heidi Nance, UW Libraries May 29, 2014.
Modern Development Technologies in SharePoint SHAREPOINT SATURDAY OMAHA APRIL, 2016.
Page Redirection When you click a URL to reach to a page X but internally you are directed to another page Y that simply happens because of page re- direction.
Portlet Development Konrad Rokicki (SAIC) Manav Kher (SemanticBits) Joshua Phillips (SemanticBits) Arch/VCDE F2F November 28, 2008.
1 Discovery Interface Display Logic Yoel Kortick Senior Librarian.
Section 10.1 Define scripting
Tutorial 10 Programming with JavaScript
Active Server Pages Computer Science 40S.
Data Virtualization Tutorial… CORS and CIS
Digitization Requests Flow
Play Framework: Introduction
New and emerging acquisitions workflows Item search in Amazon
Yoel Kortick Senior Librarian
Predesign.
Accessing and Using the Alma Link Resolver from Outside Primo
IT Partners Conference Oliver Thomas 19 April 2005
Visual Designer – Tips and Tricks
New Features in Fulfillment
Haritha Dasari Josue Balandrano Coronel -
Primo – Alma – Primo Central
APIs (and their Relatives) Can Expand and Unify Library Services
Create your Benner - intro
Section 10.1 YOU WILL LEARN TO… Define scripting
Module 1: Getting Started
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
New Primo Authentication
Introduction to JavaScript
Amie Freeman, University of south Carolina
Introduction to JavaScript
Yoel Kortick Senior Librarian
Time to Reach New Heights
Tips and Tricks (from Spitfire Development) Presenter: Stan York
Objectives In this lesson you will learn about: Need for servlets
Client Addons.
INFO/CSE 100, Spring 2006 Fluency in Information Technology
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Programming in JavaScript
Database Connectivity and Web Development
Programming in JavaScript
Buy not borrow using the Relais staff web interface
Enterprise Java Beans.
Consuming Web Services with 2E Generated Objects
Introduction to JavaScript
Model View Controller (MVC)
Alma and Primo VE Request Services: Making Your Links Play Well Together
Presentation transcript:

I need a copy of this book but NUL’s is out.

I can sign-in and request it via ILL, but I want to UBorrow it…

The display of a General Electronic Services option is controlled by ownership and shelf availability only.

Can an instance of Primo populated with Alma-based availability and Alma-based display logic for external systems intelligently display a preferred request option?

For user groups United Adjunct Faculty,United Alumni,United Dept For user groups United Adjunct Faculty,United Alumni,United Dept.,United Doctoral Stdnt,United Faculty,United Family Card,United Guest,United Ill, Mail Loan,United Locb, Acts,United Seabury Doc Stud,United Seabury Faculty,United Seabury Staff,United Seabury Student,United Staff,United Student,United Summer: Hide service General Electronic Service with Service = ILLiad – Books Discovery Display Interface Logic only allows us to hide an option from a patron group. It does not allow for ranking of services.

And then we need to program and reprogram when things change… Oh, and add an additional server… Support CORS (Cross-Origin Resource Sharing) in their RequestItem API so that it can be called from the browser instead of from the server. The reason for this is that is it far easier to insert a bit of JavaScript into the result template to add the ILL link on the fly than it is to code, compile, and deploy the same functionality on the server. Especially since Primo is written in Java, which would involve a lot of extra overhead and maintenance on our part for what should be a very simple call-and-response operation.

Is displaying a UBorrow link in the discovery tool the best route or is a background search of UBorrow better? How can we make most effective use of the web services? Where is the most effective place to do that? Do I put it and maintain it in multiple places or can I have in just one place? Ultimately, the question is what does this web service do for us? What does it automate? Does a patron need to see it? Where can we best use it?