OpenACS applications at the UCLA School of Medicine Avni Khatri Computing Technologies Research Lab.

Slides:



Advertisements
Similar presentations
From the eyes of an Administrator A general overview of e-CFunds Administrative Site, including navigation and exploring the features of this powerful.
Advertisements

EzScoreboard.com A Fully Integrated Administration Service.
Experience the New IEEE Xplore ® Digital Library Delivering innovative research better than ever Coming in Q
Business Development Suit Presented by Thomas Mathews.
2013 Texas Ad Astra Summit Monday, July 22 nd What’s New in 7.5 for Event Scheduling Presented by: Kelly Hollowell, Manager of Education, Ad Astra.
Andrea Eastman-Mullins Information & Technology Coordinator University of North Carolina, Office of the President Teaching and Learning with Technology.
UWCalendar 2 1 Communication & Collaboration Technologies Rensselaer Polytechnic Institute June 21, 2004 Rensselaer and UWCalendar2 an institute-wide open-source.
Peak Net Ltd Unit 7, Rock Mill Business Park, Stoney Middleton, Derbyshire S32 4TF // // Creating Your.
Compliance on Demand. Introduction ComplianceKeeper is a web-based Licensing and Learning Management System (LLMS), that allows users to manage all Company,
Sakai Overview ITS Teaching and Learning Interactive Aurora Collado January 10, 2008.
Kabel Nathan Stanwicks, Head Circulation and Media Services Department Electronic Reserves Introductory Tutorial for Faculty.
APPLICATION SOFTWARE DEVELOPMENT BASIS Ivanov, Vladimir Software Program Manager ITC Software.
How to Get The Most Out of Outlook 2003 Michele Schwartzman Division of Customer Support Summer 2006.
1 © 2003 Cisco Systems, Inc. All rights reserved. Session Number Presentation_ID Cisco Technical Assistance Center (TAC) TAC Service Request Tool Overview.
February 7, 2001 Round1- Private Capital Automation System Operating and Maintaining your Private Capital Market Place.
Microsoft Outlook Web Application (OWA)
Presentation to Integrated Communications Corporation.
Region 4 Communications Committee Greg Burk – Communications Committee Chair Bob Parro – Communications Committee Member Region 4 Meeting January 22, 2011.
Drive Customer Satisfaction. Cut Costs. Improve Efficiencies. Oracle i Support Chris Kirby Senior Sales Consultant Oracle.
Copyright COMPLETExRM, Inc. All rights reserved. Sales Presentation 1 For Real Estate.
Fermilab’s Envoy CRM System Kevin Munday, Xeno Media October 26, 2006.
System for Administration, Training, and Educational Resources for NASA SATERN Overview for Learners May 2006.
Bboogle: Updates and Experience Patricia Goldweic, Sr. Software Engineer, Northwestern University Brian Nielsen, Project Manager, Faculty Initiatives,
Microsoft SharePoint Document Libraries & Management 1.
E-Commerce and the Entrepreneur
NewTextbook Tools M-Pathways and Ctools. Background Fall 2006: Student concerns about rising textbook costs results in Provost’s Textbook Task Force.
Uniting Cultures, Technology & Applications A Case Study University of New Hampshire.
© 2007 The World Bank Group, UNECE, All Rights reserved United Nations Economic Commission for Europe Gender Statistics Web Portal: Site Structure Login.
Mission-Based Management March 2009 Electronic CV System Users Group.
Session 29 Financial Aid Professionals (FAP) Portal and Beyond Marcello Rojtman.
Support.ebsco.com My EBSCOhost Tutorial Tutorial.
Case Study ProsperaSoft’s global sourcing model gives the maximum benefit to customers in terms of cost savings, improved quality, access to highly talented.
A Web Based Workorder Management System for California Schools.
…. PrePlanPrepareMigratePost Pre- Deployment PlanPrepareMigrate Post- Deployment First Mailbox.
Presented by Florida State University Wednesday, May 4 th, 2011 Microsoft SharePoint Open House.
Technical Support Jim Everse Director, Technical Support April 17, 2007.
Mission-Based Management January 2006 Electronic CV System Users Group.
Reports and Learning Resources Module 5 1. SLMS Primary Administrator Training Module 5: Reports and Learning Resources 2.
Partner Event Publishing Service Specialized Partners June 2011.
Module 7: Marketing Tools Intuit Financial Services University Internet Banking Certification Training.
Strictly Business Using “StrictlyFused” to Create an Extensible Knowledge Portal.
Module 9 User Profiles and Social Networking. Module Overview Configuring User Profiles Implementing SharePoint 2010 Social Networking Features.
Module 1: Overview of Microsoft Office SharePoint Server 2007.
QuickService Department of Education and Training Schools July 2015.
IFAP and Schools Portal: Tips, Tricks and Techniques. Marcello Rojtman Presenter Session 37B.
MS 365 Student Accounts Orientation Beavercreek High School.
Development of the West Virginia University Electronic Theses & Dissertations System Presented By Haritha Garapati at ETD the 7 th International.
Preparing for Portals Paul Dempsey Director of Electronic Communication Dickinson College.
Priority 21: Gap 23 ability for user to enter personal information and allow restriction based on system defined role This gap identifies the need for.
“Discovering institutions that work for poor people” APPP Sharepoint training 30 July – 1 August 2008: CDD, Accra, Ghana “Discovering institutions that.
MADAN MOHAN MALAVIYA ENGINEERING COLLEGE,GORAKHPUR Submitted by: TANUJA SRIVASTAV ( ) Submitted To: Mrs. Meenu Assistant professor CSE Department.
Using Electronic Resources to enhance teaching & learning Wendy Abbott Associate Director, Customer Services With Peta Hopkins Information Systems Librarian.
Meeting Maker – Computing Division Scheduling Calendar Jack Schmidt, John Bellendir June 2 nd, 2005.
Base Camp Software Team Project Tools. BaseCamp Software Basecamp is an online project management and collaboration tool Free plan is available but does.
My Stuff & More! How to personalize your OSLIS 2.0 “dashboard” and add files to your personal space.
StudentTranscripts Service Overview
Office 365 and Calendaring Migration Project
Fermilab Envoy CRM System
StudentTranscripts Service Overview
StudentTranscripts Service Overview
Cabrillo College’s Ellucian Portal Project
StudentTranscripts Service Overview
Using Electronic Resources to enhance teaching & learning
StudentTranscripts Service Overview
Arizona Collaborative Clearinghouse
StudentTranscripts Service Overview
Campus Resource Scheduling & Event Management
Cabrillo College’s Ellucian Portal Project
INSTRUCTOR NOTES/LINKS
Paper Title in One or Two Lines
Presentation transcript:

OpenACS applications at the UCLA School of Medicine Avni Khatri Computing Technologies Research Lab

Overview History and background of CTRL UCLA –Faculty Database Problem, requirements, design –Weekly Message Digest Problem, requirements, design –Calendar of Events Problem, requirements, design –Room Reservation Problem, requirements, design Issues –Performance under load –Permissions & request processor –Single sign on –Customizations

Background Since 1995, NaviServer 1.0. Illustra, Solid, Sybase, now Oracle. Research data collection, management, and reporting applications. Infrastructure applications at School of Medicine: Shared Resources, school and department web sites, etc.

Faculty Database Too many places where information needed to be updated. Need for single point of management. Flexible heterogeneous presentations (for each departments, divisions, center, institute, etc.) Support distributed administration (departments can manage their faculty, etc). Marketing tool.

FDB Design Uses OpenACS –objects & permissions –Users, persons, parties and groups Research data include: –Publications –Lay and Technical Research Interest statements –Title, degrees, awards, affiliations –Contact data Other features: –Data source for NIH & NSF Bio-sketch builder

Data Model

FDB

Example Query select personnel_id, first_names, last_name from inst_personnel psnl, persons p where p.person_id = psnl.personnel_id and (psnl.status_id is null or psnl.status_id in (category.lookup('//Personnel Status//Active'), category.lookup('//Personnel Status//Accepting Patients'))) and (psnl.start_date is null or psnl.start_date < sysdate) and (psnl.end_date is null or psnl.end_date > sysdate) and exists (select 1 from vw_group_member_map elms where exists (select 1 from acs_rels rels where rels.rel_type = 'subsite_for_party_rel' and rels.object_id_one = :subsite_id and rels.object_id_two = elms.ancestor_id) and elms.child_id = p.person_id ) order by last_name_initial, last_name, first_names

DRC

Digest - Problem

WMD - Solution Person at UCLA wishes to add an item to the Weekly Message Digest.

Weekly Message Digest

Technical Details

Implementation Strategy Weekly digests to drive traffic to other services. Single sign-on to several applications: –FDB –Room Reservations –Calendars of Events –NIH Bio sketch builder –more…

Calendar Engine

Calendars of Events Central clearinghouse of DGSOM events. Accept DGSOM community postings. Support import into desktop calendars (Outlook & iCal). Provide notification options ( ). Provide “pull” options (RSS).

Room Reservations Online Common solution to room reservation. Supports local control and autonomy. Provide new capabilities.

Room Reservations Online Browse rooms by characteristics. Search by specific requirements. Submit room reservation request. Administration of rooms. Support for “skins”

Issues Performance - permissions & request processor. Performance - AOLServer tuning. Single sign on Customizations